From 583b28d45bf978832be024276fda8fdfe571c447 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Mon, 14 Jan 2019 18:03:16 +1100 Subject: pseries: Update SLOF firmware image This includes spapr-vio and usb-storage fixes, phandles fix for NVLink2 pass through support and other compile improvements. The full list of changes is: * vio-vscsi: Support multiple channels / buses * board-qemu/slof/vio-vscsi: Scan up to 64 SCSI IDs * usb/storage: Implement block write support * usb/storage: Invert the logic of the IF-statements * fdt: Fix phandles for NVLink/NVLink2 * fdt: Factor out code to replace a phandle in place * pci: use appropriate base class ids * Makefile: Set a proper DRIVER_NAME when building from a git tree * romfs/tools: Silence more compiler warnings with GCC 8.1 * romfs/tools: Silence GCC 8.1 compiler warning with FLASHFS_MAGIC * romfs/tools: Remove superfluous union around the rom header struct * make.rules: Compile SLOF with -fno-asynchronous-unwind-tables Signed-off-by: Alexey Kardashevskiy Signed-off-by: David Gibson --- roms/SLOF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roms') diff --git a/roms/SLOF b/roms/SLOF index 9b7ab2fa02..a5b428e1c1 160000 --- a/roms/SLOF +++ b/roms/SLOF @@ -1 +1 @@ -Subproject commit 9b7ab2fa020341dee8bf9df6c9cf40003e0136df +Subproject commit a5b428e1c1eae703bdd62a3f527223c291ee3fdc -- cgit v1.2.3