mbox series

[git,pull] skiboot-5.4.11

Message ID 755a71aa-4ff6-acd2-e29e-0b7f44952647@linux.vnet.ibm.com
State Accepted
Headers show
Series [git,pull] skiboot-5.4.11 | expand

Pull-request

https://github.com/hegdevasant/skiboot.git tags/skiboot-5.4.11

Message

Vasant Hegde Dec. 4, 2019, 11:45 a.m. UTC
Hello Oliver,


Please pull skiboot 5.4.11 ..which contains fix for inband ipmi issue on FSP 
based system.

Note that I have pulled few other patches to build skiboot on modern compiler.

-Vasant

------------------------------------------------------------------------------------------------------------------------------------------------ 

The following changes since commit aaa3e159cb2ce6baa3d4ca1a283c5f918944c18b:

   skiboot 5.4.10 release notes (2018-05-28 18:06:27 +1000)

are available in the Git repository at:

   https://github.com/hegdevasant/skiboot.git tags/skiboot-5.4.11

for you to fetch changes up to 9a094b60bfc56dbd56c6aeccede8532c0188dd10:

   skiboot 5.4.11 release notes (2019-12-04 15:05:53 +0530)

----------------------------------------------------------------
Michal Suchanek (1):
       errorlog: Prevent alignment error building with gcc9.

Nicholas Piggin (1):
       build: LDFLAGS pass -pie flag explicitly to ld

Vasant Hegde (3):
       FSP/IPMI: Handle FSP reset reload
       hdata/spira: Fix compilation warning
       skiboot 5.4.11 release notes

  Makefile.main                        |  1 +
  doc/release-notes/skiboot-5.4.11.rst | 27 +++++++++++++++++++++++++++
  hdata/spira.h                        |  2 +-
  hw/fsp/fsp-ipmi.c                    | 34 ++++++++++++++++++++++++++++++++++
  include/errorlog.h                   |  2 +-
  5 files changed, 64 insertions(+), 2 deletions(-)
  create mode 100644 doc/release-notes/skiboot-5.4.11.rst