open-power / skiboot

OPAL boot and runtime firmware for POWER
Apache License 2.0
98 stars 134 forks source link

[stable] skiboot 6.2.4 #242

Closed hegdevasant closed 5 years ago

hegdevasant commented 5 years ago

The following changes since commit 8463ee4bc297fab0181fbb418954c3476a2adbde:

skiboot v6.2.3 release notes (2019-03-18 20:48:52 +0530)

are available in the Git repository at:

https://github.com/hegdevasant/skiboot.git tags/v6.2.4

for you to fetch changes up to d577e3801e8a750cdfdcf6bf8a7774e333e05248:

skiboot v6.2.4 release notes (2019-05-08 17:30:44 +0530)


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

core/Makefile.inc | 2 +- core/flash.c | 33 ++++++++- core/hmi.c | 4 +- core/ipmi.c | 2 +- core/pci-iov.c | 265 --------------------------------------------------------------------- core/pci.c | 2 - core/timebase.c | 10 +++ doc/release-notes/skiboot-6.2.4.rst | 233 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/xscom.c | 26 +------ include/pci-iov.h | 37 ---------- libflash/ipmi-hiomap.c | 21 +++++- libflash/libffs.c | 2 +- libflash/test/test-ipmi-hiomap.c | 85 +++++++++++++++++++++- platforms/astbmc/pnor.c | 5 +- 14 files changed, 387 insertions(+), 340 deletions(-) delete mode 100644 core/pci-iov.c create mode 100644 doc/release-notes/skiboot-6.2.4.rst delete mode 100644 include/pci-iov.h

-Vasant