blob: 5a271ae346ad976ca73f55ac6d660d49fa444d1d [file] [log] [blame]
Joel Stanley8ac6ef02016-12-14 15:12:16 +10301From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Joel Stanley <joel@jms.id.au>
3Date: Wed, 14 Dec 2016 13:20:09 +1030
4Subject: [PATCH 12/12] Release 4.4.38-openpower1
5
6 - Backports to fix building with modern binutils
7 * powerpc: Convert cmp to cmpd in idle enter sequence
8 * powerpc/boot: Request no dynamic linker for boot wrapper
9
10 - Add fix for our xhci workarounds. This fixes a hang in Petitboot when
11 shutting down with a usb device attached to an external usb hub.
12 * usb/xhci: allow xhci_check_bandwith in XHCI_STATE_REMOVING
13
14 - Move to latest upstream stable release
15 * Includes fixes from 4.4.36, 4.4.37, 4.4.38
16
17Signed-off-by: Joel Stanley <joel@jms.id.au>
18---
19 Makefile | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22diff --git a/Makefile b/Makefile
23index 6876efe0d735..fd471c6e111c 100644
24--- a/Makefile
25+++ b/Makefile
26@@ -1,7 +1,7 @@
27 VERSION = 4
28 PATCHLEVEL = 4
29 SUBLEVEL = 38
30-EXTRAVERSION =
31+EXTRAVERSION = -openpower1
32 NAME = Blurry Fish Butt
33
34 # *DOCUMENTATION*
35--
362.11.0
37