]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/Smbios: Fix max cache size 2 wrong issue
authorMing Huang <huangming@linux.alibaba.com>
Thu, 14 Oct 2021 07:23:14 +0000 (15:23 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 15 Oct 2021 10:47:50 +0000 (10:47 +0000)
commit7e43d3e08611ac4c4bc41c46470052d4118168eb
treeb911f52b9e5e634636a475d03f24897390966da7
parent785cfd33053f506d4a1c17100356a63f24e98f45
ArmPkg/Smbios: Fix max cache size 2 wrong issue

As SMBIOS spec, bit-31 of maximum cache size 2 should be 1
for 64K granularity.

Signed-off-by: Ming Huang <huangming@linux.alibaba.com>
Reviewed-by: Rebecca Cran <rebecca@nuviainc.com>
Acked-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c