]> git.sur5r.net Git - u-boot/blobdiff - include/efi_loader.h
ARM: socfpga: Pull DRAM size from DT
[u-boot] / include / efi_loader.h
index 0c286bf6bed72b4d32b5abdaeaee7e38b69a001d..d837e7b157fda8167b1889e9ef9079f9ce2c877d 100644 (file)
@@ -214,6 +214,21 @@ 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
+ *
+ * Called by bootefi to make SMBIOS tables available
+ *
+ * @return 0 if OK, -ENOMEM if no memory is available for the tables
+ */
 efi_status_t efi_smbios_register(void);
 
 struct efi_simple_file_system_protocol *