aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/board.c
AgeCommit message (Expand)Author
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2014-10-25leds: missing includeJeroen Hofstee
2014-10-24arm: board: use __weakJeroen Hofstee
2014-06-05arm: fdt_control: fix a build error with CONFIG_OF_EMBED=yMasahiro Yamada
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-01-09arm64: core supportDavid Feng
2013-12-11Revert "ARM: move interrupt_init to before relocation"Albert ARIBAUD
2013-07-25Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD
2013-07-25ARM: move interrupt_init to before relocationRob Herring
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass
2013-01-30arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach
2013-01-10arm: Tabify code for MMC initializationTaylor Hutt
2013-01-10arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass
2013-01-10arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass
2013-01-10arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass
2013-01-10arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass
2013-01-10arm: Keep track of the tlb size as well as its locationGabe Black
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-11-14pmic: Introduce power_init_board() method at ./lib/board.c fileŁukasz Majewski
2012-10-22ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok
2012-10-19arm: fdt: Relocate fdt along with other dataSimon Glass
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-09-04arm: Adds board_postclk_init to the init_sequence.Markus Hubig
2012-07-20ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam
2012-07-07ARM: introduce arch_early_init_r()Fabio Estevam
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-03-29arm: Check for valid FDT after console is upSimon Glass
2012-03-18bootstage: arm: Add bootstage calls in board and bootmSimon Glass
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath
2011-11-22net: rtl8109: drop unused !NET_MULTI driverMike Frysinger
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass
2011-10-24arm: Correct build error introduced by getenv_ulong() patchSimon Glass