[OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

Burton, Ross ross.burton at intel.com
Mon Aug 8 13:37:26 UTC 2016


Sorry, staged in my branch now.

Ross

On 3 August 2016 at 21:31, Alistair Francis <alistair.francis at xilinx.com>
wrote:

> Ping^2!
>
> On Wed, Jul 27, 2016 at 11:02 AM, Alistair Francis
> <alistair.francis at xilinx.com> wrote:
> > Ping!
> >
> > On Wed, Jun 15, 2016 at 1:43 PM, Alistair Francis
> > <alistair.francis at xilinx.com> wrote:
> >> Add support to direct boot Linux instead of just booting u-boot.
> >>
> >> Signed-off-by: Alistair Francis <alistair.francis at xilinx.com>
> >> ---
> >>  scripts/runqemu          | 3 +--
> >>  scripts/runqemu-internal | 2 +-
> >>  2 files changed, 2 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/scripts/runqemu b/scripts/runqemu
> >> index de05035..d52ea15 100755
> >> --- a/scripts/runqemu
> >> +++ b/scripts/runqemu
> >> @@ -350,8 +350,7 @@ QEMUMICROBLAZE_DEFAULT_FSTYPE=cpio
> >>  QEMUZYNQ_DEFAULT_KERNEL=uImage
> >>  QEMUZYNQ_DEFAULT_FSTYPE=cpio
> >>
> >> -# Default to booting u-boot as a direct Linux boot isn't supported yet.
> >> -QEMUZYNQMP_DEFAULT_KERNEL=u-boot-qemuzynqmp.elf
> >> +QEMUZYNQMP_DEFAULT_KERNEL=Image
> >>  QEMUZYNQMP_DEFAULT_FSTYPE=cpio
> >>
> >>  setup_path_vars() {
> >> diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
> >> index ea1a307..ecc5e63 100755
> >> --- a/scripts/runqemu-internal
> >> +++ b/scripts/runqemu-internal
> >> @@ -514,7 +514,7 @@ config_qemuzynqmp() {
> >>      QEMU_NETWORK_CMD="-net nic -net nic -net nic -net nic -net
> user,net=10.10.70.0,dhcpstart=10.10.70.1,host=10.10.70.101"
> >>      QEMU_SYSTEM_OPTIONS="$QEMU_NETWORK_CMD -M xlnx-ep108 -serial
> mon:stdio -dtb $DEPLOY_DIR_IMAGE/${QEMU_DTB}.dtb"
> >>
> >> -    QEMUOPTIONS="$QEMU_SYSTEM_OPTIONS $QEMU_UI_OPTIONS -tftp
> $DEPLOY_DIR_IMAGE"
> >> +    QEMUOPTIONS="$QEMU_SYSTEM_OPTIONS $QEMU_UI_OPTIONS -initrd
> $ROOTFS"
> >>  }
> >>
> >>  config_qemumicroblaze() {
> >> --
> >> 2.7.4
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core at lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160808/b7ddd59c/attachment-0002.html>


More information about the Openembedded-core mailing list