Skip to content

Commit

Permalink
Merge branch 'acidanthera:master' into YamingNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Oct 18, 2024
2 parents e3407b3 + d4ddd29 commit ab1b5ab
Show file tree
Hide file tree
Showing 5 changed files with 1,463 additions and 724 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
OpenCore Changelog
==================
#### v1.0.3
- Fixed support for `AMD_CPU_EXT_FAMILY_1AH`, thx @Shaneee

#### v1.0.2
- Fixed error in macrecovery when running headless, thx @mkorje
- Added support for `AMD_CPU_EXT_FAMILY_1AH`, thx @Shaneee
Expand Down
2 changes: 1 addition & 1 deletion Include/Intel/IndustryStandard/ProcessorInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ typedef enum {
#define AMD_CPU_EXT_FAMILY_16H 0x7
#define AMD_CPU_EXT_FAMILY_17H 0x8
#define AMD_CPU_EXT_FAMILY_19H 0xA
#define AMD_CPU_EXT_FAMILY_1AH 0x1A
#define AMD_CPU_EXT_FAMILY_1AH 0xB

// CPU_P_STATE_COORDINATION
/// P-State Coordination
Expand Down
Loading

0 comments on commit ab1b5ab

Please sign in to comment.