aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-16efi_loader: comments for dp_part_fill()Heinrich Schuchardt1-1/+8
2017-12-16efi_loader: correct DeviceNodeToText for media typesHeinrich Schuchardt1-12/+31
2017-12-16efi_loader: correctly setup device paths for block devicesHeinrich Schuchardt1-2/+2
2017-12-16efi_loader: correctly determine if an MMC device is an SD-cardHeinrich Schuchardt1-3/+21
2017-12-16efi_loader: error handling in efi_load_image()Heinrich Schuchardt1-16/+15
2017-12-16efi_loader: new function efi_delete_handle()Heinrich Schuchardt1-86/+100
2017-12-16efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt1-4/+7
2017-12-16efi_loader: Ensure efi_dp_find_obj() finds exact matchesAlexander Graf1-2/+17
2017-12-16efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guidAlexander Graf1-1/+2
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini25-597/+2206
2017-12-05efi_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-01efi_loader helloworld.efi: Fix building with -OsAlexander Graf1-2/+2
2017-12-01efi_loader: Fix partition offsetsAlexander Graf1-47/+13
2017-12-01efi_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
2017-12-01efi_loader: simplify efi_open_protocolHeinrich Schuchardt1-30/+6
2017-12-01efi_loader: efi_gop: use efi_add_protocolHeinrich Schuchardt1-5/+10
2017-12-01efi_loader: efi_net: use efi_add_protocolHeinrich Schuchardt1-14/+20
2017-12-01efi_loader: efi_disk: use efi_add_protocolHeinrich Schuchardt1-16/+23
2017-12-01efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt2-0/+393
2017-12-01efi_loader: reimplement LocateDevicePathHeinrich Schuchardt1-30/+76
2017-12-01efi_loader: fix efi_convert_device_node_to_textHeinrich Schuchardt1-66/+88
2017-12-01efi_loader: efi_dp_str should print path not nodeHeinrich Schuchardt1-7/+6
2017-12-01efi_loader: size of media device path node represenationHeinrich Schuchardt1-1/+1
2017-12-01efi_loader: helloworld.c: remove superfluous includeHeinrich Schuchardt1-1/+0
2017-12-01efi_loader: initialise partition_signature memoryJonathan Gray1-2/+19
2017-12-01efi_loader: efi_console: use helper functionsHeinrich Schuchardt1-13/+35
2017-12-01efi_loader: refactor efi_setup_loaded_imageHeinrich Schuchardt1-14/+25
2017-12-01efi_loader: simplify efi_locate_protocolHeinrich Schuchardt1-12/+6
2017-12-01efi_loader: simplify efi_uninstall_protocol_interfaceHeinrich Schuchardt1-27/+11
2017-12-01efi_loader: simplify efi_searchHeinrich Schuchardt1-9/+6
2017-12-01efi_loader: simplify efi_install_protocol_interfaceHeinrich Schuchardt1-36/+2
2017-12-01efi_loader: helper functions for protocol managementHeinrich Schuchardt1-0/+119
2017-12-01efi_selftest: test for graphics output protocolHeinrich Schuchardt2-0/+98
2017-12-01efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt1-7/+7
2017-12-01efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt1-1/+1
2017-12-01efi_loader: make efi_create_handle non-staticHeinrich Schuchardt1-1/+7
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt1-1/+2
2017-12-01efi_loader: efi_net: check return value of callocHeinrich Schuchardt1-0/+4