| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Plumb logging into the init sequence | Simon Glass | 2017-12-07 | 1 | -1/+4 |
* | Drop the log buffer | Simon Glass | 2017-12-07 | 1 | -18/+0 |
* | board_f: Drop the timer after relocation | Simon Glass | 2017-09-16 | 1 | -0/+3 |
* | common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA | Thomas Petazzoni | 2017-08-20 | 1 | -27/+0 |
* | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | common: board_f: Make reserve_mmu a weak function | Siva Durga Prasad Paladugu | 2017-08-02 | 1 | -1/+1 |
* | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN | Andy Yan | 2017-07-27 | 1 | -2/+2 |
* | MIPS: Stop building position independent code | Paul Burton | 2017-07-25 | 1 | -1/+1 |
* | board_f: Add new function to allow runtime DTB selection | Cooper Jr., Franklin | 2017-07-10 | 1 | -0/+3 |
* | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 1 | -3/+0 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 1 | -8/+1 |
* | board_f: fix calculation of reloc_off | Lothar Waßmann | 2017-06-12 | 1 | -2/+5 |
* | board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() | Simon Glass | 2017-06-12 | 1 | -5/+2 |
* | powerpc, 5xx: remove support for 5xx | Heiko Schocher | 2017-06-12 | 1 | -2/+1 |
* | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 1 | -1/+1 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 1 | -2/+2 |
* | bootstage: Support SPL | Simon Glass | 2017-06-05 | 1 | -1/+16 |
* | bootstage: Record the time taken to set up driver model | Simon Glass | 2017-06-05 | 1 | -0/+2 |
* | bootstage: Init as early as possible | Simon Glass | 2017-06-05 | 1 | -1/+1 |
* | bootstage: Support relocating boostage data | Simon Glass | 2017-06-05 | 1 | -0/+34 |
* | bootstage: Convert to use malloc() | Simon Glass | 2017-06-05 | 1 | -2/+8 |
* | arm: Remove include files from common.h | Simon Glass | 2017-06-05 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2017-05-15 | 1 | -2/+2 |
|\ |
|
| * | i2c: Finish dropping use of CONFIG_I2C_HARD | Simon Glass | 2017-05-15 | 1 | -2/+2 |
* | | board_f: skip timer_init() on Coldfire archs | Angelo Dureghello | 2017-05-15 | 1 | -0/+2 |
|/ |
|
* | board_f: Rename initdram() to dram_init() | Simon Glass | 2017-04-13 | 1 | -15/+0 |
* | Remove various unused interrupt related code | Tom Rini | 2017-04-06 | 1 | -5/+0 |
* | board_f: powerpc: Drop unused headers | Simon Glass | 2017-04-05 | 1 | -15/+3 |
* | board_f: Make relocation functions generic | Simon Glass | 2017-04-05 | 1 | -3/+1 |
* | board_f: Make init_helpers generic | Simon Glass | 2017-04-05 | 1 | -3/+1 |
* | powerpc: Move setup_board_extra() into a PPC file | Simon Glass | 2017-04-05 | 1 | -25/+0 |
* | board_f: Move errno.h down to the bottom | Simon Glass | 2017-04-05 | 1 | -1/+1 |
* | board_f: Drop unused headers | Simon Glass | 2017-04-05 | 1 | -5/+0 |
* | board_f: Drop setup_dram_config() wrapper | Simon Glass | 2017-04-05 | 1 | -10/+4 |
* | board_f: Drop CONFIG_SPL_BUILD check | Simon Glass | 2017-04-05 | 1 | -8/+0 |
* | board_f: Put video memory reservation in one function | Simon Glass | 2017-04-05 | 1 | -31/+5 |
* | board_f: Move the extra #ifdef condition into reserve_mmu() | Simon Glass | 2017-04-05 | 1 | -4/+4 |
* | board_f: Use a single condition for reserve_logbuffer() | Simon Glass | 2017-04-05 | 1 | -2/+5 |
* | xtensa: Place relocated U-Boot in the normal place | Simon Glass | 2017-04-05 | 1 | -6/+0 |
* | board_f: Drop return value from initdram() | Simon Glass | 2017-04-05 | 1 | -7/+1 |
* | board_f: Drop board_type parameter from initdram() | Simon Glass | 2017-04-05 | 1 | -7/+1 |
* | board_f: x86: Use checkcpu() for CPU init | Simon Glass | 2017-04-05 | 1 | -1/+2 |
* | board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private | Simon Glass | 2017-04-05 | 1 | -4/+0 |
* | board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() | Simon Glass | 2017-04-05 | 1 | -3/+0 |
* | board_f: powerpc: Move prt_83xx_rsr() to private code | Simon Glass | 2017-04-05 | 1 | -3/+0 |
* | powerpc: freescale: Unify the two get_clocks() calls | Simon Glass | 2017-04-05 | 1 | -4/+1 |
* | board_f: Use timer_init() on all archs | Simon Glass | 2017-04-05 | 1 | -3/+0 |
* | board_f: powerpc: Use timer_init() instead of init_timebase() | Simon Glass | 2017-04-05 | 1 | -3/+1 |
* | board_f: powerpc: Unified get_clocks() portion of init sequence | Simon Glass | 2017-04-05 | 1 | -6/+2 |
* | board_f: Remove adjust_sdram_tbs_8xx() from the init sequence | Simon Glass | 2017-04-05 | 1 | -4/+0 |