commit | 1db6276ba1b20eeb2ec0f89a76132881d1b3a8be | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Apr 10 15:57:55 2018 -0500 |
committer | Stewart Smith <stewart@linux.ibm.com> | Tue Apr 10 22:17:50 2018 -0500 |
tree | ebf77737908a6ccd404c9bec34e923ea4751f9b9 | |
parent | a6cfe617e86e5185554bda94592a86119b193718 [diff] |
op-build update 4-10-2018 Changes Included for package occ, branch master: 6c9f28e - William Bryan - 2018-04-10 - Fix compile issue in op-build environment 437c820 - Douglas Gilbert - 2018-04-10 - OCC Centaur enable deadman timer da6e77f - Chris Cain - 2018-04-10 - Use Turbo for max frequency until WOF is fully enabled 1bf5605 - Doug Gilbert - 2018-04-04 - OCC Centaur disable deadman timer and clean up code d16e7d0 - William Bryan - 2018-04-02 - Minor fix for GPU reset SM and more FFDC b57b1a9 - mbroyles - 2018-04-02 - Prevent Nimbus tasks from running prior to knowing memory type 1bbbfec - Doug Gilbert - 2018-03-28 - P9 Centaur sensor support b3a2f75 - Chris Cain - 2018-03-28 - Fix DIMM overtemp bitmap and and trace updates bd605ba - William Bryan - 2018-03-27 - Memory Throttle Sensors RTC:131184 c8538f3 - mbroyles - 2018-03-12 - Regulator N mode support Signed-off-by: Stewart Smith <stewart@linux.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