aboutsummaryrefslogtreecommitdiffstats
path: root/loaders
AgeCommit message (Expand)AuthorFilesLines
2014-06-27efilinux: set ext_ramdisk_* for huge initrdHEADmasterYinghai Lu2-3/+21
2014-06-18efilinux: Allocate boot_params before parsing initrdYinghai Lu1-31/+34
2013-03-20bzimage: Fixup for kernel changes to EFI handover protocolMatt Fleming3-11/+22
2013-01-25bzimage: Check that the kernel is relocatableMatt Fleming1-0/+6
2012-08-08bzimage: Hand off initialisation to the EFI boot stubnextMatt Fleming4-0/+41
2012-07-31efilinux: convert from 3-clause BSD to 2-clause BSD licenseJordan Justen6-24/+0
2012-07-27Support loading kernels by relative pathSteve Langasek1-4/+10
2012-07-20bzimage: Limit the maximum allocation addressMatt Fleming1-2/+21
2012-07-20bzimage: Account for extra room when decompressing kernelMatt Fleming2-53/+53
2011-09-22bzimage: Multiple initrds supportMatt Fleming1-58/+116
2011-08-31Merge branch 'next'Matt Fleming2-22/+38
2011-08-26efilinux: Fix memory leaks in the error pathMatt Fleming1-6/+3
2011-08-18efilinux: i386 kernel_jump()Matt Fleming1-0/+10
2011-08-18bzimage: Cast file_read() argument to avoid warningMatt Fleming1-1/+1
2011-08-18bzimage: Only set efi_*_hi for x86-64Matt Fleming1-0/+2
2011-08-18bzimage: Use UINTN to cast from pointer to integerMatt Fleming1-11/+11
2011-08-18bzimage: Fix typecast bug on i386Matt Fleming1-4/+8
2011-08-18bzimage: Rename shadow variable 'file'Matt Fleming1-7/+7
2011-08-10bzimage: Fix EFI to e820 memory type mappingMatt Fleming1-2/+2
2011-08-10bzimage: Don't call Print() after ExitBootServices()Matt Fleming1-3/+0
2011-08-09bzimage: Merge memory typesMaarten Lankhorst1-6/+11
2011-07-28efilinux: Add loader infrastructure and bzImage supportMatt Fleming7-0/+927