skiboot v6.5

Andrew Geissler (1):
      Support BMC IPMI heartbeat command

Dan Crowell (1):
      Updating shared constants for HBRT

Dan HorĂ¡k (1):
      gard: fix installation rule

Jordan Niethe (6):
      core/pci-dt-slots: Remove duplicate PCIDBG() definition
      pci: Use a macro for accessing PCI BDF Bus Number
      pci: Use a macro for accessing PCI BDF Device Number
      pci: Use a macro for accessing PCI BDF Function Number
      hw/phb4: Use standard MIN/MAX macro definitions
      ipmi: Use standard MIN() macro definition

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

Nicholas Piggin (1):
      asm/head: set skiboot TOC in interrupt handler entry

Oliver O'Halloran (11):
      Makefiles: Remove --Wno-stringop-truncation
      hw: Put SPDX on new files
      core/pci-quirk: Re-order struct members
      core/pci: Export pci_check_clear_freeze()
      core/pci-quirk: Microsemi switch UR workaround
      hw/sbe-p9: Fix multi-line log messages
      include/xscom: Remove duplicate p8 definitions
      include/xscom: Remove duplicate p9 definitions
      include/xscom: Use the name EQ rather than EP
      hw/phb4: Prevent register accesses when in reset
      skiboot 6.5 release notes

Reza Arbab (12):
      Dedup $(HW_OBJS)
      hw/phys-map: Add pvr argument to phys_map_init()
      hw/phys-map: Add Axone memory map
      npu2: Prepare purge_l2_l3_caches() for reuse
      npu2: Refactor NPU OPAL calls
      npu2: Add checks to npu2-only codepaths
      hw: Introduce npu3
      Add Swift platform
      npu3: Rename NPU3_SM_MISC_CFGn register macros
      npu3: Initialize NPU3_SNP_MISC_CFG0
      npu3: Expose remaining ATSD launch registers
      npu: Fix device binding error message

Shilpasri G Bhat (1):
      occ: Add pstate corresponding to base frequency to DT

Stewart Smith (7):
      SPDX-ify all skiboot code
      travis: Enable fedora30 for ppc64le
      travis: remove fedora29
      travis: do gcov builds on fedora30
      doc/requirements.txt: pin docutils at 0.14
      doc/device-tree/ibm, opal/firmware/version: clarify timeline of git-id vs version
      SPDX fixups and Copyright date fixes

Vasant Hegde (25):
      OPAL: Add OPAL boot entry address to device tree
      FSP/MDST: Rename fsp-mdst-table.c -> fsp-sysdump.c
      hdata: Split MDST 'type' field to accommodate MPIPL
      hdata: Define various DUMP related structures
      mem-map: Setup memory for MDDT table
      mem-map: Setup memory for MDRT table
      hdata: Update spirah structure
      hdata: Adjust various structure offset after relocation
      hdata: Create /ibm, opal/dump device tree node
      MPIPL: Register for OPAL dump
      MPIPL: Define OPAL metadata area
      MPIPL: Add OPAL API to register for dump region
      MPIPL: Add OPAL API to register tags
      SBE: Send OPAL relocated base address to SBE
      MPIPL: Add support to trigger MPIPL on BMC system
      MPIPL: Save crashing PIR
      HIOMAP: Reset bmc mbox in MPIPL path
      platform: Introduce new reboot type
      hdata: Add "mpipl-boot" property to "dump" node
      MPIPL: Prepare OPAL data tag
      MPIPL: Add OPAL API to query saved tags
      MPIPL: Clear tags and metadata
      MPIPL: Reserve memory to capture architected registers data
      MPIPL: Prepare architected registers data tag
      MPIPL: Add documentation

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 8197bb5..3aaa938 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.4-15-gdab352eecb1d" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.5" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION