op-build update 12-20-2019

Changes Included for package hcode, branch master-p10:
ec8ed4e - hostboot - 2019-12-20 - Release tag & head commit information updated for hw122019a.opmst10
3ebfc9f - Sumit Kumar - 2019-12-20 - Fixing compilation errors reported on Ubuntu
c3fa4b3 - Gregory S Still - 2019-12-20 - Revert "Disable PFET checking in QME (until drop Z)"
e53fe4b - Prem Shanker Jha - 2019-12-20 - Disable PFET checking in QME (until drop Z)
203e61a - Sumit Kumar - 2019-12-20 - Fixing compilation errors reported on Ubuntu
ed1ceb3 - Gregory S Still - 2019-12-20 - Revert "Disable PFET checking in QME (until drop Z)"
0b3f752 - Prem Shanker Jha - 2019-12-20 - Disable PFET checking in QME (until drop Z)
da686a6 - Douglas Gilbert - 2019-12-20 - PPE trace version 3, Op trace
c6d9e70 - Sumit Kumar - 2019-12-20 - Common compiler flags support: Fixed return value
c77cc41 - Yue Du - 2019-12-20 - CORECACHE: poweron and poweroff../lib/p10_hcd_common.H
386dc98 - Yue Du - 2019-12-20 - CORECACHE: IStep4 HWP Level 1 Delivery
bde01c8 - Yue Du - 2019-12-20 - P10 Powman: initial common file port and qme image structures
a119f32 - hostboot - 2019-12-20 - Fix auto-mirror
dc84dfe - Greg Still - 2019-12-20 - QME Hcode: disable ESL Power loss checking
072be1e - Sumit Kumar - 2019-12-20 - Modify self.rules.mk to accept ENV VAR for SELF_REST_PREFIX
52855d4 - Sumit Kumar - 2019-12-20 - Moved qme_p10dd10.mk to new location for HCODE

Changes Included for package hostboot, branch master-p10:
3f401b9 - Jayashankar Padath - 2019-12-20 - HDAT: Updates on I/O Hub Array structure
99ef319 - Nick Bofferding - 2019-12-19 - Update SBE level to 93007a6653b24802474affc5142c8122f16736b9
b39d07d - Joachim Fenkes - 2019-12-19 - Update 3:1 clock mux select values
37ede8a - Joe McGill - 2019-12-19 - Add scan support
947ad5d - Jenny Huynh - 2019-12-19 - Fix memory base address mapping to scom registers
99ed83d - Prem Shanker Jha - 2019-12-19 - Disable PFET checking in QME (until drop Z)
d25fc6c - Ben Gass - 2019-12-19 - Adding ibm_sim attribute for explorer initfile
20dab13 - Ilya Smirnov - 2019-12-19 - Correct i2cMasterPath for PMICs

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