op-build update 1-5-2021

Changes Included for package hostboot-binaries, branch master:
e6ff01a - hostboot - 2020-12-22 - UPDATE executables for the NVIDIA gpu and/or ring files for hw122220a.opmst10

Changes Included for package occ, branch master-p10:
9bd9ff0 - Sumit Kumar - 2020-12-14 - Disable PHB units in UAV for DD-1 as PHB scoms are broken
4666eef - Chris Cain - 2020-12-11 - Disable 24x7 informational trace messages

Changes Included for package hcode, branch master-p10:
ee1dfe6 - hostboot - 2020-12-22 - Release tag & head commit information updated for hw122220a.opmst10
b1fc136 - Ben Gass - 2020-12-22 - Update clock checking for chache contained updates

Changes Included for package hostboot, branch master-p10:
5a40144 - Christian Geddes - 2021-01-04 - Rename fsp-memdump.sh -> hb-memdump.sh
248fbe7 - Chen Du - 2021-01-04 - Addon commit for SMPGROUP
6597204 - Ilya Smirnov - 2021-01-04 - Loosen LPC Error Checking in Bootloader
5edc843 - Christian Geddes - 2021-01-04 - Support presence detection of targets w/ remotely sourced VPD
066e539 - Christian Geddes - 2021-01-04 - Allow fsp-memdump.sh to handle more mem states
7a07a54 - Zach Clark - 2021-01-04 - Interface for disabling MVPD sources
047fcbc - Corey Swenson - 2021-01-04 - Enable runtime core checkstops
4871052 - Yue Du - 2021-01-04 - QME: Set/Clear RCSCR in and out stop
156fc3e - Matthew Hickman - 2021-01-04 - Added restore repairs generic blank files
c429548 - Louis Stermole - 2021-01-04 - Fix actions for DSTLFIR[14:15] subchannel timeout
79c5b8a - Mark Pizzutillo - 2021-01-04 - Fix overflow bug in eff_config dimm size field setter
0634a44 - Christian Geddes - 2021-01-04 - Add support for VUART2 console
b7e7ae6 - Zach Clark - 2021-01-04 - Deconfigure OMI affinity parent when OMI is deconfigured
ef67fa3 - Matt Derksen - 2021-01-04 - Split explorer logs into multiple error logs
4e8ff1f - Zach Clark - 2021-01-04 - Print link register in printk backtraces
f721d1f - Matthew Raybuck - 2021-01-04 - Remove presence check in SMP Deconfig rules
18e4424 - Stephen Glancy - 2021-01-04 - Fixes explorer WR and RD preamble MC times
d9244d9 - Stephen Glancy - 2021-01-04 - Sets MBA_FARB4Q_CFG_NOISE_WAIT_TIME to 0x0100
f474953 - Louis Stermole - 2021-01-04 - L3 updates to exp_fw_update
042fdf3 - Matthew Raybuck - 2021-01-04 - Update and re-enable bus deconfig test cases
fa04474 - Matthew Raybuck - 2021-01-04 - RAS: Write back WOF to EECACHE if ECC is correctable
e49770e - Christopher D Hanudel - 2021-01-04 - NX RNG Soft Fail Threshold Adjustment due to Hang Pulse Change
3dc45a9 - Adam Hale - 2021-01-04 - HW555009 - Jazzy Rabbit - Set USTL Self Detect Dead Cycle to avoid DI
2c7b30e - Matt Derksen - 2020-12-31 - Fix MAX_I2C_SRAM_SPACE_ADDRESS to allow for i2c explorer commands

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