op-build update 8-9-2020

Changes Included for package hostboot-binaries, branch master:
9b297d2 - hostboot - 2020-08-07 - UPDATE executables for the NVIDIA gpu and/or ring files for hw080720a.opmst10

Changes Included for package sbe, branch master-p10:
20fb850 - Matthew Hickman - 2020-08-08 - Added DD1 workaround for DSTLFIR
346d27b - Mark Pizzutillo - 2020-08-08 - Fix SPD Revision fallback error XML target bug
176a2af - Joachim Fenkes - 2020-08-08 - p10_sbe_chiplet_init: Clear KVREF start_cal after calibration (prep for DD2)
d69b06c - Mark Pizzutillo - 2020-08-08 - master to master-p10 snapshot up to Jul 28
56cac0c - Sumit Kumar - 2020-08-08 - mmap issue: Collect debug data - image size
f5f1650 - Prasad Bg Ranganath - 2020-08-08 - PM HWP: WOF and IQ validation support
69c1520 - Chen Du - 2020-08-07 - Compilation for Extract SBE RC Hostboot commit

Changes Included for package hcode, branch master-p10:
37b79ef - hostboot - 2020-08-07 - Release tag & head commit information updated for hw080720a.opmst10
a0b6407 - Rahul Batra - 2020-08-07 - PGPE: Update scoreboard table
acd0e1a - Rahul Batra - 2020-08-07 - PGPE: Update scoreboard table
459ed94 - Rahul Batra - 2020-08-07 - PGPE: Resonant Clock
506f5da - Rahul Batra - 2020-08-07 - PGPE: New P10 Infrastructure
0c1cebe - hostboot - 2020-08-07 - Fix auto-mirror
648732c - Matthew Hickman - 2020-08-07 - Added DD1 workaround for DSTLFIR
c2dfc38 - Yue Du - 2020-08-07 - QME: L3 LCO Configuration Fix
9dda208 - Prasad Bg Ranganath - 2020-08-07 - PM HWP: WOF and IQ validation support
3b41314 - Sumit Kumar - 2020-08-07 - mmap issue: Collect debug data - image size

Changes Included for package hostboot, branch master-p10:
b0ffdde - Chen Du - 2020-08-09 - Compilation for Extract SBE RC Hostboot commit
ed63589 - Caleb Palmer - 2020-08-09 - PRD: Reenable handle command complete
54635d5 - Daniel M Crowell - 2020-08-08 - Revert "Force single-thread mode for Denali Bringup"
ed08fdc - Zane Shelley - 2020-08-08 - PRD: removed Swift check in __analyzeOcmbs()
d01b39f - Ricardo Mata Jr - 2020-08-08 - p10_pcie_config -- clear PFIR register
84092a3 - Bill Hoffa - 2020-08-08 - Update Bbbuild to b0806a2033.1010
1604481 - Matthew Hickman - 2020-08-08 - Added DD1 workaround for DSTLFIR
6f6a1ff - Mark Pizzutillo - 2020-08-08 - master to master-p10 snapshot up to Jul 28
7baf56f - Zach Clark - 2020-08-08 - Support TARGET_TYPE_GENERICI2CSLAVE in convertFapi2TypeToTargeting
157b7ed - Nick Bofferding - 2020-08-07 - Send XSCOM list to SBE when invoking the dead man timer in istep 16
59d788b - Nick Bofferding - 2020-08-07 - Invert SPI engines for WOF and keystore SEEPROM data blocks
26b644b - Ben Gass - 2020-08-07 - Encapsulate io ppe caches so each thread has its own instance.
7729257 - Ben Gass - 2020-08-07 - Fix scom checking issue with p10_fabric_iovalid.
c51c33a - Prasad Bg Ranganath - 2020-08-07 - PM HWP: WOF and IQ validation support
d76e37f - Dan Crowell - 2020-08-07 - Grab atomic lock on SPI master before using it
332e828 - Jenny Huynh - 2020-08-07 - Update sub minor ec name in getecid for dd1.01
ceffa8e - Zach Clark - 2020-08-07 - Route primary MVPD access through SPI engine 3
fdeb081 - Jayashankar Padath - 2020-08-07 - HDAT: Update on host spi bus speed
854455d - Matthew Hickman - 2020-08-07 - Blank file commit for dstlfir workaround
2d8ceb2 - Zach Clark - 2020-08-07 - Add cstdarg header
1c2199d - Matthew Raybuck - 2020-08-07 - Update fsprelease.config to allow SBE updates
b62aa87 - Roland Veloz - 2020-08-07 - Force the refresh/update of attribute overrides at the point of retrieval
de3aee5 - Caleb Palmer - 2020-08-07 - PRD: Update MCC register names for P10
e9bf9dc - Nick Bofferding - 2020-08-07 - Add [SYSTEM|CHASSIS]_PLDM_ENTITY_ID_INFO attributes to system target
092ef88 - Nick Bofferding - 2020-08-07 - Make ATTR_IOH_CONFIG_MODE global
d781423 - Jayashankar Padath - 2020-08-07 - HDAT: Update on the platform IPL side
e8a0743 - hostboot - 2020-08-07 - Update simics level to: 2020-08-06_131530_simics.tar.gz 131530c24399b688
56807be - Bill Hoffa - 2020-08-07 - Re-Enable proc_pcie_scominit on Hardware

Signed-off-by: hostboot <hostboot@us.ibm.com>
4 files changed
tree: ab0c322468ad96c67651a367cdffa2300f864f1a
  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
  13. op-build-env
  14. 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.ibm.com:open-power/op-build.git
cd op-build
./op-build rainier_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.

The machine your building on will need Python 2.7, GCC 6.2 (or later), and a handful of other packages (see below).

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 18.04) or Debian (>= 9) 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 libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
       wget bc rsync
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora (>= 25) 64-bit.

  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(bigint)" "perl(XML::Simple)" \
       "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \
       "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" "perl(ExtUtils::MakeMaker)" \
       libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \
       openssl-devel make libxslt vim-common lzo-devel python2