op-build update 1-18-2021

Changes Included for package hostboot-binaries, branch master:
1c6ec14 - hostboot - 2021-01-16 - UPDATE executables for the NVIDIA gpu and/or ring files for hw011621a.opmst10
11210bd - hostboot - 2021-01-16 - UPDATE executables for the NVIDIA gpu and/or ring files for hw011521a.opmst10

Changes Included for package sbe, branch master-p10:
c0823bc - akhis023 - 2021-01-15 - Fix for yocto ECC with JAIL
0d6858f - jdginn - 2021-01-15 - Adjust DFT default MSR
663ea87 - jdginn - 2021-01-15 - Quick fix for force bandsel in DFT builds
4fd4fb3 - Yue Du - 2021-01-15 - QME: CPMS 8B access and PMSR/FDCR workaround
2ebd8b3 - jdginn - 2021-01-15 - Add attributes to support SEEPROM write in manufacturing
18abb26 - Greg Still - 2021-01-14 - p10_resclk.H: Fix contents to that provided by the clock team
c6623a7 - Rahul Batra - 2021-01-14 - PM: Enable Resclk at istep4
5ca7ca1 - Rahul Batra - 2021-01-14 - PM: Fix Pstate Table Length in PPMR
912328a - Prem Shanker Jha - 2021-01-14 - PM HWP: Added support for STOP11 auto-wakeup vector.
d2c0767 - Murulidhar Nataraju - 2021-01-14 - Skip StopInst on non-master SBE which has not been booted
2324aaa - Justin.Ginn@ibm.com - 2021-01-14 - Update DFT copy of sbecmdfastarray to match mainline

Changes Included for package hcode, branch master-p10:
c9f6ca1 - hostboot - 2021-01-16 - Release tag & head commit information updated for hw011621a.opmst10
888e963 - hostboot - 2021-01-16 - Release tag & head commit information updated for hw011521a.opmst10
ab2cb1d - Dan Crowell - 2021-01-16 - Add IOLINK to basic attributes
da5e29c - Dan Crowell - 2021-01-16 - Add IOLINK to basic attributes
ffc3148 - Matt K. Light - 2021-01-16 - add PAUC attributes
2ad324d - Matt K. Light - 2021-01-16 - add nmmu, pau, and iohs target types to fapi2 attributes
b444fd2 - Andre Marin - 2021-01-16 - Add MEM_PORT target
9a31dc6 - Matt K. Light - 2021-01-16 - Add more fapi2 target types for Axone
83448d7 - Matt K. Light - 2021-01-16 - add TARGET_TYPE_OMI
f995674 - Prachi Gupta - 2021-01-16 - rename TYPE_NV to TYPE_OBUS_BRICK
3d14040 - Nick Bofferding - 2021-01-16 - Add ABUS and L4 targets to FAPI_POS and CHIP_UNIT_POS attributes
6665daa - Dan Crowell - 2021-01-16 - Define ATTR_FAPI_POS
2984df5 - Joe McGill - 2021-01-16 - Add base FAPI2 attribute definitions
aa8997e - hostboot - 2021-01-16 - Fix auto-mirror
feb0ab3 - Luke Murray - 2021-01-16 - DD2 dial change for HW548279
4fcb905 - Luke Murray - 2021-01-16 - HW549975 - DD2 update L2 SQ gather multipliers
1d9e0ff - Olsen - 2021-01-16 - Raw4 overlay performance improvement

Changes Included for package hostboot, branch master-p10:
8a11e94 - Caleb Palmer - 2021-01-16 - PRD: P10 DD1 Workaround for OMI x4 degrade logs
06e1051 - Isaac Salem - 2021-01-15 - enable physical presence detection support for Rainier
2a9ce00 - hostboot - 2021-01-15 - Update simics level to: 2021-01-12_9f2fa4_simics.tar.gz 9f2fa4f6ffcab13d
1c9f4c7 - Olsen - 2021-01-15 - Raw4 overlay performance improvement
45b9394 - Deb McLemore - 2021-01-15 - EECACHE synchronization for VPD
318b18f - Caleb Palmer - 2021-01-15 - PRD: Update P10 Line Delete and Core Data Bundle files
791d3e2 - Caleb Palmer - 2021-01-15 - PRD: Update P10 L2/L3 line delete PlatServices funcs
14d26f9 - Mark Pizzutillo - 2021-01-15 - Fix pmic_enable 4U bug due to stale GPIO cfg register
cdc2e37 - Daniel M Crowell - 2021-01-15 - Revert "Skip wakeup calls for runtime scoms - TEMPORARY"

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