commit | 14f0466caed81c78a9a4157c7053dbb100e80d90 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Apr 03 10:16:26 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Apr 03 10:16:26 2017 -0500 |
tree | a37f9cb193f5595b1f93e425c90a69e05d275015 | |
parent | 0a724595dd07f91effbfb612bffea964bd763fc3 [diff] |
op-build update 4-3-2017 b1f3ddf - nagurram-in, 7 days ago : HDAT alignment fix for variable length PCRD structs e452a1b - Aravind T Nair, 3 weeks ago : Fix compile warnings from trace statements 478f823 - Rahul Batra, 3 weeks ago : PM Complex Suspend and Safe Mode 5881261 - crgeddes, 7 days ago : Set WKUP_NOTIFY_SELECT bit on all slave cores 908517a - Jaymes Wilks, 3 weeks ago : Add attribute support for TPM locality 1 and 3 91ada94 - Jaymes Wilks, 6 weeks ago : Initialize HDAT TPM Info d6aaf2f - Jaymes Wilks, 7 weeks ago : Setup TPM Related Info Section in HDAT 2557676 - Prem Shanker Jha, 3 months ago : PM: Design changes in SGPE Boot copier and boot loader. b188c4c - Joe McGill, 5 weeks ago : update DPLL and IVRM inits 480861b - Sangeetha T S, 3 weeks ago : Register data collection in FFDC 9dbaa5d - Yue Du, 4 weeks ago : HW405243/IPL: Assert/drop pcb_mux_disable around quad power off 99dffb1 - Stephen Glancy, 5 days ago : Fixed blue waterfall's error message 6a9cd8f - Andre Marin, 6 days ago : Change base decoder, add ddr4 namespace, and common API btw modules 3e8219f - Stephen Glancy, 11 days ago : Fixed blue waterfall workaround bugs 6a1cf7b - Andre Marin, 7 days ago : Disable ECC Hash in sim 6e3af62 - nagurram-in, 3 days ago : Fixing mem leak and ipmi getSensorType api failure bypass for now. a38c879 - Dean Sanner, 3 days ago : Only populate OCC HDAT structs when OCC config enabled 4ec5fe2 - Stephen Glancy, 4 days ago : Updates DCD to pass on a/b failure
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 \ 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