summaryrefslogtreecommitdiff
path: root/arch/arm/lib/board.c
Commit message (Expand)AuthorAgeLines
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-1/+1
* leds: missing includeJeroen Hofstee2014-10-25-0/+1
* arm: board: use __weakJeroen Hofstee2014-10-24-28/+12
* arm: fdt_control: fix a build error with CONFIG_OF_EMBED=yMasahiro Yamada2014-06-05-1/+1
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-12-1/+0
* ahci-plat: Provide a weak scsi_init hookIan Campbell2014-03-10-0/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-26-6/+6
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-26-6/+6
* | common: Add get_effective_memsize() to memsize.cYork Sun2014-02-21-1/+1
|/
* Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-19-4/+0
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-19-1/+1
* arm64: core supportDavid Feng2014-01-09-1/+6
* Revert "ARM: move interrupt_init to before relocation"Albert ARIBAUD2013-12-11-1/+2
* Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD2013-07-25-20/+8
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-3/+7
| |\
| | * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-23-3/+2
| | * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-23-1/+6
| * | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
| |/
* | ARM: move interrupt_init to before relocationRob Herring2013-07-25-2/+1
|/
* lib: consolidate hang()Andreas Bießmann2013-05-01-6/+0
* arm: Use sections header to obtain link symbolsSimon Glass2013-03-15-0/+1
* arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass2013-02-01-4/+4
* arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach2013-01-30-1/+1
* arm: Tabify code for MMC initializationTaylor Hutt2013-01-10-2/+2
* arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass2013-01-10-2/+9
* arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass2013-01-10-0/+19
* arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass2013-01-10-2/+27
* arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass2013-01-10-4/+3
* arm: Keep track of the tlb size as well as its locationGabe Black2013-01-10-2/+3
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-11/+0
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-13-3/+1
* pmic: Introduce power_init_board() method at ./lib/board.c fileŁukasz Majewski2012-11-14-0/+8
* ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok2012-10-22-17/+0
* arm: fdt: Relocate fdt along with other dataSimon Glass2012-10-19-0/+22
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-15-2/+0
* arm: Adds board_postclk_init to the init_sequence.Markus Hubig2012-09-04-0/+3
* ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam2012-07-20-2/+8
* ARM: introduce arch_early_init_r()Fabio Estevam2012-07-07-0/+4
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15-3/+0
* arm: Check for valid FDT after console is upSimon Glass2012-03-29-0/+8
* bootstage: arm: Add bootstage calls in board and bootmSimon Glass2012-03-18-0/+3
* davinci: add support for printing clock frequencyHadli, Manjunath2012-02-12-1/+9
* net: rtl8109: drop unused !NET_MULTI driverMike Frysinger2011-11-22-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-28-1/+0
|\
| * arm, logbuffer: make it compilecleanHeiko Schocher2011-10-27-1/+0
* | cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger2011-10-27-1/+1
|/
* fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass2011-10-26-0/+3
* fdt: ARM: Implement and verify embedded and separate device treeSimon Glass2011-10-26-0/+12
* arm: Correct build error introduced by getenv_ulong() patchSimon Glass2011-10-24-4/+8