summaryrefslogtreecommitdiff
path: root/cpu/at91rm9200/lowlevel.S
Commit message (Collapse)AuthorAgeLines
* Patch by Steven Scholz, 06 Apr 2005:wdenk2005-04-06-200/+0
| | | | | - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
* Patch by Steven Scholz, 4 Apr 2005:wdenk2005-04-04-2/+2
| | | | | | - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
* Use the same name (lowlevel_init) for all (ARM) boardswdenk2005-04-04-2/+2
|
* Prepare for SoC rework of ARM code:wdenk2005-04-02-2/+2
| | | | | - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
* Patch by Steven Scholz, 13 Dec 2004:wdenk2005-03-31-0/+200
Remove duplicated code by merging memsetup.S files for at91rm9200 boards into one cpu/at91rm9200/lowlevel.S