op-build update 9-9-2020

Changes Included for package hostboot-binaries, branch master:
6f9d5b4 - hostboot - 2020-09-08 - UPDATE executables for the NVIDIA gpu and/or ring files for hw090820a.opmst10

Changes Included for package sbe, branch master-p10:
642ff15 - Joe McGill - 2020-09-07 - updates to support istep execution on core-less or memory-less chips
28ee50c - Yue Du - 2020-09-06 - QME: Retry Xfer when error
bca0cab - Prasad Bg Ranganath - 2020-09-06 - QME HCODE: Runtime spwup fix

Changes Included for package hcode, branch master-p10:
a727ef9 - hostboot - 2020-09-08 - Release tag & head commit information updated for hw090820a.opmst10
4b2e54a - Joe McGill - 2020-09-08 - add LAST_LOCKING_BANDSEL option for MC PLLs, leverage sticky unlock detector
983163e - Greg Still - 2020-09-08 - p10_pstate_parameter_block: add ATTR_WOF_TDP_ALTITUDE_REFERENCE_M to OPPB
25a584f - Olsen - 2020-09-08 - Updates to RS4 API decompress to detect care-data conflict

Changes Included for package hostboot, branch master-p10:
80700cd - Joe McGill - 2020-09-08 - add LAST_LOCKING_BANDSEL option for MC PLLs, leverage sticky unlock detector
f8d4f55 - Joe McGill - 2020-09-08 - p10_setup_sbe_config -- set fused core, LPAR mode programming in Hostboot
258a681 - William G Hoffa - 2020-09-08 - Revert "added hbus disable inits to off"
05e371d - Yue Du - 2020-09-08 - QME: Retry Xfer when error
9863ba3 - Olsen - 2020-09-08 - Updates to RS4 API decompress to detect care-data conflict
d4afcab - Emmanuel Sacristan - 2020-09-08 - added hbus disable inits to off
1459ae1 - hostboot - 2020-09-08 - Update SBE commit to a9de444... Append hdct section into simics standalo
f634b7b - hostboot - 2020-09-08 - Update simics level to: 2020-09-07_8280d3_simics.tar.gz 8280d3b29c084996
0e602b8 - Joe McGill - 2020-09-08 - updates to support istep execution on core-less or memory-less chips
0977791 - Luis Fernandez - 2020-09-08 - Change TPM_MODEL default to Nuvoton 75x
1097f75 - Louis Stermole - 2020-09-06 - Move Explorer obj handle and cmd flag setup from exp_scominit to exp_omi_init
5317f0d - Mark Pizzutillo - 2020-09-06 - Add ekb flag for MSS_SUET and fix all p10 suet unit tests
72b093e - Prasad Bg Ranganath - 2020-09-06 - QME HCODE: Runtime spwup fix
aae45ae - Prasad Bg Ranganath - 2020-09-06 - PM PPB: Temporary fix ot consider UT freq for psate0
3877f0b - Prasad Bg Ranganath - 2020-09-06 - HWP: FIx pointer check in p10_check_proc_config procedure
814d4c8 - Joachim Fenkes - 2020-09-06 - p10_pre_poweroff: Assert OCMB reset
dcd2b49 - Stephen Glancy - 2020-09-05 - Fixes explorer's non-existant spare byte logic
b77c192 - Mark Pizzutillo - 2020-09-05 - Fix find_targets_sorted_by_index sort bug
09698b8 - Christopher M Riedl - 2020-09-05 - sbe: Enable L2 Loader w/ SBE FIFO

Signed-off-by: hostboot <hostboot@us.ibm.com>
4 files changed
tree: d271875d12eac0a4c666966d75c501ae2264d622
  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