commit | f4e9baf35b3e3c92082aba174f9e5d4f3e336b93 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Jun 24 00:36:06 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Jun 24 00:36:06 2020 -0500 |
tree | 99f169a7177a28362ab4bef0fd2cc53bb0fd290f | |
parent | 0c9fdfd896b6bd617d1bbc6ef8fd5ae7c797bf39 [diff] |
op-build update 6-24-2020 Changes Included for package sbe, branch master-p10: 1f69ed9 - Greg Still - 2020-06-23 - Remove unnecessary SBE attributes for PM suspend bf1d91f - Prasad Bg Ranganath - 2020-06-23 - PM HWP: Fix scom register check errror e81f7ec - Greg Still - 2020-06-23 - WOF: add WOF Tables Set index selection attribute 62e554a - Joe McGill - 2020-06-23 - Ring Table Update (v23) b1b4910 - Olsen - 2020-06-23 - Coreq avoidance reversal of commit 92684 7f4af65 - Sumit Kumar - 2020-06-23 - EKB build fix on RHEL7 systems 2dab789 - Matt Derksen - 2020-06-23 - SPI Device Driver: HWP to initialize SPI to use FSI Changes Included for package hcode, branch master-p10: 65ff4be - hostboot - 2020-06-23 - Release tag & head commit information updated for hw062320a.opmst10 d2241c3 - Prem Shanker Jha - 2020-06-23 - Self-Save-Restore: FFDC collection for self-save restore. 61acc1b - hostboot - 2020-06-23 - Release tag & head commit information updated for hw062220a.opmst10 3d38f04 - Greg Still - 2020-06-23 - WOF: add WOF Tables Set index selection attribute fabc864 - Greg Still - 2020-06-23 - Remove unnecessary SBE attributes for PM suspend 9c26c5c - Sumit Kumar - 2020-06-23 - Auto mirror fix for EKB commit 98904 Changes Included for package hostboot, branch master-p10: 4033c6a - Dan Crowell - 2020-06-23 - Add missing attribute to simics_P10 4342a3c - Corey Swenson - 2020-06-23 - Load devtree lib for all of ext hostboot ee52593 - Deb McLemore - 2020-06-23 - Gard test updates 647d384 - Zach Clark - 2020-06-23 - Normalize PLDM entity IDs and sort entities by ATTR_POSITION 32fbf2a - Greg Still - 2020-06-23 - WOF: add WOF Tables Set index selection attribute 9077d72 - hostboot - 2020-06-23 - Update simics level to: 2020-06-22_df050c_simics.tar.gz 2e6d0755b8995ba7 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