Commit Graph

265 Commits (d64c789414be11a5e542262adfcb51a48d476534)

Author SHA1 Message Date
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 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 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
Heinrich Schuchardt 84d14568ca efi_loader: efi_net: use efi_add_protocol 8 years ago
Heinrich Schuchardt 4b9f7aaf7c efi_loader: efi_disk: use efi_add_protocol 8 years ago
Heinrich Schuchardt ae2c85c1ce efi_loader: reimplement LocateDevicePath 8 years ago
Heinrich Schuchardt 61aba1931a efi_loader: fix efi_convert_device_node_to_text 8 years ago
Heinrich Schuchardt 908cf9a3ff efi_loader: efi_dp_str should print path not node 8 years ago
Heinrich Schuchardt 0741226f65 efi_loader: size of media device path node represenation 8 years ago
Heinrich Schuchardt 362f00f979 efi_loader: helloworld.c: remove superfluous include 8 years ago
Jonathan Gray b6e9e09770 efi_loader: initialise partition_signature memory 8 years ago
Heinrich Schuchardt ebb4dd5bc3 efi_loader: efi_console: use helper functions 8 years ago
Heinrich Schuchardt 48b66230ee efi_loader: refactor efi_setup_loaded_image 8 years ago
Heinrich Schuchardt 9172cd91fa efi_loader: simplify efi_locate_protocol 8 years ago
Heinrich Schuchardt 5810511dac efi_loader: simplify efi_uninstall_protocol_interface 8 years ago
Heinrich Schuchardt 42cf12420b efi_loader: simplify efi_search 8 years ago
Heinrich Schuchardt 1202530d22 efi_loader: simplify efi_install_protocol_interface 8 years ago
Heinrich Schuchardt 3f79a2b532 efi_loader: helper functions for protocol management 8 years ago
Heinrich Schuchardt 1c38a7741c efi_loader: efi_gop: use correct types for parameters 8 years ago
Heinrich Schuchardt 085d07cd3b efi_loader: argument of efi_search_obj should be const 8 years ago
Heinrich Schuchardt 2edab5e2e6 efi_loader: make efi_create_handle non-static 8 years ago
Heinrich Schuchardt ff401d3f81 efi_loader: efi_dp_match should have const arguments 8 years ago
Heinrich Schuchardt cb90ee9757 efi_loader: efi_net: check return value of calloc 8 years ago
Heinrich Schuchardt 93945f2c65 efi_loader: efi_disk: check return value of calloc 8 years ago
Heinrich Schuchardt 753edb131a efi_loader: efi_gop: check calloc return value 8 years ago
Heinrich Schuchardt 843ce54c74 efi_loader implement UninstallMultipleProtocolInterfaces 8 years ago
Heinrich Schuchardt af1408e080 efi_loader: debug output efi_install_protocol_interface 8 years ago
Heinrich Schuchardt 62471e46cd efi_loader: fix typo efi_install_multiple_protocol_interfaces 8 years ago
Heinrich Schuchardt 1b68153af1 efi_loader: rework efi_search_obj 8 years ago
Heinrich Schuchardt caf864e434 efi_loader: rework efi_locate_handle 8 years ago
Heinrich Schuchardt f5a2a93892 efi_loader: consistently use efi_uintn_t in boot services 8 years ago
Heinrich Schuchardt 152cade326 efi_loader: replace UINTN by efi_uintn_t 8 years ago
Heinrich Schuchardt cd534083cd efi_loader: eliminate efi_uninstall_protocol_interface_ext 8 years ago
Heinrich Schuchardt 1760ef574a efi_loader: eliminate efi_install_protocol_interface_ext 8 years ago
Heinrich Schuchardt 9f0770ff9c efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values 8 years ago