diff --git a/Include/IndustryStandard/AppleSmBios.h b/Include/IndustryStandard/AppleSmBios.h index 5c223bd07..d2459cc2e 100644 --- a/Include/IndustryStandard/AppleSmBios.h +++ b/Include/IndustryStandard/AppleSmBios.h @@ -253,7 +253,7 @@ enum { }; /// -/// Apple Processor Type (Type 131). +/// Apple Processor Type (Type 131). Not used in Monterey /// typedef struct { UINT8 MinorType; @@ -273,7 +273,7 @@ typedef struct { } APPLE_SMBIOS_TABLE_TYPE131, SMBIOS_TABLE_TYPE131; /// -/// Apple Processor Bus Speed (Type 132). +/// Apple Processor Bus Speed (Type 132). Not used in Monterey /// typedef struct { SMBIOS_STRUCTURE Hdr; @@ -289,7 +289,7 @@ typedef struct { } SMBIOS_TABLE_TYPE133; /// -/// Apple SMC Version (Type 134). +/// Apple SMC Version (Type 134). Not used in Monterey /// typedef struct { SMBIOS_STRUCTURE Hdr; diff --git a/buildExtras.sh b/buildExtras.sh index 1d7d74257..c9b76615a 100755 --- a/buildExtras.sh +++ b/buildExtras.sh @@ -6,6 +6,11 @@ # Enhanced by STLVNB on 13/04/2016. # +#sometimes we have to update curl and certificates +# sudo port install curl +ssl +universal +# sudo curl https://curl.se/ca/cacert.pem -o /etc/ssl/cert.pem +# openssl x509 -text < /etc/ssl/cert.pem | grep -A2 Valid + # Change PREFIX if you want nasm installed on different place # @@ -41,7 +46,7 @@ if [ "$nasmcheck" == 200 ]; then fi export NASM_VERSION="${nasmVersInfo:154:$verLen}" else - export NASM_VERSION=2.14.02 + export NASM_VERSION=2.15.05 fi # diff --git a/rEFIt_UEFI/Platform/cpu.h b/rEFIt_UEFI/Platform/cpu.h index 5ff8c052d..ac4d7f973 100644 --- a/rEFIt_UEFI/Platform/cpu.h +++ b/rEFIt_UEFI/Platform/cpu.h @@ -52,7 +52,7 @@ #define CPU_MODEL_AVOTON 0x4D /* Avaton/Rangely */ #define CPU_MODEL_SKYLAKE_U 0x4E /* Skylake Mobile */ #define CPU_MODEL_BROADWELL_E5 0x4F /* Xeon E5-2695 5th */ -#define CPU_MODEL_SKYLAKE_S 0x55 /* Skylake Server, Cooper Lake */ +#define CPU_MODEL_SKYLAKE_S 0x55 /* Skylake Server, Cooper Lake, Xeon(R) W-2140B */ #define CPU_MODEL_BROADWELL_DE 0x56 /* Xeon BroadWell 5th */ #define CPU_MODEL_KNIGHT 0x57 /* Knights Landing */ #define CPU_MODEL_MOOREFIELD 0x5A /* Annidale */