op-build update 8-24-2021

Changes Included for package sbe, branch master-p10:
1734054 - akhis023 - 2021-08-23 - Updated OCMB read allow list
fb9b45a - Sunil Kumar - 2021-08-20 - Fix for master core issue in SBE.

Changes Included for package hcode, branch master-p10:
a4f2aa5 - hostboot - 2021-08-24 - Release tag & head commit information updated for hw082321a.opmst10
086ede7 - Greg Still - 2021-08-23 - PM Halt: include safe mode backstop for PGPE fails
fc87175 - Rahul Batra - 2021-08-23 - PM: Add Ext Reason Code to trace
eef3935 - Justin Smith - 2021-08-23 - Dont stop PAU PLL clocks in perv_bist stopclocks
f6b499d - Christopher W Steffen - 2021-08-23 - Revert "P10 Rx CDR BW Update"
e02e142 - hostboot - 2021-08-21 - Release tag & head commit information updated for hw082121a.opmst10
430b4cd - Rahul Batra - 2021-08-21 - PGPE: Fix Initial Avg TB delta and UV/OV avg
0721f17 - Yue Du - 2021-08-21 - Hcode: add SRC doxygen comments and fixing small qme errlog bugs
e8a609f - Greg Still - 2021-08-21 - WOV: update DCCR with SPEC driving tuning value

Changes Included for package hostboot, branch master-p10:
e5292b5 - Zach Clark - 2021-08-24 - Make power_limit_enable and power_limit_in_watts always read current values
89687fe - Matt Derksen - 2021-08-23 - Poll for restarted SBE during SBE SMP window
07ff505 - Nick Bofferding - 2021-08-23 - Inhibit SBE halt if not fully supported by SBE
21d7a2d - Corey Swenson - 2021-08-23 - Secure Boot: Hold secondary SBEs in halt until istep 10.3
92fc37a - Roland Veloz - 2021-08-23 - BMC BIOS: Get the TPM Required Policy and set ATTR_TPM_REQUIRED to value
e66a648 - Matthew Raybuck - 2021-08-23 - Handle GPIO and LPC part callouts for BMC
4fc3d96 - Matthew Raybuck - 2021-08-23 - Add PROCEDURE fru callout handling for BMC
1b21fd4 - Matthew Raybuck - 2021-08-23 - Add basic callout handling for various callouts for BMC
9393cdf - Zach Clark - 2021-08-23 - Refactor PLDM Sensor/Effecter ID storage
326298b - hostboot - 2021-08-23 - Update HCODE commit to 41a62a1... Dont stop PAU PLL clocks in perv_bist
9536b37 - hostboot - 2021-08-23 - Update SBE commit to fb9b45a... Fix for master core issue in SBE.
414d65d - hostboot - 2021-08-22 - Update simics level to: 2021-08-19_39a676_simics.tar.gz 39a676aab309a0e4
24e96d4 - Zach Clark - 2021-08-20 - Prevent Hostboot from crashing when getScom/putScom are used with NULL targets
899a389 - Caleb Palmer - 2021-08-20 - PRD: Only avoid clearing OCMB FIR bits for UNIT_CS/CHECK_STOP
bf5ab39 - Laura Hengel - 2021-08-20 - masked pau_fir_2 bits 56:63
a2e8465 - Jim Crugnale - 2021-08-20 - Adding/updating error thresholds and FIRs to allow/check low BER Quad fails
4806925 - Chris Steffen - 2021-08-20 - OMI Sequence Swizzle(SW531789)
e1e0a57 - Daniel Melnikov - 2021-08-20 - Add check of Explorer MFIR[11] in exp_omi_init
3858834 - Isaac Salem - 2021-08-20 - Read Key Clear Request from BIOS Attr for BMC systems

Changes Included for package hostboot-binaries, branch master:
b173e23 - hostboot - 2021-08-23 - UPDATE executables for the NVIDIA gpu and/or ring files for hw082321a.opmst10
9330fe7 - hostboot - 2021-08-21 - UPDATE executables for the NVIDIA gpu and/or ring files for hw082121a.opmst10
56bf181 - hostboot - 2021-08-19 - UPDATE executables for the NVIDIA gpu and/or ring files for hw081821a.opmst
1273192 - hostboot - 2021-08-18 - UPDATE executables for the NVIDIA gpu and/or ring files for hw081821a.opmst10

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