Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: ac6388add4ade3ae5c4036ea6c2ce9c8d301d057 https://github.com/tianocore/edk2/commit/ac6388add4ade3ae5c4036ea6c2ce9c8d301d057 Author: Nhi Pham <n...@os.amperecomputing.com> Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths: M ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArmCommon.c Log Message: ----------- ArmPkg/ProcessorSubClassDxe: Fix the format of ProcessorId According to SMBIOS 3.4, section 7.5.3.3 ARM64-class CPUs, if SMCCC_ARCH_SOC_ID is supported, the first DWORD is the JEP-106 code and the second DWORD is the SoC revision value. But in the current implementation, they are set in reverse. This patch is to correct it. Cc: Leif Lindholm <l...@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org> Cc: Rebecca Cran <rebe...@nuviainc.com> Signed-off-by: Nhi Pham <n...@os.amperecomputing.com> Reviewed-by: Rebecca Cran <rebe...@nuviainc.com> Acked-by: Leif Lindholm <l...@nuviainc.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits