summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-12-01efi_loader: reimplement LocateDevicePathHeinrich Schuchardt
2017-12-01efi_loader: fix efi_convert_device_node_to_textHeinrich Schuchardt
2017-12-01efi_loader: efi_dp_str should print path not nodeHeinrich Schuchardt
2017-12-01efi_loader: size of media device path node represenationHeinrich Schuchardt
2017-12-01efi_loader: helloworld.c: remove superfluous includeHeinrich Schuchardt
2017-12-01efi_loader: initialise partition_signature memoryJonathan Gray
2017-12-01efi_loader: efi_console: use helper functionsHeinrich Schuchardt
2017-12-01efi_loader: refactor efi_setup_loaded_imageHeinrich Schuchardt
2017-12-01efi_loader: simplify efi_locate_protocolHeinrich Schuchardt
2017-12-01efi_loader: simplify efi_uninstall_protocol_interfaceHeinrich Schuchardt
2017-12-01efi_loader: simplify efi_searchHeinrich Schuchardt
2017-12-01efi_loader: simplify efi_install_protocol_interfaceHeinrich Schuchardt
2017-12-01efi_loader: helper functions for protocol managementHeinrich Schuchardt
2017-12-01efi_selftest: test for graphics output protocolHeinrich Schuchardt
2017-12-01efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt
2017-12-01efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt
2017-12-01efi_loader: make efi_create_handle non-staticHeinrich Schuchardt
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt