util/ifdtool: Add Elkhart Lake platform support under IFDv2

Add EHL under same family tree as TGL & JSL, also fix a
spacing inconsistency line.

Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Change-Id: Ice09861c104c4e339fc83631c75089fa069b3931
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55357
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Lean Sheng Tan
2021-06-09 07:52:24 -07:00
committed by Werner Zeh
parent 358c84a5a8
commit 0faba3cf23
2 changed files with 7 additions and 1 deletions

View File

@ -46,6 +46,7 @@ enum ich_chipset {
enum platform {
PLATFORM_APL,
PLATFORM_CNL,
PLATFORM_EHL,
PLATFORM_GLK,
PLATFORM_ICL,
PLATFORM_JSL,