Rename coreboot.rom to firmware.rom
This commit is contained in:
parent
3eefdb9619
commit
7e066e6be8
@ -30,7 +30,7 @@ then
|
||||
fi
|
||||
|
||||
cargo build --release --manifest-path libs/intel-spi/Cargo.toml
|
||||
sudo libs/intel-spi/target/release/intel-spi "build/${MODEL}/coreboot.rom"
|
||||
sudo libs/intel-spi/target/release/intel-spi "build/${MODEL}/firmware.rom"
|
||||
|
||||
if [ "$WITH_EC" = true ]
|
||||
then
|
||||
|
@ -18,7 +18,7 @@ fi
|
||||
MODEL_DIR="$(realpath "models/${MODEL}")"
|
||||
|
||||
kvm -M q35 -m 4096 -vga std \
|
||||
-bios "build/${MODEL}/coreboot.rom" \
|
||||
-bios "build/${MODEL}/firmware.rom" \
|
||||
-chardev stdio,mux=on,id=debug \
|
||||
-device isa-serial,index=2,chardev=debug \
|
||||
-device isa-debugcon,iobase=0x402,chardev=debug \
|
||||
@ -35,4 +35,3 @@ kvm -M q35 -m 4096 -vga std \
|
||||
# PCIe hotplugging (https://github.com/qemu/qemu/blob/master/docs/pcie_pci_bridge.txt):
|
||||
# Root port: -device pcie-root-port,bus=pcie.0,id=rp1
|
||||
# PCIe bridge: -device pcie-pci-bridge,id=br1,bus=rp1
|
||||
|
||||
|
@ -13,7 +13,7 @@ source scripts/_spipi.sh
|
||||
|
||||
sftp "${SPIPI}" <<EOF
|
||||
cd firmware
|
||||
put "build/${MODEL}/coreboot.rom" "${MODEL}.rom"
|
||||
put "build/${MODEL}/firmware.rom" "${MODEL}.rom"
|
||||
EOF
|
||||
|
||||
ssh -T "${SPIPI}" <<EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user