[coreboot] [coreboot - Bug #495] (Response Needed) Stoney not booting PSPSecureOS -- Graphics driver takes 30 minutes to start

2023-06-14 Thread CoolStar Organization
Issue #495 has been reported by CoolStar Organization. Bug #495: Stoney not booting PSPSecureOS -- Graphics driver takes 30 minutes to start https://ticket.coreboot.org/issues/495 * Author: CoolStar Organization * Status: Response Needed * Priority: High

[coreboot] How to build UEFI payload for Coreboot?

2023-06-14 Thread Sarawadi, Ravishankar
Is EDK2/Tianocore payload not supported for coreboot on latest tip? Any build and interation steps for how-to for UEFI payload on top of coreboot? Thanks, -Ravi ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-

[coreboot] Re: How to build UEFI payload for Coreboot?

2023-06-14 Thread Matt DeVillier
* make distclean * make menuconfig / nconfig * select board * select edk2 payload * ensure display init enabled, set to high-res linear framebuffer * save / exit * make should work for pretty much any x86_64 board in the tree currently, but there are a few exceptions. What board are you using? On

[coreboot] Re: How to build UEFI payload for Coreboot?

2023-06-14 Thread Sarawadi, Ravishankar
board --> google/rex is emerge/ebuild support available too for same? -Ravi From: Matt DeVillier Sent: Wednesday, June 14, 2023 2:19 PM To: Sarawadi, Ravishankar Cc: coreboot@coreboot.org Subject: Re: [coreboot] How to build UEFI payload for Coreboot? * make distclean * make menuconfig / ncon

[coreboot] Re: How to build UEFI payload for Coreboot?

2023-06-14 Thread Matt DeVillier
I don't believe it's supported directly via emerge, at least not building the same branch/tag of edk2 as upstream coreboot uses as a payload (which is my fork). If there's an emerge target, it's likely a much older branch/tag that's been used for RW_LEGACY/AltFw but not kept up with what upstream c