op-build update 7-25-2020

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

Changes Included for package sbe, branch master-p10:
bc2882a - Murulidhar Nataraju - 2020-07-25 - Enable plat_ApplyGards()
2d6d5a0 - Prasad Bg Ranganath - 2020-07-25 - SBE putring: Fix fapi::delay values for hardware
572dacb - Raja Das - 2020-07-25 - Step instruction control delay for simics execution
2836bf5 - Kahn Evans - 2020-07-25 - Fix hex prefix (0X should be 0x) so xml parsers don't mistake for an enum
b162900 - Laura Hengel - 2020-07-25 - updated pau init files to workaround XSL error HW530359 for DD1
ddcd2d4 - Raja Das - 2020-07-25 - SBE Slave ipl updates

Changes Included for package hcode, branch master-p10:
e3e7317 - hostboot - 2020-07-25 - Release tag & head commit information updated for hw072420a.opmst10
e967045 - Kahn Evans - 2020-07-25 - Fix hex prefix (0X should be 0x) so xml parsers don't mistake for an enum
000d407 - Laura Hengel - 2020-07-25 - updated pau init files to workaround XSL error HW530359 for DD1
43bfc01 - hostboot - 2020-07-24 - Release tag & head commit information updated for hw072320a.opmst10
d4922ce - Rahul Batra - 2020-07-24 - PM: rVRM enablement
91f81c3 - Rahul Batra - 2020-07-24 - PM: rVRM enablement
585ce2f - Prasad Bg Ranganath - 2020-07-24 - XGPE Hcode: suspend_powman function & block entry/exit support
f91b109 - Yue Du - 2020-07-24 - P10 Powman: initial common file port and qme image structures
68bb05e - hostboot - 2020-07-24 - Fix auto-mirror
380b2e6 - Michael Sgro - 2020-07-24 - Updates to ipl_customize and support files for Mfg PON testing
3f991db - Prasad Bg Ranganath - 2020-07-24 - SBE istep4: Fix the compilation issue
f7a6156 - hostboot - 2020-07-22 - Release tag & head commit information updated for hw072220a.opmst10
8e2a32b - Joe McGill - 2020-07-22 - updates for MRW consumption
eb7f461 - Joe McGill - 2020-07-22 - updates for MRW consumption
c119980 - Ben Gass - 2020-07-22 - Adding p10_omi_setup_bars
cc776fa - Andre Marin - 2020-07-22 - Port P10 HB compile flag mss error, update p10_lib mk
f65c886 - Thi Tran - 2020-07-22 - P10 - Imports code (from P9) to support Memory HWPs in istep 7
69a141d - hostboot - 2020-07-22 - Fix auto-mirror
2b506b9 - Joe McGill - 2020-07-22 - p10_scominfo -- remove PAU chip unit, CORE clkadj association in ENGD build
0573413 - Joachim Fenkes - 2020-07-22 - Disable PBA clock gating on DD1
99ac03f - Joe McGill - 2020-07-22 - updates for MRW consumption
25d7111 - Jenny Huynh - 2020-07-22 - Make INVALID default value for ATTR_IOHS_PHY_TO_PAU_MAPPING
7f557d6 - hostboot - 2020-07-21 - Release tag & head commit information updated for hw072120a.opmst10
9b39440 - Yue Du - 2020-07-21 - Istep4: fix to sense fapi assert
fd0c03a - Dan Crowell - 2020-07-21 - Add ATTR_IS_SIMICS
b9f54f9 - Murulidhar Nataraju - 2020-07-21 - Fix Header file inclusions in p10_hcd_ecl2_l3_poweroff.C
f23abd5 - Yue Du - 2020-07-21 - QME: update hcode_image_build to enable attr meta

Changes Included for package hostboot, branch master-p10:
33e3d13 - hostboot - 2020-07-25 - Update HCODE commit to 4097463... Fixes explorer PHY init command flags
09cb991 - Yue Du - 2020-07-25 - QME: Fix attribute tank alignment
1fb5b5c - Nick Bofferding - 2020-07-25 - Move temporary memory mirroring disablement to host_mss_attr_cleanup
f1090af - Stephen Glancy - 2020-07-24 - Fixes explorer PHY init command flags
dffa3c8 - hostboot - 2020-07-24 - Update simics level to: 2020-07-23_8a6815_simics.tar.gz 8a6815a60629c124

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