op-build update 6-19-2020

Changes Included for package sbe, branch master-p10:
d63b4a7 - Raja Das - 2020-06-18 - Enabled scom tracing till PON
50af88c - Christopher D Hanudel - 2020-06-18 - Initfile initial commit for P10 DD1
8a7b925 - Prem Shanker Jha - 2020-06-18 - SBE Putring: Fixes the signature of function pointer.
66f634c - Jenny Huynh - 2020-06-18 - Read topology mode attribute to form topology ID in p10_fbc_utils
01ab5b8 - Joe McGill - 2020-06-18 - p10_psi_init -- limit to half speed operation on Denali
3106bee - Ben Gass - 2020-06-18 - Fix master-p10 build issue and moveregs cfam ffdc problem.
8d7ca85 - Greg Still - 2020-06-18 - p10_pm_qme_init: set PCB_SKEW_ADJ to normalize multicast operations to cores
227e9ce - Matt Derksen - 2020-06-18 - Use the atomic clear register to set PIB SPI access mode
4637e2a - Anusha Reddy Rangareddygari - 2020-06-18 - Pibmem_dump and pibms_reg_dump proc updates
f8e12da - Anusha Reddy Rangareddygari - 2020-06-18 - Sbe debug dump procedure updates
8f7e604 - Anusha Reddy Rangareddygari - 2020-06-18 - P10_pibms_reg_dump, p10_sbe_localreg_dump procs

Changes Included for package rainier-xml, branch master:
36792b4 - RUBY M ZGABAY - 2020-06-17 - Merge pull request #34 from rubymart/master
7ec24de - rubymart - 2020-06-14 - Added updated attributes and values for APSS

Changes Included for package hcode, branch master-p10:
ba8131e - hostboot - 2020-06-18 - Release tag & head commit information updated for hw061820a.opmst10
8ca6ac1 - Christopher D Hanudel - 2020-06-18 - Initfile initial commit for P10 DD1
28f7134 - Sumit Kumar - 2020-06-18 - Revert commit 98677-Auto mirror fix to EKB commit 90434
e46dd38 - hostboot - 2020-06-17 - Release tag & head commit information updated for hw061720a.opmst10
59036ad - Sumit Kumar - 2020-06-17 - Fix for tabs syntax in mflags env file
2000bde - hostboot - 2020-06-16 - Release tag & head commit information updated for hw061620a.opmst10
5da6e9c - Joe McGill - 2020-06-16 - p10_psi_init -- limit to half speed operation on Denali
cf3c595 - Rahul Batra - 2020-06-16 - PM: Update Activity Cnt Struct
5674b4f - Olsen - 2020-06-16 - Coreq avoidance reversal of commit 92684
f91be9f - Jenny Huynh - 2020-06-16 - Read topology mode attribute to form topology ID in p10_fbc_utils
37b830b - Rahul Batra - 2020-06-16 - PM: DDS Updates HWP
dba46c0 - hostboot - 2020-06-16 - Release tag & head commit information updated for hw061520a.opmst10
fd286cb - Sumit Kumar - 2020-06-16 - EKB build fix on RHEL7 systems
1360785 - Prem Shanker Jha - 2020-06-16 - QME Putring: scanning support for QME platform.
982f40a - hostboot - 2020-06-16 - Fix auto-mirror
9d7facd - Sumit Kumar - 2020-06-16 - Auto mirror fix to EKB commit 90434

Changes Included for package hostboot, branch master-p10:
af5b8b0 - Andre A. Marin - 2020-06-18 - Change header from p10_defaults.H to exp_defaults.H
8367859 - Andre A. Marin - 2020-06-18 - Add new (but empty) files for HB to mirror
7d00162 - Andre A. Marin - 2020-06-18 - Snapshot of mss generic, explorer, and pmic source
c706c0e - Ben Gass - 2020-06-18 - Adding ibm_sim attribute for explorer initfile
6069ec8 - Andre A. Marin - 2020-06-18 - Snapshot explorer hwp and xml from ekb/master
298f7b8 - Andre A. Marin - 2020-06-18 - Update p10 snapshot for exp_draminit from p9a
d5882dd - Andre A. Marin - 2020-06-18 - Add snapshot of ocmb/explorer for master-p10 branch
a23b471 - Andre Marin - 2020-06-18 - P10 port. Remove chip specific code from generic find
9a44aa6 - Andre A. Marin - 2020-06-18 - Add snapshot of ocmb/explorer for master-p10 branch
52396e3 - Andre A. Marin - 2020-06-18 - Add snapshot of generic/memory for master-p10
fcf0b5c - Andre A. Marin - 2020-06-18 - Update generic utils lib from ekb/master
5a4a8f0 - hostboot - 2020-06-18 - Update SBE commit to 227e9ce... Use the atomic clear register to set PIB
5a95beb - hostboot - 2020-06-18 - Update HCODE commit to 1864487... Initfile initial commit for P10 DD1
f928365 - hostboot - 2020-06-18 - Update simics level to: 2020-06-18_6853f5_simics.tar.gz d9773f5138e26045
815ab4b - Corey Swenson - 2020-06-18 - Delete error logs at end of HWP_INVOKE

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