util/intelp2m: Add support for Alder Lake macro generation
Add support for Alder Lake as a separate parsing profile, copying the existing 'Cannon' profile and adjusting for differences in reset mapping and GPIO macro generation. TEST=Generate GPIO macros for MSI PRO Z690-A Change-Id: I5871394bcb0636c2c803607ffb129441aa934417 Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
@ -10,6 +10,7 @@ import (
|
||||
"../platforms/lbg"
|
||||
"../platforms/apl"
|
||||
"../platforms/cnl"
|
||||
"../platforms/adl"
|
||||
"../config"
|
||||
)
|
||||
|
||||
@ -147,6 +148,7 @@ func (parser *ParserData) PlatformSpecificInterfaceSet() {
|
||||
config.CannonType : cnl.PlatformSpecific{
|
||||
InheritanceTemplate : snr.PlatformSpecific{},
|
||||
},
|
||||
config.AlderType : adl.PlatformSpecific{},
|
||||
}
|
||||
parser.platform = platform[config.PlatformGet()]
|
||||
}
|
||||
|
Reference in New Issue
Block a user