summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Support the the TC3200 from Jim EwingGregory Nutt2014-08-2616-4/+2781
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-261-0/+168
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-266-16/+49
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-264-2/+108
* up_coherent_dcache should do nothing the the length is zeroGregory Nutt2014-08-261-3/+6
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-268-62/+66
* Mostly cosmetic use of uintptr_t to hold addresses instead of uint32_tGregory Nutt2014-08-262-4/+4
* Can't dump loaded code unless we first establish the mappingsGregory Nutt2014-08-261-4/+47
* Fix confusion about what is a page of data and what is a page of L2 page tabl...Gregory Nutt2014-08-261-116/+176
* Change when address environment is instantiated; there are/were locations whe...Gregory Nutt2014-08-262-73/+80
* Add lots of debug outputGregory Nutt2014-08-261-0/+15
* Cortex-A address environment: Fix some section mapping and address incrementsGregory Nutt2014-08-263-31/+34
* ARMv7-A: Use of write back might be unpredictableGregory Nutt2014-08-251-3/+3
* Bugfixes.. still integrating SAMA5 ELF with address environmentGregory Nutt2014-08-253-7/+7
* SAMA5 ELF configuration with address environments finally builds without errorsGregory Nutt2014-08-254-7/+14
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-2519-132/+180
* Update configs/sama5d4-ek/elf/defconfigGregory Nutt2014-08-251-3/+7
* Update ChangeLogGregory Nutt2014-08-251-0/+5
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-2514-73/+667
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-2512-61/+63
* Resolve ChangeLog conflictsGregory Nutt2014-08-2520-67/+529
|\
| * Update ChangeLogGregory Nutt2014-08-251-0/+4
| * Add build support for ELF modules. Useless at the moment because there is no...Gregory Nutt2014-08-2517-0/+344
| * Update some sim/ defconfig files. This now automatically switches them to x8...Gregory Nutt2014-08-252-66/+181
* | Update ChangeLogGregory Nutt2014-08-241-0/+6
* | After cached related fix, the ELF example is now functionalGregory Nutt2014-08-2410-15/+153
|/
* Add a SAMA5 ELF configuration that is buing used to test the address environm...Gregory Nutt2014-08-243-0/+1115
* Add linker scripts needed to build ELF modulesGregory Nutt2014-08-243-0/+387
* Fix some compilation errors in ELF logic that were introduced in a recent commitGregory Nutt2014-08-242-18/+20
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-2415-2/+197
* Fix some SAMA5 configuration dependency problems that are only visible when n...Gregory Nutt2014-08-241-3/+3
* Modify ADDRENV Kconfigs. Z180 does not need all of the virtual address setti...Gregory Nutt2014-08-242-1/+7
* Update ChangeLogGregory Nutt2014-08-241-0/+5
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-2416-150/+351
* Update ChangeLogGregory Nutt2014-08-241-0/+4
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-2414-25/+300
* Update ChangeLogGregory Nutt2014-08-241-0/+3
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-24269-471/+340
* Update ChangeLogGregory Nutt2014-08-231-0/+2
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-234-0/+308
* Upate ChangeLogGregory Nutt2014-08-231-1/+6
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-239-29/+503
* Update ChangeLogGregory Nutt2014-08-231-0/+3
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-237-83/+340
* Add option to select 64-bit build platformGregory Nutt2014-08-222-2/+16
* STM32 serial: MAke uart_devs[] const. From Freddie ChopinGregory Nutt2014-08-221-1/+1
* Recent STM32 UART change: Wasn't that logic backward? Shouldn't that have b...Gregory Nutt2014-08-222-13/+9
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-227-9/+11
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-222-0/+2
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-227-56/+172