[Skiboot] [PATCH 0/1] AWAN simulator support for P10

Ryan Grimm grimm at linux.ibm.com
Thu Sep 9 02:57:58 AEST 2021


Vasante,

I took the p10 AWAN patches and tried to make them good for upstream.

I took the chip quirk approach like Mambo and QEMU.  Also, added a
device tree property and choose device_type somewhat abitarily.  I
thought about a compatible but I'm not sure, what do you think?

Also there's a very high level README.  I have a python script I can
post after I take out all the internal paths.

I'll reply to this with the skiboot log so you can check those out too
if you want.

Thanks,
Ryan

Ryan Grimm (1):
  AWAN simulator support for P10

 core/chip.c                         |  17 +++-
 core/cpu.c                          |   5 +-
 core/init.c                         |   2 +-
 external/awan/README.md             |  34 +++++++
 external/awan/p10_chip_2ex_smt4.dts | 135 ++++++++++++++++++++++++++++
 external/awan/p10_core_1ex_smt4.dts |  69 ++++++++++++++
 hw/slw.c                            |   7 +-
 include/chip.h                      |   1 +
 8 files changed, 262 insertions(+), 8 deletions(-)
 create mode 100644 external/awan/README.md
 create mode 100644 external/awan/p10_chip_2ex_smt4.dts
 create mode 100644 external/awan/p10_core_1ex_smt4.dts

-- 
2.25.1



More information about the Skiboot mailing list