On Fri, Dec 03, 2021 at 08:52:38AM -0700, Simon Glass wrote: > Add a means of testing a coreboot + U-Boot build using qemu. > > Signed-off-by: Simon Glass > --- > As to what to do with people's labs, I think applying these patches does > encourage them and provide people with examples. Having 'no mainline' for > these is going to be an impediment I think. > > Changes in v2: > - Drop the ellesmere symlink > > bin/travis-ci/conf.coreboot_qemu | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 bin/travis-ci/conf.coreboot_qemu So, now we have the conf, for something 100% virtual, in bin/travis-ci (which yes, ugh, bad name). If we had a top-level README.rst how would it be unclear that this is a functional example? In fact, maybe we should clear something up. How does the network test work for you? I have to modify them to pass -tftp=/tftpboot so that I can then give it things like helloworld.efi and appropriate grub.efi. Are you using some wrapper to make things look more like what CI does? -- Tom