commit | 890ad244d92af9b4f81fdcc1370f14795398f5c4 | [log] [tgz] |
---|---|---|
author | Bill Hoffa <wghoffa@us.ibm.com> | Thu Oct 05 13:46:47 2017 -0500 |
committer | Bill Hoffa <wghoffa@us.ibm.com> | Thu Oct 05 13:46:47 2017 -0500 |
tree | 729d120d5c1df0f5ce2981cb74208b8360b7cdeb | |
parent | cfd3a95bd1c0592d1d37deabd237ec6232a67a69 [diff] |
Op-build Update 10-05-2017 - Remove SBE patch for TOR Magic Header Support - Bringing in d5ee3e8 commit with formal change Changes Included for package sbe, branch master: 374add4 - Yue Du - 2017-10-05 - Revert PLL unlock commits of 45102 and 46563 868a208 - Ashish - 2017-10-05 - SIBRC details fcf4e20 - Ashish - 2017-10-05 - code bug: single step was not restoring dbcr c6adbaf - Greg Still - 2017-10-05 - p9_ppe_commands: add -step_trap support 419151c - Ashish - 2017-10-05 - p9_ppe_commands : Enhanced single step 1878aa7 - Ashish - 2017-10-05 - PPE command line control e98d926 - Joe McGill - 2017-10-04 - p9_thread_control -- remove threads_running check from sreset, start code paths ee1b8b9 - Richard J. Knight - 2017-10-04 - Update default case in set_sbe_error 6f30cb1 - Joachim Fenkes - 2017-10-04 - {nest,cache}_pll_setup: Properly clear PLL unlock indication 7e0ca5f - Greg Still - 2017-10-04 - PM (Cronus): Add processor id for errors from p9_activate_stop15_cores b31641f - Prem Shanker Jha - 2017-10-04 - PM: PPE State tool fixes. b9a5f4e - Ashish - 2017-10-04 - SIBRC details 199ffd0 - Greg Still - 2017-10-04 - p9_ppe_commands: add -step_trap support edaa6ae - Ashish - 2017-10-04 - p9_ppe_commands : Enhanced single step b9568e5 - Ashish - 2017-10-04 - PPE command line control 8ab85cf - spashabk-in - 2017-10-04 - Update security testcase ad463c9 - spashabk-in - 2017-10-04 - SIM delay align to the instruction cachline e655bad - Thi Tran - 2017-10-04 - Remove HB incorrect setting of ATTR_DD1_SLOW_PCI_REF_CLOCK 05539c9 - Anusha Reddy Rangareddygari - 2017-10-04 - Update hardware procedure metadata d5ee3e8 - Claus Michael Olsen - 2017-10-04 - TOR Magic header support
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.
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/
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.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.
Enable Universe (Ubuntu only):
sudo apt-get install software-properties-common sudo add-apt-repository universe
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
Install Fedora 25 64-bit (older Fedora should also work).
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