summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
Commit message (Expand)AuthorAgeFilesLines
* avr32: add generic board supportAndreas Bießmann2015-02-171-1/+1
* common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-171-35/+9
* Introduce board_init_f_mem() to handle early memory layoutSimon Glass2015-02-121-0/+18
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-02-101-1/+1
|\
| * common/board_f: add at91 wdtHeiko Schocher2015-02-071-1/+1
* | microblaze: Move architecture to use generic board initMichal Simek2015-02-091-2/+2
|/
* generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-291-1/+1
* Allow architecture-specific memory reservationSimon Glass2015-01-241-0/+7
* x86: board_f: Adjust x86 boot order for performanceSimon Glass2015-01-131-3/+5
* common/board_f.c: fix compile error when tracing disabledKevin Hilman2014-12-291-0/+2
* Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini2014-11-241-7/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-241-12/+2
|\
| * x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-211-5/+0
| * Move early malloc() to before arch_cpu_init()Simon Glass2014-11-211-1/+1
| * x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-211-1/+0
| * x86: Use the standard dram_init() functionSimon Glass2014-11-211-5/+1
* | sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-4/+4
* | common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck2014-11-231-4/+6
* | common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck2014-11-231-1/+7
|/
* common: board: use __weakJeroen Hofstee2014-10-241-8/+2
* generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada2014-09-161-4/+6
* common: fix include guards for CONFIG_MPGabriel Huau2014-09-161-2/+2
* dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass2014-09-101-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-08-291-4/+4
|\
| * mx6: add support of multi-processor commandGabriel Huau2014-08-201-4/+4
* | nios2: add generic board supportThomas Chou2014-08-241-3/+3
* | support blackfin board initialization in generic board_fSonic Zhang2014-08-071-11/+34
|/
* dm: Support driver model prior to relocationSimon Glass2014-07-231-0/+16
* Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-231-0/+12
* common: board_f: cosmetic use __weak for ledsJeroen Hofstee2014-07-181-19/+10
* common/board_f: Fix size variableYork Sun2014-05-121-1/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-5/+7
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-9/+0
* board_f: call timer_init on MIPSPaul Burton2014-04-201-1/+1
* board_f: call init_func_ram on MIPSPaul Burton2014-04-201-2/+2
* sandbox: Use os functions to read host device treeSimon Glass2014-03-171-27/+21
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-071-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-261-11/+3
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-261-11/+3
* | common: Add get_effective_memsize() to memsize.cYork Sun2014-02-211-11/+0
|/
* Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-191-2/+0
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-101-7/+13
|\
| * arm64: generic board supportDavid Feng2014-01-091-7/+13
* | sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-081-3/+4
* | sandbox: Allow return from board_init_f()Simon Glass2014-01-081-5/+3
* | board_f: explicitly disable console on early bootAlexey Brodkin2013-12-131-0/+1
|/
* i2c: fix init on generic boardtrem2013-10-171-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-2/+2
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-4/+2
OpenPOWER on IntegriCloud