From bfa02282620cdeca363bdafd18d68670e151e5a5 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 25 Dec 2016 21:27:41 +0100 Subject: tools: Add boot-keys tool to handle keys and images verification Signed-off-by: Paul Kocialkowski --- tools/boot-keys/configs/coreboot/depthcharge/type | 1 + tools/boot-keys/configs/coreboot/targets | 1 + tools/boot-keys/configs/linux-cros | 1 + tools/boot-keys/configs/linux/nyan/type | 1 + tools/boot-keys/configs/linux/targets | 2 ++ tools/boot-keys/configs/linux/veyron/type | 1 + tools/boot-keys/configs/targets | 3 +++ 7 files changed, 10 insertions(+) create mode 100644 tools/boot-keys/configs/coreboot/depthcharge/type create mode 100644 tools/boot-keys/configs/coreboot/targets create mode 120000 tools/boot-keys/configs/linux-cros create mode 100644 tools/boot-keys/configs/linux/nyan/type create mode 100644 tools/boot-keys/configs/linux/targets create mode 100644 tools/boot-keys/configs/linux/veyron/type create mode 100644 tools/boot-keys/configs/targets (limited to 'tools/boot-keys/configs') diff --git a/tools/boot-keys/configs/coreboot/depthcharge/type b/tools/boot-keys/configs/coreboot/depthcharge/type new file mode 100644 index 00000000..470d2844 --- /dev/null +++ b/tools/boot-keys/configs/coreboot/depthcharge/type @@ -0,0 +1 @@ +cros-firmware diff --git a/tools/boot-keys/configs/coreboot/targets b/tools/boot-keys/configs/coreboot/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/tools/boot-keys/configs/coreboot/targets @@ -0,0 +1 @@ +depthcharge diff --git a/tools/boot-keys/configs/linux-cros b/tools/boot-keys/configs/linux-cros new file mode 120000 index 00000000..9c52cb36 --- /dev/null +++ b/tools/boot-keys/configs/linux-cros @@ -0,0 +1 @@ +linux \ No newline at end of file diff --git a/tools/boot-keys/configs/linux/nyan/type b/tools/boot-keys/configs/linux/nyan/type new file mode 100644 index 00000000..adb275f4 --- /dev/null +++ b/tools/boot-keys/configs/linux/nyan/type @@ -0,0 +1 @@ +cros-kernel diff --git a/tools/boot-keys/configs/linux/targets b/tools/boot-keys/configs/linux/targets new file mode 100644 index 00000000..792768c4 --- /dev/null +++ b/tools/boot-keys/configs/linux/targets @@ -0,0 +1,2 @@ +nyan +veyron diff --git a/tools/boot-keys/configs/linux/veyron/type b/tools/boot-keys/configs/linux/veyron/type new file mode 100644 index 00000000..adb275f4 --- /dev/null +++ b/tools/boot-keys/configs/linux/veyron/type @@ -0,0 +1 @@ +cros-kernel diff --git a/tools/boot-keys/configs/targets b/tools/boot-keys/configs/targets new file mode 100644 index 00000000..019b149f --- /dev/null +++ b/tools/boot-keys/configs/targets @@ -0,0 +1,3 @@ +coreboot +linux +linux-cros -- cgit v1.2.3-70-g09d2