op-build update 7-3-2019

Changes Included for package sbe, branch master:
b96edc8 - Dan Crowell - 2019-06-26 - Hide CHTM attributes from ServerWiz
959bcf4 - Srikantha Meesala - 2019-06-26 - Support Collect DUMP in ZZ-L system
94df8be - Tsung Yeung - 2019-06-24 - Disable BAR Temporarily to prevent STR exit during nvdimm handover
ceb6f84 - kswaroop - 2019-06-24 - Changed backing build to /esw/fips940/Builds/b0620a_1925.940
c966910 - Joe McGill - 2019-06-15 - update i2c bit rate divisor for p9a
e99d1c0 - Jenny Huynh - 2019-06-14 - Add missing targetType arg to ATTR_CHIP_EC_FEATURE_CORE_SMF_SETUP
c9667ef - Tsung Yeung - 2019-06-14 - Add polling after STR entry to ensure port is in STR before asserting RESETn
8384a96 - Zach Clark - 2019-06-14 - Fix "possibly uninitialized variable"
8ec1c8a - Rahul Batra - 2019-06-14 - PM: WOV(OCS) HW Procedures Changes (1/2)
ce01c89 - Christian Geddes - 2019-06-14 - Make some FAPI_INF traces that are spamming FW logs into FAPI_DBG
5cab254 - Matt K. Light - 2019-06-14 - update TARGET_TYPE_MULTICASTABLE
42cc240 - Louis Stermole - 2019-06-14 - Add check for BOOT_STAGE == runtime fw in exp_check_for_ready
ed7027c - Stephen Glancy - 2019-06-14 - Fixes FFDC for files moved to generic
582a724 - Joe McGill - 2019-06-14 - p9_sbe_npll_setup -- update SS enablement for p9a
e9bc6a0 - Joe McGill - 2019-06-14 - p9.filter.pll.scan.initfile -- update CP filter config for p9a
e116764 - Murulidhar Nataraju - 2019-06-04 - Update build in customrc
378ec4f - Ricardo Mata Jr - 2019-05-31 - Added chip ec attribute for PCI cache injection.
54b2821 - Ben Gass - 2019-05-31 - Set IOO clockgate_disable for Axone HW481539 / HW438727
fc26a6b - Ben Gass - 2019-05-31 - Update npu initfiles for Axone
01030a2 - Sunil Kumar - 2019-05-30 - AXONE Bringup CI
28c5488 - Murulidhar Nataraju - 2019-05-27 - Axone: Update sbeOpDistribute.py
510ac95 - Stephen Glancy - 2019-05-27 - Adds explorer CCS specialization
7e6b30a - Joe McGill - 2019-05-27 - FAPI2: replace IOPAU target references with PAUC
9beca53 - Louis Stermole - 2019-05-27 - Add retry of EXP_FW_STATUS when status is FW_BUSY
2f9112d - Glenn Miles - 2019-05-22 - Add HWP for entering Explorer TWI mode
044f038 - Joachim Fenkes - 2019-05-21 - FAPI2: Clarify that broadcast groups must be mapped explicitly
890db5d - Jenny Huynh - 2019-05-21 - Fabric inits update for Axone
f0d3622 - Joachim Fenkes - 2019-05-16 - p9_sbe_chiplet_reset: Add missing OB3 clock muxes for Axone

Signed-off-by: hostboot <hostboot@us.ibm.com>
1 file changed
tree: 4a8b87098176a5032fa57f53e6c6f385b5304874
  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
  13. op-build-env
  14. 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 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.

The machine your building on will need Python 2.7, GCC 6.2 (or later), and a handful of other packages (see below).

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 18.04) or Debian (>= 9) 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 libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
       wget bc rsync
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora (>= 25) 64-bit.

  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