op-build update 9-17-2018

Changes Included for package sbe, branch master:
da99f39 - spashabk-in - 2018-09-17 - Jenkins parallel build
eb8c943 - spashabk-in - 2018-09-17 - Move Control instruction to seeprom
3aa7b7c - spashabk-in - 2018-09-16 - Enable parallel builds in SBE
d103f7a - Stephen Glancy - 2018-09-16 - Adds endian_swap to fapi2
3399fd3 - Jenny Huynh - 2018-09-12 - SW427193 / HW461448: Enable memory controller wat
4a4cf32 - Prem Shanker Jha - 2018-09-12 - Revert "UV Support : Augmented STOP API and self restore for enabling UV"
1d4b3dd - Abhishek Agarwal - 2018-09-10 - Axone only-IPL Procedures update to support SBE changes
5697a35 - Anusha Reddy Rangareddygari - 2018-09-10 - Axone only-Mux settings for TOD refclk input
6b4839f - spashabk-in - 2018-09-10 - Fix forced-trace command
9bb6431 - spashabk-in - 2018-09-10 - Release sbe binaries as part of simics tar
1536a9e - Richard J. Knight - 2018-09-07 - get FAPI_POS for all valid target types passed in SBE FIFO ffdc
957a647 - Anusha Reddy Rangareddygari - 2018-09-07 - Initf procedure updates for Axone OMI rings
97b4146 - Joachim Fenkes - 2018-09-07 - p9_sbe_lpc_init: Skip final error check for Fleetwood GA1
ecf4481 - Jennifer A. Stofer - 2018-09-07 - Revert "Initf procedure updates for OMI rings for Axone"
40409eb - Anusha Reddy Rangareddygari - 2018-09-07 - Initf procedure updates for OMI rings for Axone
2259225 - Claus Michael Olsen - 2018-09-06 - Infrastructure support for new MC OMI rings for Axone
26f2def - Prem Shanker Jha - 2018-09-06 - UV Support : Augmented STOP API and self restore for enabling ultravisor.
a2fae5c - Richard J. Knight - 2018-09-06 - Modify the getFfdc routine to consider the SBE proc
ab21d92 - Nick Bofferding - 2018-09-05 - Secure Boot: Whitelist PPE External Interface XCR and SMP lane related register
2bd351f - Prasad Bg Ranganath - 2018-08-31 - PM:Some more cleanups in update_ec_eq procedure for core unit xstop case
bd5c4de - Raja Das - 2018-08-30 - [SBE-ARCH1]HRMOR relocated to 4Gb for SPLess Opal system
d78d955 - Nick Klazynski - 2018-08-29 - Add TLBIE WAT
dcd07da - Joe McGill - 2018-08-29 - prevent NVDL recal_abort to OBUS PHY during SMP usage
19a6cc3 - Jennifer A. Stofer - 2018-08-29 - Revert "lpc_init: Correct LPC host controller timeout value"
bbce139 - Joachim Fenkes - 2018-08-29 - lpc_init: Correct LPC host controller timeout value
037aa8a - Nick Klazynski - 2018-08-29 - Enable Core compatability Mode; Add HW443669
ff37b7e - Dean Sanner - 2018-08-29 - Use core target for HRMOR/URMOR scoms in p9_sbe_load_bootloader
da2faf3 - Joe McGill - 2018-08-29 - nest updates for p9c DD1.3 native and p9c DD1.2 compatibility modes
d7508dc - Joe McGill - 2018-08-29 - Updates to permit synchronized SS PLL spreading via TOD
895e0d5 - Greg Still - 2018-08-29 - SMF: SBE updates for SMF (URMOR set and CPMMR[Runtime Wakeup Mode] clear)
69dedc0 - Dean Sanner - 2018-08-28 - Add hook to setup ATTR_SMF_CONFIG
4f7caa3 - Richard J. Knight - 2018-08-28 - Add prototype for releasing platform data pointer storage function
f4b7f49 - spashabk-in - 2018-08-28 - Introducing lpc utils source file
121afb0 - spashabk-in - 2018-08-28 - Move all text section to PIBMEM for axone
ba07774 - spashabk-in - 2018-08-28 - Bump up axone pibmem size to 224KB
cf180c5 - spashabk-in - 2018-08-28 - Axone image suffix
ef27d8b - Douglas Gilbert - 2018-08-23 - HCODE Make divide using DERP/DORP atomic

Signed-off-by: hostboot <hostboot@us.ibm.com>
1 file changed
tree: c628604c94bc3412986c4d28e44fa9d5ab608635
  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