commit | 7ce55a5e4058c6c848bf875c7ff88a28beba65fa | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Sep 25 00:35:36 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Sep 25 00:35:36 2020 -0500 |
tree | 0906024ed58cf84f8cab7a5193d387fc2228dc70 | |
parent | bccb5dbed33b27bb30f0c7b325fe5ad000b261a8 [diff] |
op-build update 9-25-2020 Changes Included for package hostboot-binaries, branch master: a65e067 - hostboot - 2020-09-24 - UPDATE executables for the NVIDIA gpu and/or ring files for hw092420b.opmst10 Changes Included for package sbe, branch master-p10: 84d0725 - Joachim Fenkes - 2020-09-24 - Move istep4 multicast setup to p10_sbe_check_master a106674 - Greg Still - 2020-09-24 - p10_pstate_parameter_block: fix ATTR_SYSTEM_FREQ_CORE_CEILING being 0 Changes Included for package hcode, branch master-p10: 4e65c2c - hostboot - 2020-09-24 - Release tag & head commit information updated for hw092420b.opmst10 7bb6586 - Greg Still - 2020-09-24 - p10_pstate_parameter_block: fix ATTR_SYSTEM_FREQ_CORE_CEILING being 0 Changes Included for package rainier-xml, branch master: 79e2a95 - RUBY M ZGABAY - 2020-09-24 - Merge pull request #49 from rubymart/master 40d756b - rubymart - 2020-09-24 - Changed from a value of 0x01 to the name PLLTODFLT 0aed5f4 - rubymart - 2020-09-23 - Fixed AVSBUS_RAIL for Rainier 4U MRW only 0bff357 - rubymart - 2020-09-23 - Backed out all changes except for CLOCK_PLL_MUX_TOD = 0x01 63f3526 - rubymart - 2020-09-23 - New values for CLOCK_MUX_IOHS_LCPLL_INPUT and STOP_LEVELS_SUPPORTED 24b59fb - rubymart - 2020-09-22 - Several attribute updates including CLOCK_PLL_MUX_TOD Changes Included for package hostboot, branch master-p10: d50b43a - Dan Crowell - 2020-09-24 - Do not explicitly force SBE update for OMI freq diffs e071d3e - Nick Bofferding - 2020-09-24 - Workaround: Disable OCC reset and hold OCC in reset on Rainier HW 0d612cc - Murulidhar Nataraju - 2020-09-24 - MPIPL: Fix the default architected register size. d686665 - Matthew Raybuck - 2020-09-24 - Remove confusing comments from ipc.C regarding topoId e370274 - Ilya Smirnov - 2020-09-24 - stopIpl on PLDM Reboot Requests 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