Skip to content

Commit

Permalink
2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Dec 27, 2022
1 parent 7b7d6ea commit 02b938f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions AppleModels/DataBase/MacPro/MP71.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ BoardAssetTag: ""
BoardType: 0xA
BoardLocationInChassis: ""
ChassisManufacturer: "Apple Inc."
# Tower
ChassisType: 0x7
# Rack
# ChassisType: 0x17
ChassisVersion: "Mac-27AD2F918AE68F61"
ChassisAssetTag: ""
Expand Down Expand Up @@ -83,7 +85,7 @@ Specifications:
- "Mac Pro (Rack, 2019)"
# Note, first model code is used by macserial
AppleModelCode:
#Tower
# Tower
- "P7QM"
- "PLXV"
- "PLXW"
Expand All @@ -97,7 +99,7 @@ AppleModelCode:
- "NYGV"
- "K7GF"
- "K7GD"
#Rack
# Rack
- "N5RN"
# Note, first board code is used by macserial
AppleBoardCode:
Expand All @@ -108,6 +110,7 @@ AppleModelYear:
- 2020
- 2021
- 2022
- 2023
MinimumOSVersion: "10.15.1"
MaximumOSVersion: null
AppleModelId: "J160"
1 change: 1 addition & 0 deletions AppleModels/DataBase/Macmini/MM81.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ AppleModelYear:
- 2020
- 2021
- 2022
- 2023
MinimumOSVersion: "10.14"
MaximumOSVersion: null
AppleModelId: "J174"
4 changes: 2 additions & 2 deletions Utilities/macserial/modelinfo_autogen.h
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ static uint32_t AppleModelYear[][APPLE_MODEL_YEAR_MAX] = {
/* MacPro4,1 */ {2009, 2010},
/* MacPro5,1 */ {2010, 2011, 2012, 2013},
/* MacPro6,1 */ {2013, 2014, 2015, 2016, 2017, 2018, 2019},
/* MacPro7,1 */ {2019, 2020, 2021, 2022},
/* MacPro7,1 */ {2019, 2020, 2021, 2022, 2023},
/* Macmini1,1 */ {2006, 2007},
/* Macmini2,1 */ {2007, 2008, 2009},
/* Macmini3,1 */ {2009, 2010},
Expand All @@ -591,7 +591,7 @@ static uint32_t AppleModelYear[][APPLE_MODEL_YEAR_MAX] = {
/* Macmini6,1 */ {2012, 2013, 2014},
/* Macmini6,2 */ {2012, 2013, 2014},
/* Macmini7,1 */ {2014, 2015, 2016, 2017, 2018},
/* Macmini8,1 */ {2018, 2019, 2020, 2021, 2022},
/* Macmini8,1 */ {2018, 2019, 2020, 2021, 2022, 2023},
/* Xserve1,1 */ {2006, 2007, 2008},
/* Xserve2,1 */ {2008, 2009},
/* Xserve3,1 */ {2009, 2010, 2011},
Expand Down

0 comments on commit 02b938f

Please sign in to comment.