summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a
Commit message (Expand)AuthorAgeFilesLines
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-274-4/+4
* SAMA5: More MMU-related changes to properly initialize SDRAMGregory Nutt2013-08-023-11/+407
* ARMv7-A: Map all of .text, .bss, .data., stacks before enabling the MMU and ...Gregory Nutt2013-08-011-173/+134
* ARMv7-A: Separate CONFIG_PAGING start-up logic into a different startup file...Gregory Nutt2013-08-012-146/+727
* Fix Cortex-A CPSR register field definitionGregory Nutt2013-07-302-5/+5
* ARMv7-A: Add cp15_disable_dcache(); SAMA5: nor_main.c no disables MMU and ca...Gregory Nutt2013-07-301-3/+50
* SAMA5: More cache and mmu inline utility functionsGregory Nutt2013-07-293-4/+253
* SAMA5: Separate cache operations into separate filesGregory Nutt2013-07-296-304/+519
* Changes to ARMv7-A boot logic to handle the case where we execute out of NOR ...Gregory Nutt2013-07-292-60/+87
* SAMA5: Add file structure to support board-specific initialization of NOR flashGregory Nutt2013-07-291-19/+45
* SAMA5: The ostest configuration have been converted to run out of NOR flash. ...Gregory Nutt2013-07-281-21/+50
* SAMA5: Correct a clock configuration bug; clarify some MMU memory typesGregory Nutt2013-07-282-25/+81
* SAMA5: Correct vector mappingGregory Nutt2013-07-282-32/+32
* Removed unused ARMv7-A cache functionGregory Nutt2013-07-271-41/+0
* SAMA5: Fix heap allocation bugsGregory Nutt2013-07-272-4/+2
* SAMA5 page table is cached; need to flush the cache each time that the page t...Gregory Nutt2013-07-273-360/+383
* Correct an error in Cortex-A5 intermediate MMU mappingGregory Nutt2013-07-261-8/+23
* Add a hello world configuration to help with the SAMA5 bringupGregory Nutt2013-07-265-8/+20
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-8/+5
* SAMA5: If the page table is in high memory, make sure that it is excluded fr...Gregory Nutt2013-07-261-10/+7
* Misc Cortex-A5 MMU-related fix -- still does not bootGregory Nutt2013-07-252-30/+91
* Fix an uninitialized register error that crept into the ARM9 start up code ma...Gregory Nutt2013-07-241-15/+24
* Fix SAMA5 vector linking issueGregory Nutt2013-07-241-1/+2
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-241-1/+1
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-2410-50/+88
* ARMv7-N: Fix a copy error introduced in the previous check-inGregory Nutt2013-07-233-2/+17
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-2311-105/+431
* ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt hand...Gregory Nutt2013-07-231-1/+18
* SAMA5 interrupt handling logicGregory Nutt2013-07-221-1/+0
* SAMA5/Cortex-A: Improve irqsave/restore inlines + add irqenable. Add skeleto...Gregory Nutt2013-07-211-3/+5
* A few more Cortex-A5 and SAMA5 filesGregory Nutt2013-07-215-135/+1019
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-2010-179/+953
* A few more SAMA5D3 filesGregory Nutt2013-07-192-0/+13
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-1929-221/+3710
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-1810-0/+2866