aboutsummaryrefslogtreecommitdiff
path: root/src/interface/efi/efi_snp_hii.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-23[efi] Add efi_path_terminate() utility functionMichael Brown1-3/+1
2020-12-17[efi] Skip interface uninstallation during shutdownMichael Brown1-6/+8
2020-12-17[efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown1-2/+2
2020-10-26[efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown1-21/+57
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown1-1/+2
2020-07-22[efi] Check the status code from AllocatePool()Ignat Korchagin1-4/+5
2016-07-08[efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek1-4/+71
2016-04-12[efi] Work around broken EFI HII specificationMichael Brown1-0/+7
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-02-11[build] Allow setting help text URI to be customised via config/branding.hMichael Brown1-1/+2
2014-09-25[efi] Centralise definitions of more protocol GUIDsMichael Brown1-4/+0
2014-07-30[efi] Ignore failures when attempting to install SNP HII protocolMichael Brown1-2/+5
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown1-7/+6
2014-05-20[efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown1-1/+10
2013-12-05[settings] Allow for multiple definitions of each predefined settingMichael Brown1-0/+4
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-2/+6
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-7/+7
2012-11-02[build] Include version number within only a single object fileMichael Brown1-1/+2
2012-10-22[efi] Add missing RC_TO_EFIRC() conversionMichael Brown1-1/+1
2012-10-16[efi] Expose net device non-volatile settings via HIIMichael Brown1-216/+492
2012-10-16[efi] Split SNP HII functionality into a separate fileMichael Brown1-0/+430