op-build update 4-19-2021

Changes Included for package sbe, branch master-p10:
df0cca2 - Raja Das - 2021-04-16 - Measurement image jumps to Boot Seeprom Removed
6950741 - Greg Still - 2021-04-16 - Cronus Resonant Clocks: adjust for hardware stepper frequency thresholds
a256d01 - Greg Still - 2021-04-16 - PPB: properly interpolate safe mode values
5f6cb6d - Lilith Hale - 2021-04-16 - Mask low latency dropout caused by dd2 Jazzy Rabbit Fix
bea926a - Prasad Bg Ranganath - 2021-04-16 - PPB: Add WOFBASE freq attribute which ise usfor sorting wof data
fd16b5b - Mark Pizzutillo - 2021-04-16 - Change sorted find_targets to pos instead of index
b76aed9 - Joe McGill - 2021-04-16 - initialize IOPFIR register error reporting
5d6a812 - Joe McGill - 2021-04-16 - p10_sbe_mcs_setup -- revert 102470
649209c - Prasad Bg Ranganath - 2021-04-15 - PPB: For DD1 pound V data should always read from static table

Changes Included for package hcode, branch master-p10:
870e0cd - hostboot - 2021-04-17 - Release tag & head commit information updated for hw041621a.opmst10
38d66ee - Ryan Miller - 2021-04-17 - Adding TDR isolation code for abus
fc9ab75 - Greg Still - 2021-04-17 - OPPB: add sort power IO temps to OCC parameter block
cd3debb - Greg Still - 2021-04-17 - OPPB: add sort power IO temps to OCC parameter block
a78c39a - Greg Still - 2021-04-17 - PPB: properly interpolate safe mode values
3355837 - Greg Still - 2021-04-17 - Cronus Resonant Clocks: adjust for hardware stepper frequency thresholds

Changes Included for package hostboot, branch master-p10:
f57e440 - Anusha Reddy Rangareddygari - 2021-04-18 - P10 HWP updates - istep 2 procedures
71f8224 - Michael Pardeik - 2021-04-18 - Add mwrHide flag for ATTR_MSS_MRW_THERMAL_SENSOR_POLLING_PERIOD
571f39d - Ryan Miller - 2021-04-18 - Adding TDR isolation code for abus
40a0e0a - Joe McGill - 2021-04-18 - p10_getecid_wrap -- update mini EC information for DD20
a2a35d2 - Minoru Fernando - 2021-04-18 - INT scominits
0f9ac36 - Geetha Pisapati - 2021-04-18 - Add MDS support for power thermal throttling
008eafb - Michael Pardeik - 2021-04-18 - Update ATTR_MSS_MRW_THERMAL_SENSOR_POLLING_PERIOD to 200 ms
76554a3 - Ilya Smirnov - 2021-04-18 - Don't Set CFAM Protection Bit In Root Ctrl
7659f27 - Lilith Hale - 2021-04-18 - Mask low latency dropout caused by dd2 Jazzy Rabbit Fix
bd57788 - Zane Shelley - 2021-04-17 - PRD: fix snprintf() truncation errors
77cae6b - Olsen - 2021-04-17 - Customization updates: Fixing various dynamic init/feature issues
540f738 - Mark Pizzutillo - 2021-04-17 - Change sorted find_targets to pos instead of index
e6189cd - Greg Still - 2021-04-17 - OPPB: add sort power IO temps to OCC parameter block
7807899 - Mark Pizzutillo - 2021-04-17 - Pull in SPD settings into PMIC 4U Enable
533a6c2 - Prasad Bg Ranganath - 2021-04-17 - PPB: Add WOFBASE freq attribute which ise usfor sorting wof data
f6ded7b - Greg Still - 2021-04-17 - PPB: properly interpolate safe mode values
01e2d29 - Dan Crowell - 2021-04-16 - Fix DIMM PRESENT/FUNCTIONAL traces
89e7bbc - hostboot - 2021-04-16 - Update simics level to: 2021-04-15_2174cf_simics.tar.gz 2174cf9cbded9c93
ec6e235 - Daniel Crowell - 2021-04-16 - Make ATTR_SYS_CLK_NE_TERMINATION_SITE writeable
15513ef - Daniel Crowell - 2021-04-16 - Remove cdimm target type
88057b8 - Zane Shelley - 2021-04-16 - PRD: yocto use initializer instead of memset
4338a70 - Zane Shelley - 2021-04-16 - PRD: Cleaned util*.H header include usage in simulator
0762003 - Zane Shelley - 2021-04-16 - PRD: remove plat_hwp_invoker.H from simulator dependency
3aea48d - hostboot - 2021-04-16 - Update simics level to: 2021-04-15_07c02a_simics.tar.gz 07c02affdd1733f9
e4a1cdf - Michael Baiocchi - 2021-04-16 - Do Not Export Certain SBE Attributes To The MRW
bbc63b5 - Roland Veloz - 2021-04-16 - Secure Boot: Add check for HW Key hash of all PROCs in istep 10.1
007c07b - hostboot - 2021-04-16 - Update HCODE commit to dc4109f... PPB: properly interpolate safe mode va
696862c - hostboot - 2021-04-16 - Update SBE commit to 649209c... PPB: For DD1 pound V data should always

Changes Included for package hostboot-binaries, branch master:
0db3ee2 - hostboot - 2021-04-17 - UPDATE executables for the NVIDIA gpu and/or ring files for hw041621a.opmst10

Signed-off-by: hostboot <hostboot@us.ibm.com>
4 files changed
tree: f3d7b5d67966b9bfcf793bb4877a4fbd764f06ac
  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