commit | 065d64fc0c75b0fe9d7b652ad9735ffef377b939 | [log] [tgz] |
---|---|---|
author | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu Jun 08 17:36:10 2017 +1000 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu Jun 08 17:36:10 2017 +1000 |
tree | a185de629588fd76387149f37011db6ca54901bd | |
parent | 3a95724ea7d6f32b794bd1362cb07332f4abde03 [diff] |
Bump skiboot to skiboot-5.6.0-64-g700b8962e5fe for POWER9 platforms Andrew Donnellan (1): doc: Fix output of version string when using Sphinx with Python 3 Frederic Barrat (1): phb4: Activate shared PCI slot on witherspoon Oliver O'Halloran (1): mambo: Add a reservation for the initramfs Shilpasri G Bhat (1): platform/zz: Acknowledge OCC_LOAD mbox message in ZZ Stewart Smith (4): p8-i2c OCC lock: fix locking in p9_i2c_bus_owner_change PCI: only wait 20ms for PHB logic to settle if we detected any PHBs Disable nap on P8 Mambo, public release has bugs mambo: fix cpio/initramfs reservation Vasant Hegde (6): FSP/RTC: Improve error log specfile: Update specfile FSP/CONSOLE: Remove __unused attribute from fsp_console_read() FSP/CONSOLE: Do not free fsp_msg in error path SBE: Add passthrough command support opal-prd: Handle SBE passthrough message passing Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
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