Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 boot updates from Ingo Molnar: "The main changes were: - Extend the boot protocol to allow future extensions without hitting the setup_header size limit. - Add quirk to devicetree systems to disable the RTC unless it's listed as a supported device. - Fix ld.lld linker pedantry" * 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot: Introduce setup_indirect x86/boot: Introduce kernel_info.setup_type_max x86/boot: Introduce kernel_info x86/init: Allow DT configured systems to disable RTC at boot time x86/realmode: Explicitly set entry point via ENTRY in linker script
Showing
- Documentation/x86/boot.rst 174 additions, 0 deletionsDocumentation/x86/boot.rst
- arch/x86/boot/Makefile 1 addition, 1 deletionarch/x86/boot/Makefile
- arch/x86/boot/compressed/Makefile 2 additions, 2 deletionsarch/x86/boot/compressed/Makefile
- arch/x86/boot/compressed/kaslr.c 12 additions, 0 deletionsarch/x86/boot/compressed/kaslr.c
- arch/x86/boot/compressed/kernel_info.S 22 additions, 0 deletionsarch/x86/boot/compressed/kernel_info.S
- arch/x86/boot/header.S 2 additions, 1 deletionarch/x86/boot/header.S
- arch/x86/boot/tools/build.c 5 additions, 0 deletionsarch/x86/boot/tools/build.c
- arch/x86/include/uapi/asm/bootparam.h 15 additions, 1 deletionarch/x86/include/uapi/asm/bootparam.h
- arch/x86/kernel/e820.c 11 additions, 0 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/kdebugfs.c 17 additions, 4 deletionsarch/x86/kernel/kdebugfs.c
- arch/x86/kernel/ksysfs.c 24 additions, 7 deletionsarch/x86/kernel/ksysfs.c
- arch/x86/kernel/setup.c 6 additions, 0 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/x86_init.c 23 additions, 1 deletionarch/x86/kernel/x86_init.c
- arch/x86/mm/ioremap.c 11 additions, 0 deletionsarch/x86/mm/ioremap.c
- arch/x86/realmode/rm/realmode.lds.S 1 addition, 0 deletionsarch/x86/realmode/rm/realmode.lds.S
Please register or sign in to comment