Hello community, here is the log from the commit of package ipmctl for openSUSE:Factory checked in at 2019-12-21 12:30:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipmctl (Old) and /work/SRC/openSUSE:Factory/.ipmctl.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipmctl" Sat Dec 21 12:30:48 2019 rev:7 rq:758211 version:01.00.00.3474 Changes: -------- --- /work/SRC/openSUSE:Factory/ipmctl/ipmctl.changes 2019-06-01 09:57:04.859168993 +0200 +++ /work/SRC/openSUSE:Factory/.ipmctl.new.6675/ipmctl.changes 2019-12-21 12:31:11.451357801 +0100 @@ -1,0 +2,7 @@ +Fri Dec 13 13:49:54 UTC 2019 - [email protected] + +- Update to version 01.00.00.3474 + - Use recommended version. [jsc#SLE-7948] + (For detailed changes see 'ChangeLog.xz') + +------------------------------------------------------------------- Old: ---- ipmctl-01.00.00.3440.tar.gz New: ---- ipmctl-01.00.00.3474.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipmctl.spec ++++++ --- /var/tmp/diff_new_pack.BxT8Hv/_old 2019-12-21 12:31:13.363358709 +0100 +++ /var/tmp/diff_new_pack.BxT8Hv/_new 2019-12-21 12:31:13.399358727 +0100 @@ -23,7 +23,7 @@ %bcond_with precompiledSafeC Name: ipmctl -Version: 01.00.00.3440 +Version: 01.00.00.3474 Release: 0 Summary: Utility for managing Intel Optane DC persistent memory modules License: BSD-3-Clause ++++++ ChangeLog.xz ++++++ --- /var/tmp/diff_new_pack.BxT8Hv/_old 2019-12-21 12:31:13.667358854 +0100 +++ /var/tmp/diff_new_pack.BxT8Hv/_new 2019-12-21 12:31:13.695358867 +0100 @@ -1,3 +1,269 @@ +# Changelog between 01.00.00.3440 and 01.00.00.3474 +# git checkout master_1_0 && git log --pretty=full v01.00.00.3440..v01.00.00.3474 + +commit b6cb581ec69a4452dc8429602a947bc0c625c323 +Author: Sandesh Shetty <[email protected]> +Commit: StevenPontsler <[email protected]> + + Changes added to showMemoryResources command to error out in case PCD is deleted/missing on any of the Dimms. + + Signed-off-by: Sandesh Shetty <[email protected]> + +commit a02db53cd5db94f7ab4e6ca33e77a3b375af90b4 +Author: Glenn Diviney <[email protected]> +Commit: StevenPontsler <[email protected]> + + Documentation update + + Signed-off-by: Glenn L Diviney <[email protected]> + +commit b364c783ed09924ca533a7d12f350c94d504553a +Author: Nolan Hergert <[email protected]> +Commit: StevenPontsler <[email protected]> + + Fix several issues with BTT implementation + + Signed-off-by: Nolan Hergert <[email protected]> + +commit 05257e43ccdb53ee336c83452c20e8b52b94532a +Author: StevenPontsler <[email protected]> +Commit: GitHub <[email protected]> + + Update README.md + +commit 2e7d5897b31308f2133dc3f0d7104002624199b4 +Author: Nolan Hergert <[email protected]> +Commit: StevenPontsler <[email protected]> + + Make media disabled check (for large payload downgrade) optional. + + Also print out message as to dump debug log duration over smbus. + + Signed-off-by: Nolan Hergert <[email protected]> + +commit 2bea4b30b680ed3e44769950512ad5f55c624c36 +Author: StevenPontsler <[email protected]> +Commit: GitHub <[email protected]> + + Update readme.md to match testing branch + +commit 1f0930d9eec58a7ff804dfd11d5d0cfcacedd2ae +Author: Kelly J Couch <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Updates to deal with windows union padding in FwCmd + + Signed-off-by: Glenn L Diviney <[email protected]> + +commit 9afba642d871080efa0cc4db460fb9294bb4c1e2 +Author: Sydney Young <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Skip SKU limit check if needed PCD data is missing. SKU limit remains enforced by UEFI FW. + + Signed-off-by: Sydney Young <[email protected]> + +commit 67172c57c60f18f5127c90a67c2b54749554c4b7 +Author: Nolan Hergert <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Fix BSR function for non-functional dimms in UEFI + + This change fixes fixes dump debug log as well. + + There were several bugs. The for loop could exit without finding + a matching dimm to use. Additionally, it never used DIMM_FROM_NODE() + for pCurDimmInfoNode but instead casted to a DIMM_INFO *. Also the + for loop was not needed, GetDimmByPid() suffices. + + Signed-off-by: Nolan Hergert <[email protected]> + +commit f33d526b8b85dc9933ecfe0a5f65dda8307fa82a +Author: Nolan Hergert <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Fix defects caused from DDRT small payload fallback checkin. + + Signed-off-by: Nolan Hergert <[email protected]> + +commit 16b1b8d0d76511b356624adb4cb044f9f022f869 +Author: Nolan Hergert <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Enable most large payload commands (except fw update) to run over DDRT small payload if media is disabled. + + Signed-off-by: Nolan Hergert <[email protected]> + +commit a2d375beca99d12b0e5cc33eed1d73e1f78f6438 +Author: Jan Drachal <[email protected]> +Commit: Glenn Diviney <[email protected]> + + OS Support for Get Firmware Debug Log command + + Signed-off-by: Jan Drachal <[email protected]> + +commit 7e4ea118c877482a1a990cf57de535918e07a09b +Author: Glenn Diviney <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Removed unneeded check for collision + + Signed-off-by: Glenn L Diviney <[email protected]> + (cherry picked from commit 7d954c1bb0077ab1a6f7e533e7543c7f918bfda2) + +commit 22db0bf63cb76b16547b8265e02039c5789a0ab3 +Author: Jan Drachal <[email protected]> +Commit: Glenn Diviney <[email protected]> + + OS Support for Get Firmware Debug Log command + + Signed-off-by: Jan Drachal <[email protected]> + +commit 6019832052f4def27f82b8596b1f33e41ea9a070 +Author: James Anandraj <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Set UART baud rate dynamically from driver and cli using values from Serial IO Protocol. + + Signed-off-by: James Sushanth Anandraj <[email protected]> + +commit ac14874dfe4187697f2221376e9d7bc08896f595 +Author: Nirmal Patel <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Fixing bug in Strsplit api and mem leak to allow event printing + + Signed-off-by: Nirmal Patel <[email protected]> + +commit 3b5ee62643b7eac05e476582defadf14db64fa80 +Author: StevenPontsler <[email protected]> +Commit: GitHub <[email protected]> + + Add specific build instructions + +commit ccc5b5e2701e2f5ac7d484eb763e2c3764424a6a +Author: StevenPontsler <[email protected]> +Commit: GitHub <[email protected]> + + clarify dependence + +commit b3290927bc720c071fa1bde0b4d96aeb100c681f +Author: StevenPontsler <[email protected]> +Commit: GitHub <[email protected]> + + Add information about ndctl dependency + +commit 6de87044baf09cc7919617d680376e9bf93e8ac8 +Author: StevenPontsler <[email protected]> +Commit: GitHub <[email protected]> + + Update README.md with dependency and fix typos + + ndctl dependency is noted and two typos were fixed. + +commit 570870e7bc43c143f31f7ea564bed6c997582a06 +Author: Glenn Diviney <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Switching to explicit binary open when in windows for FW file + + Signed-off-by: Glenn L Diviney <[email protected]> + +commit 815b2eb6ba649e36ae6d83a0767a0979d65d9547 +Author: Kelly J Couch <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Add note to clarify that state is promoted to highest severity of any error in the group. + + Signed-off-by: Kelly J Couch <[email protected]> + + (cherry picked from commit 4586ede8f25f46d2f5c702a4b1d9c77712a7ae7e) + +commit 494bc4a923dd5c1a318c1ba379dfb3323f1b3c52 +Author: Glenn Diviney <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Removed SQL dll + +commit 8d49816fdc1f89943d63655a8c7981fbf4d70a8b +Author: Steven Pontsler <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Make setting of output information to mirror those of input. + + Signed-off-by: Steven Pontsler <[email protected]> + +commit f2c50975c495d4787bc304863fc23ae96c2a51bb +Author: Shilpa Nanja <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Remove FirstFastRefresh per FIS 1.15 + + Signed-off-by: Shilpa Nanja <[email protected]> + (cherry picked from commit b4a1ea42650919143b570268d152a1fdb0b2f545) + +commit 69e15f204ca8100b22b4011afd35ff3b48d8003c +Author: Steven Pontsler <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Refactor the setting up of structures to make a call to Windows. + + Signed-off-by: Steven Pontsler <[email protected]> + +commit 4f6cfc3522436788149c5970fc23ec2a396b414b +Author: Steven Pontsler <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Reset local variables for each iteration of the loop during namespace loading. + + Signed-off-by: Steven Pontsler <[email protected]> + +commit d4c23cba556d9df39bcc6f5a50dd680f21ab35e4 +Author: Steven Pontsler <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Pass Uid instead of NULL. + + Attempt to find DIMM in other list of DIMMs and if found use value from it to set the Obj Status so message appears as expected. + + Signed-off-by: Steven Pontsler <[email protected]> + +commit bd1cde30c1d0dc196aec308305f0c911d83fce38 +Author: Daniel K Osawa <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Improved ARS abort logic during FW update procedure + + Signed-off-by: Daniel K Osawa <[email protected]> + +commit a005bdda9f95675388f8631da0e83bb95927a06e +Author: Amy Wang <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Updated logic to use total namespace capacity alignment + + Signed-off-by: Amy Wang <[email protected]> + (cherry picked from commit a8fd306564b20671967869678cf989b0163cd3c1) + +commit 4f2b90a24f14091fc40af70b7cb31ab782a973c8 +Author: Kelly J Couch <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Documentation Update: Remove broken, invalid section references. + + Signed-off-by: Kelly J Couch <[email protected]> + +commit 339bb8e45e0ff1a2f5e709643d1bc4e62bc0e1cb +Author: Steven Pontsler <[email protected]> +Commit: Glenn Diviney <[email protected]> + + Reset internal structures when no config is found for DIMM. + + HII needs to refresh Regions in case something has changed on the driver side. + + Signed-off-by: Steven Pontsler <[email protected]> + + # Changelog between 01.00.00.3402 and 01.00.00.3440 # git checkout master_1_0 && git log --pretty=full v01.00.00.3402..v01.00.00.3440 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.BxT8Hv/_old 2019-12-21 12:31:13.955358991 +0100 +++ /var/tmp/diff_new_pack.BxT8Hv/_new 2019-12-21 12:31:13.971358999 +0100 @@ -13,9 +13,10 @@ <param name="scm">git</param> <param name="url">https://github.com/intel/ipmctl.git</param> <param name="filename">ipmctl</param> - <param name="versionprefix">01.00.00.3394</param> - <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param> - <param name="revision">master_1_0</param> + <param name="versionprefix">01.00.00.3474</param> + <!--param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param--> + <param name="versionformat">+git@TAG_OFFSET@.%h</param> + <param name="revision">b6cb581ec69a4452dc8429602a947bc0c625c323</param> <param name="exclude">.git</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.BxT8Hv/_old 2019-12-21 12:31:14.163359090 +0100 +++ /var/tmp/diff_new_pack.BxT8Hv/_new 2019-12-21 12:31:14.163359090 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/intel/ipmctl.git</param> - <param name="changesrevision">0320099f3792e9ab11ecc531c734d0048989f85b</param></service><service name="tar_scm"> + <param name="changesrevision">b6cb581ec69a4452dc8429602a947bc0c625c323</param></service><service name="tar_scm"> <param name="url">https://github.com/rurban/safeclib</param> <param name="changesrevision">59eba324c20c07f7ca8190238dd415525f4925dc</param></service></servicedata> \ No newline at end of file ++++++ ipmctl-01.00.00.3440.tar.gz -> ipmctl-01.00.00.3474.tar.gz ++++++ /work/SRC/openSUSE:Factory/ipmctl/ipmctl-01.00.00.3440.tar.gz /work/SRC/openSUSE:Factory/.ipmctl.new.6675/ipmctl-01.00.00.3474.tar.gz differ: char 13, line 1
