commit | 0e4f71d5668aeaa952551e204e575fcfa909d523 | [log] [tgz] |
---|---|---|
author | Stewart Smith <stewart@linux.vnet.ibm.com> | Fri Mar 02 15:05:10 2018 +1100 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Fri Mar 02 15:05:10 2018 +1100 |
tree | 000332b688d37ef60d2fe9bfe93b034205d81a7d | |
parent | 99b19670499d6e333e1fce5abacbf17f0210ab29 [diff] |
skiboot v5.10-34-g0f3584d84662 .... and we're back to development skiboot. Let the fun continue! Andrew Donnellan (10): npu2: Split out common helper functions into separate file npu2: Rework NPU data structures for OpenCAPI platform: Add fields for OpenCAPI platform data npu2-opencapi: Configure NPU for OpenCAPI npu2-hw-procedures: Add support for OpenCAPI PHY link training npu2-opencapi: Train OpenCAPI links and setup devices platforms: Add OpenCAPI platform data and device tree nodes doc/device-tree: Add PCI bindings stub doc/device-tree: Add OpenCAPI device tree bindings gitignore: Add *.a Cyril Bur (1): libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase() Frederic Barrat (1): npu2-opencapi: Add OpenCAPI OPAL API calls Joel Stanley (1): README: document output files Michael Ellerman (1): mambo: Add fw-feature flags for security related settings Michael Neuling (4): core/pci-dt-slot: Fix booting with no slot map pci: Move code around pci: Make fast reboot creset PHBs in parallel core/init: Assert when kernel not found Murilo Opsfelder Araujo (1): skiboot.spec: Update to v5.10 release Nicholas Piggin (3): direct-controls: mambo fix for multiple chips build: use thin archives rather than incremental linking core/hmi: report processor recovery reason from core FIR bits on P9 Philippe Bergheaud (2): phb4: set PHB CMPM registers for tunneled operations phb4: set PBCQ Tunnel BAR for tunneled operations Pridhiviraj Paidipeddi (5): libstb/secureboot: Fix logging of secure verify messages. console(lpc/fsp-console): Use only stdout-path property on P9 and above doc/opal-api: Document using stdout-path property core/ipmi-opal: Add interrupt-parent property for ipmi node on P9 and above. doc/opal-api: Document changes of adding interrupt-parent property under /ibm, opal/ipmi node on POWER9 and above. Shilpasri G Bhat (1): fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgt Stewart Smith (2): NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging doc: skiboot 5.10.1 release notes Vaibhav Jain (1): capp: Disable fast-reboot when capp is enabled Vasant Hegde (1): core: Fix 'opal-runtime-size' property 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