Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62787
to look at the new patch set (#2).
Change subject: include/efi: Clean up efi_datatype.h file ......................................................................
include/efi: Clean up efi_datatype.h file
This patch cleans up `efi_datatype.h` to allow other SoC and/or driver code to use this file.
`PiPei.h` file only gets added from UDK2017 hence, the platform with the older EDK2 base (prior to UDK2017) is unable to resolve this file dependency.
This CL removed the `PiPei.h` header and only added the required header file `PiPeiCis.h` for platforms with UDK base >= 2017.
TEST=Able to build Brya.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Ie9177814fcf41e5950ace94050356f0273f765c5 --- M src/include/efi/efi_datatype.h 1 file changed, 9 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/62787/2