From: Tony Lindgren <tony@atomide.com>
To: "Syed Mohammed, Khasim" <x0khasim@ti.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: Git tree updated
Date: Tue, 8 May 2007 11:19:25 -0700 [thread overview]
Message-ID: <20070508181924.GF32547@atomide.com> (raw)
In-Reply-To: <9C23CDD79DA20A479D4615857B2E2C47DCC7A3@dlee13.ent.ti.com>
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
* Syed Mohammed, Khasim <x0khasim@ti.com> [070508 11:02]:
> >Yeah, I thought Trilok's patch fixed this, but it seems it not the
> >case, 24xx still does not boot.
>
> I applied Trilok's patch, but still it doesn't boot on 2430 SDP. Need to debug more.
Found it, see below.
Tony
[-- Attachment #2: fix-24xx-boot.patch --]
[-- Type: text/x-diff, Size: 482 bytes --]
Fix booting of 24xx
Looks like automerge again...
Signed-off-by: Tony Lindgren <tony@atomide.com>
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -42,6 +42,12 @@ static struct map_desc omap2_io_desc[] __initdata = {
.length = L3_24XX_SIZE,
.type = MT_DEVICE
},
+ {
+ .virtual = L4_24XX_VIRT,
+ .pfn = __phys_to_pfn(L4_24XX_PHYS),
+ .length = L4_24XX_SIZE,
+ .type = MT_DEVICE
+ },
#ifdef CONFIG_ARCH_OMAP2430
{
.virtual = L4_WK_243X_VIRT,
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next prev parent reply other threads:[~2007-05-08 18:19 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 3:19 Git tree updated Tony Lindgren
2007-05-08 12:05 ` Trilok Soni
2007-05-08 16:26 ` Tony Lindgren
2007-05-08 17:45 ` Woodruff, Richard
2007-05-08 17:51 ` Syed Mohammed, Khasim
2007-05-08 17:58 ` Tony Lindgren
2007-05-08 18:02 ` Syed Mohammed, Khasim
2007-05-08 18:19 ` Tony Lindgren [this message]
2007-05-08 18:44 ` Syed Mohammed, Khasim
2007-05-10 15:49 ` Dirk Behme
2007-05-10 16:03 ` Tony Lindgren
-- strict thread matches above, loose matches on Subject: below --
2007-07-11 13:04 Tony Lindgren
2007-07-11 16:51 ` Syed Mohammed, Khasim
2007-07-11 23:24 ` Kyungmin Park
[not found] ` <ae36f8040707111843m274eb2fdlc0c38042c6af8daa@mail.gmail.com>
2007-07-12 1:44 ` Luís Vitório Cargnini
2007-07-12 2:03 ` Nishanth Menon
2007-07-12 2:18 ` Luís Vitório Cargnini
2007-03-01 14:33 Tony Lindgren
2007-03-16 18:57 ` Dirk Behme
2007-03-19 12:39 ` tony
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=20070508181924.GF32547@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap-open-source@linux.omap.com \
--cc=x0khasim@ti.com \
/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