Commit Graph

192 Commits (c1ee8936bfcf467ccf69b5dbfcf358876e76e756)

Author SHA1 Message Date
Thomas Petazzoni c1ee8936bf common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Siva Durga Prasad Paladugu 60873f736e common: board_f: Make reserve_mmu a weak function 7 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
Paul Burton 703ec9ddf9 MIPS: Stop building position independent code 7 years ago
Cooper Jr., Franklin af9e6ad4ab board_f: Add new function to allow runtime DTB selection 7 years ago
Heiko Schocher 98f705c9ce powerpc: remove 4xx support 7 years ago
Heiko Schocher 064b55cfcb powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x 7 years ago
Lothar Waßmann 53207bfd70 board_f: fix calculation of reloc_off 7 years ago
Simon Glass baa7d345fb board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() 7 years ago
Heiko Schocher 5025897774 powerpc, 5xx: remove support for 5xx 7 years ago
Heiko Schocher 2eb48ff7a2 powerpc, 8260: remove support for mpc8260 7 years ago
Heiko Schocher 5b8e76c35e powerpc, 8xx: remove support for 8xx 7 years ago
Simon Glass 824bb1b453 bootstage: Support SPL 7 years ago
Simon Glass 63c5bf48d5 bootstage: Record the time taken to set up driver model 7 years ago
Simon Glass 5ac44a5543 bootstage: Init as early as possible 7 years ago
Simon Glass 25e7dc6a6a bootstage: Support relocating boostage data 7 years ago
Simon Glass b383d6c05e bootstage: Convert to use malloc() 7 years ago
Simon Glass b885d02e2c arm: Remove include files from common.h 7 years ago
Angelo Dureghello 0ce452872f board_f: skip timer_init() on Coldfire archs 7 years ago
Simon Glass 69153988a6 i2c: Finish dropping use of CONFIG_I2C_HARD 7 years ago
Simon Glass f1683aa73c board_f: Rename initdram() to dram_init() 7 years ago
Tom Rini 01abae4d04 Remove various unused interrupt related code 7 years ago
Simon Glass 1fbf97dc45 board_f: powerpc: Drop unused headers 7 years ago
Simon Glass e47b2d674f board_f: Make relocation functions generic 7 years ago
Simon Glass 96d4b75c0d board_f: Make init_helpers generic 7 years ago
Simon Glass e5fb573f64 powerpc: Move setup_board_extra() into a PPC file 7 years ago
Simon Glass 056285fd45 board_f: Move errno.h down to the bottom 7 years ago
Simon Glass 479312233c board_f: Drop unused headers 7 years ago
Simon Glass 76b00aca4f board_f: Drop setup_dram_config() wrapper 7 years ago
Simon Glass abf7f4c704 board_f: Drop CONFIG_SPL_BUILD check 7 years ago
Simon Glass 0f079eb51c board_f: Put video memory reservation in one function 7 years ago
Simon Glass 80d4bcd3ec board_f: Move the extra #ifdef condition into reserve_mmu() 7 years ago
Simon Glass b56db48615 board_f: Use a single condition for reserve_logbuffer() 7 years ago
Simon Glass c67f432ecd xtensa: Place relocated U-Boot in the normal place 7 years ago
Simon Glass 088454cde2 board_f: Drop return value from initdram() 7 years ago
Simon Glass 52c411805c board_f: Drop board_type parameter from initdram() 7 years ago
Simon Glass 76d1d02fd2 board_f: x86: Use checkcpu() for CPU init 7 years ago
Simon Glass 8749fa6af3 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private 7 years ago
Simon Glass 689697785e board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() 7 years ago
Simon Glass d891ab95c2 board_f: powerpc: Move prt_83xx_rsr() to private code 7 years ago
Simon Glass 727e94a4ac powerpc: freescale: Unify the two get_clocks() calls 7 years ago
Simon Glass 11b33e64dd board_f: Use timer_init() on all archs 7 years ago
Simon Glass 70e2aaf380 board_f: powerpc: Use timer_init() instead of init_timebase() 7 years ago
Simon Glass 1793e78225 board_f: powerpc: Unified get_clocks() portion of init sequence 7 years ago
Simon Glass 75efc34bfa board_f: Remove adjust_sdram_tbs_8xx() from the init sequence 7 years ago
Simon Glass 26345552d6 board_f: Remove sdram_adjust_866() from the init sequence 7 years ago
Simon Glass d593c61672 board_f: powerpc: Rename get_clocks_866() to get_clocks() 7 years ago
Simon Glass c252c06857 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections 7 years ago
Simon Glass 671549e5b0 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() 7 years ago