summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t
Commit message (Expand)AuthorAgeLines
* ARM: start.S: fix typoYuichiro Goto2016-02-29-1/+1
* arm: build some file(s) as ARM mode onlyDavid Müller (ELSOFT AG)2016-02-15-0/+6
* arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inlineTom Rini2015-12-05-2/+2
* ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada2015-03-27-8/+0
* ARM: remove a320evb board supportMasahiro Yamada2015-02-24-138/+0
* ARM: remove cm4008 and cm41xx board supportMasahiro Yamada2015-02-24-276/+0
* ARM: at91: collect SoC sources into mach-at91Masahiro Yamada2015-02-21-584/+0
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-23-1/+6
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-23-0/+2
* arm: ep9315: Add .vectors section to lds and remove obsolete ldsSergey Kostanbaev2014-08-30-58/+0
* arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev2014-07-04-27/+436
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-215/+4
* arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-26-26/+0
* arm: make _end compiler-generatedAlbert ARIBAUD2014-02-26-1/+4
* ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-24-7/+0
* arm920t: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-170/+22
* ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-23-2/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-546/+34
* arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD2013-06-21-1/+5
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-30-75/+0
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-30-7/+5
* arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau2013-04-12-5/+5
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+2
* arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-12-1/+8
* arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-12-5/+3
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-12-3/+1
* arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-12-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-1/+1
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-15-2/+2
|/
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-01-10/+10
* arm: Move tbl to arch_global_dataSimon Glass2013-02-01-12/+12
* arm: Move tbu to arch_global_dataSimon Glass2013-02-01-10/+10
* arm: Move timer_rate_hz into arch_global_dataSimon Glass2013-02-01-6/+6
* at91: Move at91 global data into arch_global_dataSimon Glass2013-02-01-11/+13
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-53/+8
* arm: ks8695: use defined constants for UARTYann Vernier2012-10-26-3/+3
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-22-3/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-22-0/+5
* dm: Move s3c24xx USB driver to a proper placeMarek Vasut2012-10-18-2240/+0
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-15-2/+2
* arm: Fixed the offset for the no relocation.Zhong Hongbo2012-10-04-0/+1
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-20-3/+5
* arm: Use common .lds file where possibleSimon Glass2012-03-30-88/+0
* ARM: fix s3c2410 timer codeDavid Müller (ELSOFT AG)2012-03-27-44/+20
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-14/+14
* add print_cpuinfo to s3c24x0David Müller (ELSOFT AG)2011-12-19-0/+55
* Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.cSimon Glass2011-12-09-8/+12
* Fix Stelian's email addressStelian Pop2011-11-29-1/+1
* arm: a320: fix broken timerPo-Yu Chuang2011-11-08-84/+50