Commit Graph

116 Commits (e3beca3a2fe172ca707a0e70310f9f7ebd3b3f0f)

Author SHA1 Message Date
Heinrich Schuchardt 6f566c231d efi_loader: return type efi_console_register() 6 years ago
Heinrich Schuchardt c982874e93 efi_loader: refactor efi_setup_loaded_image() 6 years ago
Heinrich Schuchardt 9d08f6db2a efi_loader: remove redundant statement 6 years ago
Heinrich Schuchardt 4e6b5d6503 efi_loader: create root node 6 years ago
Heinrich Schuchardt 3e603ec757 efi_loader: struct efi_simple_text_input_protocol 6 years ago
Heinrich Schuchardt 0bc4b0da7b efi_loader: EFI_UNICODE_COLLATION_PROTOCOL 6 years ago
Stephen Warren 9b5e6396bf efi_loader: simplify ifdefs 6 years ago
Heinrich Schuchardt a39f39cdd8 efi_loader: update runtime services table crc32 6 years ago
Heinrich Schuchardt 197005ae2a efi_loader: remove unused efi_get_time_init() 6 years ago
Heinrich Schuchardt 4182a129ef efi_loader: allocate configuration table array 6 years ago
Heinrich Schuchardt 640adadf81 efi_loader: calculate crc32 for EFI tables 6 years ago
Heinrich Schuchardt 1fcb7ea284 efi_loader: check map_key in ExitBootServices 6 years ago
Alexander Graf 7e21fbca26 efi_loader: Rename sections to allow for implicit data 6 years ago
Bin Meng 86df34d42b efi_loader: Install ACPI configuration tables 6 years ago
Simon Glass 0864c565a2 efi: Update some comments related to smbios tables 6 years ago
Heinrich Schuchardt 45c66f9cdf efi_loader: adjust definitions of variable services 6 years ago
Alexander Graf 89aea43642 efi_loader: Use EFI_CACHELINE_SIZE in the image loader too 6 years ago
Tom Rini f739fcd831 SPDX: Convert a few files that were missed before 6 years ago
Heinrich Schuchardt 3acef5da40 efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL 6 years ago
Heinrich Schuchardt f6dd3f359c efi_loader: correcty determine total device path length 6 years ago
Heinrich Schuchardt 211314c107 efi_loader: implement CreateDeviceNode 6 years ago
Heinrich Schuchardt c9a63f44b5 efi_loader: new functions to print loaded image information 6 years ago
Heinrich Schuchardt 9e6835e6ba efi_loader: implement EFI_FILE_SYSTEM_INFO 6 years ago
Heinrich Schuchardt c412166de2 efi_loader: ascii2unicode(): add trailing \0 6 years ago
Heinrich Schuchardt b095f3c85f efi_loader: implement event groups 6 years ago
Heinrich Schuchardt a3a28f5f0c efi_loader: define GUIDS for event groups 6 years ago
Heinrich Schuchardt 43bce44262 efi_loader: manage events in a linked list 6 years ago
Heinrich Schuchardt bc4f9133ed efi_loader: support device tree for bootefi selftest 6 years ago
Heinrich Schuchardt 14ad49d100 efi_loader: efi_get_time_init should return status code 6 years ago
Heinrich Schuchardt 22c793e6a2 efi_loader: exit status for efi_reset_system_init 6 years ago
Heinrich Schuchardt d7b181d57d efi_loader: consistently return efi_status_t efi_watchdog_register 6 years ago
Heinrich Schuchardt 075d425d65 efi_loader: return efi_status_t from efi_net_register 6 years ago
Heinrich Schuchardt 80ea9b0990 efi_loader: return efi_status_t from efi_gop_register 6 years ago
Heinrich Schuchardt 7657152bdd efi_loader: efi_smbios_register should have a return value 6 years ago
Leif Lindholm e70f8dfa2c efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL 6 years ago
Heinrich Schuchardt df9cf561b0 efi_loader: correct efi_disk_register 6 years ago
Heinrich Schuchardt 038782a27a efi_driver: return type of efi_driver_init() 6 years ago
Heinrich Schuchardt 05ef48a248 efi_driver: EFI block driver 6 years ago
Heinrich Schuchardt 9bc9664d5e efi_loader: add check_tpl parameter to efi_signal_event 6 years ago
Heinrich Schuchardt 65436f91c5 efi_loader: provide function to get last node of a device path 6 years ago
Heinrich Schuchardt 64e4db0f11 efi_loader: make efi_disk_create_partitions a global symbol 6 years ago
Heinrich Schuchardt 98d48bdf41 efi_loader: provide a function to create a partition node 6 years ago
Heinrich Schuchardt b3dd14b6b1 efi_loader: make efi_block_io_guid a global symbol 6 years ago
Heinrich Schuchardt 04298686a4 efi_loader: return NULL from device path functions 6 years ago
Heinrich Schuchardt 2074f70064 efi_loader: consistently use efi_handle_t for handles 6 years ago
Heinrich Schuchardt f0959dbee2 efi_loader: implement ConnectController 6 years ago
Heinrich Schuchardt d550414434 efi_loader: debug output installed device path 6 years ago
Heinrich Schuchardt fe1599daf5 efi_loader: list of open protocol infos 6 years ago
Heinrich Schuchardt 678e03a00c efi_loader: new function efi_delete_handle() 7 years ago
Heinrich Schuchardt 56d9288858 efi_loader: return status from efi_setup_loaded_image() 7 years ago