[coreboot] How can I set up a userspace test for coreboot code in 2023?

2023-04-02 Thread Keith Hui
Years ago when I first wrote the 440BX ram init code, I also wrote a test program that would read some SPD dump files and set up a simulated environment to run my ram init code in, without actually flashing a chip. I now have to do it again and I can't seem to get it to work again. Maybe the build

[coreboot] Re: How can I set up a userspace test for coreboot code in 2023?

2023-04-02 Thread Nico Huber
Hi Keith, On 02.04.23 15:33, Keith Hui wrote: > Here is the command line I figured would work, gathered with "make -n": > > gcc -Isrc -Isrc/include -Isrc/commonlib/include > -Isrc/commonlib/bsd/include -Ibuild -I3rdparty/vboot/firmware/include > -include src/include/kconfig.h -include src/include/

[coreboot] Re: GSoC 23 - Contributor Introduction

2023-04-02 Thread Utkarsh Verma via coreboot
Dear all, I have drafted my GSoC proposal and uploaded it to Google Docs. You can leave suggestions as comments in the document. https://docs.google.com/document/d/1SktYJUou7MtPIhnATjVoM63HDKIkZcBRRKtcO0pVpCs/edit?usp=sharing I'm a bit unclear about how to break down the edk2 porting into discret