Re: [edk2-devel] [PATCH v7 13/21] ArmPkg: Add Universal/Smbios/ProcessorSubClassDxe

2021-02-08 Thread Rebecca Cran
On 2/3/21 8:18 AM, Leif Lindholm wrote: > On Sun, Jan 31, 2021 at 16:25:03 -0700, Rebecca Cran wrote: +// At each level of cache, we can have a single type (unified, instruction or data), +// or two types - separate data and instruction caches. If we have separate +// instruction and

Re: [edk2-devel] [PATCH v7 13/21] ArmPkg: Add Universal/Smbios/ProcessorSubClassDxe

2021-02-03 Thread Leif Lindholm
I'm afraid I have another few comments on this - but they're pretty straightforward. If you can address those and then send out a v8 of just this patch, this set is ready to merge. On Sun, Jan 31, 2021 at 16:25:03 -0700, Rebecca Cran wrote: > ProcessorSubClassDxe provides SMBIOS CPU information us

[edk2-devel] [PATCH v7 13/21] ArmPkg: Add Universal/Smbios/ProcessorSubClassDxe

2021-01-31 Thread Rebecca Cran
ProcessorSubClassDxe provides SMBIOS CPU information using generic methods combined with calls into OemMiscLib. Signed-off-by: Rebecca Cran Reviewed-by: Samer El-Haj-Mahmoud --- ArmPkg/ArmPkg.dsc | 2 + ArmPkg/Universal/Smbios/Processor