[U-Boot] [RFC PATCH] qemu-x86: Use config_distro_bootcmd

Bin Meng bmeng.cn at gmail.com
Sat Jun 22 14:52:46 UTC 2019


On Sat, Jun 22, 2019 at 10:51 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Hi Joshua,
>
> On Fri, Jun 21, 2019 at 11:17 PM Joshua Watt <jpewhacker at gmail.com> wrote:
> >
> > Converts qemu x86 machines to boot using distro_config. The intent is to
> > allow u-boot in qemu to be maximally compatible with many boot methods
> > without having to change the config. Currently, u-boot will only boot in
> > a very limited set of circumstances where there is a /boot/vmlinuz on
> > scsi 0:3 with no ramdisk.
> >
> > If distro_bootcmd fails, u-boot will fall back to the original method.
> >
> > Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
> > ---
> >  include/configs/qemu-x86.h | 30 ++++++++++++++++++++++++++++++
>
> Could you please enable

Oops, I wanted to say: enable CONFIG_DISTRO_DEFAULTS in the board
defconfig files.

>
> >  1 file changed, 30 insertions(+)
> >

Regards,
Bin


More information about the U-Boot mailing list