commit | 5598e067b76fba9f58e81ba1c97b719ab4bfcad0 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Nov 04 00:31:30 2020 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Wed Nov 04 00:31:30 2020 -0600 |
tree | 712a48a9086210ed76f8b3b8e00af1d1c5e7d502 | |
parent | c62cee39e54e0fd0b8b26e5bc6d470ba54bd5bc0 [diff] |
op-build update 11-4-2020 Changes Included for package hostboot-binaries, branch master: f415f0b - hostboot - 2020-11-03 - UPDATE executables for the NVIDIA gpu and/or ring files for hw110320s.opmst10 1cf3bca - hostboot - 2020-11-03 - UPDATE executables for the NVIDIA gpu and/or ring files for hw110220a.opmst10 Changes Included for package hcode, branch master-p10: 3ac3079 - hostboot - 2020-11-03 - Release tag & head commit information updated for hw110320s.opmst10 0025244 - Chris Steffen - 2020-11-03 - AXON + OMI PPE Update 425aaa3 - Joe McGill - 2020-11-03 - establish mirroring needed for 106336 628c983 - Chris Steffen - 2020-11-03 - AXON + OMI PPE Update 2889aa4 - hostboot - 2020-11-03 - Release tag & head commit information updated for hw110220a.opmst10 7db1697 - manichow - 2020-11-03 - Implement deskew caliberation algorithm 6d312b5 - Prem Shanker Jha - 2020-11-03 - QME Hcode: Optimizing QME SRAM usage - stage 1 66266d9 - manichow - 2020-11-03 - Implement deskew caliberation algorithm a5158dd - Prem Shanker Jha - 2020-11-03 - Revert "QME Hcode: QME SRAM image optimization - stage 1" 95615d6 - Prem Shanker Jha - 2020-11-03 - QME Hcode: QME SRAM image optimization - stage 1 bffd34b - Anusha Reddy Rangareddygari - 2020-11-03 - P10 HWP updates - istep 2 procedures 7f2fde2 - hostboot - 2020-11-03 - Fix auto-mirror e9374f0 - Rahul Batra - 2020-11-03 - PGPE: Check if VDN AVSBUS is available or not e9c7173 - Prem Shanker Jha - 2020-11-03 - QME Hcode: Optimizing QME SRAM usage - stage 1 50bf9de - Yue Du - 2020-11-03 - QME: Fix timeface sequence for DD2 7b6626e - Prasad Bg Ranganath - 2020-11-03 - PPB: Update ATTR_SOCKET_POWER_NOMINA value by reading #V data cede26c - Joachim Fenkes - 2020-11-03 - Keep SRAM_ABIST_MODE_DC on after core/cache arrayinit 7021f6d - Rahul Batra - 2020-11-03 - PGPE: Resclk Setup Fixes 9b40635 - Olsen - 2020-11-03 - DD2 ifCompiler support for processing DD2 scan initfiles 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