|
Re: [edk2-platforms PATCH 0/6] Marvell SD/MMC updates
pon., 10 maj 2021 o 18:07 Ard Biesheuvel <ardb@...> napisał(a):
Thanks!
Marcin
pon., 10 maj 2021 o 18:07 Ard Biesheuvel <ardb@...> napisał(a):
Thanks!
Marcin
|
By
Marcin Wojtas
·
#74885
·
|
|
Re: [edk2-platforms PATCH 0/6] Marvell SD/MMC updates
For the series,
Acked-by: Ard Biesheuvel <ardb@...>
Pushed as 7661dfff1528..c7e1631a673f
thanks,
For the series,
Acked-by: Ard Biesheuvel <ardb@...>
Pushed as 7661dfff1528..c7e1631a673f
thanks,
|
By
Ard Biesheuvel
·
#74884
·
|
|
Re: [edk2-platforms][PATCH 0/4] Arm 32bit support in StandaloneMmRpmb
<etienne.carriere@...> wrote:
This looks fine to me
Acked-by: Ard Biesheuvel <ardb@...>
I'll pick these up once the EDK2 side is merged.
<etienne.carriere@...> wrote:
This looks fine to me
Acked-by: Ard Biesheuvel <ardb@...>
I'll pick these up once the EDK2 side is merged.
|
By
Ard Biesheuvel
·
#74883
·
|
|
Re: [PATCH 3/5] GenGv: Arm: support images entered in Thumb mode
<etienne.carriere@...> wrote:
This looks fine to me (modulo a couple of typos: GenGv, enry) but this
needs an ack from the BaseTools maintainers.
Bob, Liming?
<etienne.carriere@...> wrote:
This looks fine to me (modulo a couple of typos: GenGv, enry) but this
needs an ack from the BaseTools maintainers.
Bob, Liming?
|
By
Ard Biesheuvel
·
#74882
·
|
|
Re: [PATCH 4/5] StandaloneMmPkg: fix pointer/int casts against 32bit architectures
This looks fine to me.
By
Ard Biesheuvel
·
#74881
·
|
|
Re: [PATCH RESEND v1 1/1] ArmPkg: Update SCMI Base Protocol version to 0x20000
Merged as #1630
Thanks all.
Merged as #1630
Thanks all.
|
By
Ard Biesheuvel
·
#74880
·
|
|
Re: [PATCH 1/1] Platform/RaspberryPi: Update ACPI table revision
Thanks all.
Pushed as
a996c765008d..7661dfff1528
(I added a preceding patch to change the line endings of
SsdtThermal.asl to CR/LF, or the patch wouldn't apply)
Thanks all.
Pushed as
a996c765008d..7661dfff1528
(I added a preceding patch to change the line endings of
SsdtThermal.asl to CR/LF, or the patch wouldn't apply)
|
By
Ard Biesheuvel
·
#74879
·
|
|
[PATCH] UefiCpuPkg/MpInitLib: Properly cast from PCD to SEV-ES jump table pointer
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3385
A VS2012 build fails with a cast conversion warning when the SEV-ES work
area PCD is cast as a pointer to the SEV_ES_AP_JMP_FAR type.
When
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3385
A VS2012 build fails with a cast conversion warning when the SEV-ES work
area PCD is cast as a pointer to the SEV_ES_AP_JMP_FAR type.
When
|
By
Lendacky, Thomas
·
#74878
·
|
|
Re: Build fails with VS2012
I've created https://bugzilla.tianocore.org/show_bug.cgi?id=3385
Thanks. If we're ready to go ahead, should I create a patch to remove them?
Do you know what the new minimum version of gcc should
I've created https://bugzilla.tianocore.org/show_bug.cgi?id=3385
Thanks. If we're ready to go ahead, should I create a patch to remove them?
Do you know what the new minimum version of gcc should
|
By
Rebecca Cran <rebecca@...>
·
#74877
·
|
|
Re: Build fails with VS2012
This was reported earlier in:
https://bugzilla.tianocore.org/show_bug.cgi?id=3228
and Sergei proposed a patch for nulling "Dupes" (among other things) in
an attachment on that BZ.
See my feedback
This was reported earlier in:
https://bugzilla.tianocore.org/show_bug.cgi?id=3228
and Sergei proposed a patch for nulling "Dupes" (among other things) in
an attachment on that BZ.
See my feedback
|
By
Laszlo Ersek
·
#74876
·
|
|
Re: Build fails with VS2012
Hi Rebecca
+Tom
I think the compiler is justified to complain here:
7b7508ad784d1 (Tom Lendacky 2020-08-12 15:21:42 -0500 1268) JmpFar = (SEV_ES_AP_JMP_FAR *) FixedPcdGet32
Hi Rebecca
+Tom
I think the compiler is justified to complain here:
7b7508ad784d1 (Tom Lendacky 2020-08-12 15:21:42 -0500 1268) JmpFar = (SEV_ES_AP_JMP_FAR *) FixedPcdGet32
|
By
Laszlo Ersek
·
#74875
·
|
|
Re: [PATCH 1/1] Platform/RaspberryPi: Update ACPI table revision
Reviewed-by: Pete Batard <pete@...>
Tested-by: Pete Batard <pete@...> (Windows 10 boot)
Reviewed-by: Pete Batard <pete@...>
Tested-by: Pete Batard <pete@...> (Windows 10 boot)
|
By
Pete Batard
·
#74874
·
|
|
Re: [PATCH edk2-test 1/1] uefi-sct/SctPkg: IHV: type mismatch in SimpleTextOut test
Thank you for reviewing.
I had a look into the UEFI spec 2.9:
Structure SIMPLE_TEXT_OUTPUT_MODE is defined with Mode and MaxMode as INT32.
EDK II uses the structure name EFI_SIMPLE_TEXT_OUTPUT_MODE
Thank you for reviewing.
I had a look into the UEFI spec 2.9:
Structure SIMPLE_TEXT_OUTPUT_MODE is defined with Mode and MaxMode as INT32.
EDK II uses the structure name EFI_SIMPLE_TEXT_OUTPUT_MODE
|
By
Heinrich Schuchardt
·
#74873
·
|
|
Re: [PATCH edk2-test 1/1] uefi-sct/SctPkg: IHV: type mismatch in SimpleTextOut test
Looks good. However, I'm thinking about if this is a UEFI specification issue. It looks like we should change the parameter type in EFI_SIMPLE_TEXT_OUTPUT_MODE data structure instead of doing
Looks good. However, I'm thinking about if this is a UEFI specification issue. It looks like we should change the parameter type in EFI_SIMPLE_TEXT_OUTPUT_MODE data structure instead of doing
|
By
Sunny Wang
·
#74872
·
|
|
Re: [edk2-platforms][PATCH V2 0/8] Platform/Sgi: Add PPTT table for Neoverse Reference Design platforms
Hi Pranav,
Is it possible to send the PPTT table dump using ACPIview for these platforms, please?
Shell> acpiview -s PPTT
Regards,
Sami Mujawar
Hi Pranav,
Is it possible to send the PPTT table dump using ACPIview for these platforms, please?
Shell> acpiview -s PPTT
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#74871
·
|
|
Re: [edk2-platforms][PATCH V1 10/17] Platform/Sgi: Macro definitions for ACPI CPPC
Hi Pranav,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] I think it would be good to add a coment in the macro header clarifying that this macro is intended to be
Hi Pranav,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] I think it would be good to add a coment in the macro header clarifying that this macro is intended to be
|
By
Sami Mujawar
·
#74870
·
|
|
Re: [edk2-platforms][PATCH V1 02/17] Platform/Sgi: Add CPU container for SGI-575
Hi Pranav,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Please see my comment for the patch in your previous series at
Hi Pranav,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Please see my comment for the patch in your previous series at
|
By
Sami Mujawar
·
#74869
·
|
|
[PATCH 1/1] Platform/RaspberryPi: Update ACPI table revision
As per ACPI 6.3 specification, the DSDT/SSDT table should use revision 2
, so update the revision numbers to 2.
This also fixes https://github.com/pftf/RPi4/issues/94 (FWTS failures).
Testing Done:
As per ACPI 6.3 specification, the DSDT/SSDT table should use revision 2
, so update the revision numbers to 2.
This also fixes https://github.com/pftf/RPi4/issues/94 (FWTS failures).
Testing Done:
|
By
Sunny Wang
·
#74868
·
|
|
Re: [PATCH v4 2/7] TigerlakeOpenBoard: Move ReportCpuHob library path
Reviewed-by: Heng Luo <heng.luo@...>
Reviewed-by: Heng Luo <heng.luo@...>
|
By
Heng Luo
·
#74867
·
|
|
Re: [PATCH] MdeModulePkg: Retrive boot manager menu from any fv
Hi Hao,
I don't have the data about the boot performance.
However, I think it has little impact for the originally working platforms.
In function GetSectionFromAnyFv, It will first search section in
Hi Hao,
I don't have the data about the boot performance.
However, I think it has little impact for the originally working platforms.
In function GetSectionFromAnyFv, It will first search section in
|
By
Zhiguang Liu
·
#74866
·
|