| Commit message (Expand) | Author | Age | Lines |
* | common: board_r: make local functions static | Jeroen Hofstee | 2014-10-25 | -4/+4 |
* | common: board: use __weak | Jeroen Hofstee | 2014-10-24 | -8/+2 |
* | dm: Remove spi_init() from board_r.c when using driver model | Simon Glass | 2014-10-22 | -1/+1 |
* | common/board_r: remove warning in initr_mem for 64-bit phys_size_t | Valentin Longchamp | 2014-10-10 | -1/+1 |
* | common/board_r: Fix booting issue on T4240QDS | York Sun | 2014-10-10 | -3/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-dm | Tom Rini | 2014-09-13 | -8/+11 |
|\ |
|
| * | dm: Make driver model available before board_init() | Simon Glass | 2014-09-10 | -13/+11 |
| * | Set up stdio earlier when using driver model | Simon Glass | 2014-09-10 | -6/+11 |
* | | board_r: ARM[64] do not set gd again | Jeroen Hofstee | 2014-09-09 | -1/+1 |
|/ |
|
* | nios2: add generic board support | Thomas Chou | 2014-08-24 | -1/+1 |
* | board_r: Add missing return to initr_doc | Ian Campbell | 2014-08-09 | -0/+1 |
* | dm: Support driver model prior to relocation | Simon Glass | 2014-07-23 | -21/+4 |
* | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | -2/+2 |
* | Add a simple malloc() implementation for pre-relocation | Simon Glass | 2014-07-23 | -0/+4 |
* | board_r: run scsi init() on ARM too | Ian Campbell | 2014-07-22 | -4/+1 |
* | m68k: powerpc: Clean up do_mdm_init | Simon Glass | 2014-05-29 | -14/+0 |
* | board_r: return 0 from show_model_r | Paul Burton | 2014-04-18 | -0/+1 |
* | dm: Set up driver model after relocation | Simon Glass | 2014-03-04 | -0/+33 |
* | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD | 2014-02-26 | -2/+2 |
* | board_r - fixup functions table after relocation | Alexey Brodkin | 2014-01-27 | -0/+10 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | Add trace support to generic board | Simon Glass | 2013-06-26 | -0/+11 |
* | generic_board: reduce the redundancy of gd_t struct members | Masahiro Yamada | 2013-06-07 | -6/+6 |
* | Call bootstage_relocate() after malloc is initted | Doug Anderson | 2013-05-13 | -0/+1 |
* | sandbox: Switch over to generic board | Simon Glass | 2013-05-01 | -2/+6 |
* | x86: Allow setup code to manage its own global data | Simon Glass | 2013-04-15 | -3/+0 |
* | x86: Enable generic board support | Simon Glass | 2013-03-15 | -0/+2 |
* | x86: Adjust board_r.c for x86 | Simon Glass | 2013-03-15 | -2/+21 |
* | Adjust board_r.c for ppc | Simon Glass | 2013-03-15 | -3/+477 |
* | Introduce generic post-relocation board_r.c | Simon Glass | 2013-03-15 | -0/+422 |