commit | 6993a1f7494f1a7402aa9ee1d71303ef54dd2acc | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Aug 04 00:55:22 2021 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Aug 04 00:55:22 2021 -0500 |
tree | d358fd0a6c01c85ca4d7b902e71a639a495a62fd | |
parent | c7129e0841e47a71e6b8913b852fe1fadca6a5af [diff] |
op-build update 8-4-2021 Changes Included for package hcode, branch master-p10: 5b4f975 - hostboot - 2021-08-03 - Release tag & head commit information updated for hw080221a.opmst10 c4294f2 - Roland Veloz - 2021-08-03 - MNFG FLAG: Add new manufacturing flag to handle DIMM SPI flashing 0c889d0 - Joe McGill - 2021-08-03 - p10_sbe_scominit -- apply PB PAU disables based on PG 9028f01 - Greg Still - 2021-08-03 - QME: Add SPURR settings in Hcode and HWP 2939204 - Yue Du - 2021-08-03 - QME: Stop3 fixes on SMT4 core wakeup starvation Changes Included for package hostboot, branch master-p10: f130e90 - Zane Shelley - 2021-08-03 - add lib for local modules in processMrw.pl 0bcaaa2 - Roland Veloz - 2021-08-03 - BMC VPD: Force the update of the VPD ECC data, for BMC, if there is a mismatch 3a3f187 - Christian Geddes - 2021-08-03 - Implement PNOR access at runtime for P10 openBMC systems 86b6a15 - Daniel Crowell - 2021-08-03 - PAU Frequency depends only on service processor 11c3bf7 - rajerpp1 - 2021-08-03 - Fix for parsing RCS FFDC from SBE 9ad6f1f - rajerpp1 - 2021-08-03 - RAS Review: p10_sbe_mcs_setup_errors.xml 8faad79 - rajerpp1 - 2021-08-03 - RAS Review: p10_sbe_rcs_setup_errors.xml d52738e - Joe McGill - 2021-08-03 - p10.pau.scom.initfile -- mask PAU_FIR_1 bit 59 99de1cc - Sunil Kumar - 2021-08-03 - RAS review: p10_sbe_tp_chiplet_reset_errors.xml 06025b6 - Greg Still - 2021-08-03 - QME: Add SPURR settings in Hcode and HWP 988f29d - rajerpp1 - 2021-08-03 - RAS Review: p10_sbe_powerdown_backing_caches_error.xml d792175 - Prasad Bg Ranganath - 2021-08-03 - PMHWP: Fix bug in qme_init procedure 7047163 - rajerpp1 - 2021-08-02 - RAS Review: p10_sbe_ring_errors.xml 0a6a523 - Matthew Raybuck - 2021-08-02 - Fix FRU callout location code to conform to PEL spec b86237f - hostboot - 2021-08-02 - Update HCODE commit to 807a352... Updates to clean up TDR code (SW531236 efafa53 - hostboot - 2021-08-02 - Update simics level to: 2021-07-29_2ffbd7_simics.tar.gz 2ffbd7c23a0908ee 8d452f2 - hostboot - 2021-08-02 - Update SBE commit to 55d5463... RAS UPDATE: plat_i2c_access.C 558b893 - Joe McGill - 2021-08-02 - p10_io_tdr -- qualify execution based on DL link state 210989a - Ilya Smirnov - 2021-08-02 - Write SRC or EID in Shutdown Path 5b72911 - Matt Derksen - 2021-08-02 - Fix WOF override to just look for active core count Changes Included for package hostboot-binaries, branch master: 107b1dd - hostboot - 2021-08-03 - UPDATE executables for the NVIDIA gpu and/or ring files for hw080321a.opmst 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