intel / FSP

Intel(R) Firmware Support Package (FSP)
Other
288 stars 126 forks source link

SMBIOS Cache Information Hob - Coffeelake #75

Open leorsa opened 2 years ago

leorsa commented 2 years ago

I am using GUID to get SMBIOS cache information hob, but it only returns the L1 cache information. L2 and L3 cache information resides in next addresses after L1 cache information. So I had to manually write their addresses.

Can you define another GUID for L2 and L3? Or can you show me a workaround in case I miss something? Thanks,