We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
amd
1 parent 5b8237a commit 7be1cf1Copy full SHA for 7be1cf1
sztp/generate.sh
@@ -38,7 +38,7 @@ cp ${MYTMPDIR}/sztpd-simulator/pki/client/end-entity/private_key.pem ./generated
38
39
declare -a names
40
41
-for vendor in nvidia intel marvell
+for vendor in nvidia intel marvell amd
42
do
43
names+=("${vendor^^}_BOOT_IMG_HASH_VAL" "${vendor^^}_CONFIG_B64")
44
export ${vendor^^}_BOOT_IMG_HASH_VAL=$(openssl dgst -sha256 -c ./images/${vendor,,}-boot-image.img | awk '{print $2}')
0 commit comments