Introduce generic pre-relocation board_f.c
This file handles common pre-relocation init for boards which use the generic framework. It starts up the console, DRAM, performs relocation and then jumps to post-relocation init. Signed-off-by:Simon Glass <sjg@chromium.org> Tested-by:
Wolfgang Denk <wd@denx.de> Acked-by:
Wolfgang Denk <wd@denx.de>
Showing
- arch/x86/lib/board.c 1 addition, 1 deletionarch/x86/lib/board.c
- arch/x86/lib/init_helpers.c 1 addition, 1 deletionarch/x86/lib/init_helpers.c
- arch/x86/lib/relocate.c 4 additions, 4 deletionsarch/x86/lib/relocate.c
- common/Makefile 3 additions, 0 deletionscommon/Makefile
- common/board_f.c 579 additions, 0 deletionscommon/board_f.c
- include/asm-generic/global_data.h 2 additions, 0 deletionsinclude/asm-generic/global_data.h
- include/common.h 1 addition, 0 deletionsinclude/common.h
Loading
Please register or sign in to comment