commit | 71a76ef9a22b3b0a8665ba106a63238ad5e9ebd3 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Apr 02 00:45:12 2021 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Apr 02 00:45:12 2021 -0500 |
tree | 85e4b956512792191b65021f8c96e59e9d19895b | |
parent | 5340aeaeb55c70c43f1737452f314b1f73b4d0f1 [diff] |
op-build update 4-2-2021 Changes Included for package occ, branch master-p10: 13fbe5b - mbroyles - 2021-04-01 - Remove internal flag defaults and allow pstate min 0 Changes Included for package sbe, branch master-p10: 36feafd - Yue Du - 2021-04-01 - QME: Handle Regu Wakeup Filter Disable for DD2 FW boot fb55101 - Daniel Melnikov - 2021-04-01 - Remove OMI freq constraint on P10 DD2 7a6a26b - Louis Stermole - 2021-04-01 - Add support for OMI MFG screening aa92ed7 - Sunil Kumar - 2021-03-31 - Created new SPI lib for Verification image. 01b5496 - Sunil Kumar - 2021-03-31 - Added securebootcommon library in verification image. 8bc00d4 - Sunil Kumar - 2021-03-31 - Set TPM response code in scratch register incase of failure. 2c246db - Yue Du - 2021-03-31 - Stopclocks: drop SRAM_ABIST_MODE_DC in eq_stopclocks Changes Included for package hostboot, branch master-p10: f22b810 - Chen Du - 2021-04-01 - Missing custdesc tags 5ed2c79 - Nick Bofferding - 2021-04-01 - Support mirroring TPM extends to other nodes 21a5618 - Michael Baiocchi - 2021-04-01 - Fence all non-functional TPMs at Processor-level 836dd82 - Caleb Palmer - 2021-04-01 - PRD: Fix IUE threshold count parsing 2a53657 - Greg Still - 2021-04-01 - PPB: refine VPD error reporting via control attrs + DCCR override be1c2dc - hostboot - 2021-04-01 - Update SBE commit to f503452... p10_contained_ipl -- add initializer to f21a271 - hostboot - 2021-04-01 - Update HCODE commit to 6b0fca0... Skip i2c access of ocmb regs during si 5af2623 - Christian Geddes - 2021-04-01 - Add overload for sendrecv_pldm_request that takes size instead of vector e737449 - Dan Crowell - 2021-04-01 - Cleanups from parallel istep changes eb34dc3 - Yue Du - 2021-04-01 - QME: Handle Regu Wakeup Filter Disable for DD2 FW boot Signed-off-by: hostboot <hostboot@us.ibm.com>
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.
https://open-power.github.io/op-build/
See the doc/ directory for documentation source. Contributions are VERY welcome!
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
See CONTRIBUTING.md for howto contribute code.
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).
Install Ubuntu (>= 18.04) or Debian (>= 9) 64-bit.
Enable Universe (Ubuntu only):
sudo apt-get install software-properties-common sudo add-apt-repository universe
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
Install Fedora (>= 25) 64-bit.
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