commit | 8cf3a3e18f23548d05bf3152abc7e0ec683ed079 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Nov 10 00:50:41 2021 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Wed Nov 10 00:50:41 2021 -0600 |
tree | 2d91168053ba2553144c80be3157a979ad06ec95 | |
parent | 03f72d31a6573f2ada988a037535b714995f99fd [diff] |
op-build update 11-10-2021 Changes Included for package sbe, branch master-p10: cc993af - Nick Bofferding - 2021-11-09 - Load standalone debug framework for p10_standalone model Changes Included for package hostboot, branch master-p10: d41ae81 - hostboot - 2021-11-09 - Update SBE commit to cc993af... Load standalone debug framework for p10_ 7cd9d51 - Nick Bofferding - 2021-11-09 - Start standalone simics with sbe_startup.simics 8f928a1 - Mike Baiocchi - 2021-11-09 - Simplify Checks for Handling SBE Fails in Hostboot 9f10193 - Zane Shelley - 2021-11-09 - PRD: enable TDR on spare lane deploy in MNFG ee3a5a4 - Joe McGill - 2021-11-09 - p10_fbc_tdm_inject -- add mirror tags for hostboot 8985bc7 - Joe McGill - 2021-11-09 - p10_io_quiesce_lane -- initial release 46eb71c - Christian Geddes - 2021-11-09 - RAS Review: p10_io_iohs_poll_recal_errors.xml / p10_iohs_reset.xml f7b2ae5 - Joe McGill - 2021-11-09 - DD2 ABUS CCM updates 1a29552 - Joe McGill - 2021-11-09 - p10_fbc_tdm_recovery -- fix regression introduced by 115907 8c3443d - Joe McGill - 2021-11-09 - mask DL recoverable errors on DD2 contingent on #I bad lane vector data 8d8c1e0 - Joe McGill - 2021-11-09 - remove common function name from p10_fbc_tdm_inject,recovery 4a3caf6 - Joe McGill - 2021-11-09 - p10_fbc_tdm_recovery -- updates for IO, first pass HW testing b4ee62a - Jenny Huynh - 2021-11-09 - Fabric changes to support Everest SMP configuration 1ca8147 - Chris Steffen - 2021-11-09 - IOHS Recal Done Polling Function 105979c - Ben Gass - 2021-11-09 - Add procedure to reset the iohs. 4faf751 - Jenny Huynh - 2021-11-09 - Fabric tdm inject/recovery procedures for P10 aebd6cd - Caleb Palmer - 2021-11-09 - PRD: Add utility for identifying MDS DDIMMs 87d5e51 - Daniel Crowell - 2021-11-09 - Poke watchdog during OCMB readiness poll 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