op-build update 7-10-2018

Changes Included for package sbe, branch master:
fad6732 - spashabk-in - 2018-06-27 - Check for system checkstop for individual mpipl step
f892a84 - Ben Gass - 2018-06-26 - Updating p9.core.scan.initfile settings for p9n 2.3
784e309 - Matt K. Light - 2018-06-26 - Add more fapi2 target types for Axone
67921d4 - Greg Still - 2018-06-26 - PM: Increase PB Purge time for MPIPL to accommodate Fleetwood
477bacf - Joachim Fenkes - 2018-06-26 - p9_sbe_tp_chiplet_init3: Don't meddle with osclite controls on Cumulus
c2f19a1 - Matt K. Light - 2018-06-26 - remove whitespace and newlines from target before processing
bd0b22c - spashabk-in - 2018-06-26 - Fix timer issue in Async task
67f436d - Nick Klazynski - 2018-06-24 - Add RL0/RL1 support for CDD1.2
02925f1 - Matt K. Light - 2018-06-23 - remove whitespace and newlines from target before processing
e1d29fc - Sachin Gupta - 2018-06-22 - Workaround for vector pool issue
8ea4ecd - spashabk-in - 2018-06-20 - Fill MBOX response on get capabilities
45f5609 - Sachin Gupta - 2018-06-20 - Move some istep code to  seeprom
3105d5a - Sachin Gupta - 2018-06-20 - Use Greylist in PutScomUnderMask
9f90433 - spashabk-in - 2018-06-19 - Support periodic timer
5d80e11 - Sachin Gupta - 2018-06-19 - Support for greylist
c7e1778 - Joe McGill - 2018-06-18 - correctly propogate bad return code from p9_adu_coherent_status_check
e746b0c - Sachin Gupta - 2018-06-18 - Support new field for greylist
264fc9b - Joe McGill - 2018-06-18 - p9_sbe_scominit -- unmask TP LFIR 37 only when MF oscswitch redundancy enabled
130b50b - Amit Tendolkar - 2018-06-17 - Adapt p9_sbe_check_master_stop15 for bad path on non-SBE platforms for fleetwood
8de7378 - Joe McGill - 2018-06-17 - shift OBUS FIR programming inits for secure boot
7a3d56b - Sachin Gupta - 2018-06-14 - Add TOD delay register in whitelist
88ab568 - Joe McGill - 2018-06-14 - p9_security_white_black_list -- add whitelist entries for OBUS FBC link bringup
62e384f - Sachin Gupta - 2018-06-14 - Update whitelist for p9_block_wakeup_intr
9e29d4f - Ben Gass - 2018-06-13 - Update p9n_23 engd with n23_e9108_3_tp105_ec408_soa_sc_u138_01 data
85b6968 - Raja Das - 2018-06-12 - SBE Tool support for fleetwood systems
5cef9c4 - Joe McGill - 2018-06-11 - p9_sbe_common -- mark TP LFIR bit 37 as recoverable
7d1ec1f - spashabk-in - 2018-06-11 - Bump up security list table size datatype
0c4dc80 - Sachin Gupta - 2018-06-08 - Add A bus initialisation registers
b1c0069 - Joe McGill - 2018-06-08 - p9_sbe_scominit -- unmask TP LFIR bit 37 for Cumulus
c49c39a - Dan Crowell - 2018-06-08 - Update some defaults for AVSBUS attributes
a04833d - Prasad Bg Ranganath - 2018-06-06 - PM:Remove deprecated attributes
1f42bd2 - Srikantha Meesala - 2018-06-06 - Blacklist violation error due to 0x04011821 SCOM
c6e317a - Sumit Kumar - 2018-06-05 - gitRelease: Fix to include master branch
d73e4c1 - Joe McGill - 2018-06-05 - mask core SPATTN bit used for core checkstop handshake
bd17734 - Joe McGill - 2018-06-04 - support IO reconfig loop for OBUS DL link training failures
c1da4a4 - spashabk-in - 2018-06-01 - Handle hreset of SBE
13c1572 - Joachim Fenkes - 2018-06-01 - p9_setup_clock_term: Apply tweak bits, put oscswitches into reset
09d13a9 - Joe McGill - 2018-06-01 - p9_sbe_common -- mark TP LFIR bits 18:20 recoverable
04d89b3 - Soma BhanuTej - 2018-05-25 - Adding p9c 1.3 support.
e83aed7 - Nick Klazynski - 2018-05-18 - Disable 2-for-1 on NDD2.2- and CDD1.2-
d29d12f - Joe McGill - 2018-05-17 - enable spreading via SS PLL for Fleetwood platform
2ed31c1 - Nick Klazynski - 2018-05-17 - Enable full ERAT for NDD2.2+ and CDD1.1+
1 file changed
tree: ad9dbb3186ba3ffffd8dd1d9750c856a5a7a9df0
  1. ci/
  2. dl/
  3. doc/
  4. openpower/
  5. output/
  6. .gitignore
  7. .gitmodules
  8. .travis.yml
  9. CONTRIBUTING.md
  10. LICENSE
  11. NOTICE
  12. op-build-env
  13. 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.

Documentation

https://open-power.github.io/op-build/

See the doc/ directory for documentation source. Contributions are VERY welcome!

Development

Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build

See CONTRIBUTING.md for howto contribute code.

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

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