op-build update 7-23-2020

Changes Included for package sbe, branch master-p10:
816d24d - Joachim Fenkes - 2020-07-23 - Fix fastinit scanning via SBE FIFO
2df07e0 - Rahul Batra - 2020-07-23 - PM: Enable Resclk at istep4
02bbc06 - Murulidhar Nataraju - 2020-07-22 - MPIPL: Force Stop Instruction on all cores irrespective of SCOMABLE states
3e9f306 - Raja Das - 2020-07-22 - SBE Jump Otprom for MPIPL Reset
7f72e57 - Raja Das - 2020-07-22 - PutRing SBE support to handle ring size of 10KBytes
785c6b0 - Murulidhar Nataraju - 2020-07-21 - Fix Header file inclusions in p10_hcd_ecl2_l3_poweroff.C
1540fb7 - Prasad Bg Ranganath - 2020-07-21 - MPIPL: Update SSH_SRC status after ecl2 and l3 poweroff
c6f8a87 - Joachim Fenkes - 2020-07-21 - p10_sbe_chiplet_reset: Set PAU scan ratio to 4:1 if PAU DPLL is up
07b139d - Yue Du - 2020-07-21 - Istep4: fix to sense fapi assert
948177b - Dan Crowell - 2020-07-21 - Add ATTR_IS_SIMICS
ff060fa - Joachim Fenkes - 2020-07-21 - Work around PCB clock alignment problems
15cc6e6 - Joe McGill - 2020-07-21 - p10_sbe_scratch_regs -- fix PCI PLL bit selector

Changes Included for package hostboot, branch master-p10:
418edea - Joachim Fenkes - 2020-07-23 - Disable PBA clock gating on DD1
855c56a - hostboot - 2020-07-23 - Update simics level to: 2020-07-22_15aeee_simics.tar.gz a5826f17ffada60c
d5fc195 - Dan Crowell - 2020-07-22 - Add missing var setting to p10_io_init_done failure path
cd58bc4 - Roland Veloz - 2020-07-22 - Add the ffdcExpander tool to the FSP and OpenPower
3de3928 - hostboot - 2020-07-22 - Update simics level to: 2020-07-21_039437_simics.tar.gz e18d5f61ba53b04b
801f4bc - Yue Du - 2020-07-22 - QME: update hcode_image_build to enable attr meta
e264b90 - Ilya Smirnov - 2020-07-22 - Gard Fixes: Missing Attributes
139d3d3 - Nicholas Landi - 2020-07-22 - Update p10_smp_link_firs with correct FIR values
7ecdd76 - Ilya Smirnov - 2020-07-22 - Sync TOD Code Between FSP And HB
7540ab8 - Roland Veloz - 2020-07-22 - P10 DENALI MRW: Fix issues related to the 4 node Denali
1957cc9 - Yue Du - 2020-07-21 - Istep4: fix to sense fapi assert
23ed05e - Dan Crowell - 2020-07-21 - Set ekb mirroring attribute to match firmware policy
ca797d6 - Dan Crowell - 2020-07-21 - Add GENERICI2CSLAVE as a valid child of OCMB_CHIP
197046a - Joe McGill - 2020-07-21 - p10_sbe_scratch_regs -- fix PCI PLL bit selector

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