op-build update 7-20-2021

Changes Included for package hcode, branch master-p10:
590f97e - hostboot - 2021-07-19 - Release tag & head commit information updated for hw071921a.opmst10
80d26ea - Prem Shanker Jha - 2021-07-19 - PM Hcode: Moving PGPE Image Size Line - part 3
57efe3b - Prem Shanker Jha - 2021-07-19 - PM Hcode: Moving PGPE Image Size Line - part 3
822ff17 - Daniel Crowell - 2021-07-19 - Add check for invalid #V version
03e1f18 - Christian Geddes - 2021-07-19 - RAS Review: p10_ipl_section_append_errors.xml
45bb4e3 - Prasad Bg Ranganath - 2021-07-19 - XGPE HCODE initial update
faa3a75 - Prasad Bg Ranganath - 2021-07-19 - P10: #V and #W attribute read support
5282091 - Claus Michael Olsen - 2021-07-19 - Renaming and relocating core image infrastructure files (new)
fd0dbb9 - hostboot - 2021-07-19 - Fix auto-mirror
639063b - Prasad Bg Ranganath - 2021-07-19 - PMHWP:Fix active links calculation
fd6dc18 - Prasad Bg Ranganath - 2021-07-19 - PMHWP:Fix active links calculation
c76719c - Greg Still - 2021-07-19 - PAU Frequency/PPB: VDN voltage uplift support
05641ee - Greg Still - 2021-07-19 - PPB: better WOF disablement for invalid table accesses
47df6f0 - Yue Du - 2021-07-19 - QME: avoid init ECOs cores into block wakeup mode thus block spwu
0001317 - Rahul Batra - 2021-07-19 - PGPE: DPLL Parity Retry
69eb86e - Greg Still - 2021-07-19 - PAU Frequency/PPB: VDN voltage uplift support
4f379da - Greg Still - 2021-07-19 - WOF: I/O base attribute definition
5a6a42f - Greg Still - 2021-07-19 - PAU Frequency: define VDN volage uplift attribute
3c47e15 - Christian Geddes - 2021-07-19 - RAS Review: p10_common_stopclocks_errors.xml

Changes Included for package hostboot, branch master-p10:
1ce781c - Greg Still - 2021-07-19 - PPB: better WOF disablement for invalid table accesses
c4e5b21 - Stephen Glancy - 2021-07-19 - Skips CDR offset command to explorer on Apollos
6f5e370 - Greg Still - 2021-07-19 - PAU Frequency/PPB: VDN voltage uplift support
a3fd248 - Greg Still - 2021-07-19 - WOF: I/O base attribute definition
fef7146 - Prem Shanker Jha - 2021-07-19 - PM Hcode: Moving PGPE Image Size Line - part 3
c22226f - Christian Geddes - 2021-07-19 - RAS Review: p10_query_core_stop_state.xml
e32f7d1 - Christian Geddes - 2021-07-19 - RAS Review: p10_ipl_section_append_errors.xml
fc58817 - Daniel Crowell - 2021-07-19 - RAS Review - p10_tod
f675162 - Louis Stermole - 2021-07-19 - Update MSS procedure file briefs to L3
54fdf0d - Louis Stermole - 2021-07-19 - Add support for N-mode 4U DDIMMs in pmic_enable
544b38e - Louis Stermole - 2021-07-19 - Change MFG OMI screen test to use x4 downgrade
5723007 - Nick Bofferding - 2021-07-19 - Miscellaneous LPC XSCOM cleanups
35dc7e5 - Greg Still - 2021-07-19 - STOP API: add FAPI_* debug tracing for Cronus use
7ae7109 - rajerpp1 - 2021-07-19 - Supporing 48 bit target type for SBE FFDC
c92d9e9 - Zach Clark - 2021-07-19 - Add null pointer check to FFDC gathering functions
3aaf6d8 - Ryan Miller - 2021-07-19 - Fixing old code that got reverted back into the code:
0b57f80 - Christian Geddes - 2021-07-19 - RAS Review: p10_qme_customize_errors.xml
9909fd6 - Joe McGill - 2021-07-19 - p10_sbe_scominit -- add SBE driven tsnoop customization
d8af0bc - Christian Geddes - 2021-07-19 - RAS Review: p10_qme_sram_access_errors.xml
259eb45 - aravnair-in - 2021-07-19 - Enable platDetermineEcoCores for hwsv
cea4dc4 - rajerpp1 - 2021-07-19 - Gard the clock on CBS_NOT_IN_IDLE_STATE error

Changes Included for package hostboot-binaries, branch master:
3af6f48 - hostboot - 2021-07-19 - UPDATE executables for the NVIDIA gpu and/or ring files for hw071921a.opmst10

Signed-off-by: hostboot <hostboot@us.ibm.com>
3 files changed
tree: c8d17dccb0bde2c67f78b56c7e3e5497aa10ff2b
  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 Blackbird 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 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 gawk cpio xxd \
       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)" \
       "perl(FindBin)" "perl(English)" "perl(Time::localtime)" \
       libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \
       openssl-devel make libxslt vim-common lzo-devel python2 rsync hostname