File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
fi
31
31
32
32
cargo build --release --manifest-path libs/intel-spi/Cargo.toml
33
- sudo libs/intel-spi/target/release/intel-spi " build/${MODEL} /coreboot .rom"
33
+ sudo libs/intel-spi/target/release/intel-spi " build/${MODEL} /firmware .rom"
34
34
35
35
if [ " $WITH_EC " = true ]
36
36
then
Original file line number Diff line number Diff line change 18
18
MODEL_DIR=" $( realpath " models/${MODEL} " ) "
19
19
20
20
kvm -M q35 -m 4096 -vga std \
21
- -bios " build/${MODEL} /coreboot .rom" \
21
+ -bios " build/${MODEL} /firmware .rom" \
22
22
-chardev stdio,mux=on,id=debug \
23
23
-device isa-serial,index=2,chardev=debug \
24
24
-device isa-debugcon,iobase=0x402,chardev=debug \
@@ -35,4 +35,3 @@ kvm -M q35 -m 4096 -vga std \
35
35
# PCIe hotplugging (https://github.com/qemu/qemu/blob/master/docs/pcie_pci_bridge.txt):
36
36
# Root port: -device pcie-root-port,bus=pcie.0,id=rp1
37
37
# PCIe bridge: -device pcie-pci-bridge,id=br1,bus=rp1
38
-
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source scripts/_spipi.sh
13
13
14
14
sftp " ${SPIPI} " << EOF
15
15
cd firmware
16
- put "build/${MODEL} /coreboot .rom" "${MODEL} .rom"
16
+ put "build/${MODEL} /firmware .rom" "${MODEL} .rom"
17
17
EOF
18
18
19
19
ssh -T " ${SPIPI} " << EOF
You can’t perform that action at this time.
0 commit comments