All of lore.kernel.org
 help / color / mirror / Atom feed
From: vipulkumar.samar@st.com (vipul kumar samar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/13] ARM: spear multiplatform support
Date: Mon, 28 Jan 2013 16:52:36 +0530	[thread overview]
Message-ID: <51065F7C.3030407@st.com> (raw)
In-Reply-To: <1359156956-32404-1-git-send-email-arnd@arndb.de>

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.

---------------------------------------------------------------
Legacy Image at E6080000:
    Image Name:   Linux-3.8.0-rc5-00013-g35c416f
    Image Type:   ARM Linux Kernel Image (uncompressed)
    Data Size:    2144560 Bytes = 2 MiB
    Load Address: fffffff2
    Entry Point:  fffffff2
    Verifying Checksum ... OK
---------------------------------------------------------------

Previously it was like:

---------------------------------------------------------------
Legacy Image at E6080000:
    Image Name:   Linux-3.5.0-lsp-3.3.1-spear13xx
    Image Type:   ARM Linux Kernel Image (uncompressed)
    Data Size:    3060704 Bytes = 2.9 MiB
    Load Address: 00008000
    Entry Point:  00008000
    Verifying Checksum ... O
---------------------------------------------------------------

And thats why it is giving following crash:

---------------------------------------------------------------
u-boot> bootm 0xe6080000 - 0xe6070000
## Booting kernel from Legacy Image at e6080000 ...
    Image Name:   Linux-3.8.0-rc5-00013-g35c416f
    Image Type:   ARM Linux Kernel Image (uncompressed)
    Data Size:    2144560 Bytes = 2 MiB
    Load Address: fffffff2
    Entry Point:  fffffff2
    Verifying Checksum ... OK
## Flattened Device Tree blob at e6070000
    Booting using the fdt blob at 0xe6070000
    Loading Kernel Image ... data abort
pc : [<3ff94608>]          lr : [<3ff69ef4>]
sp : 3fe65aa8  ip : 00000000     fp : 00000000
r10: e6080040  r9 : e628b970     r8 : 3fe65f58
r7 : e6080000  r6 : 00000000     r5 : 3fe65b10  r4 : 00000000
r3 : fffffff2  r2 : 0000000d     r1 : e6080040  r0 : fffffff2
Flags: nzCv  IRQs off  FIQs off  Mode SVC_32
Resetting CPU ..
---------------------------------------------------------------

Regards
Vipul Samar

  parent reply	other threads:[~2013-01-28 11:22 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 [this message]
2013-01-28 13:37   ` Arnd Bergmann

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=51065F7C.3030407@st.com \
    --to=vipulkumar.samar@st.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 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.