Commit Graph

82 Commits (410b10f1e329ae49340500e0fbc4ac011ba40001)

Author SHA1 Message Date
Simon Glass fb5cf7f16b Move initf_malloc() to a common place 9 years ago
Simon Glass 0879361fd3 fdt: Rename setup_fdt() and make it prepare also 9 years ago
Simon Glass b45122fdf5 fdt: sandbox: Move setup code from board_f to fdtdec 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Simon Glass d4c671cc27 dm: Add a new CPU init function which can use driver model 9 years ago
Alexey Brodkin 3fb8016360 arc: clean-up init procedure 9 years ago
angelo@sysam.it 944ab340b6 m68k: fix 3 broken boards 9 years ago
Alexey Brodkin 5bcd19aa29 common/board_f: move board_init_f_mem() from #else CONFIG_X86 9 years ago
Stefan Roese 14a380a8f3 common/board_f.c: Enable IMX watchdog in init_func_watchdog_init() 9 years ago
Alexey Brodkin 7bf9f20d02 common/board_f: implement type casting for gd structure 9 years ago
Alison Wang 1313db48e2 m68k: Add generic board support for MCF547X/8X and MCF5445X 9 years ago
angelo@sysam.it e310b93ec1 m68k: add generic-board support 9 years ago
Stephen Warren 1e4d11a58c common: board: support systems with where RAM ends beyond 4GB 9 years ago
Andreas Bießmann a752a8b4c4 avr32: add generic board support 9 years ago
Andreas Bießmann 68145d4c7b common/board_f: factor out reserve_stacks 9 years ago
Simon Glass 74d0186766 Introduce board_init_f_mem() to handle early memory layout 9 years ago
Michal Simek e945f6dc28 microblaze: Move architecture to use generic board init 9 years ago
Heiko Schocher 2b8b38eaca common/board_f: add at91 wdt 9 years ago
Masahiro Yamada 0365ffcc0b generic-board: show model name in board_init_f() too 9 years ago
Simon Glass 146251f87e Allow architecture-specific memory reservation 9 years ago
Simon Glass 313aef37a1 x86: board_f: Adjust x86 boot order for performance 10 years ago
Kevin Hilman d210718d9a common/board_f.c: fix compile error when tracing disabled 10 years ago
Tom Rini 94092e361c Revert "common/board_f: add setup of initial stack frame for MIPS" 10 years ago
Suriyan Ramasami 96b1046d1c sandbox: Prepare API change for files greater than 2GB 10 years ago
Daniel Schwierzeck 9fdee7d730 common/board_f: fix gcc warning on MIPS64 10 years ago
Daniel Schwierzeck 666ba8444e common/board_f: add setup of initial stack frame for MIPS 10 years ago
Simon Glass 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 10 years ago
Simon Glass 768e0f52f2 Move early malloc() to before arch_cpu_init() 10 years ago
Simon Glass 8b37c7694f x86: Use the standard arch_cpu_init() function 10 years ago
Simon Glass 07387d1769 x86: Use the standard dram_init() function 10 years ago
Jeroen Hofstee dd2a6cd0f7 common: board: use __weak 10 years ago
Masahiro Yamada c970dffedb generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y 10 years ago
Gabriel Huau ec3b48201d common: fix include guards for CONFIG_MP 10 years ago
Simon Glass 3ea0953d36 dm: Move pre-reloc init earlier to cope with board_early_init_f() 10 years ago
Thomas Chou 5ff10aa7e7 nios2: add generic board support 10 years ago
Gabriel Huau a76df70908 mx6: add support of multi-processor command 10 years ago
Sonic Zhang d54d7eb965 support blackfin board initialization in generic board_f 10 years ago
Simon Glass ab7cd62790 dm: Support driver model prior to relocation 10 years ago
Simon Glass d59476b644 Add a simple malloc() implementation for pre-relocation 10 years ago
Jeroen Hofstee c5d4001a1c common: board_f: cosmetic use __weak for leds 10 years ago
York Sun fa39ffe5d6 common/board_f: Fix size variable 10 years ago
York Sun 2a1680e30e common/board_f: Initialized global data for generic board 10 years ago
Masahiro Yamada 8e2615752e bd_info: remove bi_barudrate member from struct bd_info 10 years ago
Paul Burton 6dc9bacea5 board_f: call timer_init on MIPS 10 years ago
Paul Burton 3da7e5a50b board_f: call init_func_ram on MIPS 10 years ago
Simon Glass 95fac6ab45 sandbox: Use os functions to read host device tree 10 years ago
Masahiro Yamada 58dac32764 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 10 years ago
Albert ARIBAUD b60eff31f3 arm: remove unneeded symbol offsets and _TEXT_BASE 10 years ago
York Sun e38661634b common: Add get_effective_memsize() to memsize.c 10 years ago
Masahiro Yamada 365475e6d1 Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee 10 years ago