op-build update 7-31-2018

Changes Included for package sbe, branch master:
e6fa241 - spashabk-in - 2018-07-31 - Special wakeup bit correction
bb25819 - Joe McGill - 2018-07-31 - Validate OBUS DL lane failed indications during initial link training
2eb2708 - Adam Hale - 2018-07-31 - Disable HW439321 workaround in dd1.3
2582f47 - Nick Klazynski - 2018-07-27 - Enable CDD1.3's 4 risklevels (step 1)
4191b61 - Joachim Fenkes - 2018-07-27 - p9_sbe_lpc_init: Improve reset
114eb0d - Dan Crowell - 2018-07-27 - Remove ATTR_PROC_CHIP_MEM_TO_USE
d12c98f - Andre Marin - 2018-07-27 - Add MEM_PORT target
aee8470 - Anusha Reddy Rangareddygari - 2018-07-27 - Initf procedure updates for Cumulus
a8ae4fa - spashabk-in - 2018-07-26 - Support special wakeup for SRESET
2567f8f - spashabk-in - 2018-07-24 - Get capabilities spec sync
06f2b04 - Amit Tendolkar - 2018-07-22 - Handling special wakeup assert/deassert mis-match in PM Reset/Init on MALF
08a3b13 - Sumit Kumar - 2018-07-20 - Updated gerrit hostname
0eff4a7 - Joe McGill - 2018-07-19 - p9.pci.scan.initfile -- replace 62028 implementation with initfile entry
a46943d - Sachin Gupta - 2018-07-19 - Updating backing build
00d48c7 - Yue Du - 2018-07-18 - STOP: remove chiplet enable drop in core_poweron for multicast scom
c8fede9 - Joe McGill - 2018-07-18 - p9_sbe_scominit -- set XSCOM BAR in secure memory with SMF enabled
d5794d1 - Amit Tendolkar - 2018-07-13 - Avoid spurious Malf Alert (HMI) to PHYP in PM Complex Reset/Suspend
dc6a9a0 - Nick Klazynski - 2018-07-13 - Clockgate disable workaround for HW452921
b899067 - Claus Michael Olsen - 2018-07-13 - Cleanup: Updated Mvpd access function and removal of unused rings
6fca309 - Prasad Bg Ranganath - 2018-07-13 - Marking CME sram addr and cntrl register for whitelist
739cb75 - Jenny Huynh - 2018-07-12 - Secure memory allocation and setup
432a7bb - Raja Das - 2018-07-12 - Inverted logic of hasClock bit in Clock Status register
2c410f1 - Sachin Gupta - 2018-07-12 - Fix in quisce
ddefd50 - spashabk-in - 2018-07-12 - Suspend async task on quiesce SBE
5e3c663 - spashabk-in - 2018-07-12 - Skip select master EX on slave SBE
8dcb329 - Joe McGill - 2018-07-12 - p9_sbe_check_quiesce -- restore call to p9_int_scrub_caches
b725244 - Joe McGill - 2018-07-10 - set PEC disable store thread based ordering chicken switches
add2282 - Joe McGill - 2018-07-07 - allow option to enforce mirroring of all system memory
c7486f7 - Joachim Fenkes - 2018-07-04 - p9_sbe_tp_chiplet_init3: Set up oscillator error mask based on MF osc setting
1d60e2d - Prem Shanker Jha - 2018-07-04 - PM: Added support for enable disable of 24x7 IMA.
bba0cab - spashabk-in - 2018-07-03 - Protect fapi rc between processor and async thread
022cf9e - Chris Steffen - 2018-07-02 - Alink Hot Repair Fix
a8686c2 - Joachim Fenkes - 2018-07-02 - p9_sbe_lpc_init: Add final check for errors
c6fdb27 - spashabk-in - 2018-06-29 - Optimize PSU testcases
5c79faf - spashabk-in - 2018-06-29 - ppe CI memory testcase failure fix
8c276e4 - spashabk-in - 2018-06-29 - Update memory address of ADU testcase
a682d4b - Sachin Gupta - 2018-06-29 - Update backing build
1 file changed
tree: b84b796fc73dedb882e19d6c0f537aa5567dc8c4
  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