op-build update 8-2-2021

Changes Included for package hcode, branch master-p10:
18ffcb3 - hostboot - 2021-07-31 - Release tag & head commit information updated for hw073021b.opmst10
b520c53 - Christian Geddes - 2021-07-31 - RAS Review: p10_perv_sbe_cmn_errors.xml
02ddf1d - Christian Geddes - 2021-07-31 - RAS Review: p10_perv_sbe_cmn_errors.xml
83301f3 - Anusha Reddy Rangareddygari - 2021-07-31 - P10 HWP updates - istep 2 procedures
ed3ea8e - hostboot - 2021-07-31 - Fix auto-mirror
205c02b - Christian Geddes - 2021-07-31 - RAS Review: p10_fastarray_errors.xml
44dd211 - Christian Geddes - 2021-07-31 - RAS Review: p10_ipl_customize_errors.xml
e0df254 - Christian Geddes - 2021-07-31 - RAS Review: p10_clock_test_errors.xml
5cabe91 - rajerpp1 - 2021-07-31 - RAS Review: p10_sbe_rcs_setup_errors.xml
03be995 - rajerpp1 - 2021-07-31 - RAS Review: p10_sbe_mcs_setup_errors.xml
aaaa9d8 - rajerpp1 - 2021-07-31 - RAS Review: p10_sbe_powerdown_backing_caches_error.xml
4651ca8 - rajerpp1 - 2021-07-31 - RAS Review: p10_sbe_ring_errors.xml
4101594 - Yue Du - 2021-07-31 - QME: Disable Dynamic MMA for DD10
0190703 - hostboot - 2021-07-30 - Release tag & head commit information updated for hw073021a.opmst10
237f6f1 - Sunil Kumar - 2021-07-30 - RAS Review: p10_scan_via_scom_error.xml
0dad4a1 - Joachim Fenkes - 2021-07-30 - Fast Array dump, SBE part
741bb7f - hostboot - 2021-07-30 - Fix auto-mirror
b4dd3c9 - Murulidhar Nataraju - 2021-07-30 - RAS Review Updates
4af5e4b - Rahul Batra - 2021-07-30 - PGPE: WOV Optimization

Changes Included for package hostboot, branch master-p10:
8fddca2 - Sneha Kadam - 2021-07-30 - Added hex dump and crc calc to spi calib tool
9ef6ea4 - Sunil Kumar - 2021-07-30 - RAS review: p10_sbe_tp_switch_gears_errors.xml
2cf4c89 - Greg Still - 2021-07-30 - PM: enable Undervolting and Overvolting by default
e71d36b - Luke C. Murray - 2021-07-30 - Updating FBC performance settings based on ML4 testing
8847491 - Greg Still - 2021-07-30 - PPB: handle #V VPD with replicated CF3 data in CF0-3
d0b62d7 - Christian Geddes - 2021-07-30 - Add sbeError tag to all sbe errors defined in the p10_sbe_*_errors.xml files
9415cdc - Jenny Huynh - 2021-07-30 - Implement p10_sbe_scominit procedure (2/2)
fae5102 - Jenny Huynh - 2021-07-30 - Implement p10_sbe_scominit procedure (1/2)
0fdd996 - Daniel Crowell - 2021-07-30 - Temp remove of p10_sbe_scominit_errors.xml to fix bad mirror
0a3a27e - Sunil Kumar - 2021-07-30 - RAS review: p10_sbe_spi_cmd_errors.xml
daf1ac9 - Sneha Kadam - 2021-07-30 - Fixed endian correctness in fw ddr calib data struct
5241531 - Murulidhar Nataraju - 2021-07-30 - RAS Review Updates
a555174 - Matthew Raybuck - 2021-07-30 - Add Static absolute location code to BMC target
4ddbb98 - Daniel Crowell - 2021-07-30 - Never deconfigure boot processor inside of Hostboot on FSP box
f00df08 - Christian Geddes - 2021-07-30 - Add no_export tag to the FAPINAME_* attributes
5da64b4 - Matthew Raybuck - 2021-07-30 - Update the comment in tpmPresence to be more precise
2f2d771 - Daniel Crowell - 2021-07-30 - Undo hacks for I9a01d772f06837b5ad9dcd6fcbe739265e432ce4 CI

Changes Included for package pnor, branch master-p10:
f260b9f - Ilya Smirnov - 2021-07-30 - Merge pull request #141 from IlyaSmirnov91/master-p10
f4aa4a2 - Ilya Smirnov - 2021-07-28 - Mark HBEL partition preserved

Changes Included for package hostboot-binaries, branch master:
9967534 - hostboot - 2021-07-31 - UPDATE executables for the NVIDIA gpu and/or ring files for hw073021b.opmst10
581553d - hostboot - 2021-07-30 - UPDATE executables for the NVIDIA gpu and/or ring files for hw073021a.opmst10

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