SergiiDmytruk
SergiiDmytruk
> I guess we have to do the step 2 proposed by @SergiiDmytruk , but skip renaming/copying the UefiPayloadPkg to DasharoPayloadPkg yet. Then apply the commits cleanly with all the...
@miczyg1 `416768c16b..9132842d3b` range appears twice in the paste with the comment > commits from 416768c16b to 9132842d3b are duplicates of the below commits, > probably created by mistake in git...
After going through bottom half of the paste decided to give history rewrite a try to see how well it works. Hit https://github.com/newren/git-filter-repo/issues/551 but otherwise this script seems to do...
Finishing going through the whole list and doing most of the changes. Several commits are still pending rebase onto `edk2-stable202402` because they require upstream commits. Also applied those upstream `UefiPayloadPkg`...
Upstream ran `uncrustify` on sources in 2021 which now causes conflicts simply due to formatting changes. No real hard conflicts so far. Trying to check that things build after conflicts,...
So upstream added an empty constructor for `BaseSerialPortLib16550` so that constructors of other libraries are executed in correct order, which is why dependency cycles appear now related to `DebugLib` which...
Switched to `PeiDxeDebugLibReportStatusCode` where use of `BaseDebugLibSerialPort` caused dependency loop to fix the issue. Upstream switched to `PeiDxeDebugLibReportStatusCode` in `[LibraryClasses]`, although not sure if for related reason. The problem is...
> The problem is [Dasharo/edk2@6be227e28d](https://github.com/Dasharo/edk2/commit/6be227e28d) introduces such cycle as well, so it's undone for now on [a new branch](https://github.com/Dasharo/edk2/tree/rebased) as I'm not yet sure how to handle it properly. EDK...
I have feedback on the size :) I reverted commits that switch to OpenSSL 3 to verify my guess and payload size became almost the same as before. In the...
Hm, I commented out OpenSSL-related stuff in `HddPasswordDxe`, its size went from 623.94 KiB to 47.94 KiB, but compressed size of the payload decreased by mere 6 KiB. `UserAuthenticationDxe` had...