summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/arm_head.S
Commit message (Expand)AuthorAgeFilesLines
* Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handlingGregory Nutt2014-06-211-1/+1
* ARMv7-A: Typo fix from David SidraneGregory Nutt2014-04-031-1/+1
* If LOWVECTORS is selected, then we need to clear the VBAR register. A bootlo...Gregory Nutt2014-04-031-2/+2
* SAMA5: Make sure the MMU and caches are disabled on power up; flush the vecto...Gregory Nutt2014-04-021-0/+8
* SAMA5: Fix logic for running with data in SDRAMGregory Nutt2014-01-291-8/+5
* ARMv7-A: Conditionally compile out more unneeded logic when .data and .bss ar...Gregory Nutt2014-01-281-11/+2
* SAMA5: Mostly cosmeticGregory Nutt2014-01-281-10/+10
* Add support for .data and .bss in SDRAMGregory Nutt2014-01-281-49/+92
* Add more nops after enabling MMU for Cortex-A8Gregory Nutt2014-01-071-8/+3
* Replace explicit hex MMU value with definitionGregory Nutt2013-12-181-1/+1
* A10: Extend register debug logicGregory Nutt2013-12-181-1/+1
* Cortex-A: Fix start-up cache invalidation logiGregory Nutt2013-12-181-10/+18
* Cosmetic changes to comments and README filesGregory Nutt2013-12-161-1/+1
* ARMv7-A: If the page table does not like in same address range as .text and p...Gregory Nutt2013-12-161-3/+45
* Port IDLE/interrupt stack coloration to ARM and ARMv7-A architecturesGregory Nutt2013-11-011-5/+31
* 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-011-146/+8
* Changes to ARMv7-A boot logic to handle the case where we execute out of NOR ...Gregory Nutt2013-07-291-58/+85
* 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
* 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-261-1/+6
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-8/+5
* Misc Cortex-A5 MMU-related fix -- still does not bootGregory Nutt2013-07-251-4/+16
* Fix an uninitialized register error that crept into the ARM9 start up code ma...Gregory Nutt2013-07-241-15/+24
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-6/+3
* A few more Cortex-A5 and SAMA5 filesGregory Nutt2013-07-211-10/+18
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-201-7/+41
* A few more SAMA5D3 filesGregory Nutt2013-07-191-0/+2
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-191-41/+70
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-0/+663