commit | 436d6c042017e35c88e12ed93d2d6d1c24f72f67 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Jan 15 00:36:43 2021 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Fri Jan 15 00:36:43 2021 -0600 |
tree | a109611eccd69a7f55b9c9d310f59c298e46d122 | |
parent | 2cbda38f9eba51c5df83459ea103771491227a93 [diff] |
op-build update 1-15-2021 Changes Included for package hostboot-binaries, branch master: 311734d - hostboot - 2021-01-14 - UPDATE executables for the NVIDIA gpu and/or ring files for hw011421a.opmst10 Changes Included for package occ, branch master-p10: 8e9bff2 - mbroyles - 2021-01-14 - Fix divide by 0 when good_normal_cores_per_EQs is 0 Changes Included for package sbe, branch master-p10: 4acb861 - Srikantha Meesala - 2021-01-13 - Disable FastArray from DUMP ChipOp 7a93cd1 - Murulidhar Nataraju - 2021-01-13 - MPIPL: Enable First FIFO Data and Reset in EnterMPIPL Path 0ce2d97 - jdginn - 2021-01-13 - Add p10_sbe_skew_adjust_setup to DFT ipl 9d2f25d - Murulidhar Nataraju - 2021-01-13 - Make Special Wakeup NOOP on simics for StopInstruction 0a11ff9 - Matt Derksen - 2021-01-13 - RAS: Add explorer log gathering to appropriate errors c859187 - Kahn Evans - 2021-01-13 - Add IOLINK fapi2 target type 9f0af29 - jdginn - 2021-01-13 - Mirror skewadjust_setup to from ekb to ppe 62d12d9 - Joachim Fenkes - 2021-01-13 - Skew and DC updates bfaacad - Greg Still - 2021-01-13 - QME Hcode Size: new p10_fbc_core_topo HWP to enable space saving (2 of 4) Changes Included for package hcode, branch master-p10: 07f2e80 - hostboot - 2021-01-14 - Release tag & head commit information updated for hw011421a.opmst10 7396fb5 - Rahul Batra - 2021-01-14 - PGPE: GPPB Updates 269c930 - Greg Still - 2021-01-14 - Self-restore: check for virutal thread ids to apply timefac work-around 9b92b63 - jdginn - 2021-01-14 - Adjust DFT default MSR Changes Included for package hostboot, branch master-p10: 1da7c46 - Roland Veloz - 2021-01-14 - Error log that triggered reloadMvpdEecacheFromNextSource is handled by the API 88f09c7 - Christian Geddes - 2021-01-14 - Enable TPM detection by SP c351626 - Roland Veloz - 2021-01-14 - Unit tests to exercise the VPD ECC update/validate APIs b206f77 - Caleb Palmer - 2021-01-14 - PRD: Fix bit shifting in dynamic memory deallocation and reenable 4fdc676 - Luis Fernandez - 2021-01-14 - Update UD For WOF Override Search 0145024 - Matt Derksen - 2021-01-14 - New ATTR_OCMB_FW_UPDATE_STATUS for ocmb update recovery 4237fff - Zach Clark - 2021-01-14 - Expand HDAT I2C-related attributes for Everest, add runtime bounds checks 93426d7 - Matthew Raybuck - 2021-01-14 - Clear SPI Master status reg errors during engine init 166c9f0 - Roland Veloz - 2021-01-14 - Check if a PROC target is present before using it 44728b0 - Louis Stermole - 2021-01-14 - Fix FFDC for MSS_EXP_I2C_FW_BOOT_CONFIG_STATUS_CODE_INVALID 0920750 - Stephen Glancy - 2021-01-14 - Fixes restore repairs rank bugs for explorer 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 Palmetto 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 POWER8 platforms include Habanero, Firestone, and Garrison. 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 \ 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)" \ libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ openssl-devel make libxslt vim-common lzo-devel python2