op-build update 6-17-2020

Changes Included for package sbe, branch master-p10:
15201a6 - Raja Das - 2020-06-16 - Added new istep 2.3 p10_sbe_tp_dpll_bypass per the IPL Doc

Changes Included for package hostboot, branch master-p10:
76402b2 - Joe McGill - 2020-06-17 - drive NMMU1 deconfiguration from PAU unit requirements
2b0a414 - Joe McGill - 2020-06-17 - p10_dynamic_init_attributes.xml -- establish for mirror
dd4d724 - Chris Steffen - 2020-06-17 - Added OMI Pre/Post Train Advance Shells
d30a91e - hostboot - 2020-06-17 - Update simics level to: 2020-06-16_bf9fac_simics.tar.gz 8c4252f901ccbad5
98d6179 - Joe McGill - 2020-06-17 - p10_psi_init -- limit to half speed operation on Denali
5a40bbb - Olsen - 2020-06-17 - Coreq avoidance reversal of commit 92684
368b077 - Bill Hoffa - 2020-06-16 - Apss MRW Processing Change to use GND
d036e54 - Rahul Batra - 2020-06-16 - PM: DDS Updates HWP
166cc6f - Bill Hoffa - 2020-06-16 - OCMBFW PNOR Updates for P10
5e21002 - Zane Shelley - 2020-06-16 - remove FIRDATA PNOR partition
6b6e5d9 - Bill Hoffa - 2020-06-16 - Add Missing PCIE Attributes to PHB Target
84221d3 - Bill Hoffa - 2020-06-16 - Add "BASE" PCIE Attrs to PEC Target
431c5d5 - Murulidhar Nataraju - 2020-06-16 - Update Attributes required for MPIPL to be supported
745c7e9 - Dan Crowell - 2020-06-16 - Remove duplicate ATTR_EC_GARD attribute
ff4db0f - Dan Crowell - 2020-06-16 - Fix fsi bus topology parsing of MRW
567d6d2 - Joe McGill - 2020-06-16 - update MC, IOHS PLL bucket definitions
7872804 - Christian Geddes - 2020-06-16 - Merge commit 'e8c9ae' as 'src/subtree/openbmc/pldm'
51f3b7a - Christian Geddes - 2020-06-16 - Squashed 'src/subtree/openbmc/pldm/' content from commit f348b95
f1de4dc - Zane Shelley - 2020-06-16 - PRD: additional FIRDATA cleanup in prdf module
8939eea - Zane Shelley - 2020-06-16 - PRD: removed FIRDATA source code
06fd3a0 - Zane Shelley - 2020-06-16 - PRD: disable legacy openpower checkstop handler
37ed3cd - Zane Shelley - 2020-06-16 - PRD: remove p9 specific workaround plugins
129764b - Ilya Smirnov - 2020-06-16 - ScopedHomerMapper: FSP Fix
63d938b - Deb McLemore - 2020-06-16 - istep9.1 proc_io_dccal_done
54a424d - Dan Crowell - 2020-06-16 - Add helpful boot script for Denali
8041d20 - Dan Crowell - 2020-06-16 - Temporarily disable OCMB comm tests
7abbb52 - hostboot - 2020-06-16 - Update simics level to: 2020-06-16_b6e8a1_simics.tar.gz 41cbec081d9fc306
7097750 - hostboot - 2020-06-16 - Update SBE commit to 69da169... Update Attributes required for MPIPL to
337f9e7 - Dan Crowell - 2020-06-16 - Disable fapi2 ring operations
73a8cb8 - hostboot - 2020-06-16 - Update HCODE commit to d7edaa1... EKB build fix on RHEL7 systems

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