linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Consistently enter the kernel in ARM state
@ 2011-06-20 13:40 Dave Martin
  2011-06-20 13:40 ` [PATCH 1/4] ARM: head: Always Enter " Dave Martin
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Dave Martin @ 2011-06-20 13:40 UTC (permalink / raw)
  To: linux-arm-kernel

This series rationalises the kernel entry requirements so that
Image is entered in ARM state, just like zImage.

This should enable Image to be booted reliably for Thumb-2 kernels,
just like zImage.

The Booting documentation is updated to describe the requirement:
this resolves the ARM/Thumb ambiguity for Thumb-2 kernels; for ARM
kernels there is no implied change.

Dave Martin (4):
  ARM: head: Always Enter the kernel in ARM state
  ARM: head-nommu: Always enter the kernel in ARM state
  ARM: zImage: Jump to the decompressed kernel entry point in ARM state
  ARM: Documentation: clarify entry requirements for ARM versus Thumb-2

 Documentation/arm/Booting       |    5 +++++
 arch/arm/boot/compressed/head.S |    3 ++-
 arch/arm/kernel/head-nommu.S    |    8 ++++++++
 arch/arm/kernel/head.S          |    8 ++++++++
 4 files changed, 23 insertions(+), 1 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-20 14:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20 13:40 [PATCH 0/4] Consistently enter the kernel in ARM state Dave Martin
2011-06-20 13:40 ` [PATCH 1/4] ARM: head: Always Enter " Dave Martin
2011-06-20 13:40 ` [PATCH 2/4] ARM: head-nommu: Always enter " Dave Martin
2011-06-20 13:40 ` [PATCH 3/4] ARM: zImage: Jump to the decompressed kernel entry point " Dave Martin
2011-06-20 13:40 ` [PATCH 4/4] ARM: Documentation: clarify entry requirements for ARM versus Thumb-2 Dave Martin
2011-06-20 14:01 ` [PATCH 0/4] Consistently enter the kernel in ARM state Nicolas Pitre
2011-06-20 14:17   ` Dave Martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).