include/efi/efi_datatype: Convert EFI datatypes as per coreboot specification
commit9d712bcc4fc7f19dadbfc298e3d3ee8ae58c9c82
authorSubrata Banik <subrata.banik@intel.com>
Wed, 27 Feb 2019 13:07:27 +0000 (27 18:37 +0530)
committerSubrata Banik <subrata.banik@intel.com>
Sat, 9 Mar 2019 04:25:31 +0000 (9 04:25 +0000)
treeb16a5dabe91a48617ffe3e210cef871330eff1ee
parente4cb23c68225d2973f771d61b5dc7725a1c92c2f
include/efi/efi_datatype: Convert EFI datatypes as per coreboot specification

This patch replaces commonly used EFI datatypes and structures into
coreboot compatible datatypes as below:

typedef UINTN efi_uintn_t

Change-Id: I79cdaaa1dd63d248692989d943a15ad178c46369
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31648
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
src/include/efi/efi_datatype.h [new file with mode: 0644]