op-build update 8-29-2017

Changes Included for witherspoon-xml:
04deb7b - Erich Hauptli - 2017-08-25 - Fixing GPU Sensor/Enity IDs
c07bf67 - Erich Hauptli - 2017-08-25 - Adding in GPU Thermal trip points

Changes Included for witherspoon-xml:
04deb7b - Erich Hauptli - 2017-08-25 - Fixing GPU Sensor/Enity IDs
c07bf67 - Erich Hauptli - 2017-08-25 - Adding in GPU Thermal trip points

Changes Included for hostboot:
35205d3 - Tom Sand - 2017-08-27 - Implementation for istep 7.1 and 10.4.
6442a89 - Marty Gloff - 2017-08-27 - Implement getSbeFfdc FIFO request
e103f5b - Prem Shanker Jha - 2017-08-26 - Level2: p9_check_idle_stop_done implemented
28aadd3 - Nick Bofferding - 2017-08-26 - Secure Boot: Exempt all ports on i2c engine 2 from diagnostic reset
bc6c66c - Dean Sanner - 2017-08-26 - Ability to dump single Target/ATTR via debug interface
a1a37ff - crgeddes - 2017-08-26 - Add FAPI_POS and IS_FUNCTIONAL attributes to TARGET_TYPE_MC
063bc98 - Matt K. Light - 2017-08-26 - add TARGET_TYPE_OMI
762243b - Jaymes Wilks - 2017-08-25 - Move SUL enforcement back to after SBE update step
cefc4c2 - Stephen Cprek - 2017-08-25 - Refactor SecureBoot Workarounds to better control leniency
b8f86e3 - Elizabeth Liner - 2017-08-25 - Adding memd_creation script to the FSP model
a7a61b9 - Prem Shanker Jha - 2017-08-25 - Level2: p9_check_idle_stop_done implemented
bd767e5 - Doug Gilbert - 2017-08-25 - DERP/DORP Implementation for pgpe dd2
fc1192a - Yue Du - 2017-08-25 - PmLib: update powman hcode register headers to spec1.3
9044fb6 - Yue Du - 2017-08-25 - first draft of ppe_closed/cme & sgpe, and common/pmlib/
248df02 - Nick Bofferding - 2017-08-25 - Secure Boot: Inhibit proc FSI I2CM diagnostic mode when Secure Boot enabled
ae66c2b - Stephen Cprek - 2017-08-25 - Load PNOR RINGOVD section into Hostboot Reserved Memory
7e46b11 - crgeddes - 2017-08-25 - Add new config used specifically for exporting attributes for MRW
3ed90e8 - Caleb Palmer - 2017-08-25 - Getter function for ATTR_BAD_DQ_BITMAP
0b0340c - Elizabeth Liner - 2017-08-25 - Fixing error handling in the PNOR MEMD functionality

Changes Included for hostboot-binaries:
67a15fd - William Hoffa - 2017-08-28 - Merge pull request #43 from sannerd/p9.hw082817a
638c054 - Dean Sanner - 2017-08-28 - Update HCODE to hw082817a.910
4 files changed
tree: 48ded2e1a65bbc5cc0786ab4d3398e98deb7161e
  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