summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2418-310/+21
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-07-121-0/+9
|\
| * pxa: fix memory coherency problem after relocationMike Dunn2013-06-221-0/+9
* | bootm: Clean up bootz_setup() functionSimon Glass2013-07-101-6/+8
* | arm: Implement the 'fake' go commandSimon Glass2013-06-261-9/+18
|/
* arm: optimize relocate_code routineAlbert ARIBAUD2013-06-211-20/+12
* arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD2013-06-212-9/+4
* arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD2013-06-212-5/+4
* arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD2013-06-212-3/+3
* remove all references to .dynsymAlbert ARIBAUD2013-06-211-13/+0
* cosmetic: arm: fix comments in arch/arm/lib/crt0.SMasahiro Yamada2013-06-101-2/+2
* arm: Remove OMAP2420H4 and all omap24xx supportTom Rini2013-06-101-1/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-302-0/+113
* arm: Use image_setup_linux() instead of local codeSimon Glass2013-05-143-56/+54
* arm: Refactor bootm to reduce #ifdefsSimon Glass2013-05-141-64/+20
* lib: consolidate hang()Andreas Bießmann2013-05-011-6/+0
* arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-121-14/+2
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-121-5/+3
* arm: crt0.S: Remove bogus .globlBenoît Thébaudeau2013-04-121-24/+4
* ARM: mmu: Set domain permissions to client accessR Sricharan2013-03-281-0/+7
* ARM: mmu: Introduce weak dram_bank_setup functionR Sricharan2013-03-281-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-182-0/+40
|\
| * arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD2013-03-122-0/+40
* | arm: Enable generic board supportSimon Glass2013-03-151-0/+3
* | arm: Use sections header to obtain link symbolsSimon Glass2013-03-151-0/+1
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-152-3/+3
|/
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass2013-02-012-7/+7
* arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach2013-01-301-1/+1
* arm: Tabify code for MMC initializationTaylor Hutt2013-01-101-2/+2
* arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass2013-01-101-2/+9
* arm: Make interrupts.o and reset.o in libarm also appear in SPLTom Wai-Hong Tam2013-01-101-2/+3
* arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass2013-01-101-0/+19
* arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass2013-01-101-2/+27
* arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass2013-01-101-4/+3
* arm: Keep track of the tlb size as well as its locationGabe Black2013-01-101-2/+3
* arm: move flush_dcache_all() to just before disable cacheArun Mankuzhi2013-01-101-1/+4
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-083-11/+175
* Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin2012-12-191-3/+9
|\
| * env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-3/+1
| * pmic: Introduce power_init_board() method at ./lib/board.c fileŁukasz Majewski2012-11-141-0/+8
* | arm: Add control over cachability of memory regionsSimon Glass2012-11-191-11/+40
|/
* Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2012-11-031-0/+4
|\
| * arm bootm: Allow to pass board specified atagsPali Rohár2012-10-301-0/+4
* | ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok2012-10-221-17/+0
|/
* arm: fdt: Relocate fdt along with other dataSimon Glass2012-10-191-0/+22
* Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini2012-10-151-0/+3
|\
| * bootstage: Store boot timings in device treeSimon Glass2012-10-021-0/+3
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
OpenPOWER on IntegriCloud