-
- Downloads
x86, boot: add linked list of struct setup_data
This patch adds a field of 64-bit physical pointer to NULL terminated single linked list of struct setup_data to real-mode kernel header. This is used as a more extensible boot parameters passing mechanism. Signed-off-by:Huang Ying <ying.huang@intel.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/boot/header.S 5 additions, 1 deletionarch/x86/boot/header.S
- arch/x86/kernel/head64.c 20 additions, 0 deletionsarch/x86/kernel/head64.c
- arch/x86/kernel/setup_64.c 22 additions, 0 deletionsarch/x86/kernel/setup_64.c
- include/asm-x86/bootparam.h 14 additions, 0 deletionsinclude/asm-x86/bootparam.h
Loading
Please register or sign in to comment