From: khaalid <khaliidca...@gmail.com> As the the current spec UEFI 2.11 add remaining status codes. The first patch set of this series accounts for.
Signed-off-by: Khalid Ali <khaliidca...@gmail.com> --- include/grub/efi/api.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/grub/efi/api.h b/include/grub/efi/api.h index b686e8afe..5f4c2858d 100644 --- a/include/grub/efi/api.h +++ b/include/grub/efi/api.h @@ -632,6 +632,12 @@ typedef grub_efi_uintn_t grub_efi_status_t; #define GRUB_EFI_INCOMPATIBLE_VERSION GRUB_EFI_ERROR_CODE (25) #define GRUB_EFI_SECURITY_VIOLATION GRUB_EFI_ERROR_CODE (26) #define GRUB_EFI_CRC_ERROR GRUB_EFI_ERROR_CODE (27) +#define GRUB_EFI_END_OF_MEDIA GRUB_EFI_ERROR_CODE(28) +#define GRUB_EFI_END_OF_FILE GRUB_EFI_ERROR_CODE(31) +#define GRUB_EFI_INVALID_LANGUAGE GRUB_EFI_ERROR_CODE(32) +#define GRUB_EFI_COMPROMISED_DATA GRUB_EFI_ERROR_CODE(33) +#define GRUB_EFI_IP_ADDRESS_CONFLICT GRUB_EFI_ERROR_CODE(34) +#define GRUB_EFI_HTTP_ERROR GRUB_EFI_ERROR_CODE(35) #define GRUB_EFI_WARN_UNKNOWN_GLYPH GRUB_EFI_WARNING_CODE (1) #define GRUB_EFI_WARN_DELETE_FAILURE GRUB_EFI_WARNING_CODE (2) -- 2.49.0 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel