summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-10-09efi_loader: fill simple network protocol revisionHeinrich Schuchardt1-0/+1
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt3-3/+3
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt1-19/+21
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt1-5/+5
2017-10-09efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt1-0/+2
2017-10-09efi_loader: replace efi_div10 by do_divHeinrich Schuchardt1-34/+2
2017-10-09efi_loader: provide function comments for boot servicesHeinrich Schuchardt1-2/+638
2017-10-09efi_selftest: make tests easier to readHeinrich Schuchardt4-100/+126
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt2-17/+17
2017-10-09efi_selftest: use efi_st_error for all error messagesHeinrich Schuchardt1-12/+10
2017-10-05efi_loader: allow creating new handlesHeinrich Schuchardt1-2/+20
2017-10-03lib: Add CRC32-CMarek BehĂșn3-0/+42
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark1-23/+35
2017-09-20efi_loader: Correctly figure out size for vidconsoleRob Clark1-1/+15
2017-09-20efi_loader: split out escape sequence based size queryRob Clark1-23/+30
2017-09-20efi_loader: print GUIDsRob Clark2-14/+14
2017-09-20efi_loader: set loaded image code/data type properlyRob Clark1-0/+22
2017-09-20efi_loader: add bootmgrRob Clark4-4/+185
2017-09-20efi_loader: efi variable supportRob Clark4-5/+355
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark1-2/+3
2017-09-20efi_loader: support load_image() from a file-pathRob Clark1-15/+70
2017-09-20efi_loader: add file/filesys supportRob Clark4-0/+596
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark2-4/+37
2017-09-20efi_loader: use proper device-paths for netRob Clark1-17/+2
2017-09-20efi_loader: use proper device-paths for partitionsRob Clark1-23/+31
2017-09-20efi_loader: flesh out device-path to textRob Clark1-63/+178
2017-09-20efi_loader: drop redundant efi_device_path_protocolRob Clark1-5/+8
2017-09-20efi_loader: add device-path utilsRob Clark3-3/+575
2017-09-19efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt2-0/+109
2017-09-19efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt1-0/+11
2017-09-19efi_selftest: test task priority levelsHeinrich Schuchardt2-1/+218
2017-09-19efi_loader: implement task priority level (TPL)Heinrich Schuchardt1-4/+28
2017-09-19efi_selftest: provide unit test for event servicesHeinrich Schuchardt2-1/+199
2017-09-19efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt1-0/+1
2017-09-19efi_loader: implement queueing of the notification functionHeinrich Schuchardt2-11/+33
2017-09-19efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt5-0/+431
2017-09-19efi_loader: allow return value in EFI_CALLHeinrich Schuchardt1-1/+2
2017-09-19efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt1-2/+4
2017-09-19efi_loader: usage of always in MakefileHeinrich Schuchardt1-2/+3
2017-09-19efi_loader: Fix efi_exit gd clobberingAlexander Graf1-0/+7
2017-09-19efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt1-0/+9
2017-09-19efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt1-0/+2
2017-09-19efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt1-1/+1
2017-09-16Merge git://git.denx.de/u-boot-fdtTom Rini5-26/+313
2017-09-15fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-09-15libfdt: Initialize the stack variableTien Fong Chee1-1/+1
2017-09-15fdt: Sync libfdt up to upstreamSimon Glass3-3/+106
2017-09-15lib: strto: fix incorrect handling of specified baseRob Clark1-26/+19
2017-09-14lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang5-0/+2431
2017-09-13vsprintf.c: add GUID printingRob Clark1-2/+44