diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-28 15:04:58 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-28 15:04:58 +1000 |
commit | c94a861b37a772fbed768c01985cb2de0ba08f7e (patch) | |
tree | 2a8b9ac8f9f3435709a40830f4fb41035f811d3b | |
parent | fd599965f723330da5ec55519c20cdb6aa2b3a2d (diff) | |
download | skiboot-c94a861b37a772fbed768c01985cb2de0ba08f7e.zip skiboot-c94a861b37a772fbed768c01985cb2de0ba08f7e.tar.gz skiboot-c94a861b37a772fbed768c01985cb2de0ba08f7e.tar.bz2 |
Add skiboot-5.3.0-rc2 release notesskiboot-5.3.0-rc2
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.3.0-rc2.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.3.0-rc2.txt b/doc/release-notes/skiboot-5.3.0-rc2.txt new file mode 100644 index 0000000..3a39963 --- /dev/null +++ b/doc/release-notes/skiboot-5.3.0-rc2.txt @@ -0,0 +1,41 @@ +skiboot-5.3.0-rc2 +----------------- + +skiboot-5.3.0-rc2 was released on Thursday July 28th, 2016. + +The current plan is to release skiboot-5.3.0 August 1st 2016. + +Over skiboot-5.3.0-rc1, we have the following changes: + +pflash +------ + +- pflash: Clean up makefiles and resolve build race +- pflash: use atexit for musl compatibility + +General +------- + +- core/flash: Fix passing pointer instead of value + +POWER9 +------ + +- mambo: Update Radix Tree Size as per ISA 3.0 + In Linux we recently changed to this encoding, so we no longer boot. + The associated Linux commit is: + commit b23d9c5b9c83c05e013aa52460f12a8365062cf4 + +FSP Platforms +------------- + +- platforms/ibm-fsp: Fix incorrect struct member access and comparison +- FSP/MDST: Fix TCE alignment issue + In some corner cases (like source memory size = 4097) we may + endup doing wrong mapping and corrupting part of SYSDUMP. +- hdat/vpd: Add chip-id property to processor chip node under vpd + +CAPI +---- + +- hw/phb3: Increase AIB TX command credit for DMA read in CAPP DMA mode |