|
[edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3829
Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure
which should be fixed.
Cc: Nate DeSimone
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3829
Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure
which should be fixed.
Cc: Nate DeSimone
|
By
Chiu, Chasel
·
#86750
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
Mike,
Yea I’m thinking this is a good reason to maybe not add more knobs.
I was trying to get tricky and have code conditionally use a global so I could use the lib XIP when I shot myself in the
Mike,
Yea I’m thinking this is a good reason to maybe not add more knobs.
I was trying to get tricky and have code conditionally use a global so I could use the lib XIP when I shot myself in the
|
By
Andrew Fish
·
#86749
·
|
|
[PATCH 2/2] MdePkg/Include: Define new DEBUG_FILE to specify path.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3840
Use DEBUG_FILE to control ASSERT path
Motivation and Goal:
1. The path will occupy many size in DEBUG build when file path is long
2. We hope
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3840
Use DEBUG_FILE to control ASSERT path
Motivation and Goal:
1. The path will occupy many size in DEBUG build when file path is long
2. We hope
|
By
Guomin Jiang
·
#86748
·
|
|
[PATCH 1/2] BaseTools/Conf: Reduce the ASSERT patch to save the binary size
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3840
Use DEBUG_FILE to control ASSERT path
Motivation and Goal:
1. The path will occupy many size in DEBUG build when file path is long
2. We hope
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3840
Use DEBUG_FILE to control ASSERT path
Motivation and Goal:
1. The path will occupy many size in DEBUG build when file path is long
2. We hope
|
By
Guomin Jiang
·
#86747
·
|
|
[PATCH 0/2] Reduce the ASSERT patch to save the binary size
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3840
1. Use DEBUG_FILE to control ASSERT path
2. Default use file name as ASSERT path
Motivation and Goal:
1. The path will occupy many size in
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3840
1. Use DEBUG_FILE to control ASSERT path
2. Default use file name as ASSERT path
Motivation and Goal:
1. The path will occupy many size in
|
By
Guomin Jiang
·
#86746
·
|
|
Re: [PATCH 13/18] MdeModulePkg/Usb/Keyboard.c: don't request protocol before setting
Inline comments below:
By
Wu, Hao A
·
#86745
·
|
|
Re: [PATCH] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal
Acked-by: Hao A Wu <hao.a.wu@...>
I recommend to get Ray's input for this patch before merging.
Best Regards,
Hao Wu
Acked-by: Hao A Wu <hao.a.wu@...>
I recommend to get Ray's input for this patch before merging.
Best Regards,
Hao Wu
|
By
Wu, Hao A
·
#86744
·
|
|
Re: [PATCH 1/2] SdMmcPciDxe: Make timeout for SD card configurable
Inline comments below:
By
Wu, Hao A
·
#86743
·
|
|
Re: [PATCH] NetworkPkg: Fix incorrect unicode string of the AKM/Cipher Suite
Dear maintainers,
Could you review this patch?
Thanks,
heng
Dear maintainers,
Could you review this patch?
Thanks,
heng
|
By
Heng Luo
·
#86742
·
|
|
Re: [edk2-platforms: PATCH v4] MinPlatformPkg/SaveMemoryConfig: Variable may not be locked.
Fix pushed: https://github.com/tianocore/edk2-platforms/commit/cbc8e420ac4505e9c51aa0d4f049026691024ca5
Thanks,
Chasel
Fix pushed: https://github.com/tianocore/edk2-platforms/commit/cbc8e420ac4505e9c51aa0d4f049026691024ca5
Thanks,
Chasel
|
By
Chiu, Chasel
·
#86741
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
Hi Andrew,
I forgot about the library constraints.
Unless we want to first add a feature to build a library instance for each module type into
a different build output directory, we cannot
Hi Andrew,
I forgot about the library constraints.
Unless we want to first add a feature to build a library instance for each module type into
a different build output directory, we cannot
|
By
Michael D Kinney
·
#86740
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
I shot my self in the foot with the Fixed* macro in a library so I did not get the drivers override. So I feel that pain. You need to used the non Fixed form from a lib to get the value from the
I shot my self in the foot with the Fixed* macro in a library so I did not get the drivers override. So I feel that pain. You need to used the non Fixed form from a lib to get the value from the
|
By
Andrew Fish
·
#86739
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
Andrew,
It is a reasonable ask, but I lean towards voting no. We can more or less do the equivalent by breaking a monolithic build into a set of phase specific build/DSC/FDF or something similar.
Andrew,
It is a reasonable ask, but I lean towards voting no. We can more or less do the equivalent by breaking a monolithic build into a set of phase specific build/DSC/FDF or something similar.
|
By
Oram, Isaac W
·
#86738
·
|
|
Re: [edk2-platforms: PATCH v4] MinPlatformPkg/SaveMemoryConfig: Variable may not be locked.
Thanks Nate, Isaac for good catch! I will correct them before pushing.
Thanks Nate, Isaac for good catch! I will correct them before pushing.
|
By
Chiu, Chasel
·
#86737
·
|
|
Re: [edk2-platforms: PATCH v4] MinPlatformPkg/SaveMemoryConfig: Variable may not be locked.
Hi Chasel,
There are a couple of typos and minor code style issues pointed out below. Please fix those during the push... no need to send another patch.
Reviewed-by: Nate DeSimone
Hi Chasel,
There are a couple of typos and minor code style issues pointed out below. Please fix those during the push... no need to send another patch.
Reviewed-by: Nate DeSimone
|
By
Nate DeSimone
·
#86736
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
Well it does seem like a reasonable thing to be able to do? What do other people think?
I was able to refactor my code and I did not actually end up needing to override every PEIM and the PEI
Well it does seem like a reasonable thing to be able to do? What do other people think?
I was able to refactor my code and I did not actually end up needing to override every PEIM and the PEI
|
By
Andrew Fish
·
#86735
·
|
|
Re: PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
I agree that your approach is the only way right now.
Do you have a feature request???
Mike
I agree that your approach is the only way right now.
Do you have a feature request???
Mike
|
By
Michael D Kinney
·
#86734
·
|
|
Re: [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes
Hi Kun,
The EDK II Code First Process says the branch should be
against the edk2-staging repo.
Your patches are for the edk2 repo.
Mike
Hi Kun,
The EDK II Code First Process says the branch should be
against the edk2-staging repo.
Your patches are for the edk2 repo.
Mike
|
By
Michael D Kinney
·
#86733
·
|
|
Re: [PATCH 1/2] UefiPayloadPkg: Add i801 SMBus controller DXE
This vendor specific device driver implementation does not seem to fit into UEFI payload package scope well.
Do you think https://github.com/tianocore/edk2-platforms/tree/master/Silicon could be a
This vendor specific device driver implementation does not seem to fit into UEFI payload package scope well.
Do you think https://github.com/tianocore/edk2-platforms/tree/master/Silicon could be a
|
By
Ma, Maurice <maurice.ma@...>
·
#86732
·
|
|
[PATCH] UefiPayloadPkg: Add RNG support
From: Patrick Rudolph <patrick.rudolph@...>
Uses the RDRAND instruction if available and install EfiRngProtocol.
The protocol may be used by iPXE or the Linux kernel to gather entropy.
Cc:
From: Patrick Rudolph <patrick.rudolph@...>
Uses the RDRAND instruction if available and install EfiRngProtocol.
The protocol may be used by iPXE or the Linux kernel to gather entropy.
Cc:
|
By
Sean Rhodes
·
#86731
·
|