commit | 4ed5d93dab4cc3d252bd7e671b001ebf79e02008 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Aug 15 01:21:01 2018 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Aug 15 01:21:01 2018 -0500 |
tree | d5889fe2b7595c37cdac2f8e90ebd613906d5b31 | |
parent | e395009e14660a579d3bda6645f98e81eb4d886f [diff] |
op-build update 8-15-2018 Changes Included for package hostboot, branch master: adaf8f7 - Prem Shanker Jha - 2018-08-14 - STOP Recovery: Implemented STOP Recovery parser for error log. fbd09aa - Ben Gass - 2018-08-13 - Fix for SW441002. 8b8b8de - Jaymes Wilks - 2018-08-13 - Implement generic i2c device callouts for FSP ce0ea22 - Sumit Kumar - 2018-08-13 - eRepair: Code restruct 9eb4bc8 - Stephen Glancy - 2018-08-10 - Adds blank files for generic code e9481e1 - Brian Stegmiller - 2018-08-09 - ATTN: Centaur UCS handling 7214cd9 - Christian Geddes - 2018-08-08 - Update ecmd debug scripts and fapi_utils script with Axone targets ffcc637 - Christian Geddes - 2018-08-08 - Base targeting support for OCMB chip and MEM_PORT chiplet f8e8d7c - Christian Geddes - 2018-08-08 - Base targeting support for Axone memory complex 3cb9eb1 - Andrew Geissler - 2018-08-08 - Add MC target to subsystem table 6ff0b98 - Zane Shelley - 2018-08-08 - PRD: Sys/PCI oscillator failover thresholding 167888e - Caleb Palmer - 2018-08-07 - Import Row Repair Supported HWPs 798b0d2 - Dan Crowell - 2018-08-06 - Get rid of extra default for ATTR_CEN_MSS_VREF_CAL_CNTL d37ee6f - Zane Shelley - 2018-08-06 - PRD: getScom() retry for HBRT channel failures c17bbad - Benjamin Weisenbeck - 2018-08-06 - PRD: Fix makefile for PllPostAnalysis 67733e2 - Dan Crowell - 2018-08-06 - Support for mrwHide attribute from fapi attribute xmls c17dc98 - Joe McGill - 2018-08-06 - validate DL, TL, iovalid state prior to SMP build 6a03e83 - Andre Marin - 2018-08-06 - Generalize byte reading from SPD reading, for exp i2c reuse 95b925b - Adam Hale - 2018-08-06 - HW439321 for dd1.3 with compat mode 1228977 - Louis Stermole - 2018-08-06 - Setup terminations on non-calibrating ranks during WR_LVL on DDR3 8f2be4b - Prasad Bg Ranganath - 2018-08-06 - PM:Clear GPE2 error bit in OISR/IMR register before SGPE boots Changes Included for package romulus-xml, branch master: 93456ee - Nickolaus Gruendler - 2018-07-19 - DD2.1 16c WOF data bcee0de - Nickolaus Gruendler - 2018-06-07 - Update WOF tables and remove unneeded ones 7c1bfbb - Nickolaus Gruendler - 2018-05-18 - Update WOF tables and wof phase2 support 7f925b7 - Nickolaus Gruendler - 2018-05-11 - Update dual drop mem speed, stop states 97b82bf - Nickolaus Gruendler - 2018-04-18 - Enable 2666 memory for single drop 9309ecf - Nickolaus Gruendler - 2018-03-27 - Add DD2.2 4 and 8 core WOF tables 6d16911 - Nick Gruendler - 2018-02-28 - Set X_ETHRESHOLD-REPAIR b9234aa - ngruend - 2018-02-28 - Add ETHRESHOLD_REPAIR 814f36c - Nickolaus Gruendler - 2018-02-28 - Add ETHRESHOLD_REAPIR
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.com:open-power/op-build.git cd op-build . op-build-env op-build palmetto_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.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 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 libxml2-dev libxml2-utils xsltproc \ wget bc
Install Fedora 25 64-bit (older Fedora should also work).
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-bignum "perl(XML::Simple)" \ "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel \ which wget unzip tar cpio python bzip2 bc findutils ncurses-devel