summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-01-23efi_loader: fix signature of efi_disconnect_controllerHeinrich Schuchardt1-3/+4
2018-01-23efi_loader: implement ConnectControllerHeinrich Schuchardt1-24/+163
2018-01-23efi_loader: debug output installed device pathHeinrich Schuchardt1-0/+2
2018-01-23efi_loader: implement OpenProtocolInformationHeinrich Schuchardt1-1/+41
2018-01-23efi_loader: open_info in CloseProtocolHeinrich Schuchardt1-1/+25
2018-01-23efi_loader: open_info in OpenProtocolHeinrich Schuchardt1-4/+103
2018-01-23efi_loader: list of open protocol infosHeinrich Schuchardt1-0/+35
2018-01-23efi_selftest: do not try to close device path protocolHeinrich Schuchardt1-4/+4
2018-01-23efi_loader: simplify efi_remove_all_protocolsHeinrich Schuchardt1-6/+3
2018-01-23efi_selftest: colored test outputHeinrich Schuchardt2-15/+23
2018-01-23efi_loader: correctly call imagesHeinrich Schuchardt1-8/+28
2018-01-23vsprintf.c: add EFI device path printingHeinrich Schuchardt1-6/+41
2018-01-23efi_loader: text output for device path end nodeHeinrich Schuchardt1-0/+2
2018-01-23efi_selftest: do not cut off u16 strings when printingHeinrich Schuchardt1-4/+8
2018-01-23efi_selftest: avoid superfluous messages for task priority levelsHeinrich Schuchardt1-6/+9
2018-01-23efi_selftest: avoid superfluous messages for event servicesHeinrich Schuchardt1-3/+5
2018-01-23efi_loader: use correct format string for unsigned longHeinrich Schuchardt1-4/+4
2018-01-23efi_loader: add comments to memory functionsHeinrich Schuchardt1-2/+42
2018-01-23efi_loader: use wide string do define firmware vendorHeinrich Schuchardt1-2/+1
2018-01-23efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt2-0/+78
2018-01-23efi_loader: create full device path for block devicesHeinrich Schuchardt1-2/+16
2018-01-21lib: fdtdec: Fix some style violationsMario Six1-14/+15
2018-01-21lib: fdtdec: Fix whitespace style violationsMario Six1-26/+30
2018-01-16fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATERob Clark1-12/+23
2017-12-26Move CONFIG_PANIC_HANG to KconfigMasahiro Yamada1-0/+10
2017-12-19efi_loader: Setup logical_partition media informationEmmanuel Vadot1-0/+2
2017-12-17efi_loader: comments for dp_part_fill()Heinrich Schuchardt1-1/+8
2017-12-17efi_loader: correct DeviceNodeToText for media typesHeinrich Schuchardt1-12/+31
2017-12-17efi_loader: correctly setup device paths for block devicesHeinrich Schuchardt1-2/+2
2017-12-17efi_loader: correctly determine if an MMC device is an SD-cardHeinrich Schuchardt1-3/+21
2017-12-17efi_loader: error handling in efi_load_image()Heinrich Schuchardt1-16/+15
2017-12-17efi_loader: new function efi_delete_handle()Heinrich Schuchardt1-86/+100
2017-12-17efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt1-4/+7
2017-12-17efi_loader: Ensure efi_dp_find_obj() finds exact matchesAlexander Graf1-2/+17
2017-12-17efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guidAlexander Graf1-1/+2
2017-12-06Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini25-597/+2206
2017-12-06efi_stub: Use efi_uintn_tAlexander Graf1-1/+1
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada2-100/+4
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada2-129/+129
2017-12-02efi_loader helloworld.efi: Fix building with -OsAlexander Graf1-2/+2
2017-12-02efi_loader: Fix partition offsetsAlexander Graf1-47/+13
2017-12-02efi_loader: add missing breaksRob Clark1-0/+2
2017-12-01efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt1-0/+24
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt4-16/+36
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt1-1/+1
2017-12-01efi_loader: output load options in helloworldHeinrich Schuchardt1-2/+35
2017-12-01efi_selftest: add missing line feedHeinrich Schuchardt1-1/+1
2017-12-01efi_selftest: compile without special compiler flagsHeinrich Schuchardt1-25/+0
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt4-56/+54
2017-12-01efi_loader: simplify find_objHeinrich Schuchardt1-24/+19