commit | e84ab0266ab9b5f45f1c01e7ad425ac49b9ed701 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Nov 13 18:01:46 2018 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Tue Nov 13 18:01:46 2018 -0600 |
tree | 9e2afab3c06c1432997472cd8ca02cd3bf0c3faf | |
parent | 2184c1452e4134a8ea68e26312cccf205a600c28 [diff] |
op-build update 11-13-2018 Changes Included for package sbe, branch master: cf61dc3 - spashabk-in - 2018-11-13 - SBE logs on serial console 41ac7c1 - Dan Crowell - 2018-11-12 - Add Axone targets to fapi error utilities baa6ab8 - Jenny Huynh - 2018-11-11 - HW471413 Aggressive Uncle: disable ERAT thread sharing d779bc1 - Joel Stanley - 2018-11-01 - fapi2: Use correct RingMode type 9fcda53 - Joel Stanley - 2018-11-01 - p9_sbe_tp_chiplet_init: Fix missing semicolons d366d4d - Christian R. Geddes - 2018-11-01 - Revert "Clear INT_CQ related firs after completing sync_reset in MPIPL" 653af7c - Christian Geddes - 2018-11-01 - Clear INT_CQ related firs after completing sync_reset in MPIPL bbeb8d0 - Raja Das - 2018-10-31 - Instruction machine check ISR updated 63f0f90 - Prem Shanker Jha - 2018-10-29 - Img Build: HOMER changes for SMF and SPR self save. 17ee7c1 - spashabk-in - 2018-10-25 - Enabling ipmi console access 090243f - Prem Shanker Jha - 2018-10-24 - PM: Fixed handling of CME LFIR mask during PM complex reset. 12f20f5 - Dan Crowell - 2018-10-24 - Only save the CME FIR Masks after they have been setup once 2992583 - Raja Das - 2018-10-24 - Axone chipId support 470b106 - Raja Das - 2018-10-17 - Updated tracehash.pl file to skip parsing of empty line from hash file f4b6cc7 - Raja Das - 2018-10-17 - Added AXONE option for sbe-trace 96b3554 - Jenny Huynh - 2018-10-17 - Enforce SMF size requirements and correct valid bit 68b93cc - Adam Hale - 2018-10-15 - HW467590 - WAT Solution to prevent ARMWF starvation early hang 50f3938 - Sachin Gupta - 2018-10-12 - Revert Only call lpc init procedure on slave procs in mnfg mode 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