summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-26Clean lib/, tooGary Ching-Pang Lin
2013-09-26simple_file: Allocate buffers for file entriesGary Ching-Pang Lin
2013-09-26Port MokManager to Linux Foundation loader UI codeMatthew Garrett
2013-09-26Port MokManager to Linux Foundation loader UI codePeter Jones
2013-09-26We have to declare SHIM_LOCK_GUID here as well.Peter Jones
2013-09-26Ignore tarballs.Peter Jones
2013-09-26MokManager needs to disable the graphics console.Peter Jones
2013-09-24Fix a memory leakSteve Langasek
2013-09-24Correct limits on the length of ipv6 addressesSteve Langasek
2013-09-24More consistent types, fewer castsSteve Langasek
2013-09-24Misc allocation cleanupsSteve Langasek
2013-09-24Fix an off-by-one errorSteve Langasek
2013-09-24Fix nul termination errors in filenames passed to tftpSteve Langasek
2013-09-24Build with -Werror to catch future prototype mismatches.Steve Langasek
2013-09-24Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILESteve Langasek
2013-09-23Add MokListRT option rom entry.Peter Jones
2013-09-23Update TODO with missing description.Peter Jones
2013-09-23Made TODO represent the present.Peter Jones
2013-09-23Make SHIM_LOCK_GUID a first-class object with a symbol.Peter Jones
2013-09-16Don't print things on the screen by default when everything works.Peter Jones
2013-09-16Don't print that fallback isn't found in should_use_fallback()Peter Jones
2013-07-02Import upstream version 0.4Steve Langasek
2013-06-11Fix some pointer casting issues.Peter Jones
2013-06-10Bump version to 0.4Peter Jones
2013-06-10Make DBX be included in build if the environment is set right.Peter Jones
2013-06-10Make .vendor_cert get the right flags set.Peter Jones
2013-06-10add a .gitignorePeter Jones
2013-06-10Move embedded certificates to their own section.Peter Jones
2013-06-10vendor_cert_size's size in the binary should be 4, not -4.Peter Jones
2013-06-10Remove FALLBACK_OBJS during clean as well.Peter Jones
2013-06-10Make sure all the Makefiles use the same arguments for mmx/sse/ms_abi.Peter Jones
2013-05-31EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0tPeter Jones
2013-05-31Don't use MMX and SSE registers, they aren't initialized.Peter Jones
2013-05-16Bump version to 0.3Peter Jones
2013-05-16Use MS ABI instead of terrible wrappers.Peter Jones
2013-05-15Use the correct define on Open.Peter Jones
2013-05-15Add some error messages when things don't work.Peter Jones
2013-05-15Remove some unnecessary code.Peter Jones
2013-05-15Fix some minor type errors.Peter Jones
2013-05-14Pass parameters correctly when booting.Peter Jones
2013-05-02[fallback] Try to execute the first new boot option.Peter Jones
2013-04-30Explain byte order handling better.Peter Jones
2013-04-30Don't update BootOrder until all csv files are processedGary Ching-Pang Lin
2013-04-30Reset the system after restoring the boot entriesGary Ching-Pang Lin
2013-04-30Fix crash due to memory allocationGary Ching-Pang Lin
2013-04-30Get rid of extra "continue".Peter Jones
2013-04-30Fix error checking on AllocateZeroPool() in update_boot_order()Peter Jones
2013-04-30Make shim use fallback when appropriate.Peter Jones
2013-04-30Add a fallback loader for when shim is invoked as BOOTX64.EFIPeter Jones
2013-04-30Add StrCSpn()Peter Jones