| commit | 9d50588d6399c7604e228f0511d6c0d01e4ec84a | [log] [tgz] |
|---|---|---|
| author | Stewart Smith <stewart@linux.vnet.ibm.com> | Wed Jun 21 18:46:39 2017 +1000 |
| committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Wed Jun 21 18:46:39 2017 +1000 |
| tree | 51cf7d2f0631f8ba315f8ba13a7c8bab0d44f6ff | |
| parent | 3b1baa28be4c0f0aafb448e7b3fdd1f81ab3dab1 [diff] |
Bump skiboot to skiboot-5.6.0-123-g4df53124cb34
Alistair Popple (7):
hw/npu2-hw-procedures.c: Add nvram option to override zcal calculations
hw/npu2.c: Hardcode MSR_SF when setting up npu XTS contexts
NPU2: Add flag to nvlink config space indicating DL reset state
hw/npu2.c: Change MCD BAR allocation order
hw/npu2.c: Fix device aperture calculation
platforms/astbmc/slots.c: Allow comparison of bus numbers when matching slots
platforms/astbmc/witherspoon.c: Add NPU2 slot mappings
Andrew Donnellan (1):
xive: Fix initialisation of xive_cpu_state struct
Cyril Bur (1):
libflash/libffs: Correctly update the actual size of the partition
Michael Neuling (2):
phb4: Harden init with bad PHBs
Update default TSCR for P9
Stewart Smith (1):
boot-tests: add OpenBMC support
Vasant Hegde (1):
FSP: Add check to detect FSP R/R inside fsp_sync_msg()
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