op-build update 3-11-2021

Changes Included for package sbe, branch master-p10:
ddd4255 - Sunil Kumar - 2021-03-10 - Enable tracearray with Dump.
439d12c - Srikantha Meesala - 2021-03-10 - Get Sbe TargetType by using chip unit type.
b041ed6 - Raja Das - 2021-03-09 - Update in Seeprom/TPM SPI clock divider calculation
8972032 - Raja Das - 2021-03-09 - Updated TPM SPI Clock divider to run at 24MHz

Changes Included for package hostboot, branch master-p10:
450e9dd - Joe McGill - 2021-03-10 - p10_fbc_utils -- ensure topology table entry for HB_BOOT_ID on primary chip
c9cf632 - Zane Shelley - 2021-03-10 - PRD: removed obsolete FSP code
6990c67 - Michael Baiocchi - 2021-03-10 - Cleanup checkTdpBit() function
d27db21 - hostboot - 2021-03-10 - Update SBE commit to ddd4255... Enable tracearray with Dump.
b642b70 - hostboot - 2021-03-10 - Update HCODE commit to 15cf1e0... Add target trace to p10_getecid_wrap
8ae22d8 - Christian Geddes - 2021-03-10 - Fix typos in SCOM_ACCESS_MUTEX attribute description
371f692 - Zach Clark - 2021-03-10 - SMPGROUP support: Update pbusLinkSvc for SMPGROUP targets (commit 5/n)
b7f21f5 - Corey Swenson - 2021-03-10 - Add LMB_SIZE attr to op sys target
4148496 - Matthew Raybuck - 2021-03-10 - Revert "Temporarily disable collection of ACTIVE explorer logs"
8d4c49e - Matt Derksen - 2021-03-10 - Add support to check SBE capabilities
d188628 - Emmanuel Sacristan - 2021-03-10 - min rate values were flipped
48f1139 - Roland Veloz - 2021-03-10 - Correct record data when ECC data validation fails with correctable error
fa9851c - Daniel Melnikov - 2021-03-10 - Combine rcv and drv eq_dq_dqs attributes into one phy_equalization attribute
715c055 - Geetha Pisapati - 2021-03-10 - Move all Explorer FW switches into manual accessors header.
9bc2781 - Geetha Pisapati - 2021-03-10 - Revise the byte 201 against the DDIMM_SPD.pdf in the spd_fields_ddr.H
5e73ddf - Geetha Pisapati - 2021-03-10 - Scrub and fix all SPD bytes
402f342 - Ilya Smirnov - 2021-03-10 - Update Nodecomm Parsers For Version 2
8298a6b - hostboot - 2021-03-10 - Update simics level to: 2021-03-09_4452ad_simics.tar.gz 4452ad4f8b0d04d5
9e8912e - hostboot - 2021-03-10 - Update SBE commit to c298691... Split TPM extend functionality with TPM
4048234 - Nick Bofferding - 2021-03-10 - Bitwise or in scratch reg 6 flags in standalone.simics
b4f201e - Nick Bofferding - 2021-03-10 - Secure Boot: Disable backup TPM init

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