commit | e0a5b03448624cb4833e3deba914913ddee167d5 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Feb 26 13:18:19 2018 -0600 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Tue Feb 27 20:19:14 2018 -0600 |
tree | 95f3e626d5ceadc5ce844c4b444a9a4e44eca6b2 | |
parent | 23e50dce8a0f28bc95c3e0f7aadb22b7f590740a [diff] |
hostboot, hostboot-binaries, disable update 2-26-2018, witherspoon stop4 stop5 disable Changes Included for package hostboot, branch master: fed203b - Zane Shelley - 2018-02-26 - PRD: added full IPL config support into getHwConfig() d640418 - Louis Stermole - 2018-02-25 - Add callout for when the DIMM to NEST freq ratio exceeds 1.5 def84fb - Amit Tendolkar - 2018-02-25 - Enable setting the stop recovery enabled/disable policy in SGPE Init 431a3cc - Dan Crowell - 2018-02-24 - Bug fixes for concurrent update of HBRT 24bc6a1 - Nick Bofferding - 2018-02-24 - Secure Boot: On get jumper state error path, save PLID before committing d3593cc - Lennard Streat - 2018-02-24 - Temporary workaround for HW412197 a8bf720 - Ben Gass - 2018-02-24 - Turn off 64byte checkbit inversion for simulation in centaur.mbs.scom.initfile 1d2a738 - Tsung Yeung - 2018-02-24 - Adds self time refresh entry and exit helper functions b5c57af - Stephen Glancy - 2018-02-24 - Fixes tDLLK timing for 2666 a2c708d - Amit Tendolkar - 2018-02-24 - Add PGPE XIRs to Special Wakeup Failure FFDC 90a2c95 - Joe McGill - 2018-02-24 - p9_tod_move_tod_to_tb -- correct TOD state checks 5ebf782 - Ben Gass - 2018-02-24 - Add support for p9c 1.2 07fd08d - Nick Klazynski - 2018-02-24 - Add Cumulus DD1.1 inits c5983dd - Christian Geddes - 2018-02-24 - Skip attempting sbe_retry when HBRT receives SBE_ERR from HWSV Changes Included for package hostboot-binaries, branch master: f9351db - Corey Swenson - 2018-02-23 - Merge pull request #63 from cvswen/hcode_update_911 945eaa0 - Corey Swenson - 2018-02-23 - Update HCODE image to hw022318a.911 5ae6a92 - Corey Swenson - 2018-02-13 - Merge pull request #62 from cvswen/hcode_update_911 277d396 - Corey Swenson - 2018-02-13 - Update HCODE image to hw021318a.911 134d61b - Corey Swenson - 2018-02-11 - Merge pull request #61 from cvswen/hcode_update_911 0621794 - Corey Swenson - 2018-02-11 - Update HCODE image to hw020818a.911 36c2366 - Joshua Hunsberger - 2018-02-02 - Add ionv binary for openpower platforms [stewart: disable stop4/stop5 for witherspoon, prevent lockups with stop5 & spec wakeup ] Signed-off-by: Stewart Smith <stewart@linux.vnet.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.
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
Mailing list: openpower-firmware@lists.ozlabs.org
Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
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/
such as Habanero and Firestone.
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