Commit Graph

1026 Commits (d64c789414be11a5e542262adfcb51a48d476534)

Author SHA1 Message Date
Heinrich Schuchardt f0959dbee2 efi_loader: implement ConnectController 8 years ago
Heinrich Schuchardt d550414434 efi_loader: debug output installed device path 8 years ago
Heinrich Schuchardt e3fbbc36f2 efi_loader: implement OpenProtocolInformation 8 years ago
Heinrich Schuchardt 3b8a489c9f efi_loader: open_info in CloseProtocol 8 years ago
Heinrich Schuchardt 191a41cc32 efi_loader: open_info in OpenProtocol 8 years ago
Heinrich Schuchardt fe1599daf5 efi_loader: list of open protocol infos 8 years ago
Heinrich Schuchardt 5be9744ae7 efi_selftest: do not try to close device path protocol 8 years ago
Heinrich Schuchardt 32e6fed6e9 efi_loader: simplify efi_remove_all_protocols 8 years ago
Heinrich Schuchardt 853540c84f efi_selftest: colored test output 8 years ago
Heinrich Schuchardt 727a1afb34 efi_loader: correctly call images 8 years ago
Heinrich Schuchardt 256060e425 vsprintf.c: add EFI device path printing 8 years ago
Heinrich Schuchardt 3c950b3178 efi_loader: text output for device path end node 8 years ago
Heinrich Schuchardt e0abeaccef efi_selftest: do not cut off u16 strings when printing 8 years ago
Heinrich Schuchardt 6a380e5b66 efi_selftest: avoid superfluous messages for task priority levels 8 years ago
Heinrich Schuchardt ad50dcf8c7 efi_selftest: avoid superfluous messages for event services 8 years ago
Heinrich Schuchardt e540c48636 efi_loader: use correct format string for unsigned long 8 years ago
Heinrich Schuchardt 474a6f5aa1 efi_loader: add comments to memory functions 8 years ago
Heinrich Schuchardt 05b6f56ead efi_loader: use wide string do define firmware vendor 8 years ago
Heinrich Schuchardt af3106a12d efi_loader: support device path for IDE and SCSI disks 8 years ago
Heinrich Schuchardt 2bc61b8352 efi_loader: create full device path for block devices 8 years ago
Mario Six b79221a7d9 lib: fdtdec: Fix some style violations 8 years ago
Mario Six 2e38662dc6 lib: fdtdec: Fix whitespace style violations 8 years ago
Rob Clark 3b595da441 fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE 8 years ago
Masahiro Yamada 7e3caa81e0 Move CONFIG_PANIC_HANG to Kconfig 8 years ago
Emmanuel Vadot 5f77083628 efi_loader: Setup logical_partition media information 8 years ago
Heinrich Schuchardt bde6bfe4c3 efi_loader: comments for dp_part_fill() 8 years ago
Heinrich Schuchardt 6ea8b580f0 efi_loader: correct DeviceNodeToText for media types 8 years ago
Heinrich Schuchardt 7b982f009b efi_loader: correctly setup device paths for block devices 8 years ago
Heinrich Schuchardt 66b051d51f efi_loader: correctly determine if an MMC device is an SD-card 8 years ago
Heinrich Schuchardt b9b17598f4 efi_loader: error handling in efi_load_image() 8 years ago
Heinrich Schuchardt 678e03a00c efi_loader: new function efi_delete_handle() 8 years ago
Heinrich Schuchardt 56d9288858 efi_loader: return status from efi_setup_loaded_image() 8 years ago
Alexander Graf 905cb9e172 efi_loader: Ensure efi_dp_find_obj() finds exact matches 8 years ago
Alexander Graf ae67dca5e6 efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid 8 years ago
Alexander Graf bb0bb91cf0 efi_stub: Use efi_uintn_t 8 years ago
Masahiro Yamada 26e961c8cf libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c 8 years ago
Masahiro Yamada 87be1e9fb4 libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c 8 years ago
Alexander Graf 3bb74f9800 efi_loader helloworld.efi: Fix building with -Os 8 years ago
Alexander Graf c034b7fd41 efi_loader: Fix partition offsets 8 years ago
Rob Clark 1a0b4d22a9 efi_loader: add missing breaks 8 years ago
Heinrich Schuchardt c4574208b0 efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL 8 years ago
Heinrich Schuchardt 44549d62c3 efi_loader: helper function to add EFI object to list 8 years ago
Heinrich Schuchardt ea54ad5928 efi_loader: pass handle of loaded image 8 years ago
Heinrich Schuchardt bbf75dd934 efi_loader: output load options in helloworld 8 years ago
Heinrich Schuchardt c51e7df941 efi_selftest: add missing line feed 8 years ago
Heinrich Schuchardt 17b96cb2ba efi_selftest: compile without special compiler flags 8 years ago
Heinrich Schuchardt 69fb6b1afc efi_loader: manage protocols in a linked list 8 years ago
Heinrich Schuchardt 72292aba4f efi_loader: simplify find_obj 8 years ago
Heinrich Schuchardt 80286e8f81 efi_loader: simplify efi_open_protocol 8 years ago
Heinrich Schuchardt 9449358a71 efi_loader: efi_gop: use efi_add_protocol 8 years ago