From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/13] ARM: spear multiplatform support
Date: Mon, 28 Jan 2013 13:37:16 +0000 [thread overview]
Message-ID: <201301281337.16951.arnd@arndb.de> (raw)
In-Reply-To: <51065F7C.3030407@st.com>
On Monday 28 January 2013, vipul kumar samar wrote:
> Hello Arnd,
>
> On 1/26/2013 5:05 AM, Arnd Bergmann wrote:
> > This is a series I did some time ago but forgot to
> > send out earlier. I'd like to get this into v3.9,
> > so please give this a test if you can.
>
> Me and bhavna tried to test this patch set on spear1340 and
> spear320-hmi. We applied your patch set on the latest kernel v3.8-rc5
> and in both case (1340 and 320-hmi) we observe that the kernel load
> address is changed form 0x8000 to 0xfffffff2.
Hi Vipul and Bhavna,
Thanks for testing out the patches. I forgot about the loadaddress,
which indeed does not get set for multiplatform kernels, because
the kernel does not know the correct address when it depends on
the platform you are booting on.
The recommended solution for this is to boot a normal 'vmlinux'
or 'zImage' file rather than a uImage file. If you u-boot version
is too old for that and you cannot update, you can manually
call 'mkimage' to create a uImage file with the correct load
address.
Arnd
prev parent reply other threads:[~2013-01-28 13:37 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-25 23:35 [PATCH 00/13] ARM: spear multiplatform support Arnd Bergmann
2013-01-25 23:35 ` [PATCH 01/13] ARM: spear13xx: make mach/dma.h local Arnd Bergmann
2013-01-25 23:35 ` [PATCH 02/13] ARM: spear: unify mach/generic.h and mach/irqs.h Arnd Bergmann
2013-01-25 23:35 ` [PATCH 03/13] ARM: spear: move identical headers to plat-spear/include/mach Arnd Bergmann
2013-01-25 23:35 ` [PATCH 04/13] ARM: spear: make spear3xx/6xx mach/spear.h files identical Arnd Bergmann
2013-01-25 23:35 ` [PATCH 05/13] ARM: spear: merge Kconfig files Arnd Bergmann
2013-01-25 23:35 ` [PATCH 06/13] ARM: spear: move spear.h and misc_regs.h into plat-spear Arnd Bergmann
2013-01-25 23:35 ` [PATCH 07/13] ARM: spear: move all files to mach-spear Arnd Bergmann
2013-01-25 23:35 ` [PATCH 08/13] ARM: spear: move generic.h and pl080.h into private dir Arnd Bergmann
2013-01-25 23:35 ` [PATCH 09/13] ARM: spear: make clock driver independent of headers Arnd Bergmann
2013-01-26 17:54 ` Mike Turquette
2013-01-25 23:35 ` [PATCH 10/13] ARM: spear: rename duplicate pl080_plat_data Arnd Bergmann
2013-01-25 23:35 ` [PATCH 11/13] ARM: spear: use multiplatform configuration options Arnd Bergmann
2013-01-25 23:35 ` [PATCH 12/13] ARM: spear: adapt defconfig files for multiplatform Arnd Bergmann
2013-01-25 23:35 ` [PATCH 13/13] ARM: spear: fix build error in restart.c Arnd Bergmann
2013-01-25 23:37 ` [PATCH 00/13] ARM: spear multiplatform support Arnd Bergmann
2013-01-26 6:01 ` Viresh Kumar
2013-01-28 11:22 ` vipul kumar samar
2013-01-28 13:37 ` Arnd Bergmann [this message]
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=201301281337.16951.arnd@arndb.de \
--to=arnd@arndb.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.