Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Dec 2024 01:18:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283037] update sys/contrib/edk2 to the latest version
Message-ID:  <bug-283037-227-kKJTNeJjGN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283037-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283037-227-kKJTNeJjGN>