Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: c2abf77116df96e1202cd132230a0c9031e1016f https://github.com/tianocore/edk2/commit/c2abf77116df96e1202cd132230a0c9031e1016f Author: Nickle Wang <nick...@nvidia.com> Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths: M RedfishPkg/Library/JsonLib/JsonLib.c Log Message: ----------- RedfishPkg/JsonLib: address coverity issue Fix implicit conversion issue in JsonLib. Signed-off-by: Nickle Wang <nick...@nvidia.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Reviewed-by: Abner Chang <abner.ch...@amd.com> Commit: 0cd7542a69943c8c006316b4aa1cc74cc1748155 https://github.com/tianocore/edk2/commit/0cd7542a69943c8c006316b4aa1cc74cc1748155 Author: Nickle Wang <nick...@nvidia.com> Date: 2023-03-29 (Wed, 29 Mar 2023) Changed paths: M RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c M RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverInternal.h M RedfishPkg/RedfishDiscoverDxe/RedfishSmbiosHostInterface.c Log Message: ----------- RedfishPkg: Redfish discover driver improvement Bug fix: - function stack fault - properly handle "SubnetAddrInfoIPv6" when there is no IPv6 support - copy-n-paste error in RedfishGetHostInterfaceProtocolData() - fix typo Enhancement: - Redfish discover driver now can configure host IP address based on the information from SMBIOS type 42 record. This saves the effort of configuring host IP address in setup menu. - Performance improvement to driver binding process. Redfish discover driver will wait until all required drivers are ready and do driver binding start(). - Use CopyGuid() to copy GUID instead of intrinsic function. - Error handling when SMBIOS data is corrupted. Signed-off-by: Nickle Wang <nick...@nvidia.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Reviewed-by: Abner Chang <abner.ch...@amd.com> Commit: e3aba976f6d588abd88027fef46999a1d3724576 https://github.com/tianocore/edk2/commit/e3aba976f6d588abd88027fef46999a1d3724576 Author: Nickle Wang <nick...@nvidia.com> Date: 2023-03-29 (Wed, 29 Mar 2023) Changed paths: M RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerCommon.c M RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf Log Message: ----------- RedfishPkg: fix config handler driver issues Bug fix: - function stack fault - config handler driver requires the dependency of Redfish Credential Protocol - incorrect caller id installation when failed to perform init() - fix typo Signed-off-by: Nickle Wang <nick...@nvidia.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Reviewed-by: Abner Chang <abner.ch...@amd.com> Compare: https://github.com/tianocore/edk2/compare/5eb3d1bcc16f...e3aba976f6d5 _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits