[Skiboot] [PATCH 0/8] various fixes

Nicholas Piggin npiggin at gmail.com
Sun Oct 3 12:22:02 AEDT 2021


Here's a bunch of misc fixes and updates. Some have been posted
before, others are new. After this, POWER8, 9, 10 all boot with
a little-endian skiboot.

Thanks,
Nick

Nicholas Piggin (8):
  interrupts: add_opal_interrupts avoid NULL dereference on P10 mambo
  cpu: cpu_idle_job SMT priority fix
  cpu: add debug check in cpu_relax
  asm/head: Fix P10 HILE for little endian build
  phb4: annotate tbl_pest with endian types
  Remove support for POWER8 DD1
  phb3: make endian-clean
  flash: AST BMC endian fixes

 asm/head.S               |   5 +
 core/cpu.c               |  30 +--
 core/interrupts.c        |   7 +-
 hw/ast-bmc/ast-sf-ctrl.c |  14 +-
 hw/phb3.c                | 385 +++++++++++++++++----------------------
 hw/phb4.c                |  19 +-
 hw/slw.c                 | 323 --------------------------------
 hw/xive2.c               |   3 +
 include/phb3.h           |  14 +-
 include/phb4.h           |   2 +-
 include/processor.h      |   1 +
 include/skiboot.h        |   5 -
 libflash/ipmi-hiomap.c   |   2 +-
 libflash/mbox-flash.c    |   2 +-
 14 files changed, 229 insertions(+), 583 deletions(-)

-- 
2.23.0



More information about the Skiboot mailing list