All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] first batch of leon adaptions
@ 2012-05-22 20:06 Sam Ravnborg
  2012-05-23 14:32 ` Daniel Hellstrom
  2012-05-23 20:10 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Sam Ravnborg @ 2012-05-22 20:06 UTC (permalink / raw)
  To: sparclinux

I wanted feedback on the changes in head_32.S and
decided to send out what I considered ready for now.

This set does not yet include the run-time patching
as discussed the other day.
I decided to postpone this until next batch as I have
not prepared any users of it yet.

But again - main point here is feedback
on the head_32.S changes as I do not feel too
familiar with SPARC assembler just yet.

At least it boots on my ss5 box :-)

I am btw. utterly confused by the handling of
secondary cpus for leon.
For some reason there is a direct call to
leon_smp_cpu_startup: in trampoline_32.S.

But sun4m does not need such a trick.

	Sam

Sam Ravnborg (5):
      sparc32: whitespace cleanup in head_32.S
      sparc32: implement proper LEON support in head_32 (before highmem)
      sparc32: implement proper LEON support in head_32 (after highmem)
      sparc32: handle leon in cpu.c
      sparc32: handle leon in irq_32.c

 arch/sparc/include/asm/psr.h |    6 +++
 arch/sparc/kernel/cpu.c      |   18 ++++----
 arch/sparc/kernel/head_32.S  |   96 ++++++++++++++++++++++++++++++++----------
 arch/sparc/kernel/irq_32.c   |   22 +++++----
 4 files changed, 100 insertions(+), 42 deletions(-)

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

end of thread, other threads:[~2012-05-23 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 20:06 [RFC PATCH 0/5] first batch of leon adaptions Sam Ravnborg
2012-05-23 14:32 ` Daniel Hellstrom
2012-05-23 20:10 ` Sam Ravnborg

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.