Attention is currently required from: Martin Roth, Paul Menzel, Stefan Reinauer. Hello build bot (Jenkins), Nico Huber, Martin Roth, Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56213
to look at the new patch set (#4).
Change subject: payloads: FILO: Hook up autoboot options ......................................................................
payloads: FILO: Hook up autoboot options
FILO allows to configure a line to autoboot. Hook this up into coreboot’s build system.
TEST=Configure coreboot for QEMU i440fx with FILO as payload and configure:
CONFIG_FILO_MASTER=y CONFIG_FILO_USE_AUTOBOOT=y CONFIG_FILO_AUTOBOOT_FILE="hda1:/vmlinuz root=/dev/sda1 console=tty0 console=ttyS0,115200 initrd=hda1:/initrd.img" CONFIG_FILO_AUTOBOOT_DELAY=5
Boot Debian image with:
qemu-system-x86_64 -bios /dev/shm/coreboot/build/coreboot.rom -L /dev/shm -enable-kvm -smp cpus=2 -m 1G -hda /dev/shm/debian-32.img -serial stdio -net nic -net user,hostfwd=tcp::22222-:22
Change-Id: Id167e9a144bf466da87469108002672b299b702a Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M payloads/external/FILO/Kconfig M payloads/external/FILO/Makefile M payloads/external/Makefile.inc 3 files changed, 39 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/56213/4