commit | e7ffa2db7d3f952faf9722d5d59fc763e3d24468 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Dec 10 00:36:22 2020 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Thu Dec 10 00:36:22 2020 -0600 |
tree | bdb73f0732828bb3544a1bc4fec983426b437509 | |
parent | 13d4b1950103ba7b2ff285679932ebd5b876ce27 [diff] |
op-build update 12-10-2020 Changes Included for package occ, branch master-p10: e7ebe32 - mbroyles - 2020-12-09 - Average core temperature fix for no L3 or core DTS Changes Included for package sbe, branch master-p10: 9f58c95 - Murulidhar Nataraju - 2020-12-08 - Modified stop instruction core selection(0xFF) based on SBE State. ef2d51c - Murulidhar Nataraju - 2020-12-08 - MPIPL: Consider Local checkstop and update Core functional sates 2beab7f - Sam Kirchhoff - 2020-12-07 - core base init changes for new and modified workarounds d9b6edc - Nicholas Landi - 2020-12-07 - HTM setup DD1 compatibility fix b56170b - akhis023 - 2020-12-07 - Supporting module to parse HDCT.bin into HDCT.txt 92c1583 - Ben Gass - 2020-12-07 - Update register header files - fix ec specific dials f3f1d34 - Ben Gass - 2020-12-07 - Update register header files for dd2 74e4051 - Zach Clark - 2020-12-07 - Register updates for Hostboot memory encryption support edbedae - Murulidhar Nataraju - 2020-12-07 - Update istepWithProcSyncQuiesceState to force checkstop on failure fb74b4f - Justin.Ginn@ibm.com - 2020-12-04 - Include additional files required for contained IPL in DFT builds 45b8046 - Joe McGill - 2020-12-04 - Sticky Spinster -- add MC speedup for WFT, MFT 915baa2 - akhis023 - 2020-12-03 - Filter HDCT Entries based on Clock State Changes Included for package hostboot, branch master-p10: 97ba448 - Christian Geddes - 2020-12-09 - When MMIO i/o errors to the OCMBs are found switch to using SBE scoms 41173f4 - Roland Veloz - 2020-12-09 - Add the no-op APIs to update/validate the VPD ECC data 9440fa9 - Roland Veloz - 2020-12-09 - Removed the special wake up HW workaround in istep 16.2 for MPIPL. f7c4ce0 - Christian Geddes - 2020-12-09 - Add test cases for sbe scom request to OCMBs 3503ff7 - Prasad Bg Ranganath - 2020-12-09 - PM HWP: Set the PFET delay values for secondary cores b4debd4 - Greg Still - 2020-12-09 - IODLR: imported IO power inputs 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