|
回复: [Patch] BaseTools: Fix the bug of --cmd-len build option
Reviewed-by: Liming Gao <gaoliming@...>
PlatformInfo.Platform._GuidDict}
Reviewed-by: Liming Gao <gaoliming@...>
PlatformInfo.Platform._GuidDict}
|
By
gaoliming
·
#85271
·
|
|
回复: [edk2-devel] [PATCH v2 2/6] MdePkg: MmCommunication2: Update MM communicate2 function description
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#85270
·
|
|
回复: [edk2-devel] Help need
This issue has been fixed in edk2 master (commit 20b292d0cdf7dce58d824fdf9ab1613c2a1ad2ec 2020/12/29). Please make sure new edk2 be used.
Thanks
Liming
发件人: devel@edk2.groups.io
This issue has been fixed in edk2 master (commit 20b292d0cdf7dce58d824fdf9ab1613c2a1ad2ec 2020/12/29). Please make sure new edk2 be used.
Thanks
Liming
发件人: devel@edk2.groups.io
|
By
gaoliming
·
#85269
·
|
|
回复: [edk2-devel] [PATCH v1 2/4] MdePkg: Replace Opcode with the corresponding instructions.
Jason:
Can you also update MdePkg\Include\Ia32\Nasm.inc and MdePkg\Include\X64\Nasm.inc?
Meanwhile, please also update BaseTools\Conf\tools_def.template to mention the required minimal nasm
Jason:
Can you also update MdePkg\Include\Ia32\Nasm.inc and MdePkg\Include\X64\Nasm.inc?
Meanwhile, please also update BaseTools\Conf\tools_def.template to mention the required minimal nasm
|
By
gaoliming
·
#85268
·
|
|
Re: Help need
Hello There,
Any update on the below issue?
Best Regards,
Raihan
Hello There,
Any update on the below issue?
Best Regards,
Raihan
|
By
Bin Yusof, Muhammad RaihanX <muhammad.raihanx.bin.yusof@...>
·
#85267
·
|
|
[PATCH] IntelSiliconPkg: Adopt FSP spec version 2.3
From: LakX Huang <lakx.huang@...>
Usage of ExtendedImageRevision
Changed the Revision size of Firmware Version Structure from
UINT8 to UINT16.
Signed-off-by: LakX Huang
From: LakX Huang <lakx.huang@...>
Usage of ExtendedImageRevision
Changed the Revision size of Firmware Version Structure from
UINT8 to UINT16.
Signed-off-by: LakX Huang
|
By
lakx.huang@...
·
#85266
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 01/04/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
01/04/2022
6:30pm to 7:30pm
(UTC-08:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
01/04/2022
6:30pm to 7:30pm
(UTC-08:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#85265
·
|
|
Re: [PATCH v7 0/3] MdeModulePkg: Fix UfsBlockIoPei timing problem
Series pushed via:
PR -
By
Wu, Hao A
·
#85264
·
|
|
Re: [PATCH v2 0/6] MM communicate functionality in variable policy
Hi MdePkg, MdeModulePkg and ArmPkg maintainers,
Happy new year!
It has been a while since this v2 patch series has been sent out for review. Could you please take a look and provide feedback? Any
Hi MdePkg, MdeModulePkg and ArmPkg maintainers,
Happy new year!
It has been a while since this v2 patch series has been sent out for review. Could you please take a look and provide feedback? Any
|
By
Kun Qin
·
#85263
·
|
|
Re: [PATCH 08/10] OvmfPkg: Update Sec to support Tdvf Config-B
Hi,
Yes, I think we need a PlatformLib for the platform initialization
code. With PEI we would simply link the lib into PlatformPei, without
PEI we would link parts of the lib into SEC and parts of
Hi,
Yes, I think we need a PlatformLib for the platform initialization
code. With PEI we would simply link the lib into PlatformPei, without
PEI we would link parts of the lib into SEC and parts of
|
By
Gerd Hoffmann
·
#85262
·
|
|
Re: [PATCH] Update Graphics Info Hob FrameBufferSize Based on UEFI Spec 2.0
Hi., Michael
The issue was coming due to assign UINTN to UINT32 (warning C4244: '=': conversion from 'UINTN' to 'UINT32', possible loss of data)
I will fix this in my code instead of changing in
Hi., Michael
The issue was coming due to assign UINTN to UINT32 (warning C4244: '=': conversion from 'UINTN' to 'UINT32', possible loss of data)
I will fix this in my code instead of changing in
|
By
Ashraf Ali S
·
#85261
·
|
|
Re: [PATCH] Update Graphics Info Hob FrameBufferSize Based on UEFI Spec 2.0
Hi Ashraf,
HOBs must never use UINTN or pointer fields. HOBs must always be the same size no matter
what CPU or CPU mode the structure is compiler for.
This is also a non-backwards compatible
Hi Ashraf,
HOBs must never use UINTN or pointer fields. HOBs must always be the same size no matter
what CPU or CPU mode the structure is compiler for.
This is also a non-backwards compatible
|
By
Michael D Kinney
·
#85260
·
|
|
[PATCH] Update Graphics Info Hob FrameBufferSize Based on UEFI Spec 2.0
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3793
Basede on UEFI Spec 2.0 section 17.7.1 structure
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE say FrameBufferSize should be size of
UINTN, in
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3793
Basede on UEFI Spec 2.0 section 17.7.1 structure
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE say FrameBufferSize should be size of
UINTN, in
|
By
Ashraf Ali S
·
#85259
·
|
|
[PATCH V2 10/10] Platform/RaspberryPi: Update RPi4 Readme
Replace the paragraph about NVRAM/UEFI variables, with
something that explains the situation a bit better.
Update the UEFI settings table.
Tweak the DT overlay list, and note support for
CM4 and
Replace the paragraph about NVRAM/UEFI variables, with
something that explains the situation a bit better.
Update the UEFI settings table.
Tweak the DT overlay list, and note support for
CM4 and
|
By
Jeremy Linton
·
#85258
·
|
|
[PATCH V2 09/10] Platform/RaspberryPi: Add SPI flash variable store.
The RPi4 has a 512KB SPI flash, which depending on RPi
and firmware revision has 300-180K free. We can use this
storage to persist variables when the OS is running or
over firmware upgrades. The
The RPi4 has a 512KB SPI flash, which depending on RPi
and firmware revision has 300-180K free. We can use this
storage to persist variables when the OS is running or
over firmware upgrades. The
|
By
Jeremy Linton
·
#85257
·
|
|
[PATCH V2 08/10] Platform/RaspberryPi: Allow pin function selection at runtime
Update GpioLib slightly so that we can change the GPIO pin
muxing at runtime. For the moment only the GpioPinFuncGet/Set()
routines are used at runtime, and only by the Variable service.
Tested-by:
Update GpioLib slightly so that we can change the GPIO pin
muxing at runtime. For the moment only the GpioPinFuncGet/Set()
routines are used at runtime, and only by the Variable service.
Tested-by:
|
By
Jeremy Linton
·
#85256
·
|
|
[PATCH V2 07/10] Platform/RaspberryPi: Add SPI/GPIO to memory map
A large reason for using the SPI flash on this platform is that
it can be updated without OS interference at rutime. In order for
that to happen we need both the SPI, as well as the GPIO
which is used
A large reason for using the SPI flash on this platform is that
it can be updated without OS interference at rutime. In order for
that to happen we need both the SPI, as well as the GPIO
which is used
|
By
Jeremy Linton
·
#85255
·
|
|
[PATCH V2 06/10] Platform/RaspberryPi: Add mailbox cmd to control audio amp
The lower level firmware can enable/disable a LDO audio
amp, which allows us to mute/unmute audio output while
the firmware is running.
Tested-by: Ard Biesheuvel <ardb@...>
Signed-off-by:
The lower level firmware can enable/disable a LDO audio
amp, which allows us to mute/unmute audio output while
the firmware is running.
Tested-by: Ard Biesheuvel <ardb@...>
Signed-off-by:
|
By
Jeremy Linton
·
#85254
·
|
|
[PATCH V2 05/10] Platform/RaspberryPi: Add constants for controlling SPI
Add the #defines needed to access the SPI interface
documented in the BCM2711 Peripheral guide chapter 8.
Tested-by: Ard Biesheuvel <ardb@...>
Signed-off-by: Jeremy Linton
Add the #defines needed to access the SPI interface
documented in the BCM2711 Peripheral guide chapter 8.
Tested-by: Ard Biesheuvel <ardb@...>
Signed-off-by: Jeremy Linton
|
By
Jeremy Linton
·
#85253
·
|
|
[PATCH V2 04/10] Platform/RaspberryPi: Add menu item to enable/disable GPIO
Now that the GPIO devices are in their own SSDT lets add
a menu item for the rpi4 to enable/disable it. For the
rpi3 the SSDT is always exported.
Tested-by: Ard Biesheuvel
Now that the GPIO devices are in their own SSDT lets add
a menu item for the rpi4 to enable/disable it. For the
rpi3 the SSDT is always exported.
Tested-by: Ard Biesheuvel
|
By
Jeremy Linton
·
#85252
·
|