op-build update 3-24-2021

Changes Included for package occ, branch master-p10:
99cc41b - mbroyles - 2021-03-23 - WOF FFDC Parser update

Changes Included for package sbe, branch master-p10:
2a8033e - Sunil Kumar - 2021-03-23 - Set scratch reg 50182 to 0xFF incase of any TPM failurs.
61fbfd9 - Joe McGill - 2021-03-22 - scan init CPMS_MMAR_MMA_AVAILABLE for contained modes
1a66c4f - Joachim Fenkes - 2021-03-22 - p10_setup_ref_clock: Set up near-end TX refclock termination on DD2
5a4b690 - Lilith Hale - 2021-03-22 - Institute MC PAU workaround for DD2
46e5910 - Laura Hengel - 2021-03-22 - Correct XTS parity to avoid PAU xstop
1be5770 - Justin Smith - 2021-03-22 - Remove instantiation of getenvvar for __PPE__
5fbd299 - Louis Stermole - 2021-03-22 - Move setting of ATTR_MSS_EXP_FW_API_VERSION into exp_getecid
f2b88fc - Daniel Melnikov - 2021-03-22 - Add ATTR_MEM_EFF_DIMM_SPARE code in eff_config
4f96ee4 - Mark Pizzutillo - 2021-03-22 - Update pmic_enable for new init sequence
279a7e7 - Stephen Glancy - 2021-03-22 - Updates SPD version plug rules to use PN and rawcard revison

Changes Included for package hcode, branch master-p10:
9af6f3e - hostboot - 2021-03-23 - Release tag & head commit information updated for hw032321a.opmst10
a1cd95f - Douglas Gilbert - 2021-03-23 - PPE42: Add _modsi3 32 bit signed modulus
946e309 - Douglas Gilbert - 2021-03-23 - PPE42: Add _modsi3 32 bit signed modulus
1fd4359 - Yue Du - 2021-03-23 - P10 Powman: initial common file port and qme image structures
2b1a750 - hostboot - 2021-03-23 - Fix auto-mirror
94d039a - Ryan Miller - 2021-03-23 - Updating RCS deskew algorithm for dd2 changes
d5a1393 - Joe McGill - 2021-03-23 - p10_sbe_attributes -- adjust default IOHS partial good state
f5eb1e5 - Greg Still - 2021-03-23 - PM: add defaults for GROUNDED* and CEILING/FLOOR_OVERRIDE attributes
8056481 - Joachim Fenkes - 2021-03-23 - p10_setup_ref_clock: Set up near-end TX refclock termination on DD2
09941dc - Joe McGill - 2021-03-23 - scan init CPMS_MMAR_MMA_AVAILABLE for contained modes
506749e - Joachim Fenkes - 2021-03-23 - p10_setup_ref_clock: Set up near-end TX refclock termination on DD2
f0c33b2 - Lilith Hale - 2021-03-23 - Institute MC PAU workaround for DD2
eddd899 - Laura Hengel - 2021-03-23 - Correct XTS parity to avoid PAU xstop

Changes Included for package hostboot, branch master-p10:
862e6ff - Ilya Smirnov - 2021-03-23 - Node Comm V2: Increase Delay After Nonce Exchange
f452aca - Ilya Smirnov - 2021-03-23 - Node Comm: Misc Fixes
d1a2cd3 - Ryan Miller - 2021-03-23 - Updating RCS deskew algorithm for dd2 changes
3426f8d - Greg Still - 2021-03-23 - PM: add defaults for GROUNDED* and CEILING/FLOOR_OVERRIDE attributes
31adbab - Greg Still - 2021-03-23 - p10_pstate_parameter_block: suppress warning messages of #W DCCR invalidity
7e94af8 - Greg Still - 2021-03-23 - PPB HWP: create separate MRW celing/floor attributes vs the ones present
a5cad98 - Joe McGill - 2021-03-23 - p10_fabric_iovalid -- updates for DL link training fail isolation
63a33c8 - hostboot - 2021-03-23 - Update HCODE commit to 8886c9a... HDCT -- restore collection of ec_cl2_a
19fce09 - hostboot - 2021-03-23 - Update simics level to: 2021-03-19_606e1f_simics.tar.gz 606e1f377cc4081c
c43b644 - Chen Du - 2021-03-23 - Lock OPAL/Phyp keystores during boot
0e90377 - Ilya Smirnov - 2021-03-23 - Re-enable Backup TPM
7ef49e9 - Prasad Bg Ranganath - 2021-03-23 - PM HWP: Clear occ special timeout error register before pm complex starts
26f9ce9 - Ilya Smirnov - 2021-03-23 - Reenable "TPM Presence Detection Improvements""

Changes Included for package hostboot-binaries, branch master:
844bd94 - hostboot - 2021-03-23 - UPDATE executables for the NVIDIA gpu and/or ring files for hw032321a.opmst10

Signed-off-by: hostboot <hostboot@us.ibm.com>
5 files changed
tree: e08017ffd95142e450fb2f6b87e831fab0fa31a0
  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.ibm.com:open-power/op-build.git
cd op-build
./op-build rainier_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