op-build update 4-30-2018

Changes Included for package sbe, branch master:
a389a5d - Rahul Batra - 2018-04-26 - PM: Fixes for Livelock Scenarios
eb88f23 - spashabk-in - 2018-04-26 - Extract PROC_CHIP_MEM_TO_USE correction
84cfeb2 - Claus Michael Olsen - 2018-04-24 - Risk level 3/4/5 support: Step 1 - backward compatibility and v6 image
c0db49e - spashabk-in - 2018-04-24 - Revert changes to ipl_table.C
b2d533e - Ben Gass - 2018-04-20 - Adding p9n 2.3 support and p9n 2.3/p9c 1.2 security update
7b302d4 - spashabk-in - 2018-04-20 - Revert changes to EFF_FBC_GRP_CHIP_IDS mode
4b5d5ef - Christian Geddes - 2018-04-20 - PM: Clean up PM Reset and PM Complex Suspend
d96df99 - spashabk-in - 2018-04-19 - Handle only group ID if mem proc chip attribute not set
9a64d75 - Matt K. Light - 2018-04-18 - make ATTR_START_CBS_FIFO_RESET_SKIP platInit
1a166f4 - Elizabeth Liner - 2018-04-18 - Adding changes to handle core checkstops
4219bfe - Joe McGill - 2018-04-18 - p9_hcd_cache_scominit -- disable LCO unless using force_all_cores
0cfb4a3 - Raja Das - 2018-04-17 - Fenced Enabled check along with vdd_pfet_disable_core for scoms
be846ed - spashabk-in - 2018-04-16 - Consume PROC_MEM_TO_USE for alt memory config
aa83a78 - spashabk-in - 2018-04-16 - Update PROC_CHIP_MEM_TO_USE attribute based on valid bit
69770a7 - spashabk-in - 2018-04-13 - Add PROC_MEM_TO_USE to SBE
828b280 - Sachin Gupta - 2018-04-12 - Disable scom state checking in L2/L3 flush in MPIPL
1 file changed
tree: b4be879f66004a98da1a4973528bd46b06c0107f
  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