Commit Graph

102 Commits (15e207faa0c32b587c173844936cadd7bf8dee01)

Author SHA1 Message Date
Simon Glass 0864c565a2 efi: Update some comments related to smbios tables 7 years ago
Heinrich Schuchardt 45c66f9cdf efi_loader: adjust definitions of variable services 7 years ago
Alexander Graf 89aea43642 efi_loader: Use EFI_CACHELINE_SIZE in the image loader too 7 years ago
Tom Rini f739fcd831 SPDX: Convert a few files that were missed before 7 years ago
Heinrich Schuchardt 3acef5da40 efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL 7 years ago
Heinrich Schuchardt f6dd3f359c efi_loader: correcty determine total device path length 7 years ago
Heinrich Schuchardt 211314c107 efi_loader: implement CreateDeviceNode 7 years ago
Heinrich Schuchardt c9a63f44b5 efi_loader: new functions to print loaded image information 7 years ago
Heinrich Schuchardt 9e6835e6ba efi_loader: implement EFI_FILE_SYSTEM_INFO 7 years ago
Heinrich Schuchardt c412166de2 efi_loader: ascii2unicode(): add trailing \0 7 years ago
Heinrich Schuchardt b095f3c85f efi_loader: implement event groups 7 years ago
Heinrich Schuchardt a3a28f5f0c efi_loader: define GUIDS for event groups 7 years ago
Heinrich Schuchardt 43bce44262 efi_loader: manage events in a linked list 7 years ago
Heinrich Schuchardt bc4f9133ed efi_loader: support device tree for bootefi selftest 7 years ago
Heinrich Schuchardt 14ad49d100 efi_loader: efi_get_time_init should return status code 7 years ago
Heinrich Schuchardt 22c793e6a2 efi_loader: exit status for efi_reset_system_init 7 years ago
Heinrich Schuchardt d7b181d57d efi_loader: consistently return efi_status_t efi_watchdog_register 7 years ago
Heinrich Schuchardt 075d425d65 efi_loader: return efi_status_t from efi_net_register 7 years ago
Heinrich Schuchardt 80ea9b0990 efi_loader: return efi_status_t from efi_gop_register 7 years ago
Heinrich Schuchardt 7657152bdd efi_loader: efi_smbios_register should have a return value 7 years ago
Leif Lindholm e70f8dfa2c efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL 7 years ago
Heinrich Schuchardt df9cf561b0 efi_loader: correct efi_disk_register 7 years ago
Heinrich Schuchardt 038782a27a efi_driver: return type of efi_driver_init() 7 years ago
Heinrich Schuchardt 05ef48a248 efi_driver: EFI block driver 8 years ago
Heinrich Schuchardt 9bc9664d5e efi_loader: add check_tpl parameter to efi_signal_event 8 years ago
Heinrich Schuchardt 65436f91c5 efi_loader: provide function to get last node of a device path 8 years ago
Heinrich Schuchardt 64e4db0f11 efi_loader: make efi_disk_create_partitions a global symbol 8 years ago
Heinrich Schuchardt 98d48bdf41 efi_loader: provide a function to create a partition node 8 years ago
Heinrich Schuchardt b3dd14b6b1 efi_loader: make efi_block_io_guid a global symbol 8 years ago
Heinrich Schuchardt 04298686a4 efi_loader: return NULL from device path functions 8 years ago
Heinrich Schuchardt 2074f70064 efi_loader: consistently use efi_handle_t for handles 8 years ago
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 fe1599daf5 efi_loader: list of open protocol infos 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
Heinrich Schuchardt 44549d62c3 efi_loader: helper function to add EFI object to list 8 years ago
Heinrich Schuchardt 69fb6b1afc efi_loader: manage protocols in a linked list 8 years ago
Heinrich Schuchardt ebb4dd5bc3 efi_loader: efi_console: use helper functions 8 years ago
Heinrich Schuchardt 3f79a2b532 efi_loader: helper functions for protocol management 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 1b68153af1 efi_loader: rework efi_search_obj 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 cd9e18dee0 efi_loader: guard against double inclusion of efi_loader.h 8 years ago
Heinrich Schuchardt b3d6090042 efi_loader: implement SetWatchdogTimer 8 years ago
Rob Clark bf19273e81 efi_loader: Add mem-mapped for fallback 8 years ago
Heinrich Schuchardt e190e8972f efi_loader: use type bool for event states 8 years ago