op-build update 4-20-2021

Changes Included for package sbe, branch master-p10:
ad45f75 - Ryan Miller - 2021-04-18 - Adding TDR isolation code for abus
9a0f034 - Geetha Pisapati - 2021-04-18 - Add MDS support for power thermal throttling
d93ddc6 - Greg Still - 2021-04-18 - OPPB: add sort power IO temps to OCC parameter block
44d217e - Olsen - 2021-04-18 - Customization updates: Fixing various dynamic init/feature issues

Changes Included for package hostboot, branch master-p10:
1b67fbb - Chris Yan - 2021-04-19 - Smart 4U 32GB 64GB No-RCD SPD Entry Version 0_5_2
7f0a733 - Isaac Salem - 2021-04-19 - Add rt_sbe interface to override the in-memory copy of EECACHE at runtime
97cdbdb - Deb McLemore - 2021-04-19 - Remove BMC semi-permanent HB_VOLATILE GARD_Reconfig handling
0e614b7 - Chen Du - 2021-04-19 - Save mailbox scratch register 14
c894688 - Nick Bofferding - 2021-04-19 - Wait for TPM to finish inserting waits states on TPM read
4ad4d4a - Luke Murray - 2021-04-19 - Moving Venerated Voyage & Plucky Demonstrator fix to L2
b9f7043 - Chris Yan - 2021-04-19 - Micron 4U 32GB 64GB No-RCD SPD Entry Version 0_5_1
e8e1aae - Joe McGill - 2021-04-19 - mask DL recoverable errors on DD2 contingent on #I bad lane vector data
8efb41b - Caleb Palmer - 2021-04-19 - PRD: Fix vector assertion in runtime TPS
42ee58e - hostboot - 2021-04-19 - Update HCODE commit to 74bb3b0... TOD: Mask external xstop, use common e
699441a - hostboot - 2021-04-19 - Update SBE commit to ad45f75... Adding TDR isolation code for abus
9a4afda - Matthew Hickman - 2021-04-19 - Added mds initfile and scominit support
beb1e79 - Joachim Fenkes - 2021-04-19 - TOD: Mask external xstop, use common error mask in tod_init

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