summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: search all possible disk partitionsJonathan Gray2017-10-101-8/+12
* efi_selftest: error handling in SNP testHeinrich Schuchardt2017-10-091-1/+8
* efi_loader: comments for functions add missing @returnHeinrich Schuchardt2017-10-091-1/+8
* efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark2017-10-091-0/+11
* efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt2017-10-091-1/+2
* efi_selftest: avoid dereferencing NULL in tpl testHeinrich Schuchardt2017-10-091-1/+2
* efi_selftest: efi_st_memcmp return difference of bytesHeinrich Schuchardt2017-10-091-1/+1
* efi_loader: supply EFI network testHeinrich Schuchardt2017-10-093-1/+456
* efi_selftest: allow printing MAC addressesHeinrich Schuchardt2017-10-091-1/+40
* efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt2017-10-091-2/+25
* efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt2017-10-091-4/+20
* efi_loader: fix efi_net_get_statusHeinrich Schuchardt2017-10-091-3/+8
* efi_loader: implement WaitForPacket eventHeinrich Schuchardt2017-10-091-0/+16
* efi_loader: use events for efi_net_receiveHeinrich Schuchardt2017-10-091-3/+50
* efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt2017-10-091-6/+4
* efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt2017-10-091-0/+1
* efi_loader: fill simple network protocol revisionHeinrich Schuchardt2017-10-091-0/+1
* efi_loader: wrong type in wait_for_eventHeinrich Schuchardt2017-10-093-3/+3
* efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt2017-10-091-19/+21
* efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt2017-10-091-5/+5
* efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt2017-10-091-0/+2
* efi_loader: replace efi_div10 by do_divHeinrich Schuchardt2017-10-091-34/+2
* efi_loader: provide function comments for boot servicesHeinrich Schuchardt2017-10-091-2/+638
* efi_selftest: make tests easier to readHeinrich Schuchardt2017-10-094-100/+126
* efi_loader: use type bool for event statesHeinrich Schuchardt2017-10-092-17/+17
* efi_selftest: use efi_st_error for all error messagesHeinrich Schuchardt2017-10-091-12/+10
* efi_loader: allow creating new handlesHeinrich Schuchardt2017-10-051-2/+20
* lib: Add CRC32-CMarek BehĂșn2017-10-023-0/+42
* efi_loader: Some console improvements for vidconsoleRob Clark2017-09-201-23/+35
* efi_loader: Correctly figure out size for vidconsoleRob Clark2017-09-201-1/+15
* efi_loader: split out escape sequence based size queryRob Clark2017-09-201-23/+30
* efi_loader: print GUIDsRob Clark2017-09-202-14/+14
* efi_loader: set loaded image code/data type properlyRob Clark2017-09-201-0/+22
* efi_loader: add bootmgrRob Clark2017-09-204-4/+185
* efi_loader: efi variable supportRob Clark2017-09-204-5/+355
* efi_loader: make pool allocations cacheline alignedRob Clark2017-09-201-2/+3
* efi_loader: support load_image() from a file-pathRob Clark2017-09-201-15/+70
* efi_loader: add file/filesys supportRob Clark2017-09-204-0/+596
* efi_loader: refactor boot device and loaded_image handlingRob Clark2017-09-202-4/+37
* efi_loader: use proper device-paths for netRob Clark2017-09-201-17/+2
* efi_loader: use proper device-paths for partitionsRob Clark2017-09-201-23/+31
* efi_loader: flesh out device-path to textRob Clark2017-09-201-63/+178
* efi_loader: drop redundant efi_device_path_protocolRob Clark2017-09-201-5/+8
* efi_loader: add device-path utilsRob Clark2017-09-203-3/+575
* efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt2017-09-182-0/+109
* efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt2017-09-181-0/+11
* efi_selftest: test task priority levelsHeinrich Schuchardt2017-09-182-1/+218
* efi_loader: implement task priority level (TPL)Heinrich Schuchardt2017-09-181-4/+28
* efi_selftest: provide unit test for event servicesHeinrich Schuchardt2017-09-182-1/+199
* efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt2017-09-181-0/+1