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
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate