blob: 07cd4a99d5e7d62afae6704cda610447bb57d81f [file] [log] [blame]
Deployment Bot (from Travis CI)6d7e6e92021-06-14 19:18:41 +00001Release Notes for OpenPower Firmware v2.3-rc1
2=============================================
3
4op-build v2.3-rc1 was released on Wednesday April 3rd, 2019. It will become the new stable release
5of op-build, following on from v2.2, first released on March 9th, 2019.
6
7The op-build v2.3 release cycle is a uniquely shorter one as we’ve been working on getting ready to
8have a more reliably predictable release schedule going for future releases.
9
10op-build v2.3-rc1 contains all the fixes as of op-build v2.0.15, and we expect to continue to do
11stable 2.0.y releases of v2.0 into the forseeable future.
12
13Please note that this is a RELEASE CANDIDATE and not the final v2.3 release. We expect to do a final
14v2.3 tagged release early April 2019. Please test this release candidate heavily!
15
16Known Bugs
17----------
18
19We have two known bugs that are currently release blockers for the final v2.3.
20
21- There exists a bug where boot devices *may* not show up in petitboot until “Rescan Devices” is
22 selected.
23- There exists a bug where Control-C behaviour in the petitboot shell has changed, which may cause
24 some test scripts to get confused.
25
26Removed platforms
27-----------------
28
29- openpower_mambo (superseded by the generic ‘opal’ defconfig, aimed towards use with simulators)
30- witherspoon_dev (superseded by just using the generic witherspoon defconfig)
31
32New platforms
33-------------
34
35- opal
36
37Updated Packages
38----------------
39
40+----------------+------------------+---------------+---------------------------------------------+
41| Package | Old Version | New Version | Platforms |
42+================+==================+===============+=============================================+
43| ethtool | 4.16 | 4.19 | witherspoon, p9dsu, zaius, habanero, |
44| | | | firenze, garrison, barreleye, pseries, |
45| | | | firestone, palmetto, vesnin, zz, romulus |
46+----------------+------------------+---------------+---------------------------------------------+
47| eudev | 3.2.5 | 3.2.7 | witherspoon, p9dsu, zaius, habanero, |
48| | | | firenze, garrison, barreleye, pseries, |
49| | | | firestone, palmetto, vesnin, zz, romulus |
50+----------------+------------------+---------------+---------------------------------------------+
51| glibc | 2.28-69-g1e5c530 | 2.28-94-g4aef | witherspoon, p9dsu, zaius, habanero, |
52| | 3 | f335 | firenze, garrison, barreleye, pseries, |
53| | | | firestone, palmetto, vesnin, zz, romulus |
54+----------------+------------------+---------------+---------------------------------------------+
55| hcode | hw022319a.930 | hw032919a.940 | witherspoon, p9dsu, zaius, romulus |
56+----------------+------------------+---------------+---------------------------------------------+
57| hostboot | 37e67698be566 | ca03643dd893 | witherspoon, p9dsu, zaius, romulus |
58+----------------+------------------+---------------+---------------------------------------------+
59| hostboot-p8 | a3b0cb929cbf2 | c2074ad87972 | habanero, garrison, barreleye, firestone, |
60| | | | palmetto, vesnin |
61+----------------+------------------+---------------+---------------------------------------------+
62| i2c-tools | 4.0 | 4.1 | pseries, vesnin |
63+----------------+------------------+---------------+---------------------------------------------+
64| linux | 4.19.26 | 4.19.30 | witherspoon, p9dsu, zaius, habanero, |
65| | | | firenze, garrison, barreleye, pseries, |
66| | | | firestone, palmetto, vesnin, zz, romulus |
67+----------------+------------------+---------------+---------------------------------------------+
68| linux-firmware | 44d4fca9922a | 1baa34868b2c | witherspoon, p9dsu, zaius, habanero, |
69| | | | firenze, garrison, barreleye, pseries, |
70| | | | firestone, palmetto, vesnin, zz, romulus |
71+----------------+------------------+---------------+---------------------------------------------+
72| linux-headers | 4.19.26 | 4.19.30 | witherspoon, p9dsu, zaius, habanero, |
73| | | | firenze, garrison, barreleye, pseries, |
74| | | | firestone, palmetto, vesnin, zz, romulus |
75+----------------+------------------+---------------+---------------------------------------------+
76| lvm2 | 2.02.180 | 2.02.183 | witherspoon, p9dsu, zaius, habanero, |
77| | | | firenze, garrison, barreleye, pseries, |
78| | | | firestone, palmetto, vesnin, zz, romulus |
79+----------------+------------------+---------------+---------------------------------------------+
80| machine-xml | c994a1815bcb | f44f8808fc7c | vesnin |
81+----------------+------------------+---------------+---------------------------------------------+
82| machine-xml | f7cffdbe00f6 | e3e9aef82673 | witherspoon |
83+----------------+------------------+---------------+---------------------------------------------+
84| occ | 12c8088a32c5 | 58e422dede59 | witherspoon, p9dsu, zaius, romulus |
85+----------------+------------------+---------------+---------------------------------------------+
86| openpower-pnor | 0aeae23bd0c6 | 2ea669b4aa57 | witherspoon, p9dsu, zaius, habanero, |
87| | | | garrison, barreleye, firestone, palmetto, |
88| | | | vesnin, romulus |
89+----------------+------------------+---------------+---------------------------------------------+
90| sbe | 2e253cebdaff | 1410677b65e4 | witherspoon, p9dsu, zaius, romulus |
91+----------------+------------------+---------------+---------------------------------------------+
92| skiboot | v6.2.2 | v6.3-rc1 | witherspoon, p9dsu, zaius, habanero, |
93| | | | firenze, garrison, barreleye, pseries, |
94| | | | firestone, palmetto, vesnin, zz, romulus |
95+----------------+------------------+---------------+---------------------------------------------+
96| util-linux | 2.32.1 | 2.33 | witherspoon, p9dsu, zaius, habanero, |
97| | | | firenze, garrison, barreleye, pseries, |
98| | | | firestone, palmetto, vesnin, zz, romulus |
99+----------------+------------------+---------------+---------------------------------------------+
100
101Package: hcode
102--------------
103
104`Repository <https://github.com/open-power/hcode>`__
105
106Patches
107~~~~~~~
108
109Commits
110~~~~~~~
111
112Chris Cain (1):
113
114- `3330dbdae60f <https://github.com/open-power/hcode/commit/3330dbdae60f>`__ Proposed structure
115 change for OCC
116
117Prasad Bg Ranganath (1):
118
119- `0dd012c7f495 <https://github.com/open-power/hcode/commit/0dd012c7f495>`__ PPB: Refactor pstate
120 parameter block
121
122hostboot (13):
123
124- `cc5c034aa468 <https://github.com/open-power/hcode/commit/cc5c034aa468>`__ Release tag
125 information updated for hw030819a.940
126- `96bdad1dc08c <https://github.com/open-power/hcode/commit/96bdad1dc08c>`__ Release tag
127 information updated for hw030919a.940
128- `b4bd4e7e0e75 <https://github.com/open-power/hcode/commit/b4bd4e7e0e75>`__ Release tag
129 information updated for hw031219a.940
130- `b31c43a6c27e <https://github.com/open-power/hcode/commit/b31c43a6c27e>`__ Release tag
131 information updated for hw031319a.940
132- `3d18592a7e3a <https://github.com/open-power/hcode/commit/3d18592a7e3a>`__ Release tag
133 information updated for hw031619a.940
134- `4ffb0e57df57 <https://github.com/open-power/hcode/commit/4ffb0e57df57>`__ Release tag
135 information updated for hw031919a.940
136- `ca318ee145bf <https://github.com/open-power/hcode/commit/ca318ee145bf>`__ Release tag
137 information updated for hw032019b.940
138- `21fb83a0aec7 <https://github.com/open-power/hcode/commit/21fb83a0aec7>`__ Release tag
139 information updated for hw032119a.940
140- `f722a49ec15b <https://github.com/open-power/hcode/commit/f722a49ec15b>`__ Release tag
141 information updated for hw032219a.940
142- `b072dcdd5a9a <https://github.com/open-power/hcode/commit/b072dcdd5a9a>`__ Release tag
143 information updated for hw032319a.940
144- `33eeb29bcbf6 <https://github.com/open-power/hcode/commit/33eeb29bcbf6>`__ Release tag
145 information updated for hw032619a.940
146- `2c76877c7370 <https://github.com/open-power/hcode/commit/2c76877c7370>`__ Release tag
147 information updated for hw032719a.940
148- `0dbac1b4fde0 <https://github.com/open-power/hcode/commit/0dbac1b4fde0>`__ Release tag
149 information updated for hw032919a.940
150
151Package: hostboot
152-----------------
153
154`Repository <https://github.com/open-power/hostboot>`__
155
156.. _v2.3-rc1-patches-1:
157
158Patches
159~~~~~~~
160
161- `0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0001-Fix-RC09-ODT-errors-on-Nimbus-dual-drop-configs.patch>`__
162- `0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/0007-Disable-warnings-that-crop-up-a-lot-with-GCC6.patch>`__
163- `hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch <https://github.com/open-power/op-build/tree/HEAD/openpower/package/hostboot/hostboot-1020-Revert-jgr17071200-Removed-pdwn-settings.patch>`__
164
165.. _v2.3-rc1-commits-1:
166
167Commits
168~~~~~~~
169
170Alvin Wang (7):
171
172- `49a169abfa3d <https://github.com/open-power/hostboot/commit/49a169abfa3d>`__ Adds mcbist empty
173 files
174- `517ec60ee50d <https://github.com/open-power/hostboot/commit/517ec60ee50d>`__ Adds mcbist empty
175 files
176- `f50a11628b1c <https://github.com/open-power/hostboot/commit/f50a11628b1c>`__ Change generic
177 mcbist file name
178- `4984330e0ef9 <https://github.com/open-power/hostboot/commit/4984330e0ef9>`__ Change generic
179 mcbist file name
180- `d7910f680f5c <https://github.com/open-power/hostboot/commit/d7910f680f5c>`__ Add exp_scrub empty
181 files
182- `8765bcd2cc17 <https://github.com/open-power/hostboot/commit/8765bcd2cc17>`__ Add empty files for
183 power_theraml
184- `75f8277bbc20 <https://github.com/open-power/hostboot/commit/75f8277bbc20>`__ Add empty
185 file(accessor_wrapper.H) for power_theraml
186
187Andre A. Marin (4):
188
189- `c368037cb36e <https://github.com/open-power/hostboot/commit/c368037cb36e>`__ Update phy_pharams
190 structure, tests, and exp attrs
191- `ee476c6abdad <https://github.com/open-power/hostboot/commit/ee476c6abdad>`__ Update phy_pharams
192 structure, tests, and exp attrs
193- `d679e6d649ee <https://github.com/open-power/hostboot/commit/d679e6d649ee>`__ Add
194 attr_engine_traits empty files for HB to mirror
195- `b5e9f70eb916 <https://github.com/open-power/hostboot/commit/b5e9f70eb916>`__ Update phy_pharams
196 structure, tests, and exp attrs
197
198Andre Marin (6):
199
200- `877a032b90cd <https://github.com/open-power/hostboot/commit/877a032b90cd>`__ Fix SPD cas latency
201 assert bug
202- `9e1906f95ba3 <https://github.com/open-power/hostboot/commit/9e1906f95ba3>`__ Add
203 std::remove_all_extends to HB STL library
204- `2dcce4bcccc2 <https://github.com/open-power/hostboot/commit/2dcce4bcccc2>`__ Add L1 for
205 p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle
206- `1c169fc8be5a <https://github.com/open-power/hostboot/commit/1c169fc8be5a>`__ Add attribute
207 engine algorithm for eff_config and pre_eff_config
208- `018a009896d8 <https://github.com/open-power/hostboot/commit/018a009896d8>`__ Add attribute
209 engine algorithm for eff_config and pre_eff_config
210- `e5a493e300da <https://github.com/open-power/hostboot/commit/e5a493e300da>`__ Add attribute
211 engine algorithm for eff_config and pre_eff_config
212
213Ben Gass (6):
214
215- `5bfda17c8018 <https://github.com/open-power/hostboot/commit/5bfda17c8018>`__ Add chip base
216 address to the OMI MMIO offset in p9a_mmio_util
217- `d27c5e1fe431 <https://github.com/open-power/hostboot/commit/d27c5e1fe431>`__ Update ATRMISS
218 registers for Axone
219- `71d98844bb93 <https://github.com/open-power/hostboot/commit/71d98844bb93>`__ Update p9_l2_flush
220 to check if purge is busy on anything prior to flush.
221- `a4278d1df874 <https://github.com/open-power/hostboot/commit/a4278d1df874>`__ Add
222 ATTR_OMI_DL_GROUP_POS and ATTR_OMI_DL_NUM for OMI targets
223- `224517ac925b <https://github.com/open-power/hostboot/commit/224517ac925b>`__ Update cmd/rsp
224 endian handling in exp_inband
225- `5beffad6f2f2 <https://github.com/open-power/hostboot/commit/5beffad6f2f2>`__ Replace FAPI_ERR
226 with FAPI_DBG when no error in exp_omi_init
227
228Bill Hoffa (4):
229
230- `7364f2447d18 <https://github.com/open-power/hostboot/commit/7364f2447d18>`__ Initialize and test
231 alt-master PNOR access in all boots
232- `8b9e2d415060 <https://github.com/open-power/hostboot/commit/8b9e2d415060>`__ Fix autocitest
233 simics attempt numbering
234- `c54069667c86 <https://github.com/open-power/hostboot/commit/c54069667c86>`__ Catch Unknown
235 Values for CONFIG_APPLY attribute
236- `2620abc7dc62 <https://github.com/open-power/hostboot/commit/2620abc7dc62>`__ INTRP HW Workaround
237 for Clockgating Issue
238
239Caleb Palmer (10):
240
241- `066af762a047 <https://github.com/open-power/hostboot/commit/066af762a047>`__ Add SW callout if
242 invalid proc model in call_mss_scrub
243- `d94e5b51c9e5 <https://github.com/open-power/hostboot/commit/d94e5b51c9e5>`__ PRD: Remove old
244 domain startScrubs
245- `0843af939876 <https://github.com/open-power/hostboot/commit/0843af939876>`__ PRD: Don’t skip ECC
246 spare when no DRAM spare
247- `86b0576b22dc <https://github.com/open-power/hostboot/commit/86b0576b22dc>`__ PRD: NVDIMM reg
248 review updates
249- `6d28e5b524f2 <https://github.com/open-power/hostboot/commit/6d28e5b524f2>`__ PRD: Remove EccSp
250 from errl when not avail
251- `be07d93af71c <https://github.com/open-power/hostboot/commit/be07d93af71c>`__ PRD: MEM_PORT
252 getConnected support
253- `4046e66acfb6 <https://github.com/open-power/hostboot/commit/4046e66acfb6>`__ Hostboot Memory HWP
254 include update
255- `16024c9f92fa <https://github.com/open-power/hostboot/commit/16024c9f92fa>`__ PRD: Axone
256 PlatServices and Misc Updates
257- `f2837b85611f <https://github.com/open-power/hostboot/commit/f2837b85611f>`__ PRD: Memory HWP
258 include updates
259- `09b6e80a55d2 <https://github.com/open-power/hostboot/commit/09b6e80a55d2>`__ PRD: NVDIMM health
260 status reg errors no longer gard
261
262Chen Du (1):
263
264- `c4031acbfb05 <https://github.com/open-power/hostboot/commit/c4031acbfb05>`__ Dropped messages at
265 shutdown
266
267Chris Cain (1):
268
269- `ad388de1a208 <https://github.com/open-power/hostboot/commit/ad388de1a208>`__ Proposed structure
270 change for OCC
271
272Chris Steffen (1):
273
274- `298aa306a1f4 <https://github.com/open-power/hostboot/commit/298aa306a1f4>`__ P9A OMI Dccal /
275 Scominit
276
277Christian Geddes (32):
278
279- `8ee01af225a0 <https://github.com/open-power/hostboot/commit/8ee01af225a0>`__ Allow child/parent
280 lookups between DIMM and OCMB_CHIP targets
281- `6cc4d5078e34 <https://github.com/open-power/hostboot/commit/6cc4d5078e34>`__ Again try to fix
282 checkpoint issue with fips930 simics
283- `3452fbd95989 <https://github.com/open-power/hostboot/commit/3452fbd95989>`__ Allow for nullptr
284 io_buffer in eecache read
285- `7ce2a9daac0c <https://github.com/open-power/hostboot/commit/7ce2a9daac0c>`__ Add interface to
286 look up model type of master processor on targetService
287- `efda71702697 <https://github.com/open-power/hostboot/commit/efda71702697>`__ Set early test case
288 IPL step to be 14.7 in Axone simics
289- `e70d216f8e2b <https://github.com/open-power/hostboot/commit/e70d216f8e2b>`__ Compile and add
290 calls to exp_scominit in istep 13.8
291- `58b845f915ea <https://github.com/open-power/hostboot/commit/58b845f915ea>`__ Disable Mutex
292 Attribute Test Cases for now
293- `250291d09340 <https://github.com/open-power/hostboot/commit/250291d09340>`__ Add
294 p9a_omi_training_check hwp call to istep 12.9
295- `3b02a6aa674c <https://github.com/open-power/hostboot/commit/3b02a6aa674c>`__ Fix
296 getChildByAffinity call in mmio.C and add more traces
297- `dafcf54942f1 <https://github.com/open-power/hostboot/commit/dafcf54942f1>`__ Remove imported
298 files that were added incorrectly
299- `552339eb7f78 <https://github.com/open-power/hostboot/commit/552339eb7f78>`__ Create a common
300 explorer accesss module expaccess
301- `281c7c93a463 <https://github.com/open-power/hostboot/commit/281c7c93a463>`__ Skip enabling PM
302 complex (start_stop_engine HWP) in Axone simics
303- `63afd50c3393 <https://github.com/open-power/hostboot/commit/63afd50c3393>`__ Disable SMF tests
304 for Axone bringup
305- `5618f2f2b432 <https://github.com/open-power/hostboot/commit/5618f2f2b432>`__ Fix issues with how
306 we were handling new .so added for Axone
307- `9145082bb0ca <https://github.com/open-power/hostboot/commit/9145082bb0ca>`__ Disable OCMB mmio
308 communication tests until MMIO works
309- `b397d8d630ac <https://github.com/open-power/hostboot/commit/b397d8d630ac>`__ Allow single dimm
310 configurations in Axone
311- `dd41d6161ea9 <https://github.com/open-power/hostboot/commit/dd41d6161ea9>`__ Set
312 MAX_COMPUTE_NODES attribute so TOD code gets setup correctly
313- `3653c5d44e88 <https://github.com/open-power/hostboot/commit/3653c5d44e88>`__ Skip establish ex
314 chiplet step (15.3) during Axone for now
315- `0a0fe1f2857a <https://github.com/open-power/hostboot/commit/0a0fe1f2857a>`__ Compile new
316 Axone/Explorer memory libs in isteps_mss library
317- `d09e67a0a554 <https://github.com/open-power/hostboot/commit/d09e67a0a554>`__ Update simics
318 release that Axone is using and adjust simics script
319- `b8cfbb22598c <https://github.com/open-power/hostboot/commit/b8cfbb22598c>`__ Set MUX i2c slave
320 port to be 1
321- `1c5f03e47872 <https://github.com/open-power/hostboot/commit/1c5f03e47872>`__ Fix bug that was
322 scrambling traces in errorlogs during HBRT
323- `ddc7b1ec95be <https://github.com/open-power/hostboot/commit/ddc7b1ec95be>`__ Apply OBUS PG rules
324 update to Axone also
325- `a52d45742151 <https://github.com/open-power/hostboot/commit/a52d45742151>`__ Edit
326 cxxtest.start.sh script to call runsim correctly
327- `c6677251ee3d <https://github.com/open-power/hostboot/commit/c6677251ee3d>`__ Call p9a_mss_volt
328 if MEM_PORT targets are available in istep 7.2
329- `994299cf3d45 <https://github.com/open-power/hostboot/commit/994299cf3d45>`__ Add code to call
330 p9a_mss_freq / p9a_mss_freq_system in istep 7.3
331- `1564d45787ce <https://github.com/open-power/hostboot/commit/1564d45787ce>`__ Wrap exp_draminit
332 in a extern “C” to workaround name mangling
333- `30a512e3d84d <https://github.com/open-power/hostboot/commit/30a512e3d84d>`__ Disable OCMB getVPD
334 tests until we get better SPD
335- `33e7c6de0769 <https://github.com/open-power/hostboot/commit/33e7c6de0769>`__ Add calls to
336 available p9a_mss_eff_config HWPs in istep 7.4
337- `85e898e7c68e <https://github.com/open-power/hostboot/commit/85e898e7c68e>`__ Edit autocitest to
338 handle hbTrace.log generated in /src/
339- `a98d9a843a71 <https://github.com/open-power/hostboot/commit/a98d9a843a71>`__ Generate P9A
340 accessors for Axone
341- `f55c462e587c <https://github.com/open-power/hostboot/commit/f55c462e587c>`__ Resize WOF to allow
342 AXONE test pnor to fit inside 64 MB
343
344Christian R. Geddes (1):
345
346- `bcecb8a2a15a <https://github.com/open-power/hostboot/commit/bcecb8a2a15a>`__ Revert “Update
347 phy_pharams structure, tests, and exp attrs”
348
349Corey Swenson (1):
350
351- `0bfacdff427f <https://github.com/open-power/hostboot/commit/0bfacdff427f>`__ Add callouts for
352 NVDIMM errors
353
354Dan Crowell (16):
355
356- `b8720c117759 <https://github.com/open-power/hostboot/commit/b8720c117759>`__ Reset Engine E to
357 handle NVDIMMs
358- `d505fea7f169 <https://github.com/open-power/hostboot/commit/d505fea7f169>`__ Make overrideOnly
359 fapi attributes volatile-zero
360- `86b5d355d643 <https://github.com/open-power/hostboot/commit/86b5d355d643>`__ Delete complextype
361 fields in attributes if they have no value
362- `e73d0c117548 <https://github.com/open-power/hostboot/commit/e73d0c117548>`__ Force reboot
363 without visible errors for core wakeup failure
364- `386165c1c5da <https://github.com/open-power/hostboot/commit/386165c1c5da>`__ Updates to
365 testcases for Axone
366- `ce4004d542f1 <https://github.com/open-power/hostboot/commit/ce4004d542f1>`__ Create runtime mss
367 library
368- `4636db0ab1ec <https://github.com/open-power/hostboot/commit/4636db0ab1ec>`__ Always use original
369 defaults for attribute fields with no value
370- `0b3f4e146b01 <https://github.com/open-power/hostboot/commit/0b3f4e146b01>`__ Use meaningful
371 values for PNOR build parms
372- `7d86b40c30c1 <https://github.com/open-power/hostboot/commit/7d86b40c30c1>`__ Modify rank
373 variable for OCMB VPD lookup
374- `c2c08ea15af6 <https://github.com/open-power/hostboot/commit/c2c08ea15af6>`__ Remove old fapi
375 files
376- `63622494a0f3 <https://github.com/open-power/hostboot/commit/63622494a0f3>`__ Add PMIC target
377- `e0f035161098 <https://github.com/open-power/hostboot/commit/e0f035161098>`__ Tweak page eviction
378 parameters to handle low mem better
379- `2c2978d3a443 <https://github.com/open-power/hostboot/commit/2c2978d3a443>`__ Add ASSERT trace
380 buffer to task crash log
381- `8fc37a704410 <https://github.com/open-power/hostboot/commit/8fc37a704410>`__ Create
382 p9a_disable_ocmb_i2c HWP
383- `27d7ab8db738 <https://github.com/open-power/hostboot/commit/27d7ab8db738>`__ Moving libnvdimm
384 into a resident module
385- `7c067d46c2f7 <https://github.com/open-power/hostboot/commit/7c067d46c2f7>`__ Make pci cache
386 injection attributes writeable
387
388Dean Sanner (2):
389
390- `73fc80f05f07 <https://github.com/open-power/hostboot/commit/73fc80f05f07>`__ Base HWP mirroring
391 control on HB policy
392- `610f16673641 <https://github.com/open-power/hostboot/commit/610f16673641>`__ Allow OPAL to run
393 on fused cores
394
395Glenn Miles (6):
396
397- `0af9610f18a1 <https://github.com/open-power/hostboot/commit/0af9610f18a1>`__ Make access to
398 iv_overridePtr threadsafe
399- `676c584aaa70 <https://github.com/open-power/hostboot/commit/676c584aaa70>`__ Make more room for
400 hbicore_extended in PNOR layout files.
401- `814734326962 <https://github.com/open-power/hostboot/commit/814734326962>`__ Use thread_local
402 for globals that require it
403- `373d8a5fb285 <https://github.com/open-power/hostboot/commit/373d8a5fb285>`__ Run memory training
404 in parallel across centaurs
405- `853d251aef29 <https://github.com/open-power/hostboot/commit/853d251aef29>`__ Add 1MB to PNOR HBI
406 section
407- `f6ddb6dc19f8 <https://github.com/open-power/hostboot/commit/f6ddb6dc19f8>`__ Add checks for
408 invalid trace data in removeDuplicateTraces
409
410Ilya Smirnov (5):
411
412- `b1c1b2cc5e78 <https://github.com/open-power/hostboot/commit/b1c1b2cc5e78>`__ Secureboot:
413 Enhanced Multinode Comm: TPM_POISONED
414- `ed35e3da7c26 <https://github.com/open-power/hostboot/commit/ed35e3da7c26>`__ Unit Tests For SMF
415 Secure Mem Distribution
416- `9ece0ede203d <https://github.com/open-power/hostboot/commit/9ece0ede203d>`__ SMF: Memory
417 Distribution Logic Improvements
418- `eeb5732a169d <https://github.com/open-power/hostboot/commit/eeb5732a169d>`__ Revert “SMF: Create
419 New UVBWLIST Partition”
420- `c7534ed92a2d <https://github.com/open-power/hostboot/commit/c7534ed92a2d>`__ Secureboot:
421 Enhanced Nomdecomm: Quote Fix
422
423Jacob Harvey (1):
424
425- `e7f0582196fb <https://github.com/open-power/hostboot/commit/e7f0582196fb>`__ L3 work for mss
426 xmls
427
428Jayashankar Padath (1):
429
430- `596bde3e93f3 <https://github.com/open-power/hostboot/commit/596bde3e93f3>`__ HDAT : Support of
431 new Rugby values in P9N systems
432
433Jaymes Wilks (2):
434
435- `f5475890894b <https://github.com/open-power/hostboot/commit/f5475890894b>`__ Support thread
436 local storage
437- `ff62338a5699 <https://github.com/open-power/hostboot/commit/ff62338a5699>`__ Thread local
438 storage: Update unit tests for thread local storage
439
440Jenny Huynh (1):
441
442- `1c6429e239e2 <https://github.com/open-power/hostboot/commit/1c6429e239e2>`__ HW483672: Enable
443 TLBIE WAT (version 5); fixes unintended flushing
444
445Joe McGill (1):
446
447- `87cc9b25b008 <https://github.com/open-power/hostboot/commit/87cc9b25b008>`__ cleanup references
448 to chip-centric EC feature attributes
449
450Kahn Evans (1):
451
452- `e45d35734d18 <https://github.com/open-power/hostboot/commit/e45d35734d18>`__ Fix doxygen
453 warnings
454
455Louis Stermole (11):
456
457- `5fcfd69a0278 <https://github.com/open-power/hostboot/commit/5fcfd69a0278>`__ Remove MBA GARD
458 from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME
459- `835d2074b6bc <https://github.com/open-power/hostboot/commit/835d2074b6bc>`__ Add empty files
460 required for mss::index, pos, and c_str templating
461- `197507fb6e80 <https://github.com/open-power/hostboot/commit/197507fb6e80>`__ Add empty file
462 required for templating eff_memory_size
463- `ebf6fda9958f <https://github.com/open-power/hostboot/commit/ebf6fda9958f>`__ Add empty files
464 required for p9a_mss_freq
465- `6f660c2b98b7 <https://github.com/open-power/hostboot/commit/6f660c2b98b7>`__ Add new files
466 required for fixing mss::index, mss::pos, and mss::c_str
467- `0f728a100a8e <https://github.com/open-power/hostboot/commit/0f728a100a8e>`__ Add empty file for
468 explorer eff_memory_size specialization
469- `8fc0e7abffb0 <https://github.com/open-power/hostboot/commit/8fc0e7abffb0>`__ Add p9a version of
470 eff_memory_size API
471- `ca025608c0c1 <https://github.com/open-power/hostboot/commit/ca025608c0c1>`__ Move p9a sync.C and
472 sync.H to new names to fix collisions
473- `6bdf34b9fe0a <https://github.com/open-power/hostboot/commit/6bdf34b9fe0a>`__ Add workaround for
474 Nimbus symbol mark performance hw bug
475- `76a4f5d86930 <https://github.com/open-power/hostboot/commit/76a4f5d86930>`__ Move explorer
476 specialization of eff_memory_size into explorer lib
477- `a5d11b476381 <https://github.com/open-power/hostboot/commit/a5d11b476381>`__ Add empty files for
478 DEFAULT_MC_TYPE constants
479
480Luis Fernandez (2):
481
482- `90552694307e <https://github.com/open-power/hostboot/commit/90552694307e>`__ Secure Boot: Log
483 error when attribute override attempted in secure mode
484- `ab6efc5935dc <https://github.com/open-power/hostboot/commit/ab6efc5935dc>`__ HB Improvements:
485 Fix compiler warnings on modern compilers
486
487Mark Pizzutillo (4):
488
489- `847ced968c58 <https://github.com/open-power/hostboot/commit/847ced968c58>`__ Add blank files for
490 axone p10 rank API
491- `7b3c165b9c65 <https://github.com/open-power/hostboot/commit/7b3c165b9c65>`__ Add empty files for
492 gemini IPL
493- `af6712fe5c03 <https://github.com/open-power/hostboot/commit/af6712fe5c03>`__ Remove files not
494 needed by gemini IPL
495- `9011abf477a1 <https://github.com/open-power/hostboot/commit/9011abf477a1>`__ Add wrapper and
496 utils blank files for exp_getecid
497
498Matt Derksen (4):
499
500- `518a05ca5136 <https://github.com/open-power/hostboot/commit/518a05ca5136>`__ Move nvdimm_update
501 call to istep 21.1
502- `2df122342fae <https://github.com/open-power/hostboot/commit/2df122342fae>`__ Use NVDIMM lids for
503 update
504- `a5c403221e3e <https://github.com/open-power/hostboot/commit/a5c403221e3e>`__ Fixing runtime i2c
505 operation
506- `f5ab52ab7117 <https://github.com/open-power/hostboot/commit/f5ab52ab7117>`__ NVDIMM update code
507
508Matt K. Light (1):
509
510- `a7c8ac4df4e1 <https://github.com/open-power/hostboot/commit/a7c8ac4df4e1>`__ move
511 ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file
512
513Matt Raybuck (1):
514
515- `4b29a1188536 <https://github.com/open-power/hostboot/commit/4b29a1188536>`__ UCD attribute and
516 targeting updates
517
518Matthew Raybuck (10):
519
520- `d2899da82cb0 <https://github.com/open-power/hostboot/commit/d2899da82cb0>`__ Improve performance
521 of Partial Good logic
522- `3830dc6e8fb0 <https://github.com/open-power/hostboot/commit/3830dc6e8fb0>`__ Support UCD target
523 generation for Zeppelin MRW
524- `d47b63700d87 <https://github.com/open-power/hostboot/commit/d47b63700d87>`__ Add functions to
525 get Device Id and MFR revision from UCD
526- `3265b62f038c <https://github.com/open-power/hostboot/commit/3265b62f038c>`__ Improve performance
527 of general PG algorithm
528- `2cfb551c4e56 <https://github.com/open-power/hostboot/commit/2cfb551c4e56>`__ TESTCASES: Improve
529 performance of general PG algorithm
530- `086018c231e7 <https://github.com/open-power/hostboot/commit/086018c231e7>`__ Support UCD for I2C
531 callouts
532- `c3264eed4874 <https://github.com/open-power/hostboot/commit/c3264eed4874>`__ Add minor tweaks to
533 I2C Callouts for UCD
534- `8684bd3d5656 <https://github.com/open-power/hostboot/commit/8684bd3d5656>`__ Add retry loop to
535 UCD deviceOps
536- `b445b93fc21e <https://github.com/open-power/hostboot/commit/b445b93fc21e>`__ Handle bad PEC from
537 UCD device op
538- `ac7a4f206efe <https://github.com/open-power/hostboot/commit/ac7a4f206efe>`__ Fix UCD retry loop
539 size bug
540
541Mike Baiocchi (7):
542
543- `d74d3932d989 <https://github.com/open-power/hostboot/commit/d74d3932d989>`__ Secureboot: Enhance
544 Error Callouts For New Multinode Trustedboot Transfer
545- `4eb72a8bf074 <https://github.com/open-power/hostboot/commit/4eb72a8bf074>`__ Adjust I2C Reset
546 for OpenPower MPIPL
547- `656ba908c6f2 <https://github.com/open-power/hostboot/commit/656ba908c6f2>`__ Add UCD devices to
548 ATTR_I2C_BUS_SPEED_ARRAY for ZZ
549- `08d6bc305592 <https://github.com/open-power/hostboot/commit/08d6bc305592>`__ Update UCD class
550 member variables and functions
551- `ffdc6b255981 <https://github.com/open-power/hostboot/commit/ffdc6b255981>`__ Add check to
552 determine if a UCD’s I2C Master is functional
553- `72fc1da005b7 <https://github.com/open-power/hostboot/commit/72fc1da005b7>`__ Invoke UCD Update
554 Algorithm on UCD Devices
555- `571956c7f546 <https://github.com/open-power/hostboot/commit/571956c7f546>`__ Create Attribute to
556 force UCD Updates
557
558Murulidhar Nataraju (1):
559
560- `6b7bbd62febe <https://github.com/open-power/hostboot/commit/6b7bbd62febe>`__ Enable OCC Start in
561 MPIPL path for OPAL based systems
562
563Nick Bofferding (9):
564
565- `90b00de769e0 <https://github.com/open-power/hostboot/commit/90b00de769e0>`__ Enhance RAS for
566 case where boot firmware image is too big to load
567- `09a3da759682 <https://github.com/open-power/hostboot/commit/09a3da759682>`__ UCD Flash Update:
568 Support I2C SMBUS operations for UCD flash update
569- `10784ce5d02b <https://github.com/open-power/hostboot/commit/10784ce5d02b>`__ Support UCD target
570 generation for ZZ MRW
571- `642a5f63c61b <https://github.com/open-power/hostboot/commit/642a5f63c61b>`__ Support UCD
572 discovery
573- `5588cf81b95d <https://github.com/open-power/hostboot/commit/5588cf81b95d>`__ Fix bug where task
574 migrates away from pinned CPU unexpectedly
575- `810394f87078 <https://github.com/open-power/hostboot/commit/810394f87078>`__ UCD flash update
576 invoker
577- `0d9e3f2cde91 <https://github.com/open-power/hostboot/commit/0d9e3f2cde91>`__ Verify UCD update
578 success at end of store to UCD flash
579- `de2312a44b13 <https://github.com/open-power/hostboot/commit/de2312a44b13>`__ Fix deadlock in ECC
580 error shutdown path
581- `ca03643dd893 <https://github.com/open-power/hostboot/commit/ca03643dd893>`__ Initialize backup
582 TPM in MPIPL
583
584Prasad Bg Ranganath (1):
585
586- `4d983e4c8bdd <https://github.com/open-power/hostboot/commit/4d983e4c8bdd>`__ PPB: Refactor
587 pstate parameter block
588
589Prem Shanker Jha (1):
590
591- `143d03952806 <https://github.com/open-power/hostboot/commit/143d03952806>`__ Image Build: Fixed
592 handling of unsecure HOMER address field.
593
594Raja Das (2):
595
596- `55260d579728 <https://github.com/open-power/hostboot/commit/55260d579728>`__ Security List
597 Binary Dump Chip-op Support
598- `b8f4e5009a34 <https://github.com/open-power/hostboot/commit/b8f4e5009a34>`__ OPAL/MPIPL:
599 Processor Dump Area Table interfaces
600
601Ricardo Mata Jr (1):
602
603- `784fe894f9ec <https://github.com/open-power/hostboot/commit/784fe894f9ec>`__ Updated
604 proc_pcie_config to support cache inject attributes
605
606Roland Veloz (3):
607
608- `6e84cce39773 <https://github.com/open-power/hostboot/commit/6e84cce39773>`__ Force VPD IO
609 through HW (Axone) ,add plat function to get OCMB VPD
610- `038631ba24f0 <https://github.com/open-power/hostboot/commit/038631ba24f0>`__ Updated file
611 ddimm_get_efd.C to be in sync with file ddimm_get_efd.xml
612- `17930bb348b5 <https://github.com/open-power/hostboot/commit/17930bb348b5>`__ Unit test and
613 integration test for platGetVPD(OCMB) call
614
615Sharath Manjunath (1):
616
617- `bdaa5b1d2af3 <https://github.com/open-power/hostboot/commit/bdaa5b1d2af3>`__ Update exp_draminit
618 to read values from attributes
619
620Stanley Zheng (1):
621
622- `c23e99369c50 <https://github.com/open-power/hostboot/commit/c23e99369c50>`__ add address xlate
623 to initfile
624
625Stephen Glancy (8):
626
627- `dadbba56f413 <https://github.com/open-power/hostboot/commit/dadbba56f413>`__ Adds SI setting for
628 4R and dual-drop LRDIMM configs
629- `c050abede299 <https://github.com/open-power/hostboot/commit/c050abede299>`__ Updates the
630 explorer training response structure
631- `6fa8d0452930 <https://github.com/open-power/hostboot/commit/6fa8d0452930>`__ Updates read to
632 write timers for LRDIMM
633- `c96464c7d525 <https://github.com/open-power/hostboot/commit/c96464c7d525>`__ Moves set bad
634 bitmap into generic
635- `2b943a5ba24f <https://github.com/open-power/hostboot/commit/2b943a5ba24f>`__ Fixes MPR read ODT
636 values
637- `b850083ce640 <https://github.com/open-power/hostboot/commit/b850083ce640>`__ Fixes LRDIMM CKE
638 issue
639- `8e0290d32802 <https://github.com/open-power/hostboot/commit/8e0290d32802>`__ Fixes LRDIMM rank
640 configuration for dual-drop
641- `cd82f3ecbcef <https://github.com/open-power/hostboot/commit/cd82f3ecbcef>`__ Adds DDIMM EFD
642 decoder API
643
644Steven Janssen (1):
645
646- `85942470b223 <https://github.com/open-power/hostboot/commit/85942470b223>`__ Update function
647 pointer name to correctly point to function
648
649Stewart Smith (1):
650
651- `4470dc33a126 <https://github.com/open-power/hostboot/commit/4470dc33a126>`__ Disable warnings
652 that crop up a lot with GCC6
653
654Sumit Kumar (1):
655
656- `395f284926ab <https://github.com/open-power/hostboot/commit/395f284926ab>`__ FAPI_Infra:Add new
657 member to structure ErrorInfoHwCallout
658
659Tsung Yeung (3):
660
661- `8eb0494af6a1 <https://github.com/open-power/hostboot/commit/8eb0494af6a1>`__ Enforces NVDIMM
662 Pairing
663- `da2c80997909 <https://github.com/open-power/hostboot/commit/da2c80997909>`__ Suppresses
664 maintenance error messages due to STR exit
665- `c2a9006d0552 <https://github.com/open-power/hostboot/commit/c2a9006d0552>`__ NVDIMM RCD restore
666 fix and zqcal timing fix
667
668Package: occ
669------------
670
671`Repository <https://github.com/open-power/occ>`__
672
673.. _v2.3-rc1-patches-2:
674
675Patches
676~~~~~~~
677
678.. _v2.3-rc1-commits-2:
679
680Commits
681~~~~~~~
682
683Chris Cain (2):
684
685- `1904821d6279 <https://github.com/open-power/occ/commit/1904821d6279>`__ Updates to wofparser
686 tool
687- `98ccba678ad4 <https://github.com/open-power/occ/commit/98ccba678ad4>`__ Support for PGPE error
688 handling
689
690William Bryan (1):
691
692- `6e52f56bd2cc <https://github.com/open-power/occ/commit/6e52f56bd2cc>`__ Fix memory bandwidth
693 chom averages
694
695Zane Shelley (11):
696
697- `75f2dd306f18 <https://github.com/open-power/occ/commit/75f2dd306f18>`__ FIRDATA: fix iteration
698 bug in firData.c
699- `d60be21fc396 <https://github.com/open-power/occ/commit/d60be21fc396>`__ FIRDATA: remove
700 Cumulus/Centaur targets and add Axone/Explorer
701- `d85d3c5387ec <https://github.com/open-power/occ/commit/d85d3c5387ec>`__ FIRDATA: add Axone
702 memory subsystem SCOM support
703- `18fa6f29e388 <https://github.com/open-power/occ/commit/18fa6f29e388>`__ FIRDATA: removed HOMER
704 support for Cumulus/Centaur
705- `d2801157a080 <https://github.com/open-power/occ/commit/d2801157a080>`__ FIRDATA: Clean up HOMER
706 parsing variables in firData.c
707- `d4e558e09c51 <https://github.com/open-power/occ/commit/d4e558e09c51>`__ FIRDATA: Simplified
708 adding targets to PNOR
709- `29d1d67db71c <https://github.com/open-power/occ/commit/29d1d67db71c>`__ FIRDATA: Simplified
710 adding chip units to PNOR
711- `69bac807b007 <https://github.com/open-power/occ/commit/69bac807b007>`__ FIRDATA: Simplified
712 iterating targets from HOMER in firData.c
713- `b673f22459ca <https://github.com/open-power/occ/commit/b673f22459ca>`__ FIRDATA: Further
714 simplifying iteration variables in firData.c
715- `6220fb3d8d7a <https://github.com/open-power/occ/commit/6220fb3d8d7a>`__ FIRDATA: Simplified
716 adding subunit targets to PNOR in firData.c
717- `58e422dede59 <https://github.com/open-power/occ/commit/58e422dede59>`__ FIRDATA: added
718 Axone/Explorer support to firData.c
719
720Package: sbe
721------------
722
723`Repository <https://github.com/open-power/sbe>`__
724
725.. _v2.3-rc1-patches-3:
726
727Patches
728~~~~~~~
729
730.. _v2.3-rc1-commits-3:
731
732Commits
733~~~~~~~
734
735Christian Geddes (1):
736
737- `0f9a51d0059e <https://github.com/open-power/sbe/commit/0f9a51d0059e>`__ Update i2c driver for
738 OCMB chip
739
740Christopher M Riedl (1):
741
742- `a3b2377b7de1 <https://github.com/open-power/sbe/commit/a3b2377b7de1>`__ Implement PBA
743 Cache-Inhibited 8B Rd/Wr Access
744
745Dan Crowell (1):
746
747- `c9b85ed2ed42 <https://github.com/open-power/sbe/commit/c9b85ed2ed42>`__ Add
748 ATTR_ENABLED_OBUS_BRICKS
749
750Jenny Huynh (6):
751
752- `be0d09d34335 <https://github.com/open-power/sbe/commit/be0d09d34335>`__ HW477626 Dangerous Elk -
753 Applies to CDD12+
754- `e18d802d082f <https://github.com/open-power/sbe/commit/e18d802d082f>`__ HW477626 Dangerous Elk -
755 Temporarily apply to CDD13 native only
756- `04c534c750c6 <https://github.com/open-power/sbe/commit/04c534c750c6>`__ HW477626 Dangerous Elk -
757 Reapply for all CDD12+ risk levels
758- `f3b4f8efe1f8 <https://github.com/open-power/sbe/commit/f3b4f8efe1f8>`__ Additional core inits
759 for Nimbus DD2.3 compatibility modes
760- `934ccd82e22f <https://github.com/open-power/sbe/commit/934ccd82e22f>`__ Axone core initfile
761 update to match Nimbus DD23
762- `4a5f8ddab286 <https://github.com/open-power/sbe/commit/4a5f8ddab286>`__ Adjust PVR Version for
763 Axone
764
765Joachim Fenkes (5):
766
767- `b9b668e5916e <https://github.com/open-power/sbe/commit/b9b668e5916e>`__ FAPI2: Multicast API
768 1/2: Platform-breaking changes
769- `8a09d58df7aa <https://github.com/open-power/sbe/commit/8a09d58df7aa>`__ FAPI2: Multicast API
770 2/2: Introduce the actual multicast functions
771- `4529a95e14de <https://github.com/open-power/sbe/commit/4529a95e14de>`__ Add tools to help
772 measure and compare SBE image size
773- `5786b04efe86 <https://github.com/open-power/sbe/commit/5786b04efe86>`__ p9_sbe_tp_chiplet_init3:
774 Mask TOD error bit 62 (osclite switched)
775- `e8590a9d3a19 <https://github.com/open-power/sbe/commit/e8590a9d3a19>`__ p9_sbe_npll_setup:
776 Enable spread spectrum before starting PLL
777
778Joe McGill (1):
779
780- `81642d21704f <https://github.com/open-power/sbe/commit/81642d21704f>`__ whitelist update for
781 ABUS CCM
782
783Prasad Bg Ranganath (3):
784
785- `9eba57570f29 <https://github.com/open-power/sbe/commit/9eba57570f29>`__ PPB:New attribute
786 ATTR_PMCR_MOST_RECENT_MODE for PMCR request
787- `8fd8d1401c5f <https://github.com/open-power/sbe/commit/8fd8d1401c5f>`__ HWP:Cache stop clocks
788 complete fix
789- `1410677b65e4 <https://github.com/open-power/sbe/commit/1410677b65e4>`__ PM HWP: Fix bug in stop
790 clock procedure that effects mpipl
791
792Prem Shanker Jha (2):
793
794- `b6b4eafa650c <https://github.com/open-power/sbe/commit/b6b4eafa650c>`__ SMF: Defined new
795 attribute containing unsecure HOMER memory’s size.
796- `47f5faba3803 <https://github.com/open-power/sbe/commit/47f5faba3803>`__ SMF: Populates unsecure
797 HOMER with SC2 instruction.
798
799Pretty Mariam Jacob (1):
800
801- `b2548e254811 <https://github.com/open-power/sbe/commit/b2548e254811>`__ Added Alink changes in
802 attributes and initfiles
803
804Raja Das (5):
805
806- `0420efec88bd <https://github.com/open-power/sbe/commit/0420efec88bd>`__ White/Black/Grey List
807 Binary dump PSU Chip-op Support
808- `0321b165dad7 <https://github.com/open-power/sbe/commit/0321b165dad7>`__ SBE scripts to update
809 pib repair data
810- `9f9f77cec3cb <https://github.com/open-power/sbe/commit/9f9f77cec3cb>`__ L1 loader Axone Pibmem
811 repair parse
812- `c508f8e9d96e <https://github.com/open-power/sbe/commit/c508f8e9d96e>`__ NVDIMM Flush update
813- `57905edebf34 <https://github.com/open-power/sbe/commit/57905edebf34>`__ Axone pibmem repair
814 logic
815
816Soma BhanuTej (1):
817
818- `1d73131d1a11 <https://github.com/open-power/sbe/commit/1d73131d1a11>`__ Update p9a_10 engd - spy
819 name changes
820
821Srikantha Meesala (1):
822
823- `9b5f5c303ddc <https://github.com/open-power/sbe/commit/9b5f5c303ddc>`__ Befor flushNVDIMM
824 chip-op make sure all core Instructions are stopped
825
826Stephen Glancy (2):
827
828- `953dc3134693 <https://github.com/open-power/sbe/commit/953dc3134693>`__ Updates MWD_COARSE to
829 run multiple patterns
830- `6eb2a4c0f0d8 <https://github.com/open-power/sbe/commit/6eb2a4c0f0d8>`__ Updates MCA write and
831 read timings
832
833Tsung Yeung (1):
834
835- `1ac3d5b9cd5f <https://github.com/open-power/sbe/commit/1ac3d5b9cd5f>`__ Adjust STR enter
836 sequence to enable immediate entry
837
838kswaroop (1):
839
840- `81c848765857 <https://github.com/open-power/sbe/commit/81c848765857>`__ PIBMEM only image
841
842Package: skiboot
843----------------
844
845`Repository <https://github.com/open-power/skiboot>`__
846
847.. _v2.3-rc1-patches-4:
848
849Patches
850~~~~~~~
851
852.. _v2.3-rc1-commits-4:
853
854Commits
855~~~~~~~
856
857Abhishek Goel (1):
858
859- `b821f8c2a8e3 <https://github.com/open-power/skiboot/commit/b821f8c2a8e3>`__ power-mgmt : occ :
860 Add ‘freq-domain-mask’ DT property
861
862Akshay Adiga (2):
863
864- `40b99f58ea37 <https://github.com/open-power/skiboot/commit/40b99f58ea37>`__ SLW: Remove Idle
865 state support tor Power8 DD1
866- `c46ab3a0509c <https://github.com/open-power/skiboot/commit/c46ab3a0509c>`__ SLW: Print verbose
867 info on errors only
868
869Alexey Kardashevskiy (8):
870
871- `17975a6e6457 <https://github.com/open-power/skiboot/commit/17975a6e6457>`__ cpufeatures: Always
872 advertise POWER8NVL as DD2
873- `64627c85e648 <https://github.com/open-power/skiboot/commit/64627c85e648>`__ cpufeatures: Always
874 advertise POWER8NVL as DD2
875- `fd0950488f7f <https://github.com/open-power/skiboot/commit/fd0950488f7f>`__ opal: Deprecate
876 reading the PHB status
877- `4824d17bb53b <https://github.com/open-power/skiboot/commit/4824d17bb53b>`__ hw/phb3/naples:
878 Disable D-states
879- `889dba86c3c8 <https://github.com/open-power/skiboot/commit/889dba86c3c8>`__ hw/phb3/naples:
880 Disable D-states
881- `ba1d95a1d460 <https://github.com/open-power/skiboot/commit/ba1d95a1d460>`__ npu2: Add
882 XTS_BDF_MAP wildcard refcount
883- `c0f17caddcd8 <https://github.com/open-power/skiboot/commit/c0f17caddcd8>`__ npu2: Allow ATSD for
884 LPAR other than 0
885- `b392d785eb49 <https://github.com/open-power/skiboot/commit/b392d785eb49>`__ witherspoon: Add
886 nvlink2 interconnect information
887
888Andrew Donnellan (9):
889
890- `682fa68e577c <https://github.com/open-power/skiboot/commit/682fa68e577c>`__
891 platforms/witherspoon: Make PCIe shared slot error message more informative
892- `e1c3ed8224bf <https://github.com/open-power/skiboot/commit/e1c3ed8224bf>`__ config: Get rid of
893 DEBUG_MALLOC
894- `647dc4aff7b6 <https://github.com/open-power/skiboot/commit/647dc4aff7b6>`__ config: Get rid of
895 FAST_REBOOT_CLEARS_MEMORY
896- `c9bc52a250a0 <https://github.com/open-power/skiboot/commit/c9bc52a250a0>`__ core/stack: Remove
897 r1 argument from \___backtrace()
898- `b971b67ac2e1 <https://github.com/open-power/skiboot/commit/b971b67ac2e1>`__ core/stack: Define a
899 backtrace metadata struct
900- `80a49c7022b2 <https://github.com/open-power/skiboot/commit/80a49c7022b2>`__ core/stack: Store
901 PIR in \___backtrace()
902- `8dddd751ef43 <https://github.com/open-power/skiboot/commit/8dddd751ef43>`__ hw/fsp, hw/ipmi:
903 Convert attn code to not use backtrace wrappers
904- `e5a7411cd74e <https://github.com/open-power/skiboot/commit/e5a7411cd74e>`__ core/stack: Convert
905 stack check code to not use backtrace wrapper
906- `b965b9de25d2 <https://github.com/open-power/skiboot/commit/b965b9de25d2>`__ core/stack: Rename
907 backtrace functions, get rid of wrappers
908
909Andrew Jeffery (115):
910
911- `bd9839684d48 <https://github.com/open-power/skiboot/commit/bd9839684d48>`__ astbmc: Try IPMI
912 HIOMAP for P8
913- `71ce936ffe38 <https://github.com/open-power/skiboot/commit/71ce936ffe38>`__ p8dtu: Enable HIOMAP
914 support
915- `9dcbd1f41d98 <https://github.com/open-power/skiboot/commit/9dcbd1f41d98>`__ p8dtu: Configure BMC
916 graphics
917- `963629523084 <https://github.com/open-power/skiboot/commit/963629523084>`__ pflash: Don’t try
918 update RO ToC
919- `0dec1de73e1e <https://github.com/open-power/skiboot/commit/0dec1de73e1e>`__ libflash/test:
920 Generate header dependencies for tests
921- `3852a9460abc <https://github.com/open-power/skiboot/commit/3852a9460abc>`__ ffspart, libflash:
922 Fix stack size warnings
923- `a7e1efe864ad <https://github.com/open-power/skiboot/commit/a7e1efe864ad>`__ pflash: Increase
924 stack frame size warning threshold
925- `5636d390b7f0 <https://github.com/open-power/skiboot/commit/5636d390b7f0>`__ gard: Fix warnings
926 from gcc 8.2.0
927- `96409597aa39 <https://github.com/open-power/skiboot/commit/96409597aa39>`__ Makefile: Paper over
928 gard and pflash coverage issues
929- `43ca6a2e5b12 <https://github.com/open-power/skiboot/commit/43ca6a2e5b12>`__ test-ipmi-hiomap:
930 Add ability to delay some IPMI messages
931- `f246cceda717 <https://github.com/open-power/skiboot/commit/f246cceda717>`__ test-ipmi-hiomap:
932 Dump unexpected IPMI messages
933- `5293333dd1af <https://github.com/open-power/skiboot/commit/5293333dd1af>`__ test-ipmi-hiomap:
934 Ensure the completion code is set
935- `f46ed4f7ee79 <https://github.com/open-power/skiboot/commit/f46ed4f7ee79>`__ test-ipmi-hiomap:
936 Print some information on early scenario_exit()
937- `1b3a5dfbdf92 <https://github.com/open-power/skiboot/commit/1b3a5dfbdf92>`__
938 libflash/ipmi-hiomap: Fix leak of msg in callback
939- `64a61885a229 <https://github.com/open-power/skiboot/commit/64a61885a229>`__
940 libflash/ipmi-hiomap: Overhaul error handling
941- `403d527269be <https://github.com/open-power/skiboot/commit/403d527269be>`__
942 libflash/ipmi-hiomap: Overhaul event handling
943- `6d8bd2dd9eab <https://github.com/open-power/skiboot/commit/6d8bd2dd9eab>`__
944 libflash/ipmi-hiomap: Remove unused close handling
945- `4af122b23402 <https://github.com/open-power/skiboot/commit/4af122b23402>`__
946 libflash/ipmi-hiomap: Enforce message size for empty response
947- `41e6e8b4acf7 <https://github.com/open-power/skiboot/commit/41e6e8b4acf7>`__ test-ipmi-hiomap:
948 Add protocol-persistent-error test
949- `5b12dfe8dd0d <https://github.com/open-power/skiboot/commit/5b12dfe8dd0d>`__ test-ipmi-hiomap:
950 Add read-one-block test
951- `d4b870c8524c <https://github.com/open-power/skiboot/commit/d4b870c8524c>`__ test-ipmi-hiomap:
952 Add read-two-blocks test
953- `e1f20bfd7d91 <https://github.com/open-power/skiboot/commit/e1f20bfd7d91>`__ test-ipmi-hiomap:
954 Add event-before-read
955- `fd271bc570d3 <https://github.com/open-power/skiboot/commit/fd271bc570d3>`__ test-ipmi-hiomap:
956 Add event-during-read test
957- `e69b1135db38 <https://github.com/open-power/skiboot/commit/e69b1135db38>`__ test-ipmi-hiomap:
958 Add write-one-block test
959- `eb0c85ae9868 <https://github.com/open-power/skiboot/commit/eb0c85ae9868>`__ test-ipmi-hiomap:
960 Add write-two-blocks test
961- `7f246ff2c999 <https://github.com/open-power/skiboot/commit/7f246ff2c999>`__ test-ipmi-hiomap:
962 Add event-before-write test
963- `9175028fc84a <https://github.com/open-power/skiboot/commit/9175028fc84a>`__ test-ipmi-hiomap:
964 Add event-during-write test
965- `5ee7b0f70b04 <https://github.com/open-power/skiboot/commit/5ee7b0f70b04>`__ test-ipmi-hiomap:
966 Add erase-one-block test
967- `275b3d12af39 <https://github.com/open-power/skiboot/commit/275b3d12af39>`__ test-ipmi-hiomap:
968 Add erase-two-blocks test
969- `410b80725ad2 <https://github.com/open-power/skiboot/commit/410b80725ad2>`__ test-ipmi-hiomap:
970 Add event-before-erase test
971- `c2a4b4988ecc <https://github.com/open-power/skiboot/commit/c2a4b4988ecc>`__ test-ipmi-hiomap:
972 Add event-during-erase
973- `077d19d82405 <https://github.com/open-power/skiboot/commit/077d19d82405>`__ test-ipmi-hiomap:
974 Add bad-sequence test
975- `ecf6430d1ee9 <https://github.com/open-power/skiboot/commit/ecf6430d1ee9>`__ test-ipmi-hiomap:
976 Add action-error test
977- `f65c781eee16 <https://github.com/open-power/skiboot/commit/f65c781eee16>`__ test-ipmi-hiomap:
978 Add get-flash-info test
979- `bcdd3f134970 <https://github.com/open-power/skiboot/commit/bcdd3f134970>`__ test-ipmi-hiomap:
980 Add get-info-error test
981- `0bef2695055d <https://github.com/open-power/skiboot/commit/0bef2695055d>`__ test-ipmi-hiomap:
982 Add get-flash-info-error test
983- `c4d5734fde21 <https://github.com/open-power/skiboot/commit/c4d5734fde21>`__ test-ipmi-hiomap:
984 Add create-read-window-error test
985- `364b433adb7d <https://github.com/open-power/skiboot/commit/364b433adb7d>`__ test-ipmi-hiomap:
986 Add create-write-window-error test
987- `a4349da67c9c <https://github.com/open-power/skiboot/commit/a4349da67c9c>`__ test-ipmi-hiomap:
988 Add mark-dirty-error test
989- `7798ea646fb7 <https://github.com/open-power/skiboot/commit/7798ea646fb7>`__ test-ipmi-hiomap:
990 Add flush-error test
991- `ff5153612f85 <https://github.com/open-power/skiboot/commit/ff5153612f85>`__ test-ipmi-hiomap:
992 Add ack-error test
993- `12ca08b58e5b <https://github.com/open-power/skiboot/commit/12ca08b58e5b>`__ test-ipmi-hiomap:
994 Add erase-error test
995- `4642a6c9a66b <https://github.com/open-power/skiboot/commit/4642a6c9a66b>`__ test-ipmi-hiomap:
996 Add ack-malformed tests
997- `8745e91d48d1 <https://github.com/open-power/skiboot/commit/8745e91d48d1>`__ test-ipmi-hiomap:
998 Add get-info-malformed tests
999- `5c2ada09e76d <https://github.com/open-power/skiboot/commit/5c2ada09e76d>`__ test-ipmi-hiomap:
1000 Add get-flash-info-malformed tests
1001- `bd1a08ab3e12 <https://github.com/open-power/skiboot/commit/bd1a08ab3e12>`__ test-ipmi-hiomap:
1002 Add create-read-window-malformed tests
1003- `ee0314d2d9d0 <https://github.com/open-power/skiboot/commit/ee0314d2d9d0>`__ test-ipmi-hiomap:
1004 Add create-write-window-malformed tests
1005- `c7b8293d867a <https://github.com/open-power/skiboot/commit/c7b8293d867a>`__ test-ipmi-hiomap:
1006 Add mark-dirty-malformed tests
1007- `985c7a26bcb1 <https://github.com/open-power/skiboot/commit/985c7a26bcb1>`__ test-ipmi-hiomap:
1008 Add flush-malformed tests
1009- `7735cc354609 <https://github.com/open-power/skiboot/commit/7735cc354609>`__ test-ipmi-hiomap:
1010 Add erase-malformed tests
1011- `d0c798252521 <https://github.com/open-power/skiboot/commit/d0c798252521>`__ test-ipmi-hiomap:
1012 Add protocol-recovery-failure-ack test
1013- `ce81b9364131 <https://github.com/open-power/skiboot/commit/ce81b9364131>`__ test-ipmi-hiomap:
1014 Add protocol-recovery-failure-get-info test
1015- `9398b84fad0e <https://github.com/open-power/skiboot/commit/9398b84fad0e>`__ test-ipmi-hiomap:
1016 Add protocol-recovery-get-flash-info-failure test
1017- `b94bb54f6569 <https://github.com/open-power/skiboot/commit/b94bb54f6569>`__ test-ipmi-hiomap:
1018 Add read-one-block-twice test
1019- `ed35a7d04bde <https://github.com/open-power/skiboot/commit/ed35a7d04bde>`__ test-ipmi-hiomap:
1020 Add write-one-block-twice test
1021- `a3777e58990f <https://github.com/open-power/skiboot/commit/a3777e58990f>`__ test-ipmi-hiomap:
1022 Add erase-one-block-twice test
1023- `6a4db4c249a1 <https://github.com/open-power/skiboot/commit/6a4db4c249a1>`__ ast-io: Rework
1024 ast_sio_is_enabled() test sequence
1025- `c826e1ca9e5b <https://github.com/open-power/skiboot/commit/c826e1ca9e5b>`__ astbmc: Try IPMI
1026 HIOMAP for P8 (again)
1027- `b9d7c9da583a <https://github.com/open-power/skiboot/commit/b9d7c9da583a>`__ astbmc: Enable IPMI
1028 HIOMAP for AMI platforms
1029- `5d07d064db05 <https://github.com/open-power/skiboot/commit/5d07d064db05>`__ libflash/test:
1030 Generate header dependencies for tests
1031- `e3a3ba16a44a <https://github.com/open-power/skiboot/commit/e3a3ba16a44a>`__ test-ipmi-hiomap:
1032 Add ability to delay some IPMI messages
1033- `3056fcd0a7c4 <https://github.com/open-power/skiboot/commit/3056fcd0a7c4>`__ test-ipmi-hiomap:
1034 Dump unexpected IPMI messages
1035- `7cb5eca8d6ca <https://github.com/open-power/skiboot/commit/7cb5eca8d6ca>`__ test-ipmi-hiomap:
1036 Ensure the completion code is set
1037- `272443f7687b <https://github.com/open-power/skiboot/commit/272443f7687b>`__ test-ipmi-hiomap:
1038 Print some information on early scenario_exit()
1039- `7bb5ead55bdf <https://github.com/open-power/skiboot/commit/7bb5ead55bdf>`__
1040 libflash/ipmi-hiomap: Fix leak of msg in callback
1041- `2e29cf8d00fb <https://github.com/open-power/skiboot/commit/2e29cf8d00fb>`__
1042 libflash/ipmi-hiomap: Overhaul error handling
1043- `5c4b51a0408f <https://github.com/open-power/skiboot/commit/5c4b51a0408f>`__
1044 libflash/ipmi-hiomap: Overhaul event handling
1045- `041d61e2be1d <https://github.com/open-power/skiboot/commit/041d61e2be1d>`__
1046 libflash/ipmi-hiomap: Remove unused close handling
1047- `b64b3544d90b <https://github.com/open-power/skiboot/commit/b64b3544d90b>`__
1048 libflash/ipmi-hiomap: Enforce message size for empty response
1049- `cca1c08ece5e <https://github.com/open-power/skiboot/commit/cca1c08ece5e>`__ test-ipmi-hiomap:
1050 Add protocol-persistent-error test
1051- `a215e3e547a0 <https://github.com/open-power/skiboot/commit/a215e3e547a0>`__ test-ipmi-hiomap:
1052 Add read-one-block test
1053- `96ca4e26deb6 <https://github.com/open-power/skiboot/commit/96ca4e26deb6>`__ test-ipmi-hiomap:
1054 Add read-two-blocks test
1055- `ea318dbe989f <https://github.com/open-power/skiboot/commit/ea318dbe989f>`__ test-ipmi-hiomap:
1056 Add event-before-read
1057- `e4e76c8d2f6c <https://github.com/open-power/skiboot/commit/e4e76c8d2f6c>`__ test-ipmi-hiomap:
1058 Add event-during-read test
1059- `e3497461c93b <https://github.com/open-power/skiboot/commit/e3497461c93b>`__ test-ipmi-hiomap:
1060 Add write-one-block test
1061- `bf722c0ac561 <https://github.com/open-power/skiboot/commit/bf722c0ac561>`__ test-ipmi-hiomap:
1062 Add write-two-blocks test
1063- `4cc5d420eeb4 <https://github.com/open-power/skiboot/commit/4cc5d420eeb4>`__ test-ipmi-hiomap:
1064 Add event-before-write test
1065- `55b284e63e7d <https://github.com/open-power/skiboot/commit/55b284e63e7d>`__ test-ipmi-hiomap:
1066 Add event-during-write test
1067- `da61b9e8dc1f <https://github.com/open-power/skiboot/commit/da61b9e8dc1f>`__ test-ipmi-hiomap:
1068 Add erase-one-block test
1069- `a6f3245eda74 <https://github.com/open-power/skiboot/commit/a6f3245eda74>`__ test-ipmi-hiomap:
1070 Add erase-two-blocks test
1071- `6432db36f0b1 <https://github.com/open-power/skiboot/commit/6432db36f0b1>`__ test-ipmi-hiomap:
1072 Add event-before-erase test
1073- `7d666e226bd9 <https://github.com/open-power/skiboot/commit/7d666e226bd9>`__ test-ipmi-hiomap:
1074 Add event-during-erase
1075- `d69b6567669b <https://github.com/open-power/skiboot/commit/d69b6567669b>`__ test-ipmi-hiomap:
1076 Add bad-sequence test
1077- `4f9facdacef9 <https://github.com/open-power/skiboot/commit/4f9facdacef9>`__ test-ipmi-hiomap:
1078 Add action-error test
1079- `b20312eb6ee5 <https://github.com/open-power/skiboot/commit/b20312eb6ee5>`__ test-ipmi-hiomap:
1080 Add get-flash-info test
1081- `852d38850654 <https://github.com/open-power/skiboot/commit/852d38850654>`__ test-ipmi-hiomap:
1082 Add get-info-error test
1083- `21bed4d078d9 <https://github.com/open-power/skiboot/commit/21bed4d078d9>`__ test-ipmi-hiomap:
1084 Add get-flash-info-error test
1085- `05e1dabcb97d <https://github.com/open-power/skiboot/commit/05e1dabcb97d>`__ test-ipmi-hiomap:
1086 Add create-read-window-error test
1087- `1c97112ba0b9 <https://github.com/open-power/skiboot/commit/1c97112ba0b9>`__ test-ipmi-hiomap:
1088 Add create-write-window-error test
1089- `14959a69eeac <https://github.com/open-power/skiboot/commit/14959a69eeac>`__ test-ipmi-hiomap:
1090 Add mark-dirty-error test
1091- `4de5c234518b <https://github.com/open-power/skiboot/commit/4de5c234518b>`__ test-ipmi-hiomap:
1092 Add flush-error test
1093- `c38fccd32df0 <https://github.com/open-power/skiboot/commit/c38fccd32df0>`__ test-ipmi-hiomap:
1094 Add ack-error test
1095- `5e1559af3394 <https://github.com/open-power/skiboot/commit/5e1559af3394>`__ test-ipmi-hiomap:
1096 Add erase-error test
1097- `66b4b2e49d46 <https://github.com/open-power/skiboot/commit/66b4b2e49d46>`__ test-ipmi-hiomap:
1098 Add ack-malformed tests
1099- `90ae8a0767ce <https://github.com/open-power/skiboot/commit/90ae8a0767ce>`__ test-ipmi-hiomap:
1100 Add get-info-malformed tests
1101- `7ae038042951 <https://github.com/open-power/skiboot/commit/7ae038042951>`__ test-ipmi-hiomap:
1102 Add get-flash-info-malformed tests
1103- `dba42852b0de <https://github.com/open-power/skiboot/commit/dba42852b0de>`__ test-ipmi-hiomap:
1104 Add create-read-window-malformed tests
1105- `564d5e4ba7e4 <https://github.com/open-power/skiboot/commit/564d5e4ba7e4>`__ test-ipmi-hiomap:
1106 Add create-write-window-malformed tests
1107- `b812fa3d16ce <https://github.com/open-power/skiboot/commit/b812fa3d16ce>`__ test-ipmi-hiomap:
1108 Add mark-dirty-malformed tests
1109- `0ebf921c1a0a <https://github.com/open-power/skiboot/commit/0ebf921c1a0a>`__ test-ipmi-hiomap:
1110 Add flush-malformed tests
1111- `4769cb645e20 <https://github.com/open-power/skiboot/commit/4769cb645e20>`__ test-ipmi-hiomap:
1112 Add erase-malformed tests
1113- `35a6cbe24717 <https://github.com/open-power/skiboot/commit/35a6cbe24717>`__ test-ipmi-hiomap:
1114 Add protocol-recovery-failure-ack test
1115- `ffe09809c035 <https://github.com/open-power/skiboot/commit/ffe09809c035>`__ test-ipmi-hiomap:
1116 Add protocol-recovery-failure-get-info test
1117- `0e8e03ee34ba <https://github.com/open-power/skiboot/commit/0e8e03ee34ba>`__ test-ipmi-hiomap:
1118 Add protocol-recovery-get-flash-info-failure test
1119- `75622fe738cd <https://github.com/open-power/skiboot/commit/75622fe738cd>`__ test-ipmi-hiomap:
1120 Add read-one-block-twice test
1121- `1a8a5c352762 <https://github.com/open-power/skiboot/commit/1a8a5c352762>`__ test-ipmi-hiomap:
1122 Add write-one-block-twice test
1123- `2d8b0043aa9d <https://github.com/open-power/skiboot/commit/2d8b0043aa9d>`__ test-ipmi-hiomap:
1124 Add erase-one-block-twice test
1125- `381a7e6553d7 <https://github.com/open-power/skiboot/commit/381a7e6553d7>`__ ast-io: Rework
1126 ast_sio_is_enabled() test sequence
1127- `6e7145a55afc <https://github.com/open-power/skiboot/commit/6e7145a55afc>`__ astbmc: Try IPMI
1128 HIOMAP for P8 (again)
1129- `52be9b85e455 <https://github.com/open-power/skiboot/commit/52be9b85e455>`__ zaius: Add BMC
1130 description
1131- `4ff0e16df304 <https://github.com/open-power/skiboot/commit/4ff0e16df304>`__ p8dtu: Enable HIOMAP
1132 support
1133- `137b11c77feb <https://github.com/open-power/skiboot/commit/137b11c77feb>`__ p8dtu: Configure BMC
1134 graphics
1135- `b7594b26929e <https://github.com/open-power/skiboot/commit/b7594b26929e>`__ astbmc: Enable IPMI
1136 HIOMAP for AMI platforms
1137- `cccf5d79de07 <https://github.com/open-power/skiboot/commit/cccf5d79de07>`__ core/flash: Retry
1138 requests as necessary in flash_load_resource()
1139- `6225d1192493 <https://github.com/open-power/skiboot/commit/6225d1192493>`__ astbmc: Handle
1140 failure to initialise raw flash
1141
1142Anju T Sudhakar (7):
1143
1144- `6d9a87cec05a <https://github.com/open-power/skiboot/commit/6d9a87cec05a>`__ doc/imc: Edit
1145 imc.rst documentation to include
1146- `09e912109070 <https://github.com/open-power/skiboot/commit/09e912109070>`__ doc/device-tree:
1147 Edit device tree documentation for imc to include trace-node information.
1148- `f3a0fb699040 <https://github.com/open-power/skiboot/commit/f3a0fb699040>`__ doc/opal-api: Edit
1149 documentation for IMC opal call to include trace-imc
1150- `5506d8a45882 <https://github.com/open-power/skiboot/commit/5506d8a45882>`__ include/imc: Trace
1151 IMC Macro definitions
1152- `fa8f3f3fcead <https://github.com/open-power/skiboot/commit/fa8f3f3fcead>`__ hw/imc: Refactor
1153 opal init call for core-imc
1154- `df2a1e579aaa <https://github.com/open-power/skiboot/commit/df2a1e579aaa>`__ hw/imc: Enable opal
1155 calls to init/start/stop IMC Trace mode
1156- `027d87475eff <https://github.com/open-power/skiboot/commit/027d87475eff>`__ external/mambo:
1157 Mambo hack to add trace-imc nodes in the device-tree
1158
1159Artem Senichev (1):
1160
1161- `eb83850ee1de <https://github.com/open-power/skiboot/commit/eb83850ee1de>`__ platforms/vesnin:
1162 Disable PCIe port bifurcation
1163
1164Cédric Le Goater (1):
1165
1166- `bbcbbd3e071f <https://github.com/open-power/skiboot/commit/bbcbbd3e071f>`__ xive: Add calls to
1167 save/restore the queues and VPs HW state
1168
1169Deb McLemore (6):
1170
1171- `31231ed300f2 <https://github.com/open-power/skiboot/commit/31231ed300f2>`__ p9dsu: Fix p9dsu
1172 default variant
1173- `87517c8737b9 <https://github.com/open-power/skiboot/commit/87517c8737b9>`__ p9dsu: Fix p9dsu
1174 slot tables
1175- `83f06eec281d <https://github.com/open-power/skiboot/commit/83f06eec281d>`__ p9dsu: Fix p9dsu
1176 default variant
1177- `c8941393f452 <https://github.com/open-power/skiboot/commit/c8941393f452>`__ p9dsu: Fix p9dsu
1178 slot tables
1179- `64a16ae05bb2 <https://github.com/open-power/skiboot/commit/64a16ae05bb2>`__ p9dsu: Fix slot
1180 labels for p9dsu2u
1181- `c470806a2e5e <https://github.com/open-power/skiboot/commit/c470806a2e5e>`__ p9dsu: Undo slot
1182 label name changes
1183
1184Frederic Barrat (10):
1185
1186- `536c8fbf932d <https://github.com/open-power/skiboot/commit/536c8fbf932d>`__ npu2-opencapi:
1187 Rework ODL register access
1188- `e621b7b67951 <https://github.com/open-power/skiboot/commit/e621b7b67951>`__ npu2-opencapi: Setup
1189 perf counters to detect CRC errors
1190- `9f3cdff99656 <https://github.com/open-power/skiboot/commit/9f3cdff99656>`__ npu2-opencapi:
1191 Rename functions used to reset an adapter
1192- `ce9dd46d36d0 <https://github.com/open-power/skiboot/commit/ce9dd46d36d0>`__ npu2-opencapi: Keep
1193 ODL and adapter in reset at the same time
1194- `e4efac7d8c90 <https://github.com/open-power/skiboot/commit/e4efac7d8c90>`__ npu2-opencapi: ODL
1195 should be in reset when enabled
1196- `d75436f0d3d0 <https://github.com/open-power/skiboot/commit/d75436f0d3d0>`__ npu2-opencapi:
1197 Extend delay after releasing reset on adapter
1198- `998911498597 <https://github.com/open-power/skiboot/commit/998911498597>`__ npu2-opencapi: Fix
1199 adapter reset when using 2 adapters
1200- `8cf6758e1889 <https://github.com/open-power/skiboot/commit/8cf6758e1889>`__ npu2-hw-procedures:
1201 Don’t set iovalid for opencapi devices
1202- `11c5faa66aa0 <https://github.com/open-power/skiboot/commit/11c5faa66aa0>`__ npu2-hw-procedures:
1203 Fix zcal in mixed opencapi and nvlink mode
1204- `14a78d5c2e85 <https://github.com/open-power/skiboot/commit/14a78d5c2e85>`__ npu2/hw-procedures:
1205 Fix parallel zcal for opencapi
1206
1207Jeff Scheel (1):
1208
1209- `abd17b24a5ae <https://github.com/open-power/skiboot/commit/abd17b24a5ae>`__ doc: Adjusting tags
1210 in release notes to eliminate global conflict for singlehtml builds
1211
1212Joel Stanley (2):
1213
1214- `23470f10d0b1 <https://github.com/open-power/skiboot/commit/23470f10d0b1>`__ Revert “astbmc: Try
1215 IPMI HIOMAP for P8”
1216- `cd2b103f2488 <https://github.com/open-power/skiboot/commit/cd2b103f2488>`__ Makefile: Check
1217 -Wno-stringop-truncation is supported
1218
1219Mahesh Salgaonkar (4):
1220
1221- `017da88b2d05 <https://github.com/open-power/skiboot/commit/017da88b2d05>`__ opal/hmi: Fix double
1222 unlock of hmi lock in failure path.
1223- `ca349b836d02 <https://github.com/open-power/skiboot/commit/ca349b836d02>`__ opal/hmi: Don’t
1224 retry TOD recovery if it is already in failed state.
1225- `497734984231 <https://github.com/open-power/skiboot/commit/497734984231>`__ opal/hmi: set a flag
1226 to inform OS that TOD/TB has failed.
1227- `2c71d7032484 <https://github.com/open-power/skiboot/commit/2c71d7032484>`__ Fix hang in
1228 pnv_platform_error_reboot path due to TOD failure.
1229
1230Michael Neuling (1):
1231
1232- `740904858586 <https://github.com/open-power/skiboot/commit/740904858586>`__ xive: Make no_sync
1233 parameter affermative in \__xive_set_irq_config()
1234
1235Michal Suchanek (1):
1236
1237- `bef1ddc40813 <https://github.com/open-power/skiboot/commit/bef1ddc40813>`__ libffs: Fix string
1238 truncation gcc warning.
1239
1240Nicholas Piggin (20):
1241
1242- `3500a606c6db <https://github.com/open-power/skiboot/commit/3500a606c6db>`__ phb4: remove POWER9N
1243 DD1 creset workaround
1244- `3b4ae3a2e2a5 <https://github.com/open-power/skiboot/commit/3b4ae3a2e2a5>`__ xive: remove POWER9N
1245 DD1 NVT table size workaround
1246- `0b0d15e3c170 <https://github.com/open-power/skiboot/commit/0b0d15e3c170>`__ Remove POWER9N DD1
1247 support
1248- `d27180b55d77 <https://github.com/open-power/skiboot/commit/d27180b55d77>`__ core/cpu: HID update
1249 race
1250- `57610a3681bc <https://github.com/open-power/skiboot/commit/57610a3681bc>`__ external/mambo:
1251 allow CPU targeting for most debug utils
1252- `0d44d7f7d29d <https://github.com/open-power/skiboot/commit/0d44d7f7d29d>`__ core/init: rename
1253 setup_reset_vector
1254- `9e075d75274c <https://github.com/open-power/skiboot/commit/9e075d75274c>`__ core/cpu: do not
1255 inline cpu_relax
1256- `9c58bbd720b7 <https://github.com/open-power/skiboot/commit/9c58bbd720b7>`__ core/exceptions:
1257 save current MSR in exception frame
1258- `e1d44e8c117f <https://github.com/open-power/skiboot/commit/e1d44e8c117f>`__ asm/head: use HSRR
1259 exception registers in FIXUP_ENDIAN
1260- `02aea4c8760a <https://github.com/open-power/skiboot/commit/02aea4c8760a>`__ core/init: rearrange
1261 final boot steps
1262- `d25287a167fd <https://github.com/open-power/skiboot/commit/d25287a167fd>`__ core/fast-reboot:
1263 improve NMI handling during fast reset
1264- `ebb814a80369 <https://github.com/open-power/skiboot/commit/ebb814a80369>`__ core/init: enable
1265 machine check on secondaries
1266- `75669cb37067 <https://github.com/open-power/skiboot/commit/75669cb37067>`__ asm/head: provide
1267 asm support for interrupts to be returned from
1268- `37baa9731d0d <https://github.com/open-power/skiboot/commit/37baa9731d0d>`__ core/fast-reboot:
1269 fast reboot specific sreset patch
1270- `4ebb78cffda8 <https://github.com/open-power/skiboot/commit/4ebb78cffda8>`__ asm/head: sreset
1271 handler remove FIXUP_ENDIAN
1272- `8a43bf86b7d4 <https://github.com/open-power/skiboot/commit/8a43bf86b7d4>`__ core/exceptions:
1273 implement an exception handler for non-powersave sresets
1274- `22524e901744 <https://github.com/open-power/skiboot/commit/22524e901744>`__ core/exceptions:
1275 allow recoverable sreset exceptions
1276- `5d86cebd5368 <https://github.com/open-power/skiboot/commit/5d86cebd5368>`__ core/exceptions:
1277 implement support for MCE interrupts in powersave
1278- `c51c7a5df601 <https://github.com/open-power/skiboot/commit/c51c7a5df601>`__ core/cpu: HID update
1279 race
1280- `450b429feb43 <https://github.com/open-power/skiboot/commit/450b429feb43>`__ asm/head: move
1281 unnecessary code out of head
1282
1283Oliver O’Halloran (28):
1284
1285- `08981e62e1d9 <https://github.com/open-power/skiboot/commit/08981e62e1d9>`__ phb4: Rework BDFN
1286 filtering in phb4_set_pe()
1287- `2f5d15f167b0 <https://github.com/open-power/skiboot/commit/2f5d15f167b0>`__ phb4: Remove
1288 pointless NULL checks
1289- `e19f14e3134b <https://github.com/open-power/skiboot/commit/e19f14e3134b>`__ phb4: Eliminate
1290 p->rte_cache
1291- `a3a64a4b8737 <https://github.com/open-power/skiboot/commit/a3a64a4b8737>`__ phb4: Eliminate
1292 peltv_cache
1293- `639f67285c2c <https://github.com/open-power/skiboot/commit/639f67285c2c>`__ phb4: Update some
1294 comments
1295- `3eadafbd35ae <https://github.com/open-power/skiboot/commit/3eadafbd35ae>`__ hdata/test: Fix up
1296 linux,sml-base property
1297- `fa3dee2a63e6 <https://github.com/open-power/skiboot/commit/fa3dee2a63e6>`__ hdata/test: Add
1298 OP920 HDAT test data
1299- `f35a3c376a44 <https://github.com/open-power/skiboot/commit/f35a3c376a44>`__ hdata/memory: Remove
1300 find_shared()
1301- `4822a7ba9d33 <https://github.com/open-power/skiboot/commit/4822a7ba9d33>`__ hdata/memory: Add
1302 NVDIMM support
1303- `9b67792c3801 <https://github.com/open-power/skiboot/commit/9b67792c3801>`__ hw/phb4: Fix
1304 indentation of brdgCtl
1305- `43f11d51e601 <https://github.com/open-power/skiboot/commit/43f11d51e601>`__ platforms/zz:
1306 Re-enable LXVPD slot information parsing
1307- `1941d3f26373 <https://github.com/open-power/skiboot/commit/1941d3f26373>`__ platforms/romulus:
1308 Also support talos
1309- `1c3baae4f2b3 <https://github.com/open-power/skiboot/commit/1c3baae4f2b3>`__ hdata/iohub: Look
1310 for IOVPD on P9
1311- `0ec1e37004da <https://github.com/open-power/skiboot/commit/0ec1e37004da>`__ hw/phb4: Look for
1312 the hub-id from in the PBCQ node
1313- `14372fc9fb60 <https://github.com/open-power/skiboot/commit/14372fc9fb60>`__ core/pci: Increase
1314 the max slot string size
1315- `99937b943845 <https://github.com/open-power/skiboot/commit/99937b943845>`__ core/pcie-slot: Set
1316 power state from the PWRCTL flag
1317- `efc568c1e30b <https://github.com/open-power/skiboot/commit/efc568c1e30b>`__ fsp/lxvpd: Print
1318 more LXVPD slot information
1319- `0c86fef7e502 <https://github.com/open-power/skiboot/commit/0c86fef7e502>`__ firenze-pci: Always
1320 init slot info from LXVPD
1321- `1ef5a64b85d5 <https://github.com/open-power/skiboot/commit/1ef5a64b85d5>`__ core/pcie-slot:
1322 Better explain suprise_check
1323- `84aa25921a09 <https://github.com/open-power/skiboot/commit/84aa25921a09>`__ core/pcie-slot:
1324 Don’t bail early in the power on case
1325- `70edcbb4b39d <https://github.com/open-power/skiboot/commit/70edcbb4b39d>`__ hw/phb4: Skip FRESET
1326 PERST when coming from CRESET
1327- `e89d3f32d216 <https://github.com/open-power/skiboot/commit/e89d3f32d216>`__ hw/phb4: Remove
1328 FRESET presence check
1329- `b8b4c79d4419 <https://github.com/open-power/skiboot/commit/b8b4c79d4419>`__ hw/phb4: Factor out
1330 PERST control
1331- `722cf1c2ed56 <https://github.com/open-power/skiboot/commit/722cf1c2ed56>`__ hw/phb4: Drop
1332 FRESET_DEASSERT_DELAY state
1333- `a31085d7d432 <https://github.com/open-power/skiboot/commit/a31085d7d432>`__ core/i2c: Add
1334 request state tracking
1335- `d290b244efbc <https://github.com/open-power/skiboot/commit/d290b244efbc>`__ core/i2c: Poll on
1336 request state in i2c_request_send()
1337- `319e7d935f13 <https://github.com/open-power/skiboot/commit/319e7d935f13>`__ core/i2c: split
1338 i2c_request_send()
1339- `517f088a8e39 <https://github.com/open-power/skiboot/commit/517f088a8e39>`__ platforms/firenze:
1340 Rework I2C controller fixups
1341
1342Reza Arbab (18):
1343
1344- `aa56d9a2abdb <https://github.com/open-power/skiboot/commit/aa56d9a2abdb>`__ Remove duplicate
1345 npu2-common.o from $(HW_OBJS)
1346- `552cb9e371d8 <https://github.com/open-power/skiboot/commit/552cb9e371d8>`__ npu2: Remove dead
1347 code from npu2_cfg_write_bar()
1348- `69ca8a8ff7a9 <https://github.com/open-power/skiboot/commit/69ca8a8ff7a9>`__ npu2: Remove unused
1349 npu2::bdf2pe_cache
1350- `2d12672a812f <https://github.com/open-power/skiboot/commit/2d12672a812f>`__ npu2: Remove unused
1351 npu2::lxive_cache
1352- `237882bfc84f <https://github.com/open-power/skiboot/commit/237882bfc84f>`__ npu2: Remove unused
1353 npu2_dev::procedure_data
1354- `b496cab97086 <https://github.com/open-power/skiboot/commit/b496cab97086>`__ npu2: Remove unused
1355 npu2_dev_nvlink::vendor_cap
1356- `cd5ddbe3b40c <https://github.com/open-power/skiboot/commit/cd5ddbe3b40c>`__ npu2: Fix missing
1357 iteration in tce kill loop
1358- `3f79ab6cdb4d <https://github.com/open-power/skiboot/commit/3f79ab6cdb4d>`__ npu2: Remove
1359 redundant assignment to p->phb_nvlink.scan_map
1360- `38cf215cb505 <https://github.com/open-power/skiboot/commit/38cf215cb505>`__ npu2: Replace open
1361 coded dt_find_by_name_addr()
1362- `9ef153f6f013 <https://github.com/open-power/skiboot/commit/9ef153f6f013>`__ core/lock: Stop
1363 drop_my_locks() from always causing abort
1364- `d3803711f8a9 <https://github.com/open-power/skiboot/commit/d3803711f8a9>`__ Add PVR_TYPE_P9P
1365- `1ab11ac8b4b9 <https://github.com/open-power/skiboot/commit/1ab11ac8b4b9>`__ core/lock: Stop
1366 drop_my_locks() from always causing abort
1367- `855465aa7804 <https://github.com/open-power/skiboot/commit/855465aa7804>`__ devicetree: Fix
1368 syntax error in power9-phb4.dts
1369- `85c4c823ab11 <https://github.com/open-power/skiboot/commit/85c4c823ab11>`__ devicetree: Fix typo
1370 in power9-phb4.dts
1371- `eecd9083f1bd <https://github.com/open-power/skiboot/commit/eecd9083f1bd>`__ devicetree: Add nx
1372 node to power9-phb4.dts
1373- `13926b45897b <https://github.com/open-power/skiboot/commit/13926b45897b>`__ devicetree: Move
1374 power9-phb4.dts
1375- `50d1a089deef <https://github.com/open-power/skiboot/commit/50d1a089deef>`__ devicetree: Add
1376 p9-simics.dts
1377- `9f9dd8d71de9 <https://github.com/open-power/skiboot/commit/9f9dd8d71de9>`__ devicetree: Add
1378 Makefile to build dtb binaries
1379
1380Russell Currey (2):
1381
1382- `8d8a9ca30453 <https://github.com/open-power/skiboot/commit/8d8a9ca30453>`__ external/mambo:
1383 Populate kernel-base-address in the DT
1384- `edf7e841ff9d <https://github.com/open-power/skiboot/commit/edf7e841ff9d>`__ external/mambo:
1385 Error out if kernel is too large
1386
1387Santosh Sivaraj (2):
1388
1389- `3ac2db0a83e7 <https://github.com/open-power/skiboot/commit/3ac2db0a83e7>`__ flash: Add support
1390 for async decompression
1391- `c86fb12c07a6 <https://github.com/open-power/skiboot/commit/c86fb12c07a6>`__ imc/catalog:
1392 Decompress catalog asynchronously
1393
1394Shilpasri G Bhat (4):
1395
1396- `a96739c6c1cd <https://github.com/open-power/skiboot/commit/a96739c6c1cd>`__ powercap: occ: Fix
1397 the powercapping range allowed for user
1398- `0fe8ecd59fc0 <https://github.com/open-power/skiboot/commit/0fe8ecd59fc0>`__ powercap: occ: Fix
1399 the powercapping range allowed for user
1400- `27e4943eade2 <https://github.com/open-power/skiboot/commit/27e4943eade2>`__ fast-reboot: occ:
1401 Remove ‘freq-domain-mask’ from fast-reboot path
1402- `961b7128ebd8 <https://github.com/open-power/skiboot/commit/961b7128ebd8>`__ fast-reboot: occ:
1403 Call occ_pstates_init() on fast-reset on all machines
1404
1405Stewart Smith (38):
1406
1407- `44aa41061a9f <https://github.com/open-power/skiboot/commit/44aa41061a9f>`__ qemu: bt device
1408 isn’t always hanging off /
1409- `59a21fc87f54 <https://github.com/open-power/skiboot/commit/59a21fc87f54>`__ sparse: Make tree
1410 ‘constant is so big’ warning clean
1411- `625f9ac034f1 <https://github.com/open-power/skiboot/commit/625f9ac034f1>`__ zz: platform_ocapi
1412 can be static
1413- `ec65b9ab4c4c <https://github.com/open-power/skiboot/commit/ec65b9ab4c4c>`__ zaius: zaius_ocapi
1414 can be static
1415- `c2c426ef668b <https://github.com/open-power/skiboot/commit/c2c426ef668b>`__ doc: clarify
1416 OPAL_RTC_READ return values
1417- `3170270be92a <https://github.com/open-power/skiboot/commit/3170270be92a>`__ firmware-versions:
1418 Add test case for parsing VERSION
1419- `6bb72e8f7b9d <https://github.com/open-power/skiboot/commit/6bb72e8f7b9d>`__ firmware-versions:
1420 Add test case for parsing VERSION
1421- `816a1d7bb2ef <https://github.com/open-power/skiboot/commit/816a1d7bb2ef>`__ pflash: Support
1422 encoding/decoding ECC’d partitions
1423- `0647f2a2c4eb <https://github.com/open-power/skiboot/commit/0647f2a2c4eb>`__ skiboot v6.2.1
1424 release notes
1425- `75382eb708c0 <https://github.com/open-power/skiboot/commit/75382eb708c0>`__ skiboot v6.2.1
1426 release notes
1427- `7ac85e4517cc <https://github.com/open-power/skiboot/commit/7ac85e4517cc>`__ skiboot v6.0.17
1428 release notes
1429- `40b377a01ef5 <https://github.com/open-power/skiboot/commit/40b377a01ef5>`__ hw/test: generalise
1430 makefile
1431- `81847dd347ef <https://github.com/open-power/skiboot/commit/81847dd347ef>`__ doc: fix definition
1432 lists in opal-imc-counters
1433- `f3ad5bb09249 <https://github.com/open-power/skiboot/commit/f3ad5bb09249>`__ sparse: symbol
1434 ‘sbe_timer_lock’ was not declared. Should it be static?
1435- `96c0ec2ab78b <https://github.com/open-power/skiboot/commit/96c0ec2ab78b>`__ sparse: symbol
1436 ‘xive_buddy_lock/xive_vp_buddy’ was not declared. Should it be static?
1437- `f9b79a611501 <https://github.com/open-power/skiboot/commit/f9b79a611501>`__ sparse: symbol
1438 ’NPU2_PHY_*’ was not declared. Should it be static?
1439- `655e0bc6865c <https://github.com/open-power/skiboot/commit/655e0bc6865c>`__ sparse: symbol
1440 ’procedure_*’ was not declared. Should it be static?
1441- `039d184dda21 <https://github.com/open-power/skiboot/commit/039d184dda21>`__ sparse: symbols in
1442 imc.c weren’t declared, Should they be static?
1443- `3b8b7e8c4e78 <https://github.com/open-power/skiboot/commit/3b8b7e8c4e78>`__ sparse: symbol
1444 ‘*bar*’ was not declared. Should it be static?
1445- `0eea56b06b4f <https://github.com/open-power/skiboot/commit/0eea56b06b4f>`__ Don’t use variable
1446 length arrays in exception code
1447- `ee01ef4ed82a <https://github.com/open-power/skiboot/commit/ee01ef4ed82a>`__ i2c: Fix sparse
1448 warnings for type assignment
1449- `428cb852e3a0 <https://github.com/open-power/skiboot/commit/428cb852e3a0>`__ qemu: bt device
1450 isn’t always hanging off /
1451- `3ef409d43de9 <https://github.com/open-power/skiboot/commit/3ef409d43de9>`__ doc:
1452 s/stb_init()/secureboot_init()/ to match reality
1453- `2b96407921a6 <https://github.com/open-power/skiboot/commit/2b96407921a6>`__ opal-ci: Drop
1454 CentOS6 support
1455- `6c36257bf32f <https://github.com/open-power/skiboot/commit/6c36257bf32f>`__ opal-ci: Drop
1456 unneded reference to ubuntu 12.04
1457- `e4a06f098c4f <https://github.com/open-power/skiboot/commit/e4a06f098c4f>`__ opal-ci: drop fedora
1458 28
1459- `7cd8402c3bec <https://github.com/open-power/skiboot/commit/7cd8402c3bec>`__ Drop old Coverity
1460 jobs (we build via separate .travis.yml in a branch)
1461- `043e85bf7477 <https://github.com/open-power/skiboot/commit/043e85bf7477>`__
1462 hw/ipmi/test/run-fru: Fix string truncation warning, enhance test
1463- `fedb949b7179 <https://github.com/open-power/skiboot/commit/fedb949b7179>`__ Fix broken
1464 opal-ci/build-fedora-rawhide.sh symlink
1465- `c0faa9232168 <https://github.com/open-power/skiboot/commit/c0faa9232168>`__ hdata: Add
1466 protection against corrupt ntuples structure
1467- `a2c13f1d6119 <https://github.com/open-power/skiboot/commit/a2c13f1d6119>`__ hdata_to_dt: fail
1468 “gracefully” on fatal op_display()
1469- `bee7be6ab780 <https://github.com/open-power/skiboot/commit/bee7be6ab780>`__ hdata: Prevent NULL
1470 dereference on duplicate slot map info
1471- `d0e56d97d4cd <https://github.com/open-power/skiboot/commit/d0e56d97d4cd>`__ ci: Remove
1472 debian-jessie boot test.
1473- `cb87cf17279b <https://github.com/open-power/skiboot/commit/cb87cf17279b>`__ ci: qemu boot tests
1474 should use built skiboot
1475- `133cc8cea258 <https://github.com/open-power/skiboot/commit/133cc8cea258>`__ ci/fedora29:
1476 –allowerasing to work around conflicting packages
1477- `11374f20e8f1 <https://github.com/open-power/skiboot/commit/11374f20e8f1>`__ Bump allowed stack
1478 frame size for unit tests/host programs
1479- `3e0eef2e9a92 <https://github.com/open-power/skiboot/commit/3e0eef2e9a92>`__ Force noinline for
1480 pci_add_(one_)device_node(s)()
1481- `050d8165ab05 <https://github.com/open-power/skiboot/commit/050d8165ab05>`__ skiboot v6.3-rc1
1482 release notes
1483
1484Timothy Pearson (1):
1485
1486- `8b26e29acbc8 <https://github.com/open-power/skiboot/commit/8b26e29acbc8>`__ Retry link training
1487 at PCIe GEN1 if presence detected but training repeatedly failed
1488
1489Vaibhav Jain (8):
1490
1491- `658c39dda366 <https://github.com/open-power/skiboot/commit/658c39dda366>`__ opal: Update
1492 opal_del_host_sync_notifier() to accept ’void \*data’
1493- `9d2d0115eaca <https://github.com/open-power/skiboot/commit/9d2d0115eaca>`__ core/pci: Introduce
1494 a new pci_slot_op named completed_sm_run()
1495- `763f397d5be7 <https://github.com/open-power/skiboot/commit/763f397d5be7>`__ capp/phb: Introduce
1496 ‘struct capp’ to hold capp related info in ‘struct phb’
1497- `1a87f8f97175 <https://github.com/open-power/skiboot/commit/1a87f8f97175>`__ phb4/capp: Update
1498 and re-factor phb4_set_capi_mode()
1499- `78ccc722c2fd <https://github.com/open-power/skiboot/commit/78ccc722c2fd>`__ capp/phb4: Force
1500 CAPP to PCIe mode during kernel shutdown
1501- `52fa634e2152 <https://github.com/open-power/skiboot/commit/52fa634e2152>`__ capp/phb4: Introduce
1502 PHB4 flag, PHB4_CAPP_DISABLE to disable CAPP
1503- `3dc87605be7a <https://github.com/open-power/skiboot/commit/3dc87605be7a>`__ phb4/capp: Implement
1504 sequence to disable CAPP and enable fast-reset
1505- `d572d3a72fa2 <https://github.com/open-power/skiboot/commit/d572d3a72fa2>`__ capp/phb4: Prevent
1506 HMI from getting triggered when disabling CAPP
1507
1508Vasant Hegde (30):
1509
1510- `06ef9bd2d9a6 <https://github.com/open-power/skiboot/commit/06ef9bd2d9a6>`__ skiboot v6.0.15
1511 release notes
1512- `7516e3827e50 <https://github.com/open-power/skiboot/commit/7516e3827e50>`__ core/ipmi: Improve
1513 error message
1514- `554062d7fe5a <https://github.com/open-power/skiboot/commit/554062d7fe5a>`__ core/opal: Print PIR
1515 value in exit path
1516- `67fc150c82a7 <https://github.com/open-power/skiboot/commit/67fc150c82a7>`__ skiboot v6.0.16
1517 release notes
1518- `ab10b2e62e58 <https://github.com/open-power/skiboot/commit/ab10b2e62e58>`__ core/ipmi: Improve
1519 error message
1520- `d07a5622a9e1 <https://github.com/open-power/skiboot/commit/d07a5622a9e1>`__ core/opal: Print PIR
1521 value in exit path
1522- `b1d421875b4c <https://github.com/open-power/skiboot/commit/b1d421875b4c>`__ ipmi/power: Fix
1523 system reboot issue
1524- `dd9b61cdfca7 <https://github.com/open-power/skiboot/commit/dd9b61cdfca7>`__ hdata/i2c: Reduce
1525 severity of log message
1526- `b570fb646289 <https://github.com/open-power/skiboot/commit/b570fb646289>`__ libflash/ecc: Fix
1527 compilation warning
1528- `cadaf7c36e83 <https://github.com/open-power/skiboot/commit/cadaf7c36e83>`__ libflash/ecc: Fix
1529 compilation warning
1530- `fdd27ca27231 <https://github.com/open-power/skiboot/commit/fdd27ca27231>`__ hw/bt: Fix message
1531 retry handler
1532- `01f977c33d46 <https://github.com/open-power/skiboot/commit/01f977c33d46>`__ hw/bt: Add backend
1533 interface to disable ipmi message retry option
1534- `c526a280dcd1 <https://github.com/open-power/skiboot/commit/c526a280dcd1>`__ hdata/memory: Fix
1535 warning message
1536- `4f0ceb63e951 <https://github.com/open-power/skiboot/commit/4f0ceb63e951>`__ hdata/memory:
1537 Removed share-id property
1538- `61978c2c54d0 <https://github.com/open-power/skiboot/commit/61978c2c54d0>`__ hw/bt: Introduce
1539 separate list for synchronous messages
1540- `968c30905d7a <https://github.com/open-power/skiboot/commit/968c30905d7a>`__ core/ipmi: Add ipmi
1541 sync messages to top of the list
1542- `c0ab7b45db3d <https://github.com/open-power/skiboot/commit/c0ab7b45db3d>`__ hw/bt: Do not
1543 disable ipmi message retry during OPAL boot
1544- `2e2bf87b42f7 <https://github.com/open-power/skiboot/commit/2e2bf87b42f7>`__ ipmi/power: Fix
1545 system reboot issue
1546- `73fa7be132a4 <https://github.com/open-power/skiboot/commit/73fa7be132a4>`__ hw/bt: Fix message
1547 retry handler
1548- `44f90875712f <https://github.com/open-power/skiboot/commit/44f90875712f>`__ hw/bt: Add backend
1549 interface to disable ipmi message retry option
1550- `788c9ac2b926 <https://github.com/open-power/skiboot/commit/788c9ac2b926>`__ hw/bt: Introduce
1551 separate list for synchronous messages
1552- `28f5fe3a6edc <https://github.com/open-power/skiboot/commit/28f5fe3a6edc>`__ core/ipmi: Add ipmi
1553 sync messages to top of the list
1554- `af5c2978dbcd <https://github.com/open-power/skiboot/commit/af5c2978dbcd>`__ hw/bt: Do not
1555 disable ipmi message retry during OPAL boot
1556- `5da21e2cc79d <https://github.com/open-power/skiboot/commit/5da21e2cc79d>`__ skiboot v6.2.2
1557 release notes
1558- `6aa3bd8ab6ad <https://github.com/open-power/skiboot/commit/6aa3bd8ab6ad>`__ skiboot v6.0.18
1559 release notes
1560- `261ca8e779e5 <https://github.com/open-power/skiboot/commit/261ca8e779e5>`__ skiboot v6.2.2
1561 release notes
1562- `2ba5ce84a197 <https://github.com/open-power/skiboot/commit/2ba5ce84a197>`__ Update skiboot
1563 stable tree rules
1564- `4456616272a4 <https://github.com/open-power/skiboot/commit/4456616272a4>`__ skiboot v6.0.19
1565 release notes
1566- `92a5c57a14e2 <https://github.com/open-power/skiboot/commit/92a5c57a14e2>`__ skiboot v6.2.3
1567 release notes
1568- `08de14aaa937 <https://github.com/open-power/skiboot/commit/08de14aaa937>`__ core/ipmi: Print
1569 correct netfn value
1570
1571Package: vesnin-xml
1572-------------------
1573
1574`Repository <https://github.com/open-power/vesnin-xml>`__
1575
1576.. _v2.3-rc1-patches-5:
1577
1578Patches
1579~~~~~~~
1580
1581.. _v2.3-rc1-commits-5:
1582
1583Commits
1584~~~~~~~
1585
1586Artem Senichev (2):
1587
1588- `6549b6d2bf42 <https://github.com/open-power/vesnin-xml/commit/6549b6d2bf42>`__ Disable PCIe port
1589 bifurcation
1590- `f44f8808fc7c <https://github.com/open-power/vesnin-xml/commit/f44f8808fc7c>`__ Fix
1591 IBSCOM_MCS_BASE_ADDR formatting
1592
1593Package: witherspoon-xml
1594------------------------
1595
1596`Repository <https://github.com/open-power/witherspoon-xml>`__
1597
1598.. _v2.3-rc1-patches-6:
1599
1600Patches
1601~~~~~~~
1602
1603.. _v2.3-rc1-commits-6:
1604
1605Commits
1606~~~~~~~
1607
1608Bill Hoffa (1):
1609
1610- `ed1f0ebe2e2e <https://github.com/open-power/witherspoon-xml/commit/ed1f0ebe2e2e>`__ The
1611 CONFIG_APPLY attribute needs a default value
1612
1613Erich Hauptli (2):
1614
1615- `c47cddbcd13b <https://github.com/open-power/witherspoon-xml/commit/c47cddbcd13b>`__ Picked up
1616 PROC_COMPAT\* attribute
1617- `00f0727053e8 <https://github.com/open-power/witherspoon-xml/commit/00f0727053e8>`__ Fixing GPU
1618 I2C Addresses