mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 18:23:34 +00:00
efi: Adjust script to show pre-relocation output on terminal
When running with video enabled, the pre-relocation output of U-Boot is currently lost. Add a -serial flag to show it on the terminal. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
38191594df
commit
1f0cf89227
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ run_qemu() {
|
||||||
fi
|
fi
|
||||||
if [[ -n "${serial}" ]]; then
|
if [[ -n "${serial}" ]]; then
|
||||||
extra="-display none -serial mon:stdio"
|
extra="-display none -serial mon:stdio"
|
||||||
|
else
|
||||||
|
extra="-serial mon:stdio"
|
||||||
fi
|
fi
|
||||||
echo "Running ${qemu}"
|
echo "Running ${qemu}"
|
||||||
# Use 512MB since U-Boot EFI likes to have 256MB to play with
|
# Use 512MB since U-Boot EFI likes to have 256MB to play with
|
||||||
|
|
Loading…
Add table
Reference in a new issue