mbox series

[0/8] various fixes

Message ID 20211003012210.1165606-1-npiggin@gmail.com
Headers show
Series various fixes | expand

Message

Nicholas Piggin Oct. 3, 2021, 1:22 a.m. UTC
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(-)

Comments

Vasant Hegde Oct. 19, 2021, 11:24 a.m. UTC | #1
On 10/3/21 6:52 AM, Nicholas Piggin wrote:
> 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! Merged series to master as of c496563d.

-Vasant