mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
DataBase: Revert firmware version for non-BigSur models
This commit is contained in:
parent
1b280f88d7
commit
e1b6e96b33
@ -1,7 +1,7 @@
|
||||
BIOSVendor: "Apple Inc."
|
||||
BIOSVersion: "424.0.0.0.0"
|
||||
BIOSLegacyVersion: "IM141.88Z.F000.B00.2010062306"
|
||||
BIOSReleaseDate: "10/06/2020"
|
||||
BIOSVersion: "146.0.0.0.0"
|
||||
BIOSLegacyVersion: "IM141.88Z.F000.B00.2006101806"
|
||||
BIOSReleaseDate: "06/10/2020"
|
||||
SystemManufacturer: "Apple Inc."
|
||||
SystemProductName: "iMac14,1"
|
||||
SystemVersion: "1.0"
|
||||
@ -74,13 +74,13 @@ SmcEPCI: 0x79007
|
||||
OEMStrings: |-
|
||||
Apple ROM Version
|
||||
Model: IM141
|
||||
EFI Version: 424.0.0.0.0
|
||||
Built by: root@manhattan22
|
||||
Date: Tue Oct 6 23:06:36 PDT 2020
|
||||
Revision: 424 (B&I)
|
||||
EFI Version: 146.0.0.0.0
|
||||
Built by: root@saumon
|
||||
Date: Wed Jun 10 18:06:53 PDT 2020
|
||||
Revision: 146 (B&I)
|
||||
ROM Version: F000_B00
|
||||
Build Type: Official Build, Release
|
||||
Compiler: clang-1200.0.30.4
|
||||
Compiler: Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)
|
||||
Specifications:
|
||||
CPUCodename:
|
||||
- "Crystal Well"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
BIOSVendor: "Apple Inc."
|
||||
BIOSVersion: "424.0.0.0.0"
|
||||
BIOSLegacyVersion: "IM142.88Z.F000.B00.2010062241"
|
||||
BIOSReleaseDate: "10/06/2020"
|
||||
BIOSVersion: "146.0.0.0.0"
|
||||
BIOSLegacyVersion: "IM142.88Z.F000.B00.2006101806"
|
||||
BIOSReleaseDate: "06/10/2020"
|
||||
SystemManufacturer: "Apple Inc."
|
||||
SystemProductName: "iMac14,2"
|
||||
SystemVersion: "1.0"
|
||||
@ -65,13 +65,13 @@ SmcEPCI: 0x7A007
|
||||
OEMStrings: |-
|
||||
Apple ROM Version
|
||||
Model: IM142
|
||||
EFI Version: 424.0.0.0.0
|
||||
Built by: root@manhattan40
|
||||
Date: Tue Oct 6 22:41:39 PDT 2020
|
||||
Revision: 424 (B&I)
|
||||
EFI Version: 146.0.0.0.0
|
||||
Built by: root@saumon
|
||||
Date: Wed Jun 10 18:06:16 PDT 2020
|
||||
Revision: 146 (B&I)
|
||||
ROM Version: F000_B00
|
||||
Build Type: Official Build, Release
|
||||
Compiler: clang-1200.0.30.4
|
||||
Compiler: Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)
|
||||
Specifications:
|
||||
CPUCodename:
|
||||
- "Haswell"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
BIOSVendor: "Apple Inc."
|
||||
BIOSVersion: "424.0.0.0.0"
|
||||
BIOSLegacyVersion: "IM143.88Z.F000.B00.2010062245"
|
||||
BIOSReleaseDate: "10/06/2020"
|
||||
BIOSVersion: "146.0.0.0.0"
|
||||
BIOSLegacyVersion: "IM143.88Z.F000.B00.2006101806"
|
||||
BIOSReleaseDate: "06/10/2020"
|
||||
SystemManufacturer: "Apple Inc."
|
||||
SystemProductName: "iMac14,3"
|
||||
SystemVersion: "1.0"
|
||||
@ -75,13 +75,13 @@ SmcEPCI: 0x7A007
|
||||
OEMStrings: |-
|
||||
Apple ROM Version
|
||||
Model: IM143
|
||||
EFI Version: 424.0.0.0.0
|
||||
Built by: root@manhattan43
|
||||
Date: Tue Oct 6 22:45:17 PDT 2020
|
||||
Revision: 424 (B&I)
|
||||
EFI Version: 146.0.0.0.0
|
||||
Built by: root@saumon
|
||||
Date: Wed Jun 10 18:06:20 PDT 2020
|
||||
Revision: 146 (B&I)
|
||||
ROM Version: F000_B00
|
||||
Build Type: Official Build, Release
|
||||
Compiler: clang-1200.0.30.4
|
||||
Compiler: Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)
|
||||
Specifications:
|
||||
CPUCodename:
|
||||
- "Haswell"
|
||||
|
||||
@ -2336,8 +2336,8 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
|
||||
.SmcRevision = {2, 20, 15, 0, 0, 36},
|
||||
.SmcBranch = {106, 49, 54, 106, 49, 55, 0, 0},
|
||||
.SmcPlatform = {106, 49, 54, 0, 0, 0, 0, 0},
|
||||
.BIOSVersion = "424.0.0.0.0",
|
||||
.BIOSReleaseDate = "10/06/2020",
|
||||
.BIOSVersion = "146.0.0.0.0",
|
||||
.BIOSReleaseDate = "06/10/2020",
|
||||
.SystemVersion = "1.0",
|
||||
.SystemSKUNumber = "System SKU#",
|
||||
.SystemFamily = "iMac",
|
||||
@ -2360,8 +2360,8 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
|
||||
.SmcRevision = {2, 21, 15, 0, 0, 7},
|
||||
.SmcBranch = {106, 49, 54, 106, 49, 55, 0, 0},
|
||||
.SmcPlatform = {106, 49, 55, 0, 0, 0, 0, 0},
|
||||
.BIOSVersion = "424.0.0.0.0",
|
||||
.BIOSReleaseDate = "10/06/2020",
|
||||
.BIOSVersion = "146.0.0.0.0",
|
||||
.BIOSReleaseDate = "06/10/2020",
|
||||
.SystemVersion = "1.0",
|
||||
.SystemSKUNumber = "System SKU#",
|
||||
.SystemFamily = "iMac",
|
||||
@ -2384,8 +2384,8 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
|
||||
.SmcRevision = {2, 23, 15, 0, 0, 7},
|
||||
.SmcBranch = {106, 49, 54, 103, 0, 0, 0, 0},
|
||||
.SmcPlatform = {106, 49, 54, 103, 0, 0, 0, 0},
|
||||
.BIOSVersion = "424.0.0.0.0",
|
||||
.BIOSReleaseDate = "10/06/2020",
|
||||
.BIOSVersion = "146.0.0.0.0",
|
||||
.BIOSReleaseDate = "06/10/2020",
|
||||
.SystemVersion = "1.0",
|
||||
.SystemSKUNumber = "System SKU#",
|
||||
.SystemFamily = "iMac",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user