op-build update 9-11-2017

Changes Included for hostboot:
4642c8b - spashabk-in - 2017-09-08 - Optimize p9_adu_coherent_utils
9f45693 - Bill Hoffa - 2017-09-08 - SBE Update Console Print Fix
e2a8112 - aravnair-in - 2017-09-08 - Modify enum to get around compile issues
513299a - Stephen Cprek - 2017-09-08 - Re-enable OCC parition in pnor
948bff4 - Christian Geddes - 2017-09-08 - Remove MPIPL workaround that cleared all SpWkup Srcs on all cores
289062f - Sakethan R Kotta - 2017-09-08 - Cumulus HWPs for istep11
868418a - Prachi Gupta - 2017-09-08 - cumulus: add simics workarounds to avoid patching
889247e - Corey Swenson - 2017-09-08 - Add SCOM translation support for Centaur
6801151 - Luke Mulkey - 2017-09-08 - draminit_mc, draminit_training_advanced workarounds for bringup
4795940 - Dan Crowell - 2017-09-08 - Apply multicast offline workaround to hbrt path under opal
16eddb5 - Greg Still - 2017-09-07 - PM (Cronus): Add processor id for errors from p9_activate_stop15_cores
332403a - Greg Still - 2017-09-07 - PM: Remove VDM check from p9_hcd_cache_stopclocks
0eb03d7 - Thi Tran - 2017-09-07 - L3 Update - p9_pm_get_poundv/w_bucket HWPs
23997f4 - Christian Geddes - 2017-09-07 - Add no_export tag to PROC_PCIE_NUM_PEC attribute
5001a50 - Thi Tran - 2017-09-07 - Fix Mirror programming for Cumulus
584d488 - Adam Hale - 2017-09-07 - Undo psave default commit
a0b5947 - dchowe - 2017-09-07 - Configure xlink psave settings and enable by default
14b7653 - Chris Steffen - 2017-09-07 - DMI I/O Checkin
895e103 - Stephen Glancy - 2017-09-07 - Adds MCA workaround blank files for HB
aa61cd0 - Luke Mulkey - 2017-09-07 - Fix mb_interleave to allow single MBA operation
1b9e435 - Rahul Batra - 2017-09-07 - PM: Pstate Dump tool Enhancement
f18a578 - Jacob Harvey - 2017-09-07 - Add FIR checking to training error checking
241d612 - Michael Floyd - 2017-09-07 - Enable pulse mode & correct L3CLK_TABLE_VEC order.
3520557 - Adam Hale - 2017-09-07 - PGPE Trace
87ff275 - Chris Cain - 2017-09-07 - HTMGT: Config data changes for GPU support
a644d89 - John Rell - 2017-09-07 - jgr17082300 Setting changes for HW41801 HW419305
63dcd68 - Nick Klazynski - 2017-09-07 - Add updates for NDD2.1, Serialize TB, Perf workarounds
15dacd7 - Andre Marin - 2017-09-07 - Remove logic to disable memory clocks in STR if in PD_AND_STR_CLK_STOP mode
18e9580 - Abhishek Agarwal - 2017-09-07 - ATTR_CHIP_EC_FEATURE_HW406337 support for Axone
46a77df - Joachim Fenkes - 2017-09-07 - HW415692: Make workaround permanent
f77a657 - Rahul Batra - 2017-09-07 - PSTATE/STOP: Pstate-Stop interaction fixes
1f45177 - Yue Du - 2017-09-07 - PM: Add atrribute to cpmmr control for Core Periodic Quiesce
9b41cf0 - Yue Du - 2017-09-07 - STOP: Add Core quiesce workaround to CME Fit Timer
7ee7b01 - Dan Crowell - 2017-09-07 - Create unique TI RC for all reconfig loops
b60a858 - Chris Yan - 2017-09-07 - ZZ VPD Pass 4 Board Update
3078310 - Christian Geddes - 2017-09-06 - Fix persistency of XSCOM and LPC bar attributes to be 'volatile'
78c4921 - Christian Geddes - 2017-09-06 - Fix capitalization of HDAT_I2C_TYPE enum
d5e22b5 - Dan Crowell - 2017-09-06 - Remove deprecated HostServices support
1ca287e - Caleb Palmer - 2017-09-06 - Disable Bad Dq Reconfig Loop until Restore finished
77e0173 - Greg Still - 2017-09-06 - PM: Add atrribute control to SGPE for Core Periodic Quiesce
21fc8a2 - Sangeetha T S - 2017-09-06 - Level 3: Stop GPE, PGPE procedures
696f17a - Matt Derksen - 2017-09-06 - Small cleanup for OCC/HTMGT GPU sensor support

Changes Included for hostboot-binaries:
836385d - William Hoffa - 2017-09-08 - Merge pull request #44 from sannerd/p9.hw090717c
ebcf138 - Dean Sanner - 2017-09-08 - Update HCODE to hw090717c.910
2 files changed
tree: 3f3b14acb8375876bae6b43e2cb111e5dffcf35f
  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