op-build update 10-26-2021

Changes Included for package sbe, branch master-p10:
5d87c43 - Nick Bofferding - 2021-10-22 - Add sbe_startup.simics to the list of files to copy

Changes Included for package hcode, branch master-p10:
e766f47 - hostboot - 2021-10-25 - Release tag & head commit information updated for hw102521a.opmst10
ced7391 - hostboot - 2021-10-23 - Release tag & head commit information updated for hw102221a.opmst10
2157184 - hostboot - 2021-10-21 - Release tag & head commit information updated for hw102021b.opmst10
e884a9a - hostboot - 2021-10-20 - Release tag & head commit information updated for hw102021a.opmst10
0a1802c - premjha2@in.ibm.com - 2021-10-20 - Stop API: Fixed OP build issue for ubuntu 21.04.
3eed1d9 - Prem Shanker Jha - 2021-10-20 - STOP API: P10 version of STOP API.
62f6ee1 - hostboot - 2021-10-20 - Fix auto-mirror
e6bfdae - Yue Du - 2021-10-20 - QME: Turn on Auto Wakeup Feature

Changes Included for package hostboot, branch master-p10:
6930359 - Daniel Melnikov - 2021-10-25 - Implement SPD decode for MDS device address
0161c14 - Stephen Glancy - 2021-10-25 - Adds MCBIST functions to get/set CFG_RESET_CNTS_START_OF_RANK
fb76f48 - hostboot - 2021-10-25 - Update HCODE commit to cf0cc3a... Removes unneeded fapi_try_exit labels
9cc3357 - hostboot - 2021-10-25 - Update simics level to: 2021-10-18_c7c59a_simics.tar.gz c7c59a8e3d3c455f
a773b89 - Nick Bofferding - 2021-10-22 - Fix dump testcase to unmap correct block
2c8d998 - rajerpp1 - 2021-10-22 - Compiling out clock test inside extract_sbe_rc for HBRT context
c9ce2d2 - rajerpp1 - 2021-10-22 - clock test in extract_sbe_rc done only if RCS is in bypass mode
0cc85fe - Zane Shelley - 2021-10-22 - PRD: TOD step check error workaround
43f132e - Sneha Kadam - 2021-10-22 - Fix pwr_down_4U to not run on deconfigured targets
2a0d8a4 - Matthew Raybuck - 2021-10-22 - Create new error for SPI mux mismatches
9b0f5b8 - Matt Derksen - 2021-10-22 - Avoid possible deadlock in node communication
de86d11 - Daniel Crowell - 2021-10-21 - Fix HWAS trace collections
597682e - Daniel Crowell - 2021-10-21 - Do not trigger PLD delay for informational logs
ba9af88 - Daniel Crowell - 2021-10-21 - Do not crash simics debug tools for junk strings
cc61d70 - Ilya Smirnov - 2021-10-21 - Add Callouts to LPC Errors
95f3ef6 - Jayashankar Padath - 2021-10-21 - HDAT: Fix for OCMB MMIO ranges
edf4834 - Stephen Glancy - 2021-10-21 - Adds tools to configure RCW's for holdside CAC shmoos
56a4103 - Chris Steffen - 2021-10-21 - OMI Training PRBS Update + Pattern A
17d1c75 - premjha2@in.ibm.com - 2021-10-21 - Stop API: Fixed OP build issue for ubuntu 21.04.
41079c9 - Christian Geddes - 2021-10-21 - Use the latched version of hb_hyp_switch
449dae2 - Christian Geddes - 2021-10-20 - Ignore READONLY bit for PLDM BIOS attributes is both directions

Changes Included for package hostboot-binaries, branch master:
38e7e08 - hostboot - 2021-10-25 - UPDATE executables for the NVIDIA gpu and/or ring files for hw102521a.opmst10
df5786b - hostboot - 2021-10-23 - UPDATE executables for the NVIDIA gpu and/or ring files for hw102221a.opmst10
9982674 - hostboot - 2021-10-20 - UPDATE executables for the NVIDIA gpu and/or ring files for hw102021b.opmst10
6b71a97 - hostboot - 2021-10-20 - UPDATE executables for the NVIDIA gpu and/or ring files for hw102021a.opmst10
26cac66 - hostboot - 2021-10-19 - UPDATE executables for the NVIDIA gpu and/or ring files for hw101921a.opmst

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