Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: c580e27efcb799c8afa0ab5eac10f359a680f1cd https://github.com/tianocore/edk2/commit/c580e27efcb799c8afa0ab5eac10f359a680f1cd Author: Vu Nguyen <vungu...@os.amperecomputing.com> Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths: M RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.h Log Message: ----------- RedfishPkg: Correct variable type to prevent memory corruption Id will be casted by CoreOpenProtocol, declare this variable with a wrong type might result in the corruption of other local variables. Signed-off-by: Minh Nguyen <minhnguy...@os.amperecomputing.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Reviewed-by: Nickle Wang <nick...@nvidia.com> Commit: 05762bd2e0f695e1496e37e1613297be47136db1 https://github.com/tianocore/edk2/commit/05762bd2e0f695e1496e37e1613297be47136db1 Author: Vu Nguyen <vungu...@os.amperecomputing.com> Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c Log Message: ----------- RedfishPkg: Fix condition checking of error status This change fixes condition checking of error status, the condition should be compared with TRUE status to be identical with an error message. Signed-off-by: Minh Nguyen <minhnguy...@os.amperecomputing.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Reviewed-by: Nickle Wang <nick...@nvidia.com> Commit: a1f6485a9b14382d809299e435c65cbe139abded https://github.com/tianocore/edk2/commit/a1f6485a9b14382d809299e435c65cbe139abded Author: Vu Nguyen <vungu...@os.amperecomputing.com> Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M RedfishPkg/Include/Library/RestExLib.h M RedfishPkg/Library/DxeRestExLib/DxeRestExLib.c M RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c Log Message: ----------- RedfishPkg: Create RestEx child on selected interface When a MAC address matching interface is found, a RestEx child will be created to provide the Redfish communication on that interface. Currently, It will try to locate all RestEx binding services and choose the first satisfied instance without taking care about current selected interface. This might raise an issue on the system with multiple network devices that the RestEx child was installed on wrong interface. Signed-off-by: Minh Nguyen <minhnguy...@os.amperecomputing.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: 665fca9ee76eafcc5936e5d0085ef131ada4e0e8 https://github.com/tianocore/edk2/commit/665fca9ee76eafcc5936e5d0085ef131ada4e0e8 Author: Nhi Pham <n...@os.amperecomputing.com> Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c Log Message: ----------- RedfishPkg: Add missing newline character This adds a missing newline character to make the error log readable in case the module is failed. Signed-off-by: Minh Nguyen <minhnguy...@os.amperecomputing.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Reviewed-by: Nickle Wang <nick...@nvidia.com> Commit: 6eeb58ece38060be3b0f7111649a93cc8b2dca49 https://github.com/tianocore/edk2/commit/6eeb58ece38060be3b0f7111649a93cc8b2dca49 Author: Vu Nguyen <vungu...@os.amperecomputing.com> Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M RedfishPkg/Include/Pcd/RestExServiceDevicePath.h Log Message: ----------- RedfishPkg: Fix compile issue on Linux It requires a fixed size array to store the content of device path PCD. Add the array size to solve this issue. Signed-off-by: Minh Nguyen <minhnguy...@os.amperecomputing.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/d89492456f79...6eeb58ece380 _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits