hostboot master bump to 3ecd7cf99fb44f88a24daca97874e512181ec8f1

Andrew Geissler (3):
      Add test case for getChildTargetsForCDG
      Update getChildTargetsForCDG to use CEN PORT/DIMM
      Move existing tests to use new helper function

Bill Hoffa (1):
      Set Master Proc Attrs during MPIPL FSP Fail-Over Scenario

Brian Stegmiller (1):
      ATTN: Examine correct proc for handling Centaur Attentions

Caleb Palmer (4):
      PRD: Runtime VCM support for Centaur
      PRD: Fix template in chipMarkCleanup
      PRD: Runtime TPS for Centaur/Cumulus
      PRD: use isValid() check before MemSymbol::getDram()

Christian Geddes (2):
      Clear obus fir mask attrs after restoring obus firmasks
      Save and restore OBUS related firmasks

Dan Crowell (4):
      Fix indirect scoms at runtime under Opal
      Increase default watchdog timeout to 10 minutes
      Defer handling attentions on non-master proc until after SMP is up
      Add some MAGIC instructions to aid Simics optimization

Ilya Smirnov (1):
      Fix range Tags in attribute_types.xml

Jaymes Wilks (1):
      Support TPM PCR Poisoning

Louis Stermole (2):
      Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq
      Add extra DRAM reset after RCD load on Nimbus

Luke Mulkey (1):
      P9C Memory Throttle Updates (new HWPs and new ISDIMM Power Curve support)

Marty Gloff (1):
      Clear Block Spec Deconfig Attribute when Gard is removed

Michael Pardeik (1):
      P9C Memory Throttle HWP Updates

Mike Baiocchi (3):
      Add Secureboot Info to FFDC of I2C Errors
      Establish Base Support For Sending Mailbox Messages Across XBUS/ABUS
      Improve FFDC for new Node Comm Device Driver

Prachi Gupta (3):
      Fixup all the voltage rail's ID attribute for both proc and cent
      call mss_volt* hwps with membufs that have same VDDR_ID
      p9c_mss_volt_dimm_count: add a const to the input parameter

Prasad Bg Ranganath (1):
      PM_RESCLK: Clear override bits of CACCR in reset flow

Prem Shanker Jha (1):
      PM: Addressed TODOs in hcode image build HWP.

Stephen Glancy (4):
      Fixes centaur bad bitmap processing
      Enables DDR4 training advanced
      Updates Centaur training to continue on fails for FW
      Fixes Centaur code to use ATTR_BAD_DQ_BITMAP

William A. Kennington III (1):
      ipmiwatchdog: Limit the number of resets

Zane Shelley (14):
      PRD: Simplify templates in memory CE functions
      PRD: Maintenance RCE handling during background scrub for Centaur
      PRD: Maint soft/inter/hard CE handling during background scrub for Centaur
      PRD: Update MemTdCtlr::initialize() for Centaur
      PRD: removed unused P8 code
      PRD: flush CE and RCE tables when a TD procedure is complete
      PRD: cleanup after placing/verifying a chip mark on Centaur
      PRD: standardized VCM nextStep() and analyzePhase()
      PRD: ECC analysis and command handling for DRAM sparing
      PRD: TPS analyzePhase() for Centaur
      PRD: TPS startNextPhase() for Centaur
      PRD: TPS nextStep() for Centaur
      PRD: TPS analyzeEccErrors() for Centaur
      PRD: TPS analyzeCeStats() for Centaur

aravnair-in (1):
      Fix instance path for SMPGROUP target

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
1 file changed
tree: 379e941cd28830ed5cba4d08061b4154ac431960
  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-env
  13. 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-env
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.

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 14.04) or Debian (>= 7.5) 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 libxml2-dev libxml2-utils xsltproc \
       wget bc
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora 25 64-bit (older Fedora should also work).

  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)" libxml2-devel \
       which wget unzip tar cpio python bzip2 bc findutils ncurses-devel