summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-1314-222/+1559
|\
| * efi_selftest: correctly check return valuesHeinrich Schuchardt2017-10-132-2/+2
| * efi_loader: console support for color attributesRob Clark2017-10-121-2/+25
| * efi_loader: Add mem-mapped for fallbackRob Clark2017-10-122-0/+33
| * efi_loader: don't increment part twice per loopJonathan Gray2017-10-101-1/+0
| * 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
* | ARMv8: get new GD address from gd->new_gd directlyzijun_hu2017-10-081-0/+2
* | spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-061-9/+78
* | fdtdec: sort include filesJean-Jacques Hiblot2017-10-051-5/+5
* | lib: allow building lzo for the SPLJean-Jacques Hiblot2017-10-052-1/+7
* | gzip: add a function to parse the headerJean-Jacques Hiblot2017-10-051-3/+12
* | lzo: add a function to check the validity of the headerJean-Jacques Hiblot2017-10-051-4/+17
* | dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-051-1/+1
|/
* 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