Age | Commit message (Expand) | Author |
2018-01-22 | efi_loader: create full device path for block devices | Heinrich Schuchardt |
2017-12-19 | efi_loader: Setup logical_partition media information | Emmanuel Vadot |
2017-12-16 | efi_loader: comments for dp_part_fill() | Heinrich Schuchardt |
2017-12-16 | efi_loader: correct DeviceNodeToText for media types | Heinrich Schuchardt |
2017-12-16 | efi_loader: correctly setup device paths for block devices | Heinrich Schuchardt |
2017-12-16 | efi_loader: correctly determine if an MMC device is an SD-card | Heinrich Schuchardt |
2017-12-16 | efi_loader: error handling in efi_load_image() | Heinrich Schuchardt |
2017-12-16 | efi_loader: new function efi_delete_handle() | Heinrich Schuchardt |
2017-12-16 | efi_loader: return status from efi_setup_loaded_image() | Heinrich Schuchardt |
2017-12-16 | efi_loader: Ensure efi_dp_find_obj() finds exact matches | Alexander Graf |
2017-12-16 | efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid | Alexander Graf |
2017-12-01 | efi_loader helloworld.efi: Fix building with -Os | Alexander Graf |
2017-12-01 | efi_loader: Fix partition offsets | Alexander Graf |
2017-12-01 | efi_loader: add missing breaks | Rob Clark |
2017-12-01 | efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL | Heinrich Schuchardt |
2017-12-01 | efi_loader: helper function to add EFI object to list | Heinrich Schuchardt |
2017-12-01 | efi_loader: pass handle of loaded image | Heinrich Schuchardt |
2017-12-01 | efi_loader: output load options in helloworld | Heinrich Schuchardt |
2017-12-01 | efi_loader: manage protocols in a linked list | Heinrich Schuchardt |
2017-12-01 | efi_loader: simplify find_obj | Heinrich Schuchardt |
2017-12-01 | efi_loader: simplify efi_open_protocol | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_gop: use efi_add_protocol | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_net: use efi_add_protocol | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_disk: use efi_add_protocol | Heinrich Schuchardt |
2017-12-01 | efi_loader: reimplement LocateDevicePath | Heinrich Schuchardt |
2017-12-01 | efi_loader: fix efi_convert_device_node_to_text | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_dp_str should print path not node | Heinrich Schuchardt |
2017-12-01 | efi_loader: size of media device path node represenation | Heinrich Schuchardt |
2017-12-01 | efi_loader: helloworld.c: remove superfluous include | Heinrich Schuchardt |
2017-12-01 | efi_loader: initialise partition_signature memory | Jonathan Gray |
2017-12-01 | efi_loader: efi_console: use helper functions | Heinrich Schuchardt |
2017-12-01 | efi_loader: refactor efi_setup_loaded_image | Heinrich Schuchardt |
2017-12-01 | efi_loader: simplify efi_locate_protocol | Heinrich Schuchardt |
2017-12-01 | efi_loader: simplify efi_uninstall_protocol_interface | Heinrich Schuchardt |
2017-12-01 | efi_loader: simplify efi_search | Heinrich Schuchardt |
2017-12-01 | efi_loader: simplify efi_install_protocol_interface | Heinrich Schuchardt |
2017-12-01 | efi_loader: helper functions for protocol management | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_gop: use correct types for parameters | Heinrich Schuchardt |
2017-12-01 | efi_loader: argument of efi_search_obj should be const | Heinrich Schuchardt |
2017-12-01 | efi_loader: make efi_create_handle non-static | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_dp_match should have const arguments | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_net: check return value of calloc | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_disk: check return value of calloc | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_gop: check calloc return value | Heinrich Schuchardt |
2017-12-01 | efi_loader implement UninstallMultipleProtocolInterfaces | Heinrich Schuchardt |
2017-12-01 | efi_loader: debug output efi_install_protocol_interface | Heinrich Schuchardt |
2017-12-01 | efi_loader: fix typo efi_install_multiple_protocol_interfaces | Heinrich Schuchardt |
2017-12-01 | efi_loader: rework efi_search_obj | Heinrich Schuchardt |
2017-12-01 | efi_loader: rework efi_locate_handle | Heinrich Schuchardt |
2017-12-01 | efi_loader: consistently use efi_uintn_t in boot services | Heinrich Schuchardt |