login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2011
»
January
»
3
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Russell King - ARM Linux
Subject:
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
Date: Sunday, January 2, 2011 - 5:33 pm
On Sat, Dec 25, 2010 at 11:04:11AM -0500, Nicolas Pitre wrote:
quoted text
> On Fri, 24 Dec 2010, Arnd Bergmann wrote: > > > On Friday 17 December 2010, David Brown wrote: > > > I'm not sure really what to do about PHYS_OFFSET. This is kind of the > > > big thing that has kept us so far from making our SOCs multiply > > > selectable. I could move this into a Kconfig option, but it would > > > still need to be selected by the SOC. It is unfortunate that most of > > > our SOCs have different enough memory configurations that these are > > > mostly different. Even 8960/8660 will probably have future variants > > > that are at different addresses. > > > > I think there are people working on relocatable kernels already, > > and we definitely need this for the other work in progress of > > doing kernel binaries that work across different SoC families, > > as well as for doing a single kernel that can be used both for > > booting the system and for kdump. > > > > You don't need to worry about PHYS_OFFSET at the platform level, > > we'll get there in a few months for all ARM platforms. > > ... or in a few days even. I'm currently working on the patch making > PHYS_OFFSET patched into the kernel at run time. I'm currently looking > at what is needed to make it work also with Thumb2.
So where do we stand with:
http://lists.arm.linux.org.uk/lurker/message/20101110.175549.62a0b058.en.html
Is this something which should be queued for this merge window? --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/7] msm: Support for Qualcomm MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 2/7] msm: Physical offset for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 3/7] msm: irqs-8960: Interrupt map for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 4/7] msm: Board file for MSM8960 simulator
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 5/7] msm: timer: Timer support for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 6/7] msm: Makefile cleanup
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 7/7] msm: Build support for the MSM8960 target
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Sergei Shtylyov
, (Wed Dec 15, 6:17 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, David Brown
, (Wed Dec 15, 6:55 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Daniel Walker
, (Wed Dec 15, 7:40 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Wed Dec 15, 8:31 am)
Re: [PATCH 7/7] msm: Build support for the MSM8960 target
, Arnd Bergmann
, (Wed Dec 15, 8:34 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Wed Dec 15, 8:35 am)
Re: [PATCH 4/7] msm: Board file for MSM8960 simulator
, Arnd Bergmann
, (Wed Dec 15, 8:36 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, David Brown
, (Wed Dec 15, 8:38 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Wed Dec 15, 9:40 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Steve Muckle
, (Wed Dec 15, 10:53 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Daniel Walker
, (Wed Dec 15, 10:55 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Steve Muckle
, (Wed Dec 15, 11:07 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Daniel Walker
, (Wed Dec 15, 11:21 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Wed Dec 15, 3:03 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Wed Dec 15, 3:37 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Thu Dec 16, 5:16 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Fri Dec 24, 6:29 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Nicolas Pitre
, (Sat Dec 25, 9:04 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Sat Dec 25, 11:40 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Russell King - ARM Linux
, (Sun Jan 2, 5:33 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Nicolas Pitre
, (Sun Jan 2, 6:04 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Gene Heskett
Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) miss-fires
Ray Lee
Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) miss-fires
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Gene Heskett
Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) miss-fires
Justin Mattock
Re: macbook pro dvd playback after suspend Buffer I/O error
git
:
Bill Lear
cpio command not found
Gary Yang
fatal: did you run git update-server-info on the server? mv post-update.sample pos...
Uwe
Re: "bash: git-upload-pack: command not found" ??
Ben Schmidt
Getting the path right for git over SSH
Fredrik Kuivinen
Re: fatal: unable to create '.git/index': File exists
linux-netdev
:
Jamie Lokier
Re: [2/3] POHMELFS: Documentation.
Francois-Xavier Le Bail
[PATCH v2] net: typos in comments in include/linux/igmp.h
Stephen Hemminger
Re: vlan JMicron Technologies, Inc. JMC250 PCI Express Gigabit Ethernet
Sage Weil
Re: [2/3] POHMELFS: Documentation.
Patrick McHardy
Re: [ANNOUNCE]: First release of nftables
openbsd-misc
:
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
openbsd
observed spamd behavior
Ted Unangst
Re: OpenSMTPd actual development and integration
Paul M
Corrupted RAIDFrame device
BetClic
Benfica vs Porto - Qual o seu palpite?
git-commits-head
:
Linux Kernel Mailing List
Remove empty comment in acpi/power.c
Linux Kernel Mailing List
Linux 2.6.34-rc4
Linux Kernel Mailing List
[SCSI] scsi_dh_rdac: Retry for Quiescence in Progress in rdac device handler
Linux Kernel Mailing List
ALSA: cosmetic: make hda intel interrupt name consistent with others
Linux Kernel Mailing List
USB: gadget: audio: provide correct device id
Colocation donated by:
Syndicate