-
- Downloads
x86: Split init functions out of board.c
This patch moves towards reducing board.c to simply a set of init cores for the three initialisation phases (Flash, Flash/RAM, and RAM), a set of three init function arrays and a init function array processing function
Showing
- arch/x86/include/asm/init_helpers.h 39 additions, 0 deletionsarch/x86/include/asm/init_helpers.h
- arch/x86/include/asm/init_wrappers.h 42 additions, 0 deletionsarch/x86/include/asm/init_wrappers.h
- arch/x86/lib/Makefile 2 additions, 0 deletionsarch/x86/lib/Makefile
- arch/x86/lib/board.c 76 additions, 221 deletionsarch/x86/lib/board.c
- arch/x86/lib/init_helpers.c 142 additions, 0 deletionsarch/x86/lib/init_helpers.c
- arch/x86/lib/init_wrappers.c 137 additions, 0 deletionsarch/x86/lib/init_wrappers.c
Loading
Please register or sign in to comment