diff options
author | Michał Kopeć <michal.kopec@3mdeb.com> | 2022-04-06 10:15:22 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-25 23:25:25 +0000 |
commit | d3b550d47c658453f0775a3bbb071a4330d27398 (patch) | |
tree | aa4a61c68590dba86d90dd10e99be600a8840314 /util/intelp2m/description.md | |
parent | 68f4f6ea49415453c994a4b9091f15de285a0407 (diff) |
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>
Diffstat (limited to 'util/intelp2m/description.md')
-rw-r--r-- | util/intelp2m/description.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/intelp2m/description.md b/util/intelp2m/description.md index 1aaee40ca0..9064817972 100644 --- a/util/intelp2m/description.md +++ b/util/intelp2m/description.md @@ -36,6 +36,7 @@ platform type is set using the -p option (Sunrise by default): lbg - Lewisburg PCH with Xeon SP CPU apl - Apollo Lake SoC cnl - CannonLake-LP or Whiskeylake/Coffeelake/Cometlake-U SoC + adl - AlderLake PCH (default "snr") (shell)$ ./intelp2m -p <platform> -file path/to/inteltool.log |