Guo Dong

Results 6 issues of Guo Dong

Writes TianoCore debug logs into the CBMEM console ringbuffer, from where the user can retrieve them with the `cbmem` userspace utility. The intention is to aid in debugging non-fatal issues...

Writes TianoCore debug logs into the CBMEM console ringbuffer, from where the user can retrieve them with the `cbmem` userspace utility. The intention is to aid in debugging non-fatal issues...

UefiPayloadPkg in EDK2 repo was added SMM variable support for Intel platform with SPI flash. But some of the modules for SMM variable are Intel PCH specific (e.g. SPI library,...

TCO timer could be enabled regardless resiliency feature. So just remove the resiliency conditional. Signed-off-by: Guo Dong

Currently SBL would return when preferred graphics mode is set in the multiboot image. This patch would continue boot and print the preferred graphics mode information. Signed-off-by: Guo Dong

Update Platform code to use common P2sb and GPIOV2 lib.