commit | e815b7f8793d51b83d3e2b81db4af9b595bd0784 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Dec 01 02:30:20 2017 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Fri Dec 01 02:30:20 2017 -0600 |
tree | da9c57812560ddf2aa447016a0da8a1d1dcfe956 | |
parent | 1b4d3f494050379bfcb5be0d0507b642c34d4b4e [diff] |
op-build update 12-1-2017 Changes Included for package occ, branch master: d0f8e5f - Chris Cain - 2017-11-17 - Always use normal temperature thresholds for OPAL systems 601b1eb - Chris Cain - 2017-11-16 - Remove unused variable c344697 - William Bryan - 2017-11-15 - Update buildname 11/15 aec1db2 - mbroyles - 2017-11-15 - Temporary disable 24x7 on FSP systems 8b90dab - Doug Gilbert - 2017-11-14 - B1112AD7 reported over long stress run 358d11e - Chris Cain - 2017-11-14 - Stop DIMM and GPU accesses when moving to standby or safe state 40fc6b3 - William Bryan - 2017-11-10 - Buildname 11/10 ccdfc6a - Doug Gilbert - 2017-11-10 - OCC work-around for HW426350 0e91ced - Chris Cain - 2017-11-08 - Remove interrupt handlers for hardware errors cd42091 - Zane Shelley - 2017-11-08 - FIRDATA: retry getSCOMs via SBE FIFO on bad response a5b5103 - Zane Shelley - 2017-11-08 - FIRDATA: fix error handling for SCOMs via SBE FIFO 178a035 - William Bryan - 2017-11-03 - Update buildname 11/3 bb703e4 - mbroyles - 2017-11-03 - Prevent logging 2A11 when quad is offline d90b1dc - Chris Cain - 2017-11-02 - AVSbus Re-sync Bus Error Recovery 0b07301 - Andres Lugo-Reyes - 2017-11-02 - Clean up TODO for deprecated sync request bit 5f4122b - Andres Lugo-Reyes - 2017-11-02 - Snapshot buffer support
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