|
Re: [edk2-platforms] [PATCH V1] WhitleySiliconPkg: Improve comments for silicon policy structures
Pushed: https://github.com/tianocore/edk2-platforms/commit/c11e09d
Pushed: https://github.com/tianocore/edk2-platforms/commit/c11e09d
|
By
Nate DeSimone
·
#79127
·
|
|
Re: [edk2-platforms] [PATCH V1] WhitleySiliconPkg: Improve comments for silicon policy structures
Hi Chasel,
Thank you for the feedback. I have resolved it before push.
Thanks,
Nate
Hi Chasel,
Thank you for the feedback. I have resolved it before push.
Thanks,
Nate
|
By
Nate DeSimone
·
#79126
·
|
|
Re: [edk2-platforms] [PATCH V1] MinPlatformPkg: Cleanup PeiFspWrapperHobProcessLib dependencies
Pushed: https://github.com/tianocore/edk2-platforms/commit/d67ac56
Pushed: https://github.com/tianocore/edk2-platforms/commit/d67ac56
|
By
Nate DeSimone
·
#79125
·
|
|
Re: [edk2-platforms] [PATCH V1] WhitleySiliconPkg: Improve comments for silicon policy structures
Reviewed-by: Isaac Oram <Isaac.w.oram@...>
Reviewed-by: Isaac Oram <Isaac.w.oram@...>
|
By
Isaac Oram
·
#79124
·
|
|
[edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/BoardAcpiLib: Fix GP Fault in ACPI Enable SMI
Fixed AcpiSmm library BoardAcpiLib to use the correct SMM services
table and DynamicSiliconLibrarySmmProtocol.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel Chiu
Fixed AcpiSmm library BoardAcpiLib to use the correct SMM services
table and DynamicSiliconLibrarySmmProtocol.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel Chiu
|
By
Isaac Oram
·
#79123
·
|
|
Re: [edk2-platforms] [PATCH V1] KabylakeSiliconPkg: Update SA_MISC_PEI_PREMEM_CONFIG
Pushed: https://github.com/tianocore/edk2-platforms/commit/762eb50
Pushed: https://github.com/tianocore/edk2-platforms/commit/762eb50
|
By
Nate DeSimone
·
#79122
·
|
|
[edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg: Fix boot failure due to FSP rebase address
Fixed boot failure caused by FSP not being rebased to the correct address.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel Chiu <chasel.chiu@...>
Signed-off-by: Isaac Oram
Fixed boot failure caused by FSP not being rebased to the correct address.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel Chiu <chasel.chiu@...>
Signed-off-by: Isaac Oram
|
By
Isaac Oram
·
#79121
·
|
|
Re: [edk2-platforms][PATCH V1] KabylakeOpenBoardPkg: Implement the PEI Reset Services
Pushed: https://github.com/tianocore/edk2-platforms/commit/891b355
Pushed: https://github.com/tianocore/edk2-platforms/commit/891b355
|
By
Nate DeSimone
·
#79120
·
|
|
[edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg: Fix missing security library build error
7b723de06c8e1623f77eafe89cde80c57253913b broke WhitleyOpenBoardPkg build
This corrects by making SecureBootConfigDxe.inf conditional too.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel
7b723de06c8e1623f77eafe89cde80c57253913b broke WhitleyOpenBoardPkg build
This corrects by making SecureBootConfigDxe.inf conditional too.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel
|
By
Isaac Oram
·
#79119
·
|
|
Re: [PATCH 0/3] Add support for gdb and lldb
I’ve not tested on ARM yet, so please let me know if it works. I’d like to avoid Python 2.7 support is possible given it is passed its best by date.
Thanks did not notice that.
Shoot though I
I’ve not tested on ARM yet, so please let me know if it works. I’d like to avoid Python 2.7 support is possible given it is passed its best by date.
Thanks did not notice that.
Shoot though I
|
By
Andrew Fish
·
#79118
·
|
|
Re: [PATCH 0/3] Add support for gdb and lldb
I realized the Arm gcc 10.3 aarch64 download from https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads uses Python 2.7.18 and not Python 3,
I realized the Arm gcc 10.3 aarch64 download from https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads uses Python 2.7.18 and not Python 3,
|
By
Rebecca Cran <rebecca@...>
·
#79117
·
|
|
Re: [EXTERNAL] [edk2-devel] [PATCH v1 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
Thoughts?
- Bret
By
Bret Barkelew <bret.barkelew@...>
·
#79116
·
|
|
Re: [edk2-platforms] [PATCH V2] KabylakeOpenBoardPkg: Add MMIO Base/Length to SA GNVS
Acked-by: Michael Kubacki <michael.kubacki@...>
Acked-by: Michael Kubacki <michael.kubacki@...>
|
By
Michael Kubacki
·
#79115
·
|
|
Re: [PATCH v2 1/2] BaseTools: Define the read-only data section name per toolchain
In this case p ends up in a __DATA__,__const section since &a requires a relocation.
I don’t see your bigger point. The compiler is free to implement as it sees fit. Which section some code ends up
In this case p ends up in a __DATA__,__const section since &a requires a relocation.
I don’t see your bigger point. The compiler is free to implement as it sees fit. Which section some code ends up
|
By
Andrew Fish
·
#79114
·
|
|
Re: [Patch v2 0/3] Ext4Pkg: Add Ext4Pkg
Hi Pedro,
Really good updates. Here are a few comments on V2:
1) I see use of "inline" on some functions. Those are not required
and should be removed. The compiler options used for release
Hi Pedro,
Really good updates. Here are a few comments on V2:
1) I see use of "inline" on some functions. Those are not required
and should be removed. The compiler options used for release
|
By
Michael D Kinney
·
#79113
·
|
|
Re: "StdLibPkg" branch on edk2-staging
Hi Maciej,
I have updated and fixed build errors in branch CdePkg (https://github.com/tianocore/edk2-staging.git).
Also a POST trace is recorded on my MinnowBoard and stored
Hi Maciej,
I have updated and fixed build errors in branch CdePkg (https://github.com/tianocore/edk2-staging.git).
Also a POST trace is recorded on my MinnowBoard and stored
|
By
Kilian Kegel
·
#79112
·
|
|
Re: 回复: [PATCH v5 2/5] ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
<etienne.carriere@...> wrote:
My pleasure!
<etienne.carriere@...> wrote:
My pleasure!
|
By
Ard Biesheuvel
·
#79111
·
|
|
Re: 回复: [PATCH v5 2/5] ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
Many thanks to all for the help and patience.
Etienne
Many thanks to all for the help and patience.
Etienne
|
By
Etienne Carriere
·
#79110
·
|
|
Re: [PATCH] ArmPkg: Enable boot discovery policy for ARM package.
Hi Ard,
śr., 11 sie 2021 o 13:57 Ard Biesheuvel <ardb@...> napisał(a):
Thanks, Greg will take care of it after the weekend.
Best regards,
Marcin
Hi Ard,
śr., 11 sie 2021 o 13:57 Ard Biesheuvel <ardb@...> napisał(a):
Thanks, Greg will take care of it after the weekend.
Best regards,
Marcin
|
By
Marcin Wojtas
·
#79109
·
|
|
Re: [PATCH] ArmPkg: Enable boot discovery policy for ARM package.
https://github.com/tianocore/edk2/pull/1895
https://github.com/tianocore/edk2/pull/1895
|
By
Ard Biesheuvel
·
#79108
·
|