Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-28 Thread Patrick Rudolph
Hi Sean, 1. This patch only works with the Intel binary EFI Option ROM (GOP driver) that's not part of this repository, as already mentioned. 2. The name USE_PLATFORM_GOP is miss-leading, I'd prefer something with BINARY and INTEL in it's name. That it needs the PLATFORM_GOP protocol is just a

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-27 Thread Sean Rhodes
Sorry - missed this reply. It should be passed in from coreboot - https://review.coreboot.org/c/coreboot/+/61798 Thanks Sean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87039): https://edk2.groups.io/g/devel/message/87039 Mute This

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-15 Thread Ni, Ray
; You, Benjamin Subject: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy From: Matt DeVillier Add PlatformGopPolicy to use external GOP driver Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Matt DeVillier --- .../PlatformGopPolicy/PlatformGopPolicy.c

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-14 Thread Guo Dong
lf Of Sean Rhodes Sent: Thursday, February 10, 2022 3:24 PM To: devel@edk2.groups.io Cc: Dong, Guo ; Matt DeVillier ; Ni, Ray ; Ma, Maurice ; You, Benjamin Subject: [edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy From: Matt DeVillier Add PlatformGopPolicy to use external GOP drive

[edk2-devel] [PATCH] UefiPayloadPkg: Add PlatformGopPolicy

2022-02-10 Thread Sean Rhodes
From: Matt DeVillier Add PlatformGopPolicy to use external GOP driver Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Matt DeVillier --- .../PlatformGopPolicy/PlatformGopPolicy.c | 161 ++ .../PlatformGopPolicy/PlatformGopPolicy.h | 62 ++