commit | 98963633d7971734565b5371ea205d42e472e1d7 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Mar 17 00:45:22 2021 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Mar 17 00:45:22 2021 -0500 |
tree | 1973d6edf2c8898aac215f114d4b373701abc7a9 | |
parent | 8b0ac14a6b066426f564f7cad8c29a5c9a8695a3 [diff] |
op-build update 3-17-2021 Changes Included for package occ, branch master-p10: 2ad889a - Douglas Gilbert - 2021-03-16 - OCMB: ignore scom errors on non-configured memory ports Changes Included for package sbe, branch master-p10: b97a326 - akhis023 - 2021-03-15 - Extract DD specific(DD1.0) HDCT.bin from HW image. 1255d0a - Sunil Kumar - 2021-03-15 - Set TPM deconfig Bit for slave proc and failed TPM read for master/ALT. Changes Included for package hcode, branch master-p10: e8ca82d - hostboot - 2021-03-16 - Release tag & head commit information updated for hw031621a.opmst10 a08e768 - Raja Das - 2021-03-16 - SB_setting xip along with measurement version passed to HBBL Changes Included for package hostboot, branch master-p10: 54b5519 - Dan Crowell - 2021-03-16 - Remove build support for ctags and cscope d74a751 - Dan Crowell - 2021-03-16 - Updates to I2C Readme for P10 f5d1f98 - Dan Crowell - 2021-03-16 - More fapi2 testcases 13dd32d - Louis Stermole - 2021-03-16 - Add IS_APOLLO switch around OMI scoms in exp_omi_train_check 11b2946 - Brian Stegmiller - 2021-03-16 - ATTN: Do not pass specAttns to PRD a6a1792 - Dan Crowell - 2021-03-16 - Run mss_scominit in parallel a56ff01 - Ben Gass - 2021-03-16 - Register header file update based on p10_dd2_tp_lab 7509bf0 - Prem Shanker Jha - 2021-03-16 - PM HWP: Added config setup to WOFCNTL interface. d44d4e7 - Yue Du - 2021-03-16 - Init: ensure QME & PC DD1 and DD2 inits are correctly EC conditioned d060729 - Laura Hengel - 2021-03-16 - Fix tie for biggest genid_sync causes genid logic to never go idle 96dd8ec - Jenny Huynh - 2021-03-16 - Apply HW547888 changes to DD1 only 2bd3634 - Laura Hengel - 2021-03-16 - From Ken V:we are not testing PAU-mastered LCO in dd2, we should turn them off 420f39b - Ben Gass - 2021-03-16 - Enable dd2 initfile processing and initfile updates d2d73f8 - Greg Still - 2021-03-16 - WOF: updated ATTR_WOF_VRATIO_VDD_10THPCT defaults 98003cd - Ilya Smirnov - 2021-03-16 - TPM Presence Detection Improvements 0ac3f11 - Dan Crowell - 2021-03-16 - Send more progress messages during eeprom caching 253352a - Jayashankar Padath - 2021-03-16 - HDAT: Update on the max number of i2c devices 6e3930f9 - Zach Clark - 2021-03-16 - SMPGROUP support: Fixes for SMPGROUP deconfiguration rule (commit 6/n) f29accd - Nick Bofferding - 2021-03-16 - Secure Boot: Remove all SHA1 hash measurements and logs 8429fda - Michael Baiocchi - 2021-03-16 - Support New SBE-to-Hostboot-Bootloader Data Structure Version a50d83a - Dan Crowell - 2021-03-16 - Run omi_train_check in parallel f80d169 - Louis Stermole - 2021-03-16 - Add PRD wrapper for Explorer unspare function 7befde6 - Raja Das - 2021-03-16 - SB_setting xip along with measurement version passed to HBBL Changes Included for package hostboot-binaries, branch master: c717fbf - hostboot - 2021-03-16 - UPDATE executables for the NVIDIA gpu and/or ring files for hw031621a.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