commit | 33e902744a080076775c2644261e8fe00133a285 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Sep 22 08:07:41 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Sep 22 08:07:41 2020 -0500 |
tree | 1aea1a006607a2bdd5857b82c974361ed4e189d7 | |
parent | bcc7a0c4868596f1ebbccb1066130090731c9fbe [diff] |
op-build update 9-22-2020 Changes Included for package sbe, branch master-p10: 45f2d0e - Murulidhar Nataraju - 2020-09-22 - Update p10_sbe_sync_quiesce_states.C 67a319f - Sunil Kumar - 2020-09-22 - Enable OCMB in simics beforre executing OCMB testcases. feeb6cb - Jenny Huynh - 2020-09-22 - Configure pump mode and chip count in INT initfile 75ee037 - Murulidhar Nataraju - 2020-09-22 - MPIPL: Do not fail MPIPL for any failure on architected data collection dca356b - Sunil Kumar - 2020-09-21 - Update ATTR_PG for eq chiplets for un-paired fused core 1da0618 - Andre Marin - 2020-09-21 - Added I2C fields, EXP_FW_STATUS API c19f46c - Andre Marin - 2020-09-21 - Add empty explorer "check_for_ready" procedure files Changes Included for package hcode, branch master-p10: 0f60ac3 - hostboot - 2020-09-21 - Release tag & head commit information updated for hw092120a.opmst10 d7d4f55 - Jenny Huynh - 2020-09-21 - Configure pump mode and chip count in INT initfile Changes Included for package hostboot, branch master-p10: 2159bc6 - Isaac Salem - 2020-09-22 - Fix BlParseDump.pm syntax error defect SW506854 b558edb - Nick Bofferding - 2020-09-22 - Disable auto load/start PM complex on HW until flow is functional b451933 - William G Hoffa - 2020-09-21 - Revert "Temporarily Set ATTR_FREQ_CORE_CEILING_MHZ to 0x7d0" 6dc6659 - Nick Bofferding - 2020-09-21 - Temporarily override ATTR_FREQ_CORE_CEILING_MHZ in attribute_types.xml 31888d6 - Chris Cain - 2020-09-21 - Remove GPU presense for p10 standalone simics a3e16ac - Caleb Palmer - 2020-09-21 - MDIA: Reenable restoreDramRepairs in memdiags 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