op-build update 1-20-2020

Changes Included for package hostboot-binaries, branch master:
04bff38 - hostboot - 2020-01-18 - UPDATE executables for the NVIDIA gpu and/or ring files for hw011820a.opmst10

Changes Included for package occ, branch master-p10:
732e455 - Chris Cain - 2020-01-17 - Update HOMER host Data offset/struct and add bootloader to simics scripts

Changes Included for package sbe, branch master-p10:
f927028 - Srikantha Meesala - 2020-01-20 - Driver SPI eKb files are added into Measurement seeprom
1e974bb - Srikantha Meesala - 2020-01-20 - Phase-2 : cmd sbe-trace support for measurement
6f751e0 - Srikantha Meesala - 2020-01-20 - Phase-1 : sbe-trace framework changed to support measurement
bf03a39 - Srikantha Meesala - 2020-01-20 - Pibmem_Repair enabled after Updated PibInit Sequence
393ede2 - Srikantha Meesala - 2020-01-20 - Updated SBE_MEASUREMENT_SUPPORT definition
02a9dfb - Srikantha Meesala - 2020-01-17 - By default sbe_boot_mem is set to otprom for runsim CI
33b5a8e - Raja Das - 2020-01-17 - Default IPL mode set to continuous mode standalone script

Changes Included for package hostboot, branch master-p10:
76b7bf1 - Nick Bofferding - 2020-01-20 - Enable winkle/stop in istep 16
5540368 - Nick Bofferding - 2020-01-20 - Export various attributes to MRW
3741485 - Nick Bofferding - 2020-01-20 - Update ekb attribute exposure to MRW
092fc84 - Dan Crowell - 2020-01-20 - Remove deprecated CVPD,DVPD,MEMD support
76b01ba - Ben Gass - 2020-01-20 - Updates for io simulation speed-up - drop Y engd
e66c263 - Ben Gass - 2020-01-20 - Initial pass at code to get x/a/omi links up and trained.
1eff701 - Joe McGill - 2020-01-20 - update IOPPE code for drop V
2b936d6 - Joe McGill - 2020-01-20 - IOPPE image build, source import updates
7d025bd - Nick Bofferding - 2020-01-20 - Expose AFFINITY_PATH attribute to MRW
8402d48 - hostboot - 2020-01-20 - Update simics level to: 2020-01-18_3490eb_simics.tar.gz
5baf65c - Matthew Raybuck - 2020-01-20 - SPI Device Driver: RAS Updates
e9d4216 - hostboot - 2020-01-18 - Update simics level to: 2020-01-16_df2a85_simics.tar.gz
daee280 - Matthew Raybuck - 2020-01-17 - SPI Device Driver: Functional Path
4dcc3aa - Matthew Raybuck - 2020-01-17 - Don't use ATTR_SYNC_BETWEEN_STEPS on BMC
ab1e6ba - Nick Bofferding - 2020-01-17 - Fix default PSSCR value when activating a CPU
a444b76 - Nick Bofferding - 2020-01-17 - Support code coverage in runtime modules
1952f81 - Roland Veloz - 2020-01-17 - P10 MRW parsing misc targets: script updated: processMrw.pl & Targets.pm
63d49b2 - Chris Cain - 2020-01-17 - Update OCC Host Data offset and structure
b16df6c - Sumit Kumar - 2020-01-17 - Fixed compiler warning for RHEL7 systems

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