diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-12-25 21:27:41 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-01-15 14:24:46 +0000 |
commit | bfa02282620cdeca363bdafd18d68670e151e5a5 (patch) | |
tree | 0f03a02ab785d95e9b050a795d4c5e9a133494d2 /tools/boot-keys/configs | |
parent | 0466ef18ef6748753b2f205a2169e85c73ae2d8e (diff) | |
download | librebootfr-bfa02282620cdeca363bdafd18d68670e151e5a5.tar.gz librebootfr-bfa02282620cdeca363bdafd18d68670e151e5a5.zip |
tools: Add boot-keys tool to handle keys and images verification
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'tools/boot-keys/configs')
-rw-r--r-- | tools/boot-keys/configs/coreboot/depthcharge/type | 1 | ||||
-rw-r--r-- | tools/boot-keys/configs/coreboot/targets | 1 | ||||
l--------- | tools/boot-keys/configs/linux-cros | 1 | ||||
-rw-r--r-- | tools/boot-keys/configs/linux/nyan/type | 1 | ||||
-rw-r--r-- | tools/boot-keys/configs/linux/targets | 2 | ||||
-rw-r--r-- | tools/boot-keys/configs/linux/veyron/type | 1 | ||||
-rw-r--r-- | tools/boot-keys/configs/targets | 3 |
7 files changed, 10 insertions, 0 deletions
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 |