commit | 72b090b1302cb9e4f5ef4bee079148bd4e24d8d8 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Apr 23 00:39:33 2021 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Apr 23 00:39:33 2021 -0500 |
tree | 1f05932e3309660ff6eca3689b83646a759635ed | |
parent | 6a3b691b4ed7eb65a1b8374f0fa52774e1ef6c0b [diff] |
op-build update 4-23-2021 Changes Included for package occ, branch master-p10: d27d1d1 - mbroyles - 2021-04-22 - Support for processor temperature thresholds from VPD Changes Included for package sbe, branch master-p10: bb36f64 - Murulidhar Nataraju - 2021-04-22 - Simics-6 Support: Update framework scripts 935dba0 - Murulidhar Nataraju - 2021-04-22 - Enable HW dump collection in MPIPL Path Changes Included for package hcode, branch master-p10: 5ba2844 - hostboot - 2021-04-22 - Release tag & head commit information updated for hw042221a.opmst10 bd66874 - Rahul Batra - 2021-04-22 - PGPE: Add support for Stop Beacon IPC 9533b5a - Rahul Batra - 2021-04-22 - PGPE: Add support for Stop Beacon IPC 5b48e98 - Rahul Batra - 2021-04-22 - PGPE: Correctly Unmask interrupts 479fa4f - Rahul Batra - 2021-04-22 - PGPE10: Basic Pstates Set 2 773d1a1 - Rahul Batra - 2021-04-22 - PGPE: New P10 Infrastructure aeb20a7 - Rahul Batra - 2021-04-22 - PGPE: Move to IOTA 30189e2 - hostboot - 2021-04-22 - Fix auto-mirror 1804424 - Greg Still - 2021-04-22 - PPB: suppress WOF Validation under Cronus 906ec04 - hostboot - 2021-04-22 - Release tag & head commit information updated for hw042021a.opmst10 0d966f0 - Prasad Bg Ranganath - 2021-04-22 - XPGE: IPC support for beacon stop request f66988b - Amit Tendolkar - 2021-04-22 - Add XGPE functions to create error logs for stranded QMEs e3392ec - Prasad Bg Ranganath - 2021-04-22 - XPGE: IPC support for beacon stop request 79213d2 - Yue Du - 2021-04-22 - QME: fix mma_active interrupt being in the way before ready 23e71d6 - Amit Tendolkar - 2021-04-22 - Utility to add PPE42 common XIRs to HCode Error Logs 2b1fd4f - Prasad Bg Ranganath - 2021-04-22 - XPGE: IPC support for beacon stop request 22d9626 - Amit Tendolkar - 2021-04-22 - Add XGPE functions to create error logs for stranded QMEs ff89dd7 - Luke Murray - 2021-04-22 - Moving Venerated Voyage & Plucky Demonstrator fix to L2 e006daf - Joe McGill - 2021-04-22 - mask DL recoverable errors on DD2 contingent on #I bad lane vector data Changes Included for package hostboot, branch master-p10: 40f058f - Greg Still - 2021-04-22 - PPB: add frequency biasing to #V pointer values 0379122 - Christian Geddes - 2021-04-22 - Reapply PLDM subtree changes made from 511fe39 to 7e9f2c5 9b6a48c - Christian Geddes - 2021-04-22 - Update to latest openbmc/pldm commit e7991b7 180d681 - Christian Geddes - 2021-04-22 - Track last commit that synced PLDM subtree 64737d8 - Nicholas E Bofferding - 2021-04-22 - Revert "Force TPM not required in SIMICS" 92fc572 - Caleb Palmer - 2021-04-22 - Revert "PRD: Dynamic Row Repair VCM Updates" a84f126 - Caleb Palmer - 2021-04-22 - PRD: Cleanup extra entry of IUE_COUNTS parsing 51222a3 - Zane Shelley - 2021-04-22 - PRD: threshold_and_mask smp bus callouts for IOHS_DLP_FIR 9f20500 - Geetha Pisapati - 2021-04-22 - Added enum for IBM to manufacturer attribute 7fca773 - Amit Tendolkar - 2021-04-22 - Add XGPE functions to create error logs for stranded QMEs Changes Included for package pnor, branch master-p10: 6720111 - Christian Geddes - 2021-04-22 - Merge pull request #37 from dcrowell/no-ecc-on-eecache 43618c3 - Daniel Crowell - 2021-04-19 - Permanently remove ecc from EECACHE Changes Included for package hostboot-binaries, branch master: 03a82a1 - hostboot - 2021-04-22 - UPDATE executables for the NVIDIA gpu and/or ring files for hw042221a.opmst10 2bfd778 - hostboot - 2021-04-22 - UPDATE executables for the NVIDIA gpu and/or ring files for hw042021a.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