op-build update 12-11-2017

Changes Included for package witherspoon-xml, branch master:
d25ba72 - William Hoffa - 2017-12-11 - Merge pull request #75 from spinler/power-led
bee9ba7 - Matt Spinler - 2017-12-04 - Add power button LED

Changes Included for package hostboot, branch master:
010d6a9 - Elizabeth Liner - 2017-12-11 - Adding more debugging traces to the SBE error handler
a8ef67b - Jennifer A. Stofer - 2017-12-11 - Revert "Adding p9a support."
52c557d - Ben Gass - 2017-12-11 - Adding p9a support.
5fa8f9e - Luke C. Murray - 2017-12-11 - Enabling L2 64B store prediction
d5ca069 - Ryan Black - 2017-12-11 - p9.npu.scom.initfile -- fix cq_sm allocation issue at low water mark
9bebbc7 - Daniel Howe - 2017-12-11 - HW399448 set correct mode bit
00d2200 - Nick Bofferding - 2017-12-11 - Secure Boot; Force simultaneous SBE update on key transition
3807622 - Prachi Gupta - 2017-12-11 - ZEPPELIN BUP: host enable memvolt changes
1ed63da - Nick Klazynski - 2017-12-10 - Nimbus DD2.2 core chickenswitches
fecd2a6 - Claus Michael Olsen - 2017-12-10 - Override filter ring support for perv_pll_bndy_bucket rings.
40a7f28 - Daniel Howe - 2017-12-10 - disable pb tl when not in use
b78b33c - Claus Michael Olsen - 2017-12-10 - Code restruct: TOR API
fabc7bd - Luke C. Murray - 2017-12-10 - Adding attribute to turn memory early data on
74cc36c - Joe McGill - 2017-12-10 - Chip address extension workaround for HW423589 (option2), part2
2209292 - Joe McGill - 2017-12-10 - Chip address extension workaround for HW423589 (option2), part1
a202d4b - Amit Tendolkar - 2017-12-10 - Enhance SBE Deadman FFDC Format and sequencing
edbb120 - Thi Tran - 2017-12-10 - L3 update - p9_cme_sram_access HWP
d3ecbc6 - Brian Vanderpool - 2017-12-10 - Initial check-in of p9_cme_sram_access
a9a0bab - Christian Geddes - 2017-12-10 - Add option to Mask off SBE bits on TP_LOCAL_FIR
6e0c672 - Anusha Reddy Rangareddygari - 2017-12-10 - Level 2 HWP for p9_sbe_dump
aed6647 - Joachim Fenkes - 2017-12-10 - p9*_clockcntl: Add missing NPU ring 0xF in N3 chiplet to clock check
6731aa2 - Joachim Fenkes - 2017-12-10 - p9_sbe_npll_setup: Enable Spread Spectrum right after SS PLL lock
be0a3a2 - Thi Tran - 2017-12-10 - p9_sbe_hreset - Adding I2C Bit rate divisor calculation
4f01142 - Sachin Gupta - 2017-12-10 - Remove extra include dependency
8c9fd90 - Sumit Kumar - 2017-12-08 - Erepair HWP p9_io_erepairAccessorHwpFuncs
9f3429c - Christian Geddes - 2017-12-08 - TI w/ unrecoverable error if system boots w/ mismatching processors
ce376fc - Christian Geddes - 2017-12-08 - Set hostboot_mode bit on P3PC interrupt scom reg during intrrp init
3e24de6 - Nick Bofferding - 2017-12-08 - Secure Boot: Surface unique TI when key transitioning complete
1eba8f4 - Brian Stegmiller - 2017-12-08 - Avoid assert on invalid target types for PRD and HWP PLID association
18f9c89 - Elizabeth Liner - 2017-12-08 - Fixing the SBE switch functionality
351f328 - Elizabeth Liner - 2017-12-08 - Create base class structure for SbeRetryHandler
b801fd1 - Swathi Madhuri Bhattiprolu - 2017-12-08 - Make FAPI_POS unique on multi node system
0b408ad - Stephen Cprek - 2017-12-08 - Add multi node support for genPnorImages and add HBD Fleetwood files
0f94c26 - Swathi Madhuri Bhattiprolu - 2017-12-07 - Support CDIMM VPD
911996a - Richard J. Knight - 2017-12-07 - Add new pnor section for Centaur hw ref image
50a901b - Prachi Gupta - 2017-12-07 - ZEPPELIN BUP: fix VPD_REC_NUM for membuf target
beeeedc - Chris Cain - 2017-12-07 - HTMGT: Pass utilization in hundredth units to HWP for mem throttling
e4d0151 - Prachi Gupta - 2017-12-07 - Zeppelin BUP: istep 14 fixes
7b8fa03 - Thi Tran - 2017-12-07 - Mirror new file: cen_pll_initf_errors.xml
83fecdb - Joe McGill - 2017-12-07 - create empty shells for initfiles coming under 50468
2 files changed
tree: 3b5cf965a02218963182c8139423f49fb93ede05
  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