op-build update 5-22-2020

Changes Included for package hostboot-binaries, branch master:
5f5ff3c - hostboot - 2020-05-21 - UPDATE executables for the NVIDIA gpu and/or ring files for hw052020b.opmst10

Changes Included for package sbe, branch master-p10:
8abc16d - Joe McGill - 2020-05-21 - refactor ADU routines to support auto-increment for CI ops
720b7fe - Nicholas Landi - 2020-05-21 - Port p9_htm procedures to P10 -- commit (2/2)
bfefb4b - Thi Tran - 2020-05-21 - Allows setting of TSIZE_1/2 for ADU PMISC operation
1512826 - Christopher M Riedl - 2020-05-21 - Implement cache-/chip-contained load
0ac3a2e - Christopher M Riedl - 2020-05-21 - Introduce *-Contained Procedures: istep stubs
06ea329 - Thi Tran - 2020-05-21 - P10 - Unit test wrapper for PBA setup and access functions
04a88b2 - Thi Tran - 2020-05-21 - P10 - Unit test wrapper for ADU setup and access functions
313ebba - Thi Tran - 2020-05-21 - Port p9_putmem_proc_ut/wrap and p9_putmemproc HWP to P10 (Part 2 of 2).
c264064 - Thi Tran - 2020-05-21 - Port 'p9_putmem_proc_ut/wrap' and p9_putmemproc HWP to P10 (Part 1 of 2).
d9e23de - Prem Shanker Jha - 2020-05-21 - QME Init: Enable Auto Special Wakeup on QME Halt.
8b9e7ec - Olsen - 2020-05-21 - Mvpd-Ekb ringId gap-discontinuity support
594088a - Ben Gass - 2020-05-21 - Update moveregs.pl to be more robust
50a3b7d - Ben Gass - 2020-05-21 - Move unused registers to unused files.
d90c7a1 - Ben Gass - 2020-05-21 - Updates to enable turning on scom checking.
6b47066 - Ben Gass - 2020-05-21 - Add comment markers to register header files
bc8cf74 - Yue Du - 2020-05-21 - QME: STOP Bug fixes
c3d9d29 - Joe McGill - 2020-05-21 - add MMA_STATIC_POWEROFF dynamic init
5005680 - Murulidhar Nataraju - 2020-05-21 - Update PM procedures to make it useable by SBE
0f1a7ad - Prem Shanker Jha - 2020-05-21 - Image Build: Added support for scan ring override.
73adc0c - Douglas Holtsinger - 2020-05-21 - RAMing updates for SPRs and Pseudo PPCs
7eabd40 - Luke Murray - 2020-05-21 - Updating L3 LRU overrides to only apply to DD1
80520e2 - Mark Pizzutillo - 2020-05-21 - Add TARGET_TYPE_GENERICI2CSLAVE and relevant attributes

Changes Included for package hcode, branch master-p10:
3bb52f9 - hostboot - 2020-05-21 - Release tag & head commit information updated for hw052120a.opmst10
44fe854 - hostboot - 2020-05-21 - Release tag & head commit information updated for hw052020b.opmst10
a29aa67 - Rahul Batra - 2020-05-21 - PGPE: Optrace
484c3e8 - Rahul Batra - 2020-05-21 - PGPE: Optrace
8c6fab6 - Douglas Gilbert - 2020-05-21 - PPE trace version 3, Op trace
05d6cf4 - hostboot - 2020-05-21 - Fix auto-mirror
5efd3b2 - Rahul Batra - 2020-05-21 - PGPE: Use VCS_OFFSET and FLOOR attr
1e77b00 - Rahul Batra - 2020-05-21 - PGPE: Optrace
e9fe2df - Joe McGill - 2020-05-21 - engineering data refresh
2c07cf0 - Thi Tran - 2020-05-21 - Fix setRingId bits in p10_scom_addr.H
30110ff - Bill Hoffa - 2020-05-21 - Modify some PCIE Attributes to be writeable

Changes Included for package hostboot, branch master-p10:
b4f5070 - Rahul Batra - 2020-05-21 - PGPE: Use VCS_OFFSET and FLOOR attr
79fa50a - Prem Shanker Jha - 2020-05-21 - QME Init: Enable Auto Special Wakeup on QME Halt.
886b26b - Andre Marin - 2020-05-21 - P10 port - mv chip specific eff_config files from generic
e2398b2 - hostboot - 2020-05-21 - Update simics level to: 2020-05-20_ea561b_simics.tar.gz e07f337c61eb65c1
bb8437b - hostboot - 2020-05-21 - Update SBE commit to 922da9c... SPI test cases was added into measurment
9ab5dfc - Thi Tran - 2020-05-21 - Fix setRingId bits in p10_scom_addr.H
35549f1 - Ilya Smirnov - 2020-05-21 - Reposition First Reserved Mem Space at HRMOR

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

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