op-build update 6-15-2020

Changes Included for package hcode, branch master-p10:
6154f1f - hostboot - 2020-06-14 - Release tag & head commit information updated for hw061420a.opmst10
9af4772 - Ricardo Mata Jr - 2020-06-14 - Update LANE_PLL_BYPASS_MODE. Changed defaults for PHB IOVALID.
57ee0b3 - Joe McGill - 2020-06-14 - drive NMMU1 deconfiguration from PAU unit requirements
fffffa8 - hostboot - 2020-06-13 - Release tag & head commit information updated for hw061320a.opmst10
07df0e0 - Matt Derksen - 2020-06-13 - Use the atomic clear register to set PIB SPI access mode
c7d899a - hostboot - 2020-06-12 - Release tag & head commit information updated for hw061220a.opmst10
728b066 - Sumit Kumar - 2020-06-12 - FAPI_Infra:Add new member to structure ErrorInfoHwCallout
d10c957 - Sumit Kumar - 2020-06-12 - Fapi_Infra:Add new member to structure ErrorInfoCDG
a41924b - Joachim Fenkes - 2020-06-12 - FAPI2: Multicast API 2/2: Introduce the actual multicast functions
1f73bf0 - Joachim Fenkes - 2020-06-12 - FAPI2: Multicast API 1/2: Platform-breaking changes
00a7fb2 - Dan Crowell - 2020-06-12 - Add Axone targets to fapi error utilities
9876fe7 - Richard J. Knight - 2020-06-12 - Modify the getFfdc routine to consider the SBE proc
9628bf2 - Richard J. Knight - 2020-06-12 - B1814616 - hwsvd sig:11 core dump on zzfp247
cef5d01 - Amit Tendolkar - 2020-06-12 - Optimized PPE FFDC collection framework
234d9c8 - Matt Derksen - 2020-06-12 - Allow HWP to deconfigure parts without a callout
b6c0efa - Donald Washburn - 2020-06-12 - Enable and fix error log variable_buffer support.
001fb88 - Matt K. Light - 2020-06-12 - pack the sbeFfdc_t structure so that SbeFfdcData_t will be correct
7f9d85e - Richard J. Knight - 2020-06-12 - Change ffdc_t size member to size_t from int16_t
c0f1f79 - Santosh Puranik - 2020-06-12 - Some updates to FAPI files
87c49ec - Dean Sanner - 2020-06-12 - Explicitly declare FFDC shared_ptr for space savings
2e6b591 - Richard J. Knight - 2020-06-12 - Phase in support for platform getTarget for ffdc
ef9c15b - Richard J. Knight - 2020-06-12 - Changes to support SBE error parsing in HB/HWSV
098c9d5 - Patrick Williams - 2020-06-12 - fapi2: Update misc functions to honor platform value type.
ecc2e5c - Kahn Evans - 2020-06-12 - fapi2 doxygen warning/error cleanup from ecmd repository
67c83c0 - Thi Tran - 2020-06-12 - FAPI2 - Error/FFDC work related updates
d155a5a - Brian Silver - 2020-06-12 - Additional FAPI migration to fapi2
2db3173 - Brian Silver - 2020-06-12 - Update FFDC mechanism to better handle targets, buffers
60aed27 - Brian Silver - 2020-06-12 - FFDC collection for buffers, exectue() takes a sev parameter
037809a - Brian Silver - 2020-06-12 - Buffer, targeting updates
e053954 - Brian Silver - 2020-06-12 - fapi2 bug fixes and cleanup
668920a - Brian Silver - 2020-06-12 - Add FFDC xml parsing documentation
7384942 - Brian Silver - 2020-06-12 - Error/xml parsing and FFDC classes
b615170 - hostboot - 2020-06-12 - Fix auto-mirror

Changes Included for package hostboot, branch master-p10:
5747f1a - Deb McLemore - 2020-06-12 - SBE enable EEPROM tests
808692c - Zach Clark - 2020-06-12 - Remove workarounds for PDR exchange, fix PLDM entity ID assignment
36f694f - Greg Still - 2020-06-12 - p10_pm_qme_init: set PCB_SKEW_ADJ to normalize multicast operations to cores
ec9b6e4 - Ben Gass - 2020-06-12 - Fix master-p10 build issue and moveregs cfam ffdc problem.
7ff9369 - Jenny Huynh - 2020-06-12 - HW529136: Disable DLR psave around hotplog operations

Signed-off-by: hostboot <hostboot@us.ibm.com>
2 files changed
tree: 088ea7fc2bb3147d737cc2aba84136c72e9f68a2
  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.com:open-power/op-build.git
cd op-build
./op-build palmetto_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