commit | 38adc13bc1269daa039e935a1e8bfda81049153d | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Aug 31 18:02:22 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Aug 31 18:02:22 2017 -0500 |
tree | ccf1ce1ee1d7b4b0b145e4a7f15227e095896fd1 | |
parent | e8ca90de2c6cf25be414328e45b57724fe7d3e6c [diff] |
op-build update 8-31-2017 Changes Included for sbe: 902c1c4 - Claus Michael Olsen - 2017-08-30 - TOR magic header commit: Primer for commit 35372 00b0533 - Joe McGill - 2017-08-30 - change queryChipEcAndName to return fapi2 ReturnCode c9cc2cf - Adam Hale - 2017-08-29 - Add Periodic Core Quiesce Disable Scom Propagation c7277c9 - Joachim Fenkes - 2017-08-29 - p9_sbe_tracearray: Add chip type detection to support changed p9c MC traces 7fb7f3b - Adam Hale - 2017-08-28 - compact suspend ffdc 3efc51f - spashabk-in - 2017-08-25 - [Whitelist/Blacklist] - Files addition df0e08e - Jenny Huynh - 2017-08-25 - HW417560 NCU master tlbie settings tuning 3dc97bf - Joe McGill - 2017-08-25 - p9_sbe_scominit -- unmask PB EAST FIR 31 for hypervisor TI fc241b2 - Matt K. Light - 2017-08-25 - add TARGET_TYPE_OMI eb9e054 - crgeddes - 2017-08-24 - Move clearing of CPMMR PPM WRITE DISABLE so it called on all func cores c3afb3d - Raja Das - 2017-08-24 - HB Addr Stash chip-op 586e1f2 - Raja Das - 2017-08-24 - Moved out sbecmdmpipl.C functions into Seeprom a854d37 - Prasad Bg Ranganath - 2017-08-23 - AVSBUS: Move fapi2 return code to error xml file 48d596f - CHRISTINA L. GRAVES - 2017-08-23 - Support the PIB abort condition on PPE platform 8e1b578 - spashabk-in - 2017-08-23 - Optimise RamCore put_reg & get_reg 60dc61d - Adam Hale - 2017-08-23 - PGPE Trace 5fa8ee1 - Rahul Batra - 2017-08-23 - PM: PGPE Flags Struct Fix 774984c - Greg Still - 2017-08-22 - PM: Remove VDM check from p9_hcd_cache_stopclocks 8a149bf - spashabk-in - 2017-08-21 - Optimize p9_adu_coherent_utils d9bce6e - Amit Tendolkar - 2017-08-21 - Temp commit to enable manual mirror of new files to ppe 5692229 - crgeddes - 2017-08-18 - Fix bug in npu quiesce sequence 35f7629 - crgeddes - 2017-08-18 - Clear disable_ppm_writes bit on CPPM register prior to setting PFDLY
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