op-build update 2-23-2018

Changes Included for package sbe, branch master:
9b78381 - Raja Das - 2018-02-19 - SBE Regression
b82c9d4 - Claus Michael Olsen - 2018-02-17 - Additional risk level support - (step 2) Updating the image w/RL2
c955a5c - Luke C. Murray - 2018-02-17 - Updating NCU tlbie pacing dials
f058c99 - Christian Geddes - 2018-02-16 - Add attribute to give platform more control over PM_RESET
56e408e - Oliver Morlok - 2018-02-16 - Get a z compile working
cce7606 - Joachim Fenkes - 2018-02-16 - hwpErrors: Use wildcard instead of explicit list
2dce1d2 - Raja Das - 2018-02-16 - SBE Space optimisation
ffd0863 - Lennard Streat - 2018-02-15 - Protect Firmware from exposure to HW423533
ace31fa - Nick Klazynski - 2018-02-15 - Add TM WAT workaround; NDD2.2 and CDD1.1 only
ba6f0c6 - Dan Crowell - 2018-02-15 - Disabling WOF and VDM for Nimbus DD2.0
9f5ce40 - Ben Gass - 2018-02-15 - Re-submit Axone updates
d2a0b0c - Joe McGill - 2018-02-15 - FIR + RAS XML updates
5560314 - Soma BhanuTej - 2018-02-15 - Mask TP LFIR for non PPE mode - p9_sbe_common
7314392 - Amit Tendolkar - 2018-02-15 - Extend PM Reset flow to collect PM FFDC to HOMER
d272184 - Sachin Gupta - 2018-02-15 - Retry multicast chiplet offline errors.
ffa97b5 - spashabk-in - 2018-02-15 - Fix missing sbe traces in errorlog
1 file changed
tree: c3aa9fb53d391b43f7c73e7d05456286bfaed59b
  1. ci/
  2. dl/
  3. openpower/
  4. output/
  5. .gitignore
  6. .gitmodules
  7. CONTRIBUTING.md
  8. LICENSE
  9. NOTICE
  10. op-build-env
  11. README.md
README.md

OpenPOWER Firmware Build Environment

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.

Development

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/

Building an image

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.

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.

  2. Enable Universe (Ubuntu only):

     sudo apt-get install software-properties-common
     sudo add-apt-repository universe
    
  3. 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
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora 25 64-bit (older Fedora should also work).

  2. 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