Lance Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34459 )
Change subject: [WIP]payloads/tianocore: Enable UEFIPayload ......................................................................
Patch Set 1:
Patch Set 1:
I've not had a chance to boot-test this patch yet, but it is insufficient as-is with a default config due to the default being my repo/my coreboot_fb branch. One would need to change the git revision to upstream/master for this to build even.
Until UefiPayloadPkg reaches feature/functional parity with my existing fork, what might make sense is to add a Kconfig option to select CorebootPayloadPkg (using my repo/branch) or UefiPayloadPkg (using upstream/master) and leave the default as-is
https://edk2.groups.io/g/devel/message/39126%EF%BC%8C we can still access CorebootPayloadPkg through EDK2 stable release edk2-stable201903. Earlier I am considering build UefiPayloadPkg only for master branch, though that maybe a problem if people select a git revision that's also newer enough without CorebootPayloadPkg.