Hello build bot (Jenkins), Nico Huber, Patrick Rudolph, Jonathan Zhang, Johnny Lin, Christian Walter, Jingle Hsu, Angel Pons, Michael Niewöhner, Aaron Durbin, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46068
to look at the new patch set (#11).
Change subject: arch/x86/smbios: Populate SMBIOS type 7 with cache information ......................................................................
arch/x86/smbios: Populate SMBIOS type 7 with cache information
SMBIOS has a field to display the cache size, which is currently set to UNKNOWN unconditionally, multiply the cache size of L1 and L2 by the number of cores.
TEST=Execute "dmidecode -t 7" to check if the cache information is correct for Deltalake platform
Change-Id: Ieeb5d3346454ffb2291613dc2aa24b31d10c2e04 Signed-off-by: Morgan Jang Morgan_Jang@wiwynn.com --- M src/arch/x86/smbios.c M src/include/smbios.h 2 files changed, 74 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/46068/11