commit | ca426a3519de97fb50050ddd8daa91db4b3655fd | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Sep 13 12:31:33 2017 +1000 |
committer | Joel Stanley <joel@jms.id.au> | Wed Sep 13 13:24:08 2017 +1000 |
tree | eab7d56d94b3d28fadd6bfda36338120225143a6 | |
parent | 6621189c83b0b97ee97812ef818b0df8a6c3efb8 [diff] |
kernel: Release Linux v4.4.87-openpower1 Machines were hitting an error with the lpfc driver on shutdown: The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes Requesting system halt [ 1238.613900] sd 0:2:1:0: [sdb] Synchronizing SCSI cache [ 1238.687338] sd 0:2:0:0: [sda] Synchronizing SCSI cache [ 1271.092630] lpfc 0005:01:00.1: 5:2878 ELS XRI exchange busy wait time: 10 seconds. [ 1332.092628] lpfc 0005:01:00.0: 4:2878 ELS XRI exchange busy wait time: 10 seconds. [ 1394.112621] lpfc 0004:01:00.1: 3:2878 ELS XRI exchange busy wait time: 10 seconds. [ 1455.112619] lpfc 0004:01:00.0: 2:2878 ELS XRI exchange busy wait time: 10 seconds. The backported commit "lpfc: Fix Device discovery failures during switch reboot test" resolves this issue. Signed-off-by: Joel Stanley <joel@jms.id.au>
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/
git clone --recursive git@github.com:open-power/op-build.git cd op-build . op-build-env op-build palmetto_defconfig && op-build
This will build an image for a Palmetto system. There exists default configurations for other platforms in openpower/configs/ such as Habanero and Firestone.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.
Enable Universe:
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 23 64-bit.
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