[edk2-devel] [PATCH 1/1] ShellPkg: add missing linefeed in reset message

2024-09-13 Thread Heinrich Schuchardt
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4850 When running 'reset -s' no lineffeed is printed. This results in the Linux command line prompt not being printed at the start of a new line: Shell> reset -s Reset with (0 bytes)user@workstation:/tmp$ Add the missing linefeed. Sig

[edk2-devel] [edk2-platforms] Pull Request cleanup

2024-09-13 Thread Marcin Juszkiewicz
I looked at pull requests for edk2-platforms yesterday. Went through those from times when we used only mail for patches. Closed several ones as their code was already merged, left "please rebase or close" like comments in those which require work. Repo went from 44 to 26 open pull requests.

Re: [edk2-devel] [edk2-platforms] Pull Request cleanup

2024-09-13 Thread Ard Biesheuvel via groups.io
On Fri, 13 Sept 2024 at 13:38, Marcin Juszkiewicz wrote: > > I looked at pull requests for edk2-platforms yesterday. Went through > those from times when we used only mail for patches. > > Closed several ones as their code was already merged, left "please > rebase or close" like comments in those

Re: [edk2-devel] [PATCH edk2-non-osi v2 1/1] Emulator/X86EmulatorDxe: Replace with MultiArchUefiPkg build

2024-09-13 Thread Ard Biesheuvel via groups.io
On Mon, 9 Sept 2024 at 18:56, Rebecca Cran wrote: > > On 9/9/24 10:13 AM, Ard Biesheuvel via groups.io wrote: > > On Mon, 9 Sept 2024 at 18:11, Rebecca Cran wrote: > >> Replace the old X86EmulatorDxe with one built from > >> https://github.com/intel/MultiArchUefiPkg. This is a much more modern, >