aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot/tools
AgeCommit message (Expand)AuthorFilesLines
2023-09-17x86/boot: Increase section and file alignment to 4k/512Gravatar Ard Biesheuvel 1-88/+2
2023-09-17x86/boot: Drop PE/COFF .reloc sectionGravatar Ard Biesheuvel 1-29/+5
2023-09-17x86/boot: Construct PE/COFF .text section from assemblerGravatar Ard Biesheuvel 1-47/+0
2023-09-17x86/boot: Derive file size from _edata symbolGravatar Ard Biesheuvel 1-23/+7
2023-09-17x86/boot: Define setup size in linker scriptGravatar Ard Biesheuvel 1-6/+0
2023-09-17x86/boot: Set EFI handover offset directly in header asmGravatar Ard Biesheuvel 1-24/+0
2023-09-17x86/boot: Grab kernel_info offset from zoffset header directlyGravatar Ard Biesheuvel 1-4/+0
2023-09-15x86/boot: Drop references to startup_64Gravatar Ard Biesheuvel 1-3/+0
2023-09-15x86/boot: Drop redundant code setting the root deviceGravatar Ard Biesheuvel 1-7/+0
2023-09-15x86/boot: Omit compression buffer from PE/COFF image memory footprintGravatar Ard Biesheuvel 1-44/+6
2022-11-24x86/efi: Make the deprecated EFI handover protocol optionalGravatar Ard Biesheuvel 1-0/+2
2020-08-20x86/build: Declutter the build outputGravatar Ingo Molnar 1-4/+0
2020-05-14x86/boot: Mark global variables as staticGravatar Arvind Sankar 1-8/+8
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-08efi/x86: Don't relocate the kernel unless necessaryGravatar Arvind Sankar 1-10/+6
2020-03-08efi/x86: Remove extra headroom for setup blockGravatar Arvind Sankar 1-2/+26
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionGravatar Ard Biesheuvel 1-1/+49
2020-02-23efi/x86: Drop redundant .bss sectionGravatar Ard Biesheuvel 1-24/+12
2020-02-23efi/x86: add headroom to decompressor BSS to account for setup blockGravatar Ard Biesheuvel 1-1/+1
2019-11-12x86/boot: Introduce kernel_infoGravatar Daniel Kiper 1-0/+5
2018-11-28x86/boot: Add missing va_end() to die()Gravatar Mattias Jacobsson 1-0/+1
2018-09-26x86: boot: Fix EFI stub alignmentGravatar Ben Hutchings 1-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-02-16x86/boot: Remove unused 'is_big_kernel' variableGravatar Nicolas Iooss 1-1/+0
2014-07-10x86/efi: Include a .bss section within the PE/COFF headersGravatar Michael Brown 1-8/+30
2014-03-05x86, tools: Fix up compiler warningsGravatar Matt Fleming 1-3/+4
2014-03-04x86/efi: Firmware agnostic handover entry pointsGravatar Matt Fleming 1-7/+15
2014-03-04x86, tools: Consolidate #ifdef codeGravatar Matt Fleming 1-22/+42
2013-09-26x86, build: move build output statistics away from stderrGravatar Kees Cook 1-16/+24
2013-06-19x86/boot: Close opened file descriptorGravatar Jiri Slaby 1-0/+1
2013-01-27x86, build: Dynamically find entry points in compressed startup codeGravatar David Woodhouse 1-18/+63
2012-06-07x86, efi stub: Add .reloc section back into imageGravatar Jordan Justen 1-63/+109
2012-05-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+21
2012-04-16x86, efi: Add dedicated EFI stub entry pointGravatar Matt Fleming 1-4/+11
2012-03-28Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.cGravatar H. Peter Anvin 1-25/+22
2012-03-26x86, efi: Fix .text section overlapping image header for EFI_STUBGravatar Matt Fleming 1-3/+22
2012-02-28x86, build: Fix portability issues when cross-buildingGravatar H. Peter Anvin 1-3/+4
2012-02-28x86, tools: Remove unneeded header files from tools/build.cGravatar H. Peter Anvin 1-2/+0
2012-02-28x86, efi: Fix endian issues and unaligned accessesGravatar Matt Fleming 1-16/+15
2011-12-12x86, efi: EFI boot stub supportGravatar Matt Fleming 1-0/+39
2011-05-25x86, build: Do not set the root_dev field in bzImageGravatar Michal Marek 1-29/+4
2009-03-11x86: remove zImage supportGravatar H. Peter Anvin 1-8/+1
2008-04-17x86: add a crc32 checksum to the kernel image.Gravatar Ian Campbell 1-1/+87
2007-10-11i386: move bootGravatar Thomas Gleixner 2-0/+169