summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-286-63/+68
* Update ChangeLogGregory Nutt2014-08-271-0/+4
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-278-7/+94
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-279-22/+200
* CC3200 Lauchpad updates from Jim EwingGregory Nutt2014-08-272-3/+10
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-279-14/+189
* Minor address environment clean-up. Cannot generate debug contexts in certai...Gregory Nutt2014-08-273-6/+3
* Can't used task_create() if address environments enabledGregory Nutt2014-08-273-6/+16
* ADDRENV: Use a group flag to determine if there is an address environment (in...Gregory Nutt2014-08-274-8/+24
* Updated CC3200 Launchpad defconfig fileGregory Nutt2014-08-261-0/+11
* CC3200 Launchpad updatesGregory Nutt2014-08-2610-28/+231
* Updates to CC3200 board config. Does not quite build yetGregory Nutt2014-08-264-6/+12
* Update ChangeLogGregory Nutt2014-08-261-0/+4
* Add basic support for the CC3200 Launchpad. From Jim EwingGregory Nutt2014-08-2614-0/+2272
* 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