summaryrefslogtreecommitdiff
path: root/arch/arm/lib/board.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-28arm: Drop old non-generic-board codeSimon Glass1-687/+0
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2014-10-25leds: missing includeJeroen Hofstee1-0/+1
2014-10-24arm: board: use __weakJeroen Hofstee1-28/+12
2014-06-05arm: fdt_control: fix a build error with CONFIG_OF_EMBED=yMasahiro Yamada1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell1-0/+6
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-6/+6
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-6/+6
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-1/+1
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada1-4/+0
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-01-09arm64: core supportDavid Feng1-1/+6
2013-12-11Revert "ARM: move interrupt_init to before relocation"Albert ARIBAUD1-1/+2
2013-07-25Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD1-20/+8
2013-07-25ARM: move interrupt_init to before relocationRob Herring1-2/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-3/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-3/+2
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-1/+6
2013-05-01lib: consolidate hang()Andreas Bießmann1-6/+0
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass1-4/+4
2013-01-30arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-01-10arm: Tabify code for MMC initializationTaylor Hutt1-2/+2
2013-01-10arm: Move bootstage record for board_init_f() to after arch_cpu_init()Simon Glass1-2/+9
2013-01-10arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass1-0/+19
2013-01-10arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass1-2/+27
2013-01-10arm: Move fdt check earlier so that board_early_init_f() can use itSimon Glass1-4/+3
2013-01-10arm: Keep track of the tlb size as well as its locationGabe Black1-2/+3
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-11/+0
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-3/+1
2012-11-14pmic: Introduce power_init_board() method at ./lib/board.c fileŁukasz Majewski1-0/+8
2012-10-22ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok1-17/+0
2012-10-19arm: fdt: Relocate fdt along with other dataSimon Glass1-0/+22
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-04arm: Adds board_postclk_init to the init_sequence.Markus Hubig1-0/+3
2012-07-20ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam1-2/+8
2012-07-07ARM: introduce arch_early_init_r()Fabio Estevam1-0/+4
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-03-29arm: Check for valid FDT after console is upSimon Glass1-0/+8
2012-03-18bootstage: arm: Add bootstage calls in board and bootmSimon Glass1-0/+3
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath1-1/+9
2011-11-22net: rtl8109: drop unused !NET_MULTI driverMike Frysinger1-4/+0
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+0
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher1-1/+0
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass1-0/+3
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass1-0/+12