@@ -44,8 +44,18 @@ impl PdPort {
4444 ( Platform :: GenericFramework ( ( left, _) , _, _) , PdPort :: Left01 ) => * left,
4545 ( Platform :: GenericFramework ( ( _, right) , _, _) , PdPort :: Right23 ) => * right,
4646 // Framework AMD Platforms (CCG8)
47- ( Platform :: Framework13Amd | Platform :: Framework16 , PdPort :: Left01 ) => 0x42 ,
48- ( Platform :: Framework13Amd | Platform :: Framework16 , PdPort :: Right23 ) => 0x40 ,
47+ (
48+ Platform :: Framework13Amd7080
49+ | Platform :: Framework13AmdAi300
50+ | Platform :: Framework16Amd7080 ,
51+ PdPort :: Left01 ,
52+ ) => 0x42 ,
53+ (
54+ Platform :: Framework13Amd7080
55+ | Platform :: Framework13AmdAi300
56+ | Platform :: Framework16Amd7080 ,
57+ PdPort :: Right23 ,
58+ ) => 0x40 ,
4959 // Framework Intel Platforms (CCG5 and CCG6)
5060 ( _, PdPort :: Left01 ) => 0x08 ,
5161 ( _, PdPort :: Right23 ) => 0x40 ,
@@ -64,11 +74,17 @@ impl PdPort {
6474 ( Platform :: IntelGen12 | Platform :: IntelGen13 , PdPort :: Left01 ) => 6 ,
6575 ( Platform :: IntelGen12 | Platform :: IntelGen13 , PdPort :: Right23 ) => 7 ,
6676 (
67- Platform :: Framework13Amd | Platform :: Framework16 | Platform :: IntelCoreUltra1 ,
77+ Platform :: Framework13Amd7080
78+ | Platform :: Framework16Amd7080
79+ | Platform :: IntelCoreUltra1
80+ | Platform :: Framework13AmdAi300
6881 PdPort :: Left01 ,
6982 ) => 1 ,
7083 (
71- Platform :: Framework13Amd | Platform :: Framework16 | Platform :: IntelCoreUltra1 ,
84+ Platform :: Framework13Amd7080
85+ | Platform :: Framework16Amd7080
86+ | Platform :: IntelCoreUltra1
87+ | Platform :: Framework13AmdAi300
7288 PdPort :: Right23 ,
7389 ) => 2 ,
7490 // (_, _) => Err(EcError::DeviceError(format!(
0 commit comments