summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/board.c
Commit message (Expand)AuthorAgeFilesLines
* lib: consolidate hang()Andreas Bießmann2013-05-011-6/+0
* arm: Use sections header to obtain link symbolsSimon Glass2013-03-151-0/+1
* arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass2013-02-011-4/+4
* 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: 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 C runtime setup code in crt0.SAlbert ARIBAUD2013-01-081-11/+0
* 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 : 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
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* arm: Adds board_postclk_init to the init_sequence.Markus Hubig2012-09-041-0/+3
* ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam2012-07-201-2/+8
* ARM: introduce arch_early_init_r()Fabio Estevam2012-07-071-0/+4
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-3/+0
* arm: Check for valid FDT after console is upSimon Glass2012-03-291-0/+8
* bootstage: arm: Add bootstage calls in board and bootmSimon Glass2012-03-181-0/+3
* davinci: add support for printing clock frequencyHadli, Manjunath2012-02-121-1/+9
* net: rtl8109: drop unused !NET_MULTI driverMike Frysinger2011-11-221-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-10-281-1/+0
|\
| * arm, logbuffer: make it compilecleanHeiko Schocher2011-10-271-1/+0
* | cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger2011-10-271-1/+1
|/
* fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass2011-10-261-0/+3
* fdt: ARM: Implement and verify embedded and separate device treeSimon Glass2011-10-261-0/+12
* arm: Correct build error introduced by getenv_ulong() patchSimon Glass2011-10-241-4/+8
* arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-231-25/+11
* arch/arm/lib/board.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-3/+1
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* POST/arm: adaptations needed for POST on ARM to workValentin Longchamp2011-10-051-0/+2
* led: remove camel casing of led identifiers globallyJason Kridner2011-09-131-16/+16
* arm: do not force d-cache enable on all boardsAneesh V2011-09-041-5/+3
* arm: fix bd pointer dereference prior initializationIgor Grinberg2011-09-031-4/+5
* arm, lib/board.c: use gd->ram_size instead of bd->bi_memsizeHeiko Schocher2011-09-031-1/+1
* cosmetic: arm: lib/board.c: Coding Style cleanupHeiko Schocher2011-08-041-105/+111
* unify version_stringAndreas Bießmann2011-07-281-8/+0
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-261-1/+1
* arm: add CONFIG_MACH_TYPE setting and documentationIgor Grinberg2011-07-171-0/+4
* armv7: integrate cache maintenance supportAneesh V2011-07-041-0/+6
* armv7: rename cache related CONFIG flagsAneesh V2011-07-041-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-06-231-3/+4
|\
| * run arm_pci_init after relocationMichael Schwingen2011-06-231-3/+3
* | ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-221-16/+0
|/
* Don't grab memory for LCD if FB address is definedMinkyu Kang2011-04-271-0/+4
* ARM: fix stack pointer adjustment in board_init_f()Eric Cooper2011-04-271-1/+1
OpenPOWER on IntegriCloud