commit | 4488624e02496bc9813a173b855f2daef0b7296f | [log] [tgz] |
---|---|---|
author | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu Aug 31 14:19:56 2017 +1000 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu Aug 31 14:19:56 2017 +1000 |
tree | 8daa865cca1274d747fab18e4e4a03322dfe4eeb | |
parent | e207c75044de0a67efb544624e331b3e00c44e26 [diff] |
skiboot 5.8 Alistair Popple (2): hw/npu2-hw-procedures.c: Update PHY_RESET procedure hw/npu2.c: Add ibm, nvlink-speed device-tree property Gautham R. Shenoy (1): slw: Modify the power9 stop0_lite latency & residency Nicholas Piggin (3): build: LDFLAGS pass -pie flag explicitly to ld build: CFLAGS compile with -fpie and -fno-pic build: CFLAGS compile with -mcpu=power7 Oliver O'Halloran (2): hw/p8-i2c: Fix OCC locking p8-i2c: Fix random data corruption Stewart Smith (21): Fix release date for 5.8-rc1 Fix mem leak in core/test/run-time-utils test/mem_region: fix incorrect ibm,os-reserve region length core/test/run-device: fix memory leak on exit hdata_to_dt: free device tree on error path hdata/hostservices: fix memory leak parsing mini dt hdata: Reduce 'struct HDIF_array_hdr' alignment to 4 bytes hdata/iohub: fix load of misaligned address for type 'long unsigned int', which requires 8 byte alignment libc/time.c: days_in_month() use char rather than int mktime: fix off-by-one error calling days_in_month libflash/test/test-flash.c: fix memory leak on exit libflash: fix memory leak on flash_exit() libflash/test/test-blocklevel: fix memory leak on exit libc/test/run-snprintf: int -> unsigned int core/test/run-msg: don't depend on unittest mem layout test kernels: link with -N travis: Debian Stretch must pass travis: set -vx on all build scripts gcov: support GCC 7.1+ bump skiboot size from 3 to 4MB, reduce heap by 1MB skiboot 5.8 release notes Sukadev Bhattiprolu (1): vas: export chip-id to vas platform device 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