mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 07:52:46 +02:00
efi_loader: Install ACPI configuration tables
ACPI tables can be passed via EFI configuration table to an EFI application. This is only supported on x86 so far. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -214,6 +214,14 @@ efi_status_t efi_net_register(void);
|
||||
/* Called by bootefi to make the watchdog available */
|
||||
efi_status_t efi_watchdog_register(void);
|
||||
/* Called by bootefi to make SMBIOS tables available */
|
||||
/**
|
||||
* efi_acpi_register() - write out ACPI tables
|
||||
*
|
||||
* Called by bootefi to make ACPI tables available
|
||||
*
|
||||
* @return 0 if OK, -ENOMEM if no memory is available for the tables
|
||||
*/
|
||||
efi_status_t efi_acpi_register(void);
|
||||
/**
|
||||
* efi_smbios_register() - write out SMBIOS tables
|
||||
*
|
||||
|
Reference in New Issue
Block a user