op-build update 4-10-2018

Changes Included for package witherspoon-xml, branch master:
07a5d2c - Erich Hauptli - 2018-04-09 - Backing out TPM FRU_ID

Changes Included for package hostboot, branch master:
1e784c0 - Matt Derksen - 2018-04-09 - Handle early life PNOR fails in HBRT instead of hanging
7383c3a - Marty Gloff - 2018-04-09 - Get Hostboot Dump after Hostboot Crash
519b09d - Marty Gloff - 2018-04-09 - Support multiple nodes in HBRT - Concurrent Code Update
093052d - Ilya Smirnov - 2018-04-09 - Always Lock Down SBE SEEPROM After SBE Update
da8911c - Ilya Smirnov - 2018-04-09 - Secure Boot: Support Phyp debug flag in HDAT
5192636 - Christian Geddes - 2018-04-09 - Hook up FSP runtime support for sbe_retry_handler (hreset path)
a027c49 - Elizabeth Liner - 2018-04-09 - Temporarily moving attribute to the system target
c5ca811 - Elizabeth Liner - 2018-04-09 - Updating ATTR_PROC_CHIP_MEM_TO_USE to use all bits of group and chip ID
52d1563 - SWATHI M. BHATTIPROLU - 2018-04-09 - Revert "Verify frequency attributes across nodes"
db62cb5 - Chris Cain - 2018-04-06 - HTMGT: memory throttle calculation fixes
8d6e983 - Ilya Smirnov - 2018-04-06 - Reset Security Override Flag During Key Transition
be53610 - Jaymes Wilks - 2018-04-06 - Propagate TPM information into HDAT on non-master nodes
d5ba462 - Christian Geddes - 2018-04-06 - Update hreset HWP to always use scoms during HBRT
ba8c8bf - Christian Geddes - 2018-04-06 - sbe_retry_handler refactor
02f8995 - Christian Geddes - 2018-04-05 - Use SCOM to access Master Processor's SBE MSG register
211b0cb - Srikantha Meesala - 2018-04-05 - Wrong value for MSS_MRW_IDLE_POWER_CONTROL_REQUESTED
571e1d8 - Swathi Madhuri Bhattiprolu - 2018-04-05 - Verify frequency attributes across nodes
ad4459f - Stephen Glancy - 2018-04-05 - Adds blank files for DMI IO
2e3def0 - Rick Ward - 2018-04-05 - zero length dump on single node systems
379efca - Marty Gloff - 2018-04-05 - Support multiple nodes in HBRT - Update Functions
c39a13d - Marty Gloff - 2018-04-05 - Disable Multi-Node Sync System Attributes
84909fd - Claus Michael Olsen - 2018-04-05 - Update to ifCompiler to produce *.bitsModified Care for PLL filter rings
bde38b5 - Soma BhanuTej - 2018-04-05 - Update to fix ekb master
717ac2a - Stephen Glancy - 2018-04-05 - Moves count_dimm to be in the memory generic folder
e286748 - Claus Michael Olsen - 2018-04-05 - Code restruct: ring_apply
3661916 - manichow - 2018-04-05 - Solution for proc_tod_setup during MPIPL.
db9ded1 - Nick Bofferding - 2018-04-05 - Secure Boot: Introduce key transition state node attribute
fef105c - Marty Gloff - 2018-04-04 - Resolve NodeInfo Naming Conflict
e3bff03 - Ilya Smirnov - 2018-04-04 - Pass SBE Security Backdoor Bit to HB Bootloader
ad51763 - Rick Ward - 2018-04-04 - Verify deconfig-by-association assumptions still apply to CDIMM scenario.
3a4e193 - Joe McGill - 2018-04-03 - move xlink psave configuration to SBE
bd31485 - Daniel Howe - 2018-04-03 - Update settings to allow xlink psave
da512ca - Rahul Batra - 2018-04-03 - PGPE: Error Handling Support
8e5461d - Tsung Yeung - 2018-04-03 - Includes NVDIMM in workaround for self-time refresh
b77925c - Rahul Batra - 2018-04-03 - PM: Generated Vratio/Vindex tables
523de82 - Joe McGill - 2018-04-03 - configure Cumulus MC inband logic to pass host/occ bit under BAR
c6150ef - Benjamin Weisenbeck - 2018-04-03 - PRD: ABUS lane fail callout support
dd26705 - Zane Shelley - 2018-04-03 - PRD: updates from OBUS FIR reviews

Changes Included for package pnor, branch master:
864bec4 - William Hoffa - 2018-04-09 - Merge pull request #95 from rjknight/master
c826368 - Richard J. Knight - 2018-04-08 - Increase the HBRT section size

Changes Included for package hostboot-binaries, branch master:
7628674 - hostboot - 2018-04-06 - UPDATE executables for the NVIDIA gpu and/or ring files for hw040618a.920

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
4 files changed
tree: 8e2e61b7c78febfc73734f0623a2d353daf5bad8
  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-env
  13. 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-env
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.

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