diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2022-10-22 10:34:05 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-02-02 13:21:07 +0000 |
commit | 1920900baaeeff474030b6ad30c7f7a8af8adba1 (patch) | |
tree | 644708c4cc1f0b022fc8585b9d794cb1b7b2a299 /util | |
parent | 09b136cfe86ac62b1cb6fa96a33ad7c977383d82 (diff) |
ifdtool: Add missing chipset_name
Add denverton soc chipset name.
Change-Id: I0fd8494123490d6ccc21af2ed30c30d50ddb4e8e
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68693
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/ifdtool/ifdtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c index 350757ea38..61aedf53ef 100644 --- a/util/ifdtool/ifdtool.c +++ b/util/ifdtool/ifdtool.c @@ -96,6 +96,7 @@ static const char *const ich_chipset_names[] = { "400 series Ice Point", "500 series Tiger Point/ 600 series Alder Point", "C620 series Lewisburg", + "Denverton: C39xx", NULL }; |