linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] Flip on multiplatform support for omap2plus for v3.9
Date: Thu, 20 Dec 2012 07:55:18 -0800	[thread overview]
Message-ID: <20121220155518.GX4989@atomide.com> (raw)
In-Reply-To: <20121219192354.22098.33408.stgit@muffinssi.local>

* Tony Lindgren <tony@atomide.com> [121219 11:28]:
> Hi all,
> 
> These patches enable multiplatform support for omap2plus.
> 
> To build and boot it against the current mainline kernel
> you need the following:
> 
> [PATCH 1/2] ARM: l2x0: Only set .set_debug on PL310 r3p0 and earlier
> [PATCH 2/2] ARM: disable errata work-arounds which access secure registers
> [GIT PULL 1/2] omap fixes for v3.8 merge window
> [GIT PULL 2/2] omap cleanup for v3.8 merge window
> [GIT PULL] two trivial omap build error fixes for v3.8 merge window
> cpts: Fix build error caused by include of plat/clock.h

Few notes on booting this as at least Lokesh already hit the mkimage
issue like I did earlier.

To boot this you also need to run mkimage manually on the zImage:

$ mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 \
	-n "Linux" -d zImage-omap2plus uImage-omap2plus

And to boot the vexpress on qemu something like this should do:

$ qemu-system-arm -machine vexpress-a9 -m 1024 -net nic -net user -serial stdio \
	-append "console=ttyAMA0,115200n8 rw root=/dev/mmcblk0p2 rootwait" \
	-kernel zImage-omap2plus -initrd initrd.img -sd rootfs.img

I had to build the Linaro qemu to get it to boot, for some reason the
version of qemu in debian unstable did not boot vexpress for me.

Regards,

Tony

  parent reply	other threads:[~2012-12-20 15:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 19:26 [PATCH 0/8] Flip on multiplatform support for omap2plus for v3.9 Tony Lindgren
2012-12-19 19:26 ` [PATCH 1/8] ARM: OMAP2+: Limi omap initcalls to omap only on multiplatform kernels Tony Lindgren
2012-12-19 19:26 ` [PATCH 2/8] ARM: OMAP2+: Use omap initcalls Tony Lindgren
2012-12-19 19:26 ` [PATCH 3/8] ARM: OMAP: Fix i2c cmdline initcall for multiplatform Tony Lindgren
2012-12-19 19:26 ` [PATCH 4/8] ARM: OMAP: Fix dmaengine init " Tony Lindgren
2012-12-19 19:26 ` [PATCH 5/8] ARM: OMAP2+: Add multiplatform debug_ll support Tony Lindgren
2012-12-19 19:26 ` [PATCH 6/8] ARM: OMAP2+: Disable code that currently does not work with multiplaform Tony Lindgren
2013-01-03 20:15   ` Tony Lindgren
2013-01-03 21:23     ` Laurent Pinchart
2013-01-03 22:49       ` Tony Lindgren
2013-01-03 22:53         ` Laurent Pinchart
2013-01-03 23:00           ` Tony Lindgren
2012-12-19 19:26 ` [PATCH 7/8] ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support Tony Lindgren
2012-12-19 19:26 ` [PATCH 8/8] ARM: OMAP2+: Add minimal support for booting vexpress Tony Lindgren
2012-12-20 15:55 ` Tony Lindgren [this message]
2012-12-21  0:11   ` [PATCH 0/8] Flip on multiplatform support for omap2plus for v3.9 Ezequiel Garcia
2012-12-21  1:05     ` Tony Lindgren
2012-12-21 12:48       ` Ezequiel Garcia
2012-12-21 16:48         ` Tony Lindgren
2012-12-21  4:01     ` Lokesh Vutla
2012-12-21 17:48 ` [PATCH 9/8] ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121220155518.GX4989@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).