op-build master-p10 update 9-27-2022

Changes Included for package hcode, branch master-p10:
61e66af - hostboot - 2022-09-26 - Release tag & head commit information updated for hw092622a.opmst10
87f4a53 - Kahn Evans - 2022-09-26 - FAPI2: Add new APIs for scan infrastructure
26c3750 - hostboot - 2022-09-26 - Release tag & head commit information updated for hw092322a.opmst10
7c610cc - Joe McGill - 2022-09-26 - add Odyssey enum to ATTR_NAME definition
5ce1801 - Joe McGill - 2022-09-26 - chip_attributes.xml -- add ATTR_SCAN_CHIPLET_OVERRIDE
cd6f0ed - Matt K. Light - 2022-09-26 - add GEMINI enum for ATTR_NAME
16bcb50 - Kahn Evans - 2022-09-26 - First set of p10 initfile compiler updates - mostly target type parsing.
14a72da - Matt K. Light - 2022-09-26 - Add more fapi2 target types for Axone
775086d - Matt K. Light - 2022-09-26 - add AXONE value to ATTR_NAME
b9f1e51 - Dan Crowell - 2022-09-26 - Add ATTR_MINI_EC for Firmware use
659e184 - Dan Crowell - 2022-09-26 - Fix privileged typo in attribute xml
ee7ee95 - Joe McGill - 2022-09-26 - Add base FAPI2 attribute definitions
fa7f129 - hostboot - 2022-09-26 - Fix auto-mirror
d2ba9e3 - Joe McGill - 2022-09-26 - SMP9 -- add attribute to identify usage, spare missing cable lanes

Changes Included for package hostboot, branch master-p10:
8ac7f45 - Matt Derksen - 2022-09-26 - Redundant SPD on 4U DDIMM cleanup commit
acbba95 - Matt Derksen - 2022-09-26 - Use redundant SPD on 4U DDIMMs
9706829 - Zach Clark - 2022-09-26 - Don't allow clock test failure logs to fail the istep
4b576d6 - Geetha Pisapati - 2022-09-26 - Specialize port library for odyssey
c98b39b - Louis Stermole - 2022-09-26 - Fix default template type in configure_wrq and configure_rrq
a19a6c9 - Geetha Pisapati - 2022-09-26 - Removed the occurrences of mvpd_fwms from attr, hwprocs and UT.
0ebd72f - Daniel Melnikov - 2022-09-26 - Set MBAREFAQ_CFG_TSTAB in scominit
c48ddeb - Stephen Glancy - 2022-09-26 - Updates restore repairs per explorer RAS spec
03c0505 - Matthew Hickman - 2022-09-26 - Added restore repairs generic
dbc7a22 - Louis Stermole - 2022-09-26 - Replace Andre Marin contact info in all MSS source
a0174ae - Matthew Hickman - 2022-09-26 - Added row repair hwp for explorer
ef796be - Andre A. Marin - 2022-09-26 - Final monolithic snapshot of mss p10 FW
489966d - Andre A. Marin - 2022-09-26 - Update generic utils lib from ekb/master
36fe345 - Andre A. Marin - 2022-09-26 - Update p10 snapshot for exp_draminit from p9a
526667e - Andre A. Marin - 2022-09-26 - Add snapshot of ocmb/explorer for master-p10 branch
91d9d7b - hostboot - 2022-09-26 - Update HCODE commit to 580d21b... Runs fircheck when a memory error occu
84984a9 - hostboot - 2022-09-26 - Update simics level to: 2022-09-23_e5699b_simics.tar.gz e5699b4eb3ef14f0

Changes Included for package hostboot-binaries, branch master:
9c2832e - hostboot - 2022-09-26 - UPDATE executables for the NVIDIA gpu and/or ring files for hw092622a.opmst10
7883f76 - hostboot - 2022-09-26 - UPDATE executables for the NVIDIA gpu and/or ring files for hw092322a.opmst10

Changes Included for package rainier-xml, branch master:
66ad92b - ruby452 - 2022-09-26 - Merge pull request #5 from ruby452/master
81105b7 - rubymart - 2022-09-21 - Fixed a double comma typo
52ff39b - rubymart - 2022-09-20 - Correcting a typo
30f56f3 - rubymart - 2022-09-20 - Adding the value for attribute MSS_MRW_OCMB_SAFEMODE_UTIL_ARRAY

Changes Included for package rainier-xml, branch master:
66ad92b - ruby452 - 2022-09-26 - Merge pull request #5 from ruby452/master
81105b7 - rubymart - 2022-09-21 - Fixed a double comma typo
52ff39b - rubymart - 2022-09-20 - Correcting a typo
30f56f3 - rubymart - 2022-09-20 - Adding the value for attribute MSS_MRW_OCMB_SAFEMODE_UTIL_ARRAY

Signed-off-by: hostboot <hostboot@us.ibm.com>
4 files changed
tree: d16a789505beb707384fc9d9631740479e5b6fe6
  1. ci/
  2. dl/
  3. doc/
  4. openpower/
  5. output/
  6. .gitignore
  7. .gitmodules
  8. .travis.yml
  9. CONTRIBUTING.md
  10. LICENSE
  11. NOTICE
  12. op-build
  13. op-build-env
  14. README.md
README.md

OpenPOWER Firmware Build Environment

The OpenPOWER firmware build process uses Buildroot to create a toolchain and build the various components of the PNOR firmware, including Hostboot, Skiboot, OCC, Petitboot etc.

Documentation

https://open-power.github.io/op-build/

See the doc/ directory for documentation source. Contributions are VERY welcome!

Development

Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build

See CONTRIBUTING.md for howto contribute code.

Building an image

To build an image for a Blackbird system:

git clone --recursive git@github.com:open-power/op-build.git
cd op-build
./op-build p10ebmc_defconfig && ./op-build

There are also default configurations for other platforms in openpower/configs/. Current POWER9 platforms include Witherspoon, Boston (p9dsu), Romulus, and Zaius.

Buildroot/op-build supports both native and cross-compilation - it will automatically download and build an appropriate toolchain as part of the build process, so you don't need to worry about setting up a cross-compiler. Cross-compiling from a x86-64 host is officially supported.

The machine your building on will need Python 2.7, GCC 6.2 (or later), and a handful of other packages (see below).

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 18.04) or Debian (>= 9) 64-bit.

  2. Enable Universe (Ubuntu only):

     sudo apt-get install software-properties-common
     sudo add-apt-repository universe
    
  3. Install the packages necessary for the build:

     sudo apt-get install cscope ctags libz-dev libexpat-dev \
       python language-pack-en texinfo gawk cpio xxd \
       build-essential g++ git bison flex unzip \
       libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
       wget bc rsync
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora (>= 25) 64-bit.

  2. Install the packages necessary for the build:

     sudo dnf install gcc-c++ flex bison git ctags cscope expat-devel patch \
       zlib-devel zlib-static texinfo "perl(bigint)" "perl(XML::Simple)" \
       "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \
       "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" "perl(ExtUtils::MakeMaker)" \
       "perl(FindBin)" "perl(English)" "perl(Time::localtime)" \
       libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \
       openssl-devel make libxslt vim-common lzo-devel python2 rsync hostname