[PATCH 0/6] powerpc/64: improve boot debugging

Nicholas Piggin npiggin at gmail.com
Thu Sep 15 22:10:52 AEST 2022


This series is mostly 64s but has a few fixes that cover 64e too.
The main thing is the early boot machine check handler.

Thanks,
Nick

Nicholas Piggin (6):
  powerpc/64: mark irqs hard disabled in boot paca
  powerpc/64s/interrupt: move early boot ILE fixup into a macro
  powerpc/64s: early boot machine check handler
  powerpc/64: avoid using r13 in relocate
  powerpc/64: don't set boot CPU's r13 to paca until the structure is
    set up
  powerpc/64s/interrupt: halt early boot interrupts if paca is not set
    up

 arch/powerpc/include/asm/asm-prototypes.h |   1 +
 arch/powerpc/kernel/exceptions-64s.S      | 114 +++++++++++++---------
 arch/powerpc/kernel/head_64.S             |   3 +
 arch/powerpc/kernel/reloc_64.S            |  14 +--
 arch/powerpc/kernel/setup_64.c            |  33 +++++--
 arch/powerpc/kernel/traps.c               |  14 +++
 6 files changed, 117 insertions(+), 62 deletions(-)

-- 
2.37.2



More information about the Linuxppc-dev mailing list