commit | 6a25974934fe48645719cb43b11ffbb563ad37d1 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Oct 30 18:02:16 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Oct 30 18:02:16 2017 -0500 |
tree | e38754f172474abf941f0c87bedea208777ba39a | |
parent | 062d2a34bd545fb1a61f90f7ba070796d48bfd70 [diff] |
op-build update 10-30-2017 Changes Included for package sbe, branch master: 76a7eb9 - Sachin Gupta - 2017-10-26 - Handle PIB Offline error on multicast address e15c80a - Thi Tran - 2017-10-26 - Need to clear OCB3 errors before a PBA operation 204fab9 - Sachin Gupta - 2017-10-25 - Support SBE seeprom read db75522 - spashabk-in - 2017-10-25 - Move fastarray procedures to seeprom dc1c0cc - Anusha Reddy Rangareddygari - 2017-10-24 - Axone Update 2cabc0f - Anusha Reddy Rangareddygari - 2017-10-24 - Update hardware procedure metadata 2fdf5d8 - Anusha Reddy Rangareddygari - 2017-10-24 - p9_setup_clock_term updates 20e4a89 - spashabk-in - 2017-10-23 - Remove registers with TODO from BL/WL csv 3c0cb5f - Anusha Reddy Rangareddygari - 2017-10-23 - Cumulus proc updates 701c3b8 - Anusha Reddy Rangareddygari - 2017-10-23 - Level 2 HWP for p9_setup_clock_term 9d874a0 - Abhishek Agarwal - 2017-10-23 - L1 Rev istep 0.(6-8,11,13,14),1.1,2.(1-13,15,18-20,22,26,27,30,32,34) V2 ec4d036 - Soma BhanuTej - 2017-10-23 - Additional checks to p9_extract_sbe_rc 946e98c - spashabk-in - 2017-10-18 - Align fapi sim delay to 32bytes 17b3205 - Greg Still - 2017-10-15 - VDM: p9_pstate_parameter_block check for VDM Large threshold < -32mV 85c6e9b - Joe McGill - 2017-10-14 - PLL updates for filter BG, BW including OBUS tank coreqs 8fd72f7 - spashabk-in - 2017-10-13 - Continue scom on BL/WL failure f0ba607 - Sachin Gupta - 2017-10-13 - Use compiler definition for size_t a882b4f - Sachin Gupta - 2017-10-12 - Update backing build c861b41 - Luke C. Murray - 2017-10-12 - Updating L2 re-request jitter settings for Cumulus f727fb6 - Luke C. Murray - 2017-10-12 - Workaround for HW421347 Scandalous Pie 8def55a - Nick Klazynski - 2017-10-12 - HW415883 applies to NDD2.1, Add JellyVector WAT, add HW422495, add HW421831 77b6319 - Thi Tran - 2017-10-11 - Share common code between p9_l2_flush and p9_l2err_linedelete ec9a99e - Joachim Fenkes - 2017-10-09 - p9_sbe_chiplet_reset: Set VITL_AL flag for MC chiplets b00f996 - Joe McGill - 2017-10-06 - p9_sbe_tp_enable_ridi -- restore old behavior for cache contained mode support c4fc0ca - spashabk-in - 2017-10-06 - HWSV Dump component put scom registers 1a62f3f - Sachin Gupta - 2017-10-06 - Added support for p9_clear_atomic_lock 2bc9271 - Richard J. Knight - 2017-10-05 - multiple collectFfdc tags results in dupicate code 63bcf2a - spashabk-in - 2017-10-05 - HWSV whitelist registers addition 1721a82 - spashabk-in - 2017-10-05 - Strip spaces in csv fields 248f420 - Amit Kumar - 2017-10-05 - New PPE state dump utility a0ca54a - Greg Still - 2017-10-05 - PM (Cronus): Add processor id for errors from p9_activate_stop15_cores 7f196af - Prem Shanker Jha - 2017-10-05 - PM: PPE State tool fixes.
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