[Bug 283037] update sys/contrib/edk2 to the latest version

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 01 Dec 2024 01:18:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283037

--- Comment #6 from Haowu Ge <gehaowu@bitmoe.com> ---
(In reply to Warner Losh from comment #3)

I confirmed with yushanwei that he made it earlier on the edk2 master branch.
I reviewed it, and this patch version is definitely lower than the released
"edk2-stable202411".

The last commit of "edk2-stable20241" modified "RETURN_ERROR(StatusCode)",
so its version is definitely lower than "edk2-stable20241".
https://github.com/tianocore/edk2/commit/1a89d9887ff41e804610c5687e646fe30af2d7b2

```
@@ -992,138 +1056,138 @@ typedef UINTN RETURN_STATUS;
   @retval FALSE         The high bit of StatusCode is clear.

 **/
-#define RETURN_ERROR(StatusCode)     (((INTN)(RETURN_STATUS)(StatusCode)) < 0)
+#define RETURN_ERROR(StatusCode)  (((INTN)(RETURN_STATUS)(StatusCode)) < 0)

 ///
 /// The operation completed successfully.
 ///
```

You can directly use your version update, 
or I can create a new patch with "edk2-stable20241". 
Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.