commit | c841c4507d32181bc6630c5035d473e0b9655af1 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Oct 17 01:23:31 2018 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Oct 17 01:23:31 2018 -0500 |
tree | 2c3a74d20f74158e57989d9b06d0ea2c5db82604 | |
parent | 33294c842270bf27102ab226ba4e4cd4b9a5ce0d [diff] |
op-build update 10-17-2018 Changes Included for package hostboot, branch master: 6dc9852 - Caleb Palmer - 2018-10-16 - Reconfig loop only when setting bad bits not clearing 3e677e6 - Christian Geddes - 2018-10-16 - Wrap TS_ macros in {} to avoid strange IF statement behavior f07e1f6 - Matt Derksen - 2018-10-16 - Fix WOF data not found FFDC cd40032 - Samuel Mendoza-Jonas - 2018-10-16 - genPnorImages: Add VERSION to signed partitions ce1ebd1 - Christian Geddes - 2018-10-16 - Fix bugs in debug tools introduced when adding Axone targets 8fb031b - Sheldon Bailey - 2018-10-16 - HTMGT: Check for OCC elog action bit to force sending an error log to BMC 0482f91 - Dan Crowell - 2018-10-16 - Couple improvements to some runtime traces 0aed8ab - Christian Geddes - 2018-10-16 - Improve error traces for MBOX errors 30de5c8 - Chris Steffen - 2018-10-16 - DMI Increase FIFO Margin c4f8127 - Joe McGill - 2018-10-16 - FBC TDM recovery -- PPE update, clear recal_abort, pdwn unconnected lanes 0e93132 - Stephen Glancy - 2018-10-16 - Updates rank API to work with LRDIMM's 51d1eba - Stephen Glancy - 2018-10-16 - Updates to configure all four rank pair registers 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.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