summaryrefslogtreecommitdiffstats
path: root/src/include/efi
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-03-23 03:48:32 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-03-25 19:26:28 +0000
commite8ec7d2c38156488b0151bdbd3b15772c0f750d3 (patch)
tree4f2a23e7c2a23ca24d3d27e0d3828e182314f3d5 /src/include/efi
parent2f4fe94331222b9bef246fe4aed0011ff8059cac (diff)
downloadcoreboot-e8ec7d2c38156488b0151bdbd3b15772c0f750d3.tar.gz
coreboot-e8ec7d2c38156488b0151bdbd3b15772c0f750d3.tar.bz2
coreboot-e8ec7d2c38156488b0151bdbd3b15772c0f750d3.zip
include/efi: Add EFI Status code definitions
This patch adds EFI status code macros in `efi_datatype.h` to implement FSP debug event handler natively in coreboot. Added `PiStatusCode.h` and `StatusCodeDataTypeId.h` files for `UDK base >= 2017`, as these files were added with UDK version 2017. BUG=b:225544587 TEST=Able to build and boot Brya. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ib2debb6a50581456783dc9f22f892f8f92a25509 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63006 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/include/efi')
-rw-r--r--src/include/efi/efi_datatype.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/efi/efi_datatype.h b/src/include/efi/efi_datatype.h
index 5415ae8e0984..581193a16518 100644
--- a/src/include/efi/efi_datatype.h
+++ b/src/include/efi/efi_datatype.h
@@ -7,13 +7,23 @@
#include <Uefi/UefiBaseType.h>
#if CONFIG_UDK_VERSION >= CONFIG_UDK_2017_VERSION
+#include <Guid/StatusCodeDataTypeId.h>
#include <Pi/PiPeiCis.h>
+#include <Pi/PiStatusCode.h>
#include <Protocol/MpService.h>
/* Data structure for EFI_PEI_SERVICE. */
typedef EFI_PEI_SERVICES efi_pei_services;
/* Structure that describes information about a logical CPU. */
typedef EFI_PROCESSOR_INFORMATION efi_processor_information;
+/* Status code type definition */
+typedef EFI_STATUS_CODE_TYPE efi_status_code_type_t;
+/* Status value type definition */
+typedef EFI_STATUS_CODE_VALUE efi_status_code_value_t;
+/* Status data type definition */
+typedef EFI_STATUS_CODE_DATA efi_status_code_data_t;
+/* Status string data type definition */
+typedef EFI_STATUS_CODE_STRING_DATA efi_status_code_string_data;
#endif
/* Basic Data types */
@@ -47,6 +57,8 @@ typedef INTN efi_intn_t;
typedef EFI_STATUS efi_return_status_t;
/* Data structure for EFI_PHYSICAL_ADDRESS */
typedef EFI_PHYSICAL_ADDRESS efi_physical_address;
+/* 128-bit buffer containing a unique identifier value */
+typedef EFI_GUID efi_guid_t;
/*
* The function prototype for invoking a function on an