op-build update 1-15-2020

Changes Included for package hostboot-binaries, branch master:
21e9b6b - hostboot - 2020-01-13 - UPDATE executables for the NVIDIA gpu and/or ring files for hw011320a.opmst10

Changes Included for package sbe, branch master-p10:
3eb60e8 - Sunil Kumar - 2020-01-14 - Removed hardcoding of simics object.
f3bef6e - Raja Das - 2020-01-14 - Updated functional state of PAUC pervasive Chiplets basis the PG
81f21f5 - Raja Das - 2020-01-14 - Commented checkstop check in continuous IPL mode.
1901de7 - Raja Das - 2020-01-13 - OTPROM Updates

Changes Included for package hcode, branch master-p10:
5601ec8 - hostboot - 2020-01-14 - Release tag & head commit information updated for hw011420a.opmst10
348a993 - Jenny Huynh - 2020-01-14 - Update TOD setup procedure with P10 smp configs
a729e90 - Thi Tran - 2020-01-14 - Add script to check for MRW attribute settings in <system>.mrw.xml files
c5c50cc - Jenny Huynh - 2020-01-14 - Generalize fabric inits and cleanup for fbc/smp procedures
7e4ea08 - Ben Gass - 2020-01-14 - Initial pass at code to get x/a/omi links up and trained.
e98e101 - Joe McGill - 2020-01-14 - nest HWP updates to calculate and apply MCD, MMIO BAR, FBC SL domain settings
5cf5dd7 - Jenny Huynh - 2020-01-14 - Implement p10_chiplet_fabric_scominit procedure
82e170c - Jenny Huynh - 2020-01-14 - Implement p10_fbc_eff_config_links procedure (2/2)
5e26dbd - Christopher M Riedl - 2020-01-14 - Implement L3 customization in cache scominit
36f1e39 - Christopher M Riedl - 2020-01-14 - Initialize system fabric topology table
cffc536 - Andre A. Marin - 2020-01-14 - Add snapshot of ocmb/explorer for master-p10 branch
80dd5f8 - Jenny Huynh - 2020-01-14 - Implement p10_fbc_eff_config procedure (2/2)
6f7b51a - Thi Tran - 2020-01-14 - P10 - MSS_SETUP_BARS attributes
eef91dc - Thi Tran - 2020-01-14 - Port 'p9_mss_eff_grouping HWP to P10 (Part 1 of 2).
e14b583 - Nicholas Landi - 2020-01-14 - Removal of duplicate attribute in sbe_mcs_setup
6a5fcdd - Nicholas Landi - 2020-01-14 - Implement p10_sbe_mcs_setup procedure
7bd6767 - Anusha Reddy Rangareddygari - 2020-01-14 - P10 Attributes updates
0098bfe - Anusha Reddy Rangareddygari - 2020-01-14 - Initial import of P10 pervasive attributes
68ad69a - Jenny Huynh - 2020-01-14 - Include attribute to define fabric topology ID table values.
5926902 - Jenny Huynh - 2020-01-14 - Initial import of P10 nest attributes
46accd4 - hostboot - 2020-01-14 - Fix auto-mirror
8fc4798 - hostboot - 2020-01-13 - Release tag & head commit information updated for hw011320a.opmst10

Changes Included for package hostboot, branch master-p10:
30441e2 - Yue Du - 2020-01-15 - Create new HWPs to be mirrored to Hostboot
1b41b44 - Dan Crowell - 2020-01-15 - Temporarily skip the call to start the deadman timer
fbcccb4 - Dan Crowell - 2020-01-14 - Push ATTR_NVDIMM_ARMED down to FSP to handle MPIPL case
81ca27c - Roland Veloz - 2020-01-14 - Added new GenericFspMboxMessage_t interface to save NVDIMM keys
7ab8f04 - Dan Crowell - 2020-01-14 - Add more rc values to vmmpagetest
b708d09 - hostboot - 2020-01-13 - Update simics level to: 2020-01-10_0f1c33_simics.tar.gz

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