summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-22efi_loader: open_info in OpenProtocolHeinrich Schuchardt
2018-01-22efi_loader: list of open protocol infosHeinrich Schuchardt
2018-01-22efi_selftest: do not try to close device path protocolHeinrich Schuchardt
2018-01-22efi_loader: simplify efi_remove_all_protocolsHeinrich Schuchardt
2018-01-22efi_selftest: colored test outputHeinrich Schuchardt
2018-01-22efi_loader: correctly call imagesHeinrich Schuchardt
2018-01-22vsprintf.c: add EFI device path printingHeinrich Schuchardt
2018-01-22efi_loader: text output for device path end nodeHeinrich Schuchardt
2018-01-22efi_selftest: do not cut off u16 strings when printingHeinrich Schuchardt
2018-01-22efi_selftest: avoid superfluous messages for task priority levelsHeinrich Schuchardt
2018-01-22efi_selftest: avoid superfluous messages for event servicesHeinrich Schuchardt
2018-01-22efi_loader: use correct format string for unsigned longHeinrich Schuchardt
2018-01-22efi_loader: add comments to memory functionsHeinrich Schuchardt
2018-01-22efi_loader: use wide string do define firmware vendorHeinrich Schuchardt
2018-01-22efi_loader: support device path for IDE and SCSI disksHeinrich Schuchardt
2018-01-22efi_loader: create full device path for block devicesHeinrich Schuchardt
2018-01-21lib: fdtdec: Fix some style violationsMario Six
2018-01-21lib: fdtdec: Fix whitespace style violationsMario Six
2018-01-15fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATERob Clark
2017-12-26Move CONFIG_PANIC_HANG to KconfigMasahiro Yamada
2017-12-19efi_loader: Setup logical_partition media informationEmmanuel Vadot
2017-12-16efi_loader: comments for dp_part_fill()Heinrich Schuchardt
2017-12-16efi_loader: correct DeviceNodeToText for media typesHeinrich Schuchardt
2017-12-16efi_loader: correctly setup device paths for block devicesHeinrich Schuchardt
2017-12-16efi_loader: correctly determine if an MMC device is an SD-cardHeinrich Schuchardt
2017-12-16efi_loader: error handling in efi_load_image()Heinrich Schuchardt
2017-12-16efi_loader: new function efi_delete_handle()Heinrich Schuchardt
2017-12-16efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt
2017-12-16efi_loader: Ensure efi_dp_find_obj() finds exact matchesAlexander Graf
2017-12-16efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guidAlexander Graf
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-12-05efi_stub: Use efi_uintn_tAlexander Graf
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada
2017-12-01efi_loader helloworld.efi: Fix building with -OsAlexander Graf
2017-12-01efi_loader: Fix partition offsetsAlexander Graf
2017-12-01efi_loader: add missing breaksRob Clark
2017-12-01efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt
2017-12-01efi_loader: output load options in helloworldHeinrich Schuchardt
2017-12-01efi_selftest: add missing line feedHeinrich Schuchardt
2017-12-01efi_selftest: compile without special compiler flagsHeinrich Schuchardt
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt
2017-12-01efi_loader: simplify find_objHeinrich Schuchardt
2017-12-01efi_loader: simplify efi_open_protocolHeinrich Schuchardt
2017-12-01efi_loader: efi_gop: use efi_add_protocolHeinrich Schuchardt
2017-12-01efi_loader: efi_net: use efi_add_protocolHeinrich Schuchardt
2017-12-01efi_loader: efi_disk: use efi_add_protocolHeinrich Schuchardt
2017-12-01efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt