commit | c75220ac93f917cbdfd3566e2255eebedb5bd5af | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Sat Jul 18 09:59:49 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Sat Jul 18 09:59:49 2020 -0500 |
tree | 1c34fa6da586e09860b57796181b69d55d527e77 | |
parent | 084cb6b3353b3e39ff12d50bb9cfdce6d2e5a72e [diff] |
op-build update 7-18-2020 Changes Included for package sbe, branch master-p10: 96839c8 - Joachim Fenkes - 2020-07-18 - scominfo: Move CLKADJ logic to core scope 2bb066e - Thi Tran - 2020-07-18 - Fix setRingId bits in p10_scom_addr.H 3d9bd41 - Ben Gass - 2020-07-18 - Update p10 scom xlate for flipped AX0/1 logic on ioo1..3 a6d70dc - Joe McGill - 2020-07-18 - VBU -- add awan4d and gsd2pib support, cleanup template config files e879284 - Thi Tran - 2020-07-18 - Update SCOM xlate display for IOP indirect SCOMs 3da08e3 - Ben Gass - 2020-07-18 - Update p10_scom_addr for DLM sat id change from 0xD to 0x0. d08fb29 - Joe McGill - 2020-07-18 - P10 SCOM addr xlate update -- fix IOPCI ring numbers 873bde4 - Thi Tran - 2020-07-18 - P10 SCOM addr xlate update: Associate iopci rings to PEC chiplets c0874eb - Joe McGill - 2020-07-18 - SCOM address xlate -- fix getOmicTargetInstance bug for PAU chiplet registers f435870 - Joe McGill - 2020-07-18 - clock checking and scan/scom address xlate updates b2912c3 - Thi Tran - 2020-07-18 - P10 SCOM translation: Supports all PSCOMs in EQ f82033a - Thi Tran - 2020-07-18 - Fix Cronus AIX compile break 836e067 - Thi Tran - 2020-07-18 - P10 - SCOM address translation for IOHS and OMI with indirect addressing. ebe5364 - Joe McGill - 2020-07-18 - SCOM address translation -- add ENGD mode, update PERV and PHB stack decodes e5a37fe - Joe McGill - 2020-07-18 - p10_scominfo -- permit use of chiplet ID zero based addresses for perv targets 31848c6 - Joe McGill - 2020-07-18 - SCOM address translation -- associate perv regions with pec, iohs, mc targets a3cdc1e - Thi Tran - 2020-07-18 - P10 Clock Control b621d53 - Thi Tran - 2020-07-18 - P10 SCOM, SCAN address translation 9945228 - Raja Das - 2020-07-18 - sendOverFIFO FFDC packet goes over to Fifo0 always aa7d8c4 - Prem Shanker Jha - 2020-07-17 - Spl Wakeup: Implements workaround for core in STOP0 47e124b - Joachim Fenkes - 2020-07-17 - p10_sbe_npll_setup: Stop overdriving the poor DPLLs Changes Included for package hostboot, branch master-p10: 9e7c7a4 - Christian Geddes - 2020-07-17 - Allow case in MPIPL where ATTR_HOMER_PHYS_ADDR is 0 b47c991 - Prem Shanker Jha - 2020-07-17 - Spl Wakeup: Implements workaround for core in STOP0 05fc756 - Juan Medina - 2020-07-17 - Adding init setting for extra cycle of delay to DDS 29c647e - Andre A. Marin - 2020-07-17 - Add empty files for HB to mirror 0fb32f6 - Dan Crowell - 2020-07-17 - Remove P9/P9A import tree 14fc31a - Jayashankar Padath - 2020-07-17 - HDAT: Support of PCIe Gen5 and other attribute changes 4e5641d - Jayashankar Padath - 2020-07-17 - HDAT: IPMI BT support cc3a1bc - Roland Veloz - 2020-07-17 - P10 SMP Wrap: Dropped code and references for OBUS 8832a9b - Dan Crowell - 2020-07-17 - Undo PULSE_MODE hacks 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