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.
1 parent 6ba9de0 commit b78a8fbCopy full SHA for b78a8fb
examples/qemu/vpd.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+VPD="../../tools/vpd"
3
+ROM="build/qemu-x86_64/coreboot/build/coreboot.rom"
4
+
5
+#Or don't add '-O' that reformats the RO_VPD created by osf-builder/Makefile.inc
6
+$VPD -f $ROM -O -i RO_VPD -s fsp_log_enable=0
7
+$VPD -f $ROM -i RO_VPD -s test_key=123
8
+$VPD -f $ROM -O -i RW_VPD
9
0 commit comments