op-build update 4-5-2021

Changes Included for package everest-xml, branch master:
ca658e9 - Anh Dang - 2021-04-02 - regenerate HTML from pull#28
3a90985 - Anh Dang - 2021-04-02 - Merge pull request #28 from anhdang/master
b0e15b6 - Anh Dang - 2021-04-01 - I2C connection between DIMM and Processor
4e2674e - Anh Dang - 2021-04-01 - Update I2c address for TMP275-2 -->0x94 -->0x92 -->discovered during bringup 4/1 Change VCS_VDD_OFFSET_MV --from 20 -->0 per SW520904
3392a2b - Anh Dang - 2021-03-26 - Swapping i2c bus for Dimm  p88 and p89 (C52/C53)
01e0d4a - Anh Dang - 2021-03-25 - Correction OMI connections mistakes and reupdate OMI_REFCLOCK_SWIZZLE to match

Changes Included for package occ, branch master-p10:
29e48f6 - mbroyles - 2021-04-02 - Set OCCFLG0 bit 28 to indicate OCC started

Changes Included for package sbe, branch master-p10:
f7e7b60 - Louis Stermole - 2021-04-03 - Fix data param in save_fw_api_version to call by reference
c5e606e - akhis023 - 2021-04-02 - Enable Verification functionalities
64bad05 - Raja Das - 2021-04-02 - Update TPM SPI clock delay to 7 cycles
7836e88 - Chris Engel - 2021-04-02 - Updates to SBE measurement TPM flows
d5ec7ea - Raja Das - 2021-04-02 - New GCC Def for Verification Image
846aa71 - Raja Das - 2021-04-02 - Fixed SBE tracing for Verification Image in HW
c07e46f - Srikantha Meesala - 2021-04-02 - Enable Pri/Sec and FFDC RC into PutScom, TraceArray and Sram
1869e5e - Srikantha Meesala - 2021-04-02 - Enable Pri/Sec and FFDC RC into Ring, FastArray Data Dump
824aa6b - Raja Das - 2021-04-02 - Simics sbe traces fixed for the changed SBE flow status codes
81baea2 - Chris Engel - 2021-04-01 - Fix issue with extend of HW key hash to PCR1/6
eba8d1a - akhis023 - 2021-04-01 - Enable SBE Verificaton Flow
ebe78e8 - Chris Engel - 2021-04-01 - Add MPIPL flag to PCR1 security states

Changes Included for package hcode, branch master-p10:
948de69 - hostboot - 2021-04-03 - Release tag & head commit information updated for hw040221a.opmst10
3937ab7 - Douglas Gilbert - 2021-04-03 - ppe-trace fix for environment issue on AIX
b0c0ec6 - Douglas Gilbert - 2021-04-03 - ppe-trace fix for environment issue on AIX
4e0201e - Douglas Gilbert - 2021-04-03 - ppe-trace : Display time differentials
b0d459d - Joachim Fenkes - 2021-04-03 - Transfer ATTR_TPM_SPI_BUS_DIV via scratch reg 13
8dcef06 - Joachim Fenkes - 2021-04-03 - Add ATTR_TPM_SPI_BUS_DIV attribute to choose SPI settings in measurement

Changes Included for package hostboot, branch master-p10:
bfdffd7 - Zach Clark - 2021-04-04 - SMPGROUP support: Fix bug deconfiguring SMPGROUPs with NULL peers (commit 10/n)
b1b844d - Joe McGill - 2021-04-03 - adjust unmasking for PAU PHY FIR
de2950e - Joe McGill - 2021-04-03 - p10_cpu_set_frequency,p10_setup_evid -- update unlock report handling
84803dc - Chen Du - 2021-04-02 - Set trusted boot HDAT bit correctly
bcb2d1d - Vikas Kamath - 2021-04-02 - Simics-6 related script changes

Changes Included for package hostboot-binaries, branch master:
2eb431e - hostboot - 2021-04-03 - UPDATE executables for the NVIDIA gpu and/or ring files for hw040221a.opmst10

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