summaryrefslogtreecommitdiff
path: root/util/ifdtool
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-07-30 11:22:53 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-08-01 06:54:51 +0000
commita717e2f8968e799521e293b8f1ddacc14c8b9d89 (patch)
tree3436dd668a539edff162bed79961e972970a2280 /util/ifdtool
parentf01884e48c5efd80c95bff4c7084bd7bd00166fe (diff)
downloadcoreboot-a717e2f8968e799521e293b8f1ddacc14c8b9d89.tar.xz
util/ifdtool: Make JSL platform entry for lock_descriptor
Change-Id: Ia2ddb4eceab29810b22766a0f241ba4b11e79538 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44057 Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/ifdtool')
-rw-r--r--util/ifdtool/ifdtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c
index 3db3977bf5..f64dc7eb82 100644
--- a/util/ifdtool/ifdtool.c
+++ b/util/ifdtool/ifdtool.c
@@ -1017,6 +1017,7 @@ static void lock_descriptor(const char *filename, char *image, int size)
case PLATFORM_ICL:
case PLATFORM_SKLKBL:
case PLATFORM_TGL:
+ case PLATFORM_JSL:
/* CPU/BIOS can read descriptor and BIOS. */
fmba->flmstr1 |= (1 << REGION_DESC) << rd_shift;
fmba->flmstr1 |= (1 << REGION_BIOS) << rd_shift;