commit | 56b2b95e330a429154d3acca1d405106803170be | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Jun 29 01:00:08 2021 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Jun 29 01:00:08 2021 -0500 |
tree | 4adf3e0b44835c0c85a5571ac011f94737052657 | |
parent | fe03da8139daa4bec41aedb063dc12cc88abc42a [diff] |
op-build update 6-29-2021 Changes Included for package occ, branch master-p10: 95708c9 - mbroyles - 2021-06-28 - Increase processor and Vdd OT error timers to 5s aa2ddde - Chris Cain - 2021-06-28 - Increase MAX_NUM_OCCS to 8 for Everest Changes Included for package hcode, branch master-p10: dadbedd - hostboot - 2021-06-28 - Release tag & head commit information updated for hw062821a.opmst10 84cc53c - Ryan Miller - 2021-06-28 - Adding simple clock detector check b21537b - Douglas Holtsinger - 2021-06-28 - Fix for defect SW521078 ab7896c - Yue Du - 2021-06-28 - QME: enable MMA dynamic mode 38d6a4c - Yue Du - 2021-06-28 - QME: avoid drop ncu interface quiesce on spwu eco cores Changes Included for package hostboot, branch master-p10: 150c790 - Zach Clark - 2021-06-28 - Pending BIOS Attributes: Implement SetBIOSAttributeCurrentValue API (commit 1/n) e9b1680 - Joachim Fenkes - 2021-06-28 - Add p10_lpc_test HWP for HW570899 workaround 86bddc1 - Prem Shanker Jha - 2021-06-28 - PM HWP: Updated QME Scratch Reg A with dead cores. 2340225 - Matthew Raybuck - 2021-06-28 - Ignore ECO cores in min hw check 95017e9 - Ilya Smirnov - 2021-06-28 - Fix Config-less Linking Issue 977ac1c - Louis Stermole - 2021-06-28 - Fix error trace for INVALID_PMIC_GI2C_TARGET_CONFIG d8f2232 - Sandeep Korrapati - 2021-06-28 - DD2 updates. For meas seeprom use bkp for all errors as upd is not possible 6d0f614 - Rahul Batra - 2021-06-28 - PM: Fix padding issues in GPPB structs 5610d9c - Christian Geddes - 2021-06-28 - P10 RAS Review io_init_done, io_lib, io_power, omi_init, omi_train_check 31da433 - Ryan Miller - 2021-06-28 - Update to transient code, no longer setting FAPI_ERR on PLL unlock 30778a9 - Joachim Fenkes - 2021-06-28 - Refclock handling: Add mode for optional redundancy 9ffd5e7 - rajerpp1 - 2021-06-28 - Changes for Enabling Clock Gard. 46f67a8 - Anusha Reddy Rangareddygari - 2021-06-28 - P10 hwp updates - istep 0 procedures 488c3d6 - hostboot - 2021-06-28 - Update HCODE commit to f7c1d96... PM HWP: Added unicast interface to spe cee2437 - hostboot - 2021-06-28 - Update simics level to: 2021-06-25_e9e405_simics.tar.gz e9e40505e23d5a04 Changes Included for package hostboot-binaries, branch master: 2c3efe2 - hostboot - 2021-06-28 - UPDATE executables for the NVIDIA gpu and/or ring files for hw062821a.opmst10 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