commit | ed4b71082d9b352d9bc79ee68e4f1381a4a5aaad | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Oct 04 01:45:48 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Oct 04 01:45:48 2017 -0500 |
tree | 27527bface4c07cf46f128ba449c25db7b495ed8 | |
parent | be9407b4ab2fc344a9d49de443cafd65d4745b0e [diff] |
op-build update 10-4-2017 Changes Included for package zaius-xml, branch master: 7b63cfa - Adrian Barrera - 2017-10-03 - Set Obus PLL to 20G 96ff9e9 - Adrian Barrera - 2017-10-03 - Add Obus Target 793feae - Adrian Barrera - 2017-09-29 - Add 23c WOF table 08baa02 - Adrian Barrera - 2017-09-29 - Enable VDM support Changes Included for package witherspoon-xml, branch master: 24d2f6d - Erich Hauptli - 2017-10-03 - Adding in Host Auto Reboot Control Sensor 589ac70 - Erich Hauptli - 2017-10-03 - Addressing SW403751 a6c44d8 - Erich Hauptli - 2017-10-03 - Power Cap Updates 1bd247d - Erich Hauptli - 2017-10-02 - Fixing truncated WOF file. d7001a3 - Erich Hauptli - 2017-09-29 - Fixing attribute name 27c24de - Erich Hauptli - 2017-09-29 - Adding new OCC attributes 9f99f87 - Erich Hauptli - 2017-09-29 - Updating WOF tables Changes Included for package hostboot, branch master: 8e7e2ad - Zane Shelley - 2017-09-29 - PRD: Nimbus rule file updates d21a9a0 - Yue Du - 2017-09-29 - HWP: Fixing pfet sense bit bug in p9_hcd_common_poweronoff c201607 - Caleb Palmer - 2017-09-29 - MDIA: Update maint cmds with Centaur Hwp 22edf15 - Amit Kumar - 2017-09-29 - PM Level 3 for multiple procedures b850b55 - Marty Gloff - 2017-09-29 - Bringup memory remapping for no memory behind master proc on OP 50d4e66 - Yue Du - 2017-09-29 - STOP: remove union usage in p9_pm_hcd_flags.h 12b1b4e - Adam Hale - 2017-09-29 - PGPE: PGPE Op Trace updates 8fcef7d - Greg Still - 2017-09-29 - PM: Added nest frequency to all HCcode headers for trace timebases 18f1765 - Prem Shanker Jha - 2017-09-29 - PM: Change in logic for PGPE SRAM image size check. b0d5f27 - Marty Gloff - 2017-09-29 - Traces from bringup memory remapping for no memory behind master proc 607bbc3 - Christian Geddes - 2017-09-29 - Enable syslib runtime test cases 7744503 - Christian Geddes - 2017-09-29 - Enable intr test cases 5818b66 - Christian Geddes - 2017-09-29 - Enabled attn testcases eb2d934 - Marty Gloff - 2017-09-29 - Partial good updates for Cumulus 7ca7ca7 - Ilya Smirnov - 2017-09-29 - Append 'ULL' to Attributes Larger Than 0xFFFFFFFF 020bcf3 - Jacob Harvey - 2017-09-29 - Clear bit 56/ ddr_phy fir bit 2 after dram cal 4f4a04c - Caleb Palmer - 2017-09-29 - PRD: Runtime TPS no predictive at false alarm threshold 8f05454 - Caleb Palmer - 2017-09-29 - PRD: Set Signatures during Runtime TPS 9d06cbb - David Kauer - 2017-09-28 - Added Nimbus & Cumulus attributes for INT initfiles Changes Included for package hostboot-binaries, branch master: cddd766 - William Hoffa - 2017-09-29 - Merge pull request #47 from wghoffa/master a6a8e97 - Bill Hoffa - 2017-09-28 - Add GPU GPE1 Binary from 9/7
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