File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _skiboot-5.4.1 :
2
+
3
+ =============
4
+ skiboot-5.4.1
5
+ =============
6
+
7
+ skiboot-5.4.1 was released on Tuesday November 29th 2016. It replaces
8
+ :ref: `skiboot-5.4.0 ` as the current stable release.
9
+
10
+ Over :ref: `skiboot-5.4.0 `, we have a few changes:
11
+
12
+ - Nuvoton i2c TPM driver: bug fixes and improvements, especially around
13
+ timeouts and error handling.
14
+ - Limit number of "Poller recursion detected" errors to display.
15
+ In some error conditions, we could spiral out of control on this
16
+ and spend all of our time printing the exact same backtrace.
17
+ - slw: do SLW timer testing while holding xscom lock.
18
+ In some situations without this, it could take long enough to get
19
+ the xscom lock that the 1ms timeout would expire and we'd falsely
20
+ think the SLW timer didn't work when in fact it did.
21
+ - p8i2c: Use calculated poll_interval when booting OPAL.
22
+ Otherwise we'd default to 2seconds (TIMER_POLL) during boot on
23
+ chips with a functional i2c interrupt, leading to slow i2c
24
+ during boot (or hitting timeouts instead).
25
+ - i2c: More efficiently run TPM I2C operations during boot, avoiding hitting
26
+ timeouts
27
+ - fsp: Don't recurse pollers in ibm_fsp_terminate
You can’t perform that action at this time.
0 commit comments