-
- Downloads
x86: Convert board_init_f_r to a processing loop
Create an init function array for board_init_f_r - This finalises the migration to a purely array based initialisation mechanism Also tweak a few comments while we are at it so everything is 'correct' -- Changes for v2: - Renamed to a more apt name - Fix bug in set_reloc_flag_r - Re-instate gd->flags = boot_flags; in board_init_f - Added commit message
Showing
- arch/x86/include/asm/init_helpers.h 5 additions, 0 deletionsarch/x86/include/asm/init_helpers.h
- arch/x86/include/asm/relocate.h 33 additions, 0 deletionsarch/x86/include/asm/relocate.h
- arch/x86/lib/board.c 89 additions, 97 deletionsarch/x86/lib/board.c
- arch/x86/lib/init_helpers.c 75 additions, 0 deletionsarch/x86/lib/init_helpers.c
- arch/x86/lib/relocate.c 4 additions, 28 deletionsarch/x86/lib/relocate.c
arch/x86/include/asm/relocate.h
0 → 100644
Please register or sign in to comment