| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a way to skip relocation | Simon Glass | 2015-08-05 | 1 | -0/+9 |
* | efi: Avoid using non-existent text base | Ben Stoltz | 2015-08-05 | 1 | -3/+4 |
* | x86: fsp: Move FspInitEntry call to board_init_f() | Bin Meng | 2015-07-14 | 1 | -0/+3 |
* | Fix comment nits in board_f.c | Simon Glass | 2015-04-29 | 1 | -5/+4 |
* | Move initf_malloc() to a common place | Simon Glass | 2015-04-23 | 1 | -11/+1 |
* | fdt: Rename setup_fdt() and make it prepare also | Simon Glass | 2015-04-23 | 1 | -4/+1 |
* | fdt: sandbox: Move setup code from board_f to fdtdec | Simon Glass | 2015-04-23 | 1 | -65/+2 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 1 | -0/+1 |
* | dm: Add a new CPU init function which can use driver model | Simon Glass | 2015-04-16 | 1 | -0/+6 |
* | arc: clean-up init procedure | Alexey Brodkin | 2015-04-03 | 1 | -4/+4 |
* | m68k: fix 3 broken boards | angelo@sysam.it | 2015-03-28 | 1 | -2/+2 |
* | common/board_f: move board_init_f_mem() from #else CONFIG_X86 | Alexey Brodkin | 2015-03-28 | 1 | -2/+4 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-03-18 | 1 | -1/+2 |
|\ |
|
| * | common/board_f.c: Enable IMX watchdog in init_func_watchdog_init() | Stefan Roese | 2015-03-13 | 1 | -1/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2015-03-10 | 1 | -0/+12 |
|\ \ |
|
| * | | common: board: support systems with where RAM ends beyond 4GB | Stephen Warren | 2015-03-04 | 1 | -0/+12 |
| |/ |
|
* | | common/board_f: implement type casting for gd structure | Alexey Brodkin | 2015-03-05 | 1 | -1/+1 |
* | | m68k: Add generic board support for MCF547X/8X and MCF5445X | Alison Wang | 2015-03-05 | 1 | -0/+8 |
* | | m68k: add generic-board support | angelo@sysam.it | 2015-03-05 | 1 | -6/+16 |
|/ |
|
* | avr32: add generic board support | Andreas Bießmann | 2015-02-17 | 1 | -1/+1 |
* | common/board_f: factor out reserve_stacks | Andreas Bießmann | 2015-02-17 | 1 | -35/+9 |
* | Introduce board_init_f_mem() to handle early memory layout | Simon Glass | 2015-02-12 | 1 | -0/+18 |
* | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini | 2015-02-10 | 1 | -1/+1 |
|\ |
|
| * | common/board_f: add at91 wdt | Heiko Schocher | 2015-02-07 | 1 | -1/+1 |
* | | microblaze: Move architecture to use generic board init | Michal Simek | 2015-02-09 | 1 | -2/+2 |
|/ |
|
* | generic-board: show model name in board_init_f() too | Masahiro Yamada | 2015-01-29 | 1 | -1/+1 |
* | Allow architecture-specific memory reservation | Simon Glass | 2015-01-24 | 1 | -0/+7 |
* | x86: board_f: Adjust x86 boot order for performance | Simon Glass | 2015-01-13 | 1 | -3/+5 |
* | common/board_f.c: fix compile error when tracing disabled | Kevin Hilman | 2014-12-29 | 1 | -0/+2 |
* | Revert "common/board_f: add setup of initial stack frame for MIPS" | Tom Rini | 2014-11-24 | 1 | -7/+1 |
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2014-11-24 | 1 | -12/+2 |
|\ |
|
| * | x86: Remove unnecessary find_fdt(), prepare_fdt() functions | Simon Glass | 2014-11-21 | 1 | -5/+0 |
| * | Move early malloc() to before arch_cpu_init() | Simon Glass | 2014-11-21 | 1 | -1/+1 |
| * | x86: Use the standard arch_cpu_init() function | Simon Glass | 2014-11-21 | 1 | -1/+0 |
| * | x86: Use the standard dram_init() function | Simon Glass | 2014-11-21 | 1 | -5/+1 |
* | | sandbox: Prepare API change for files greater than 2GB | Suriyan Ramasami | 2014-11-23 | 1 | -4/+4 |
* | | common/board_f: fix gcc warning on MIPS64 | Daniel Schwierzeck | 2014-11-23 | 1 | -4/+6 |
* | | common/board_f: add setup of initial stack frame for MIPS | Daniel Schwierzeck | 2014-11-23 | 1 | -1/+7 |
|/ |
|
* | common: board: use __weak | Jeroen Hofstee | 2014-10-24 | 1 | -8/+2 |
* | generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y | Masahiro Yamada | 2014-09-16 | 1 | -4/+6 |
* | common: fix include guards for CONFIG_MP | Gabriel Huau | 2014-09-16 | 1 | -2/+2 |
* | dm: Move pre-reloc init earlier to cope with board_early_init_f() | Simon Glass | 2014-09-10 | 1 | -2/+2 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2014-08-29 | 1 | -4/+4 |
|\ |
|
| * | mx6: add support of multi-processor command | Gabriel Huau | 2014-08-20 | 1 | -4/+4 |
* | | nios2: add generic board support | Thomas Chou | 2014-08-24 | 1 | -3/+3 |
* | | support blackfin board initialization in generic board_f | Sonic Zhang | 2014-08-07 | 1 | -11/+34 |
|/ |
|
* | dm: Support driver model prior to relocation | Simon Glass | 2014-07-23 | 1 | -0/+16 |
* | Add a simple malloc() implementation for pre-relocation | Simon Glass | 2014-07-23 | 1 | -0/+12 |
* | common: board_f: cosmetic use __weak for leds | Jeroen Hofstee | 2014-07-18 | 1 | -19/+10 |
* | common/board_f: Fix size variable | York Sun | 2014-05-12 | 1 | -1/+1 |