|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
W dniu 02.03.2021 o 15:14, Graeme Gregory pisze:
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
sbsa-acs now finish in seconds like before.
W dniu 02.03.2021 o 15:14, Graeme Gregory pisze:
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
sbsa-acs now finish in seconds like before.
|
By
Marcin Juszkiewicz <marcin.juszkiewicz@...>
·
#72342
·
|
|
Re: [PATCH edk2-test 1/1] SctPkg: remove CR in uefi-sct/SctPkg/build.sh
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
|
By
G Edhaya Chandran
·
#72341
·
|
|
Re: [PATCH] drop Tanmay Jagdale from sbsa-ref maintainers
Reviewed-by: Leif Lindholm <leif@...>
Thanks!
Pushed as db922e1253cb.
Reviewed-by: Leif Lindholm <leif@...>
Thanks!
Pushed as db922e1253cb.
|
By
Leif Lindholm
·
#72340
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Thanks all.
Pushed as a3ce6f8df2b6.
Thanks all.
Pushed as a3ce6f8df2b6.
|
By
Leif Lindholm
·
#72339
·
|
|
[PATCH] drop Tanmay Jagdale from sbsa-ref maintainers
Tanmay is no longer at Linaro
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
---
Maintainers.txt | 1 -
1 file changed, 1 deletion(-)
diff --git Maintainers.txt
Tanmay is no longer at Linaro
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
---
Maintainers.txt | 1 -
1 file changed, 1 deletion(-)
diff --git Maintainers.txt
|
By
Marcin Juszkiewicz <marcin.juszkiewicz@...>
·
#72338
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Tested-By: Graeme Gregory <graeme@...>
This fixes the issue from inspection of APIC table with acpiview!
Tested-By: Graeme Gregory <graeme@...>
This fixes the issue from inspection of APIC table with acpiview!
|
By
Graeme Gregory <graeme@...>
·
#72337
·
|
|
Re: [PATCH edk2-platforms v2 1/4] SbsaQemu: Build infrastructure for StandaloneMm image
Sorry, that's just my brain failure: I meant to say SbsaQemu.fdf.
Regards,
Leif
Sorry, that's just my brain failure: I meant to say SbsaQemu.fdf.
Regards,
Leif
|
By
Leif Lindholm
·
#72336
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Acked-by: Ard Biesheuvel <ardb@...>
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#72335
·
|
|
Re: [PATCH] [edk2-platforms]Intel/BoardModulePkg: Always sort load option
Good catch.
BdsAfterConsoleReadyBeforeBootOptionCallback() in BoardModulePkg is not implemented properly.
It should only do the boot option sort either:
1. in the first boot after flashing the
Good catch.
BdsAfterConsoleReadyBeforeBootOptionCallback() in BoardModulePkg is not implemented properly.
It should only do the boot option sort either:
1. in the first boot after flashing the
|
By
Ni, Ray
·
#72334
·
|
|
[PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Commit 822634fc1bf1 ("SbsaQemu: Update SbsaQemuAcpiDxe to use FdtHelperLib")
replaced the CountCpusFromFdt() function in SbsaQemuAcpiDxe with a call to
FdtHelperCountCpus() in FdtHelperLib. This ended
Commit 822634fc1bf1 ("SbsaQemu: Update SbsaQemuAcpiDxe to use FdtHelperLib")
replaced the CountCpusFromFdt() function in SbsaQemuAcpiDxe with a call to
FdtHelperCountCpus() in FdtHelperLib. This ended
|
By
Leif Lindholm
·
#72333
·
|
|
Re: [PATCH edk2-platforms v2 1/4] SbsaQemu: Build infrastructure for StandaloneMm image
Hi Leif,
Thank you for you comments.
Sorry I forgot to add these options, will be included in the next version.
I probably does not understand your comment correctly,
Hi Leif,
Thank you for you comments.
Sorry I forgot to add these options, will be included in the next version.
I probably does not understand your comment correctly,
|
By
Masahisa Kojima
·
#72332
·
|
|
Re: [PATCH] [edk2-platforms]Intel/BoardModulePkg: Always sort load option
Hi Ray,
I just think of that if we always do the sort, it may cause the changed boot order (by the user of the platform) resort again. That's unexpected.
Thanks,
Zhichao
Hi Ray,
I just think of that if we always do the sort, it may cause the changed boot order (by the user of the platform) resort again. That's unexpected.
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#72331
·
|
|
Re: [PATCH] [edk2-platforms]Intel/BoardModulePkg: Always sort load option
Zhiguang,
Reviewed-by: Ray Ni <ray.ni@...>
I think you can add a third reason in commit message:
3. Below change in UefiBootManagerLib puts setup in the end
MdeModulePkg/UefiBootManagerLib:
Zhiguang,
Reviewed-by: Ray Ni <ray.ni@...>
I think you can add a third reason in commit message:
3. Below change in UefiBootManagerLib puts setup in the end
MdeModulePkg/UefiBootManagerLib:
|
By
Ni, Ray
·
#72330
·
|
|
[PATCH] [edk2-platforms]Intel/BoardModulePkg: Always sort load option
Currently, load option is only sorted when setup is the first priority in b=
oot option.
This condition is not needed because the below reasons:
1. Setup option may have different string name
Currently, load option is only sorted when setup is the first priority in b=
oot option.
This condition is not needed because the below reasons:
1. Setup option may have different string name
|
By
Zhiguang Liu
·
#72329
·
|
|
Re: [PATCH v3 1/7] MdePkg: MmUnblockMemoryLib: Added definition and null instance
Very nice, so please include this in the commit message.
Thanks!
Laszlo
Very nice, so please include this in the commit message.
Thanks!
Laszlo
|
By
Laszlo Ersek
·
#72328
·
|
|
[PATCH v1 2/2] BaseTools: Make undefined VFR macro an error (MSVC)
VFR successfully compiles if we forget to include a header that defines
a macro. In that case the HII option was hidden when it shouldn't be
just because the macro was used but not defined.
The
VFR successfully compiles if we forget to include a header that defines
a macro. In that case the HII option was hidden when it shouldn't be
just because the macro was used but not defined.
The
|
By
Daniel Schaefer
·
#72327
·
|
|
[PATCH v1 1/2] BaseTools: Make undefined VFR macro an error (GCC)
VFR successfully compiles if we forget to include a header that defines
a macro. In that case the HII option was hidden when it shouldn't be
just because the macro was used but not defined.
The
VFR successfully compiles if we forget to include a header that defines
a macro. In that case the HII option was hidden when it shouldn't be
just because the macro was used but not defined.
The
|
By
Daniel Schaefer
·
#72326
·
|
|
[PATCH v1 0/2] BaseTools: Make undefined VFR macro an error
See the individual commit descriptions.
I split it up into GCC/CLANG and MSVC commits but feel free to squash
them if you think they belong together.
We found a few bugs and lots of dead code with
See the individual commit descriptions.
I split it up into GCC/CLANG and MSVC commits but feel free to squash
them if you think they belong together.
We found a few bugs and lots of dead code with
|
By
Daniel Schaefer
·
#72325
·
|
|
EDKII Minimum Platform Spec : Stage-III, boot shell
Dear all:
I am studying EDKII Minimum Platform Spec.
I have a few questions about Stage-III. (Chapter-5 in Minimum Platform spec)
1. Could Shell be launched just after DXE Arch drivers had
Dear all:
I am studying EDKII Minimum Platform Spec.
I have a few questions about Stage-III. (Chapter-5 in Minimum Platform spec)
1. Could Shell be launched just after DXE Arch drivers had
|
By
Tiger Liu(BJ-RD)
·
#72324
·
|
|
Re: [PATCH v4] MdeModulePkg/UfsPassThruDxe: Improve Device initialization polling Loop
By
Wu, Hao A
·
#72323
·
|