summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_snp_hii.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-231-3/+1Star
* [efi] Skip interface uninstallation during shutdownMichael Brown2020-12-171-6/+8
* [efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown2020-12-171-2/+2
* [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-261-21/+57
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-161-1/+2
* [efi] Check the status code from AllocatePool()Ignat Korchagin2020-07-221-4/+5
* [efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2016-07-081-4/+71
* [efi] Work around broken EFI HII specificationMichael Brown2016-04-121-0/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-111-1/+2
* [efi] Centralise definitions of more protocol GUIDsMichael Brown2014-09-251-4/+0Star
* [efi] Ignore failures when attempting to install SNP HII protocolMichael Brown2014-07-301-2/+5
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-7/+6Star
* [efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown2014-05-201-1/+10
* [settings] Allow for multiple definitions of each predefined settingMichael Brown2013-12-051-0/+4
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-2/+6
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-191-7/+7
* [build] Include version number within only a single object fileMichael Brown2012-11-021-1/+2
* [efi] Add missing RC_TO_EFIRC() conversionMichael Brown2012-10-221-1/+1
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-161-216/+492
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-161-0/+430