You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
This commit adds the SMBIOS type 17 table support for Developerbox. The SPD can be accessed only from the SCP through I2C bus, so this commit expects that SCP-firmware reads the SPD and stores it in the non-secure SRAM. This commit also reduces the edk2 stack size to allocate the space for storing SPD. It requires 2KB, 512bytes * 4 DIMMs. Cc: Leif Lindholm <leif@nuviainc.com> Cc: Masami Hiramatsu <masami.hiramatsu@linaro.org> Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>