diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-07-22 19:41:40 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-24 13:10:12 +0000 |
commit | cf42f5d80f7d6c53c3a9c09cf555368dc92e9c7e (patch) | |
tree | 6275f6f16f84752b126b552fb8a064da1d638b4c /util/autoport | |
parent | 7ba782814d8481207170f72f5803a57eed026b83 (diff) |
util/autoport/*.md: List Haswell as supported
As of commit 3f0bb2fb0741 (autoport: Add support for Haswell-Lynx Point
platform), autoport supports Haswell in addition to Sandy Bridge and Ivy
Bridge.
Change-Id: Iccc10441389580ff8e89c3718484d25d20970f68
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83609
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/description.md | 2 | ||||
-rw-r--r-- | util/autoport/readme.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/util/autoport/description.md b/util/autoport/description.md index 9a0e8d4309..361a9f2d15 100644 --- a/util/autoport/description.md +++ b/util/autoport/description.md @@ -1 +1 @@ -Automated porting coreboot to Sandy Bridge/Ivy Bridge platforms `Go` +Automated porting coreboot to Sandy Bridge/Ivy Bridge/Haswell platforms `Go` diff --git a/util/autoport/readme.md b/util/autoport/readme.md index 149e1ca1ed..b755d436ff 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -3,8 +3,8 @@ ## Supported platforms ### Chipset -For any Sandy Bridge or Ivy Bridge platform the generated result should -be bootable, possibly with minor fixes. +For any Sandy Bridge, Ivy Bridge, or Haswell platform the generated result +should be bootable, possibly with minor fixes. ### EC / SuperIO EC support is likely to work on Intel-based thinkpads. Other laptops are |