| commit | f179a20e33262e635b01ea0ac8124816bca60142 | [log] [tgz] |
|---|---|---|
| author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | Thu May 09 14:37:20 2019 +0530 |
| committer | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | Thu May 09 14:37:20 2019 +0530 |
| tree | e0f6787d2428715b38759a33f8e263bb5140b0cb | |
| parent | c945a1c5780bb34d97bfa115ba90cb514764c241 [diff] |
skiboot v6.2.4
Andrew Jeffery (2):
astbmc: Handle failure to initialise raw flash
core/flash: Retry requests as necessary in flash_load_resource()
Mahesh Salgaonkar (2):
Fix hang in pnv_platform_error_reboot path due to TOD failure.
opal/hmi: Initialize the hmi event with old value of TFMR.
Michal Suchanek (1):
libffs: Fix string truncation gcc warning.
Oliver O'Halloran (2):
hw/xscom: Enable sw xstop by default on p9
pci/iov: Remove skiboot VF tracking
Vasant Hegde (7):
core/ipmi: Print correct netfn value
libflash/ipmi-hiomap: Fix blocks count issue
test-ipmi-hiomap: Assert if size is zero
test-ipmi-hiomap: Add write-one-byte test
test-ipmi-hiomap: Fix lpc-read-success
test-ipmi-hiomap: Add read-one-byte test
skiboot v6.2.4 release notes
Signed-off-by: Vasant Hegde <hegdevasant@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.
https://open-power.github.io/op-build/
See the doc/ directory for documentation source. Contributions are VERY welcome!
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
See CONTRIBUTING.md for howto contribute code.
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/. Current POWER8 platforms include Habanero, Firestone, and Garrison. Current POWER9 platforms include Witherspoon, Boston (p9dsu), Romulus, and Zaius.
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 libxml-parser-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