op-build update 11-19-2019

Changes Included for package sbe, branch master-p10:
8b58d2f - Sunil Kumar - 2019-11-19 - To support PPE compilation
24cdad0 - Raja Das - 2019-11-19 - Updated Simics release tar

Changes Included for package rainier-xml, branch master:
ab4a4f5 - Andrew J Geissler - 2019-11-19 - Merge pull request #12 from rubymart/master
c1bbf8d - rubymart - 2019-11-19 - Added missing I2C_SPEED value of 400Khz.
f13f424 - rubymart - 2019-11-18 - Fixed FSI connections mistake and updated attribute values per VBU doc.
f04cf50 - rubymart - 2019-11-18 - First checkin of Rainier 2U MRW XML and HTML files.
28178da - Andrew J Geissler - 2019-11-12 - Merge pull request #5 from rubymart/master
7dc1abb - rubymart - 2019-11-07 - Fixed I2CM PCI connections to PCA9552-2 and PCA9552-3 devices.
b404d73 - rubymart - 2019-11-07 - Added missing targets for the ddimms.
3f3e8c4 - Andrew J Geissler - 2019-10-16 - Merge pull request #2 from rubymart/master
9a99435 - rubymart - 2019-10-15 - Made IPMI changes requested by Santosh.
c4247ed - rubymart - 2019-10-09 - Fixed values for PROC_FABRIC_TOPOLOGY_ID for DCM1 processors
b70865c - rubymart - 2019-09-25 - Changes include: 	o Updated I2C addresses for UCD and AVDD 	o Moved eBMC TPM from I2C9 to I2C3 bus 	o Added I2C address of TPM (0x5C) and connected it to the processor I2C bus 	o Corrected I2C_ENGINE and I2C_PORT values for DDIMMs connected to the processor OPB I2C bus (master_E instead of master_C) 	o Added UART connection from eBMC to APSS 	o Added SPI connection between DCM0 P0 and APSS 	o Added boot fail PIC device to Nisqually and connected it to eBMC I2C4 bus 	o Added missing UCD connections for PMBUS_CNTRL, UCD_RESET and UCD_ALERT
c86c72b - rubymart - 2019-09-05 - Latest Rainier 4U MRW files, PCIe connections & proc I2C engine fixes

Changes Included for package hostboot, branch master-p10:
e7ac6e5 - Glenn Miles - 2019-11-19 - Re-enable FSI test.
4e03b91 - hostboot - 2019-11-19 - Update simics level to: 2019-11-18_a5f5ca_simics.tar.gz
5ac2848 - Sunil Kumar - 2019-11-19 - To support PPE compilation
d474d98 - Nick Bofferding - 2019-11-19 - Rainier Bringup: inhibit FRU inventory/sensor traffic down to BMC
51250cf - Nick Bofferding - 2019-11-18 - Rainier Bringup: Add ATTR_MIRROR_BASE_ADDRESS to system target
6dfffc3 - Nick Bofferding - 2019-11-18 - Rainer Bringup: Add DO_ABUS_DECONFIG to system target
9fa3543 - Nick Bofferding - 2019-11-18 - Move static #V related attribute overrides to HB customized attributes
f563011 - Nick Bofferding - 2019-11-18 - Remove p10_sbe related files from building in istep 14
86b1fb3 - Zane Shelley - 2019-11-18 - PRD: re-enable stubbed PRD code for P10
03e273e - hostboot - 2019-11-18 - Update simics level to: 2019-11-15_ecb340_simics.tar.gz
00f05f9 - Dan Crowell - 2019-11-18 - Slave core activation workarounds
abaf434 - Bill Hoffa - 2019-11-18 - Set PROC_XSCOM_BAR_BASE_ADDR_OFFSET default value
759fcac - Nick Bofferding - 2019-11-18 - Rainier BUP: Update symmetry validation to use PROC_FABRIC_BROADCAST_MODE
cb7de27 - Ilya Smirnov - 2019-11-18 - Update Submodule EKB Level
78917a3 - Ilya Smirnov - 2019-11-18 - Fix UVBWLIST SBE Chip Op
afeecfe - Nick Bofferding - 2019-11-17 - Fix OCMB naming typo
1b20472 - Dan Crowell - 2019-11-17 - Mark bootloader RCs for FSP export
baddde2 - Dan Crowell - 2019-11-16 - Add missing trace point to BlTrace.pm tool
d578ef8 - Corey Swenson - 2019-11-16 - Support OMI MMIO allocation using topology ID
3c0e034 - Mike Baiocchi - 2019-11-16 - Move KEY_CLEAR_REQUEST attribute from node level to system level
6116f52 - Mike Baiocchi - 2019-11-16 - Add Physical Presence Check and Window Open Features
179af24 - Mike Baiocchi - 2019-11-15 - Support GPIO Physical Presence Detect Devices
310fc0b - Sumit Kumar - 2019-11-15 - Build and append Self-save-restore XIP image into HW Image

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