hostboot, witherspoon-xml,zaius-xml update 2-24-2018

Changes Included for package zaius-xml, branch master:
5e48835 - Adrian Barrera - 2018-02-19 - Update Obus PLL bucket to 25G
ca689fe - Adrian Barrera - 2018-02-19 - Update EREPAIR attributes
(replaces patch files in op-build)

Changes Included for package witherspoon-xml, branch master:
6ca015d - Erich Hauptli - 2018-02-22 - Syncing MRW with op-release
(includes disabling stop11, remove local patch)

Changes Included for package hostboot, branch master:
8ea7d7e - Jaymes Wilks - 2018-02-23 - Change FCO distribution to ensure master chip has at least one core
afc4bd0 - Nick Bofferding - 2018-02-23 - Documentation: Stop withholding various SRCs from pubs
13de75c - Venkatesh Sainath - 2018-02-23 - Fixing flipport attribute for processors
5324435 - Zane Shelley - 2018-02-23 - PRD: initializing MemTdCtlr variables for broadcast mode
a681d51 - Ilya Smirnov - 2018-02-23 - Pass i_skipComm to _buildOccs
55e51a6 - Nick Bofferding - 2018-02-23 - Delayed deconfig any DIMM on a failing voltage domain
014e0ae - Bill Hoffa - 2018-02-23 - Add Kernel Debug Trace for Out of Memory condition
2674db2 - Stephen Glancy - 2018-02-22 - Adds blank NVDIMM utility files for HB to mirror
3403445 - Brian Bakke - 2018-02-22 - Fix and codify how system and node targets are handled by attribute overrides
3fbe556 - Claus Michael Olsen - 2018-02-22 - Additional risk level support - (step 2) Updating the image w/RL2
33725d2 - Prachi Gupta - 2018-02-22 - hbfw makefile changes to add p9c dd1.1 sbe to pnor
0d7e626 - Prasad Bg Ranganath - 2018-02-22 - PM: Fix Global Parameter Block and PGPE size checks in p9_hcode_image_build
24bcf57 - Benjamin Weisenbeck - 2018-02-22 - PRD: Fix data storage exception in PLL analysis
1141d3f - Joachim Fenkes - 2018-02-22 - FFDC: Add empty new helper procedure for mirroring to HB, HWSV
c0967b7 - Joachim Fenkes - 2018-02-22 - LPC: Add empty files for mirroring to HB, PPE, HWSV
8990544 - Sachin Gupta - 2018-02-22 - Support cumulus 1.1 getPllBucket
44087e0 - Venkatesh Sainath - 2018-02-22 - Enabling FSP-B IPL as primary
b47f658 - Dan Crowell - 2018-02-22 - Pull ATTR_MSS_MRW_FORCE_BCMODE_OFF from MRW if it exists
366a4ef - John Rell - 2018-02-22 - jgr18022000 Fix for typo in changes for HW430958
2c4b416 - Christian Geddes - 2018-02-21 - Remove if that was catching SBE chipop err logs and forcing reboot
4a60925 - Christian Geddes - 2018-02-21 - Fix trace bug for error path in rt_fwnotify
80819cf - Matt Derksen - 2018-02-21 - Fix rollover of PLID numbers
1275d06 - Zane Shelley - 2018-02-19 - PRD: Fixed address translation for Dynamic Memory Deallocation
9900129 - Louis Stermole - 2018-02-19 - Fix command gap calculation for MSS scrub to prevent truncation
000f358 - Stephen Glancy - 2018-02-19 - Updates broadcast mode attributes
5c78bbd - Prachi Gupta - 2018-02-19 - checkHbResMemLimit -- change to check correctly on multi-node
f595ecf - Andre Marin - 2018-02-19 - Add address translation (xlate) support for 4Gbx8 and unit tests
8d28433 - Christian Geddes - 2018-02-19 - Fix bugs in FSP->HBRT message path for SBE errors

[stewart: remove witherspoon and zaius patches in op-build]
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
6 files changed
tree: b6a1d84a19b16381505086026dc225439b2f1103
  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