summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* SAMA5: Add an NSH configuration of the SAMA5D3x-EK boardGregory Nutt2013-07-311-2/+2
* Fix Cortex-A CPSR register field definitionGregory Nutt2013-07-304-23/+28
* SAMA5: Change mapping of vector tables to work around that fact that I don't ...Gregory Nutt2013-07-302-0/+41
* ARMv7-A: Add cp15_disable_dcache(); SAMA5: nor_main.c no disables MMU and ca...Gregory Nutt2013-07-302-8/+58
* More DAC changes from John WharingtonGregory Nutt2013-07-301-1/+3
* STM32 F3 I2C driver from John WharingtonGregory Nutt2013-07-304-92/+2313
* STM32 DAC DMA fixes from John WharingtonGregory Nutt2013-07-306-44/+359
* SAMA5: More cache and mmu inline utility functionsGregory Nutt2013-07-294-5/+254
* SAMA5: Separate cache operations into separate filesGregory Nutt2013-07-297-305/+522
* Changes to ARMv7-A boot logic to handle the case where we execute out of NOR ...Gregory Nutt2013-07-292-60/+87
* Add SAMA5 HSMC register definitions and logic to reconfigure the NOR FLASHGregory Nutt2013-07-291-0/+559
* SAMA5: Add file structure to support board-specific initialization of NOR flashGregory Nutt2013-07-294-21/+167
* SAMA5: The ostest configuration have been converted to run out of NOR flash. ...Gregory Nutt2013-07-283-33/+65
* SAMA5: Correct a clock configuration bug; clarify some MMU memory typesGregory Nutt2013-07-283-26/+86
* SAMA5: Correct vector mappingGregory Nutt2013-07-285-96/+111
* Removed unused ARMv7-A cache functionGregory Nutt2013-07-271-41/+0
* SAMA5: Fix heap allocation bugsGregory Nutt2013-07-275-40/+34
* SAMA5 page table is cached; need to flush the cache each time that the page t...Gregory Nutt2013-07-274-360/+392
* Correct an error in Cortex-A5 intermediate MMU mappingGregory Nutt2013-07-267-16/+56
* Add a hello world configuration to help with the SAMA5 bringupGregory Nutt2013-07-267-13/+52
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-2617-124/+121
* SAMA5: If the page table is in high memory, make sure that it is excluded fr...Gregory Nutt2013-07-263-29/+63
* Fix some bad page table definitions of last commitGregory Nutt2013-07-251-25/+25
* Misc Cortex-A5 MMU-related fix -- still does not bootGregory Nutt2013-07-256-166/+290
* Fix an uninitialized register error that crept into the ARM9 start up code ma...Gregory Nutt2013-07-242-107/+120
* Fix SAMA5 vector linking issueGregory Nutt2013-07-241-1/+2
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-242-27/+1
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-2413-85/+1155
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-2413-58/+165
* ARMv7-N: Fix a copy error introduced in the previous check-inGregory Nutt2013-07-236-23/+62
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-2337-143/+606
* ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt hand...Gregory Nutt2013-07-231-1/+18
* SAMA5: Adapt clocking for different boot modes. New header files for AXI matr...Gregory Nutt2013-07-2312-184/+676
* Add SAMA5D3 pin multiplexing definitionsGregory Nutt2013-07-234-62/+463
* Add SAMA5 GPIO configuration supportGregory Nutt2013-07-229-201/+1678
* Add support SAMA5 UART and serial driverGregory Nutt2013-07-224-2/+2041
* SAMA5 clock configuration should now agree with Atmel sample code; Added head...Gregory Nutt2013-07-223-103/+417
* Add SAMA5 clock logic. Cloned from SAM3U and not yet verifiedGregory Nutt2013-07-226-2/+1109
* SAMA5 interrupt handling logicGregory Nutt2013-07-229-104/+817
* SAMA5/Cortex-A: Improve irqsave/restore inlines + add irqenable. Add skeleto...Gregory Nutt2013-07-214-4/+231
* Add system timer logic for the SAMA5Gregory Nutt2013-07-214-2/+242
* A few more Cortex-A5 and SAMA5 filesGregory Nutt2013-07-2111-221/+1704
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-2013-183/+958
* A few more SAMA5D3 filesGregory Nutt2013-07-197-1/+603
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-192-0/+302
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-1932-224/+3713
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-1811-0/+2870
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-1/+1
* STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. Fro...Gregory Nutt2013-07-082-6/+7
* Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia Cheng...Gregory Nutt2013-07-081-8/+14