mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-21 11:15:27 +01:00
few comments
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
294551b969
commit
ad44b1a68f
@ -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;
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user