op-build update 1-12-2018

Changes Included for package sbe, branch master:
86ae83c - Joe McGill - 2018-01-12 - MCD disable workaround for HW423589 (option1)
584ee23 - Sunil Kumar - 2018-01-12 - SW410723 chiplet ID range for address 107D0 is increased to 0x37.
7843b72 - spashabk-in - 2018-01-12 - Disable generic and isntruction control on DD1
633cc43 - Sachin Gupta - 2018-01-11 - Update backing build
057add7 - Sachin Gupta - 2018-01-10 - Solve compilation issue for type casting
25bfaab - spashabk-in - 2018-01-10 - [SBE-code-re-org][5] IPL table re org
b47bb02 - Martin Peschke - 2018-01-08 - p9_dd_container: simple generic standalone DD level container
71ffbf4 - spashabk-in - 2018-01-04 - [SBE-code-re-org][4] Adding app common makefiles
1c7f2eb - spashabk-in - 2018-01-04 - [SBE-code-re-org][3] Merge core folder makefiles
efddbee - Claus Michael Olsen - 2018-01-03 - Adding CT_P9A to the enum list of chip types.
5601065 - spashabk-in - 2018-01-03 - [SBE-code-re-org][2] Chip-op handler code
819a606 - spashabk-in - 2018-01-03 - [SBE-code-re-org][1] sbefw - core and app folders

Changes Included for package hostboot, branch master:
52ca812 - Corey Swenson - 2018-01-12 - Leave MCS acker open until Istep14
aa5e361 - Caleb Palmer - 2018-01-11 - MDIA: Fix overwriting rc from restoreDramRepairs
2a032fa - Jaymes Wilks - 2018-01-11 - Continue to run simics on lack of write access for trace files
443f2c7 - Rahul Batra - 2018-01-11 - PGPE: Fix FIT and actuation step conflict
21c7d72 - Claus Michael Olsen - 2018-01-11 - p9_dd_container: Introducing DD container API lib to PPE repo
1233c10 - Dean Sanner - 2018-01-10 - Various targeting fixes for Fleetwood system
1e15041 - Christian Geddes - 2018-01-10 - Remove obus workaround from call_proc_chiplet_fabric_scominit
6407898 - Dean Sanner - 2018-01-10 - Connect CDIMM power/slope ATTR with VPD accessor function
4592e5a - Christian Geddes - 2018-01-10 - Add FABRIC_PRESENT_GROUPS system attribute
13863b5 - Bill Hoffa - 2018-01-09 - Add call_host_set_voltages to istep 08.12
e5cb788 - Christian Geddes - 2018-01-09 - Remove writable property from ATTR_LINK_TRAIN
3dca5a8 - Santosh Puranik - 2018-01-09 - Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID
610996c - Sachin Gupta - 2018-01-09 - Change type for number of pages.
7f8aa4b - Dan Crowell - 2018-01-09 - Tweaks to multicast scom workaround
9ea9546 - Prachi Gupta - 2018-01-09 - ZEP_BUP: remove no_export and default value from DMI_REFCLOCK_SWIZZLE
fc6895b - Christian Geddes - 2018-01-08 - Remove writable from Power Slope Centaur Attributes
245f722 - Thi Tran - 2018-01-08 - Mirror (new) p9_putmemproc HWP files
03e13de - Ilya Smirnov - 2018-01-08 - Populate hb Runtime Data after OCC Starts
0a1b60c - Marty Gloff - 2018-01-08 - Concurrent code update of HBRT - Update Structure
2 files changed
tree: 1980de58a20ad18693f4767dae6b0b93762ddbfa
  1. ci/
  2. dl/
  3. openpower/
  4. output/
  5. .gitignore
  6. .gitmodules
  7. CONTRIBUTING.md
  8. LICENSE
  9. NOTICE
  10. op-build-env
  11. 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.

Development

Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build

Mailing list: openpower-firmware@lists.ozlabs.org
Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/

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/ such as Habanero and Firestone.

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