|
[Patch] ShellPkg/Hexedit: Fix FreePool() ASSERT() when writing disk
The HDiskImageSave() function copies a device path using
DuplicateDevicePath() and passes that device path to
gBS->LocateDevicePath() that changes the value of the
device path pointer. When
The HDiskImageSave() function copies a device path using
DuplicateDevicePath() and passes that device path to
gBS->LocateDevicePath() that changes the value of the
device path pointer. When
|
By
Michael D Kinney
·
#2253
·
|
|
Re: [RFC V2] EDK2 Platform Proposal
Can we link the Readme.MD to platform specific readmes via hyperlinks, or at list relative path to the other files.?
Thanks,
Andrew Fish
Can we link the Readme.MD to platform specific readmes via hyperlinks, or at list relative path to the other files.?
Thanks,
Andrew Fish
|
By
Andrew Fish
·
#2252
·
|
|
Re: [RFC V2] EDK2 Platform Proposal
Hi Mike,
I'm happy with the proposal in this state, but have a few suggested
updates (mostly to clarify that, long term, we expect most platforms
to exist in master) and a small suggested
Hi Mike,
I'm happy with the proposal in this state, but have a few suggested
updates (mostly to clarify that, long term, we expect most platforms
to exist in master) and a small suggested
|
By
Leif Lindholm <leif.lindholm@...>
·
#2251
·
|
|
Re: [PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Star,
I think the comment should be updated. This updated algorithm only uses
the lower 24-bits of the ACPI timer. It is compatible with both 24-bit
and 32-bit ACPI timers.
Mike
Star,
I think the comment should be updated. This updated algorithm only uses
the lower 24-bits of the ACPI timer. It is compatible with both 24-bit
and 32-bit ACPI timers.
Mike
|
By
Michael D Kinney
·
#2250
·
|
|
Re: [PATCH 00/45] Add capsule update and recovery sample.
Jiewen,
I will review the Quark specific changes today.
Mike
Jiewen,
I will review the Quark specific changes today.
Mike
|
By
Michael D Kinney
·
#2249
·
|
|
Re: Miss "IMAGE_FORMAT" type name error when compile EDK2
It looks like MdeModulePkg/Include/Protocol/PlatformLogo.h contains the definition of IMAGE_FORMAT and it is an enum. It should be included by
It looks like MdeModulePkg/Include/Protocol/PlatformLogo.h contains the definition of IMAGE_FORMAT and it is an enum. It should be included by
|
By
Andrew Fish
·
#2248
·
|
|
Miss "IMAGE_FORMAT" type name error when compile EDK2
Hi,
Everyone.
My machine is a Intel P6200 cpu, no vt-x support, 64bit, Debian 8 64bit OS.
I am compiling EDK2 with the instruction at:
Hi,
Everyone.
My machine is a Intel P6200 cpu, no vt-x support, 64bit, Debian 8 64bit OS.
I am compiling EDK2 with the instruction at:
|
By
dashing meng <dashing_meng@...>
·
#2247
·
|
|
Re: [PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks!
Laszlo
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks!
Laszlo
|
By
Laszlo Ersek
·
#2246
·
|
|
Re: [PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Jiewen,
Thanks for the Rb, I just send the V2 patch that follows Laszlo's suggestion to use IoBitFieldRead32 (Port, 0, 23), could you help review the patch again?
Star
Jiewen,
Thanks for the Rb, I just send the V2 patch that follows Laszlo's suggestion to use IoBitFieldRead32 (Port, 0, 23), could you help review the patch again?
Star
|
By
Zeng, Star <star.zeng@...>
·
#2245
·
|
|
Re: [PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Laszlo,
I agree that is a better idea, please check the V2 patch.
Thanks,
Star
Laszlo,
I agree that is a better idea, please check the V2 patch.
Thanks,
Star
|
By
Zeng, Star <star.zeng@...>
·
#2244
·
|
|
[PATCH V2] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
From: "Zeng, Star" <star.zeng@...>
Clear bits [31:24] when reading ACPI timer count by IoRead32(),
also add comments "Note: The library only supports 24Bits ACPI timer" in INF.
Cc: Jiewen Yao
From: "Zeng, Star" <star.zeng@...>
Clear bits [31:24] when reading ACPI timer count by IoRead32(),
also add comments "Note: The library only supports 24Bits ACPI timer" in INF.
Cc: Jiewen Yao
|
By
Star Zeng <star.zeng@...>
·
#2243
·
|
|
Re: [PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Reviewed-by: jiewen.yao@...
Reviewed-by: jiewen.yao@...
|
By
Yao, Jiewen
·
#2242
·
|
|
Re: [PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Star,
Just a question: would the IoBitFieldRead32() function apply in this
case? If it is applicable, then I think it could make the code easier to
read:
IoBitFieldRead32 (Port, 0, 23)
Just an
Star,
Just a question: would the IoBitFieldRead32() function apply in this
case? If it is applicable, then I think it could make the code easier to
read:
IoBitFieldRead32 (Port, 0, 23)
Just an
|
By
Laszlo Ersek
·
#2241
·
|
|
[PATCH] PcAtChipsetPkg AcpiTimerLib: Clear bits [31:24] after reading by IoRead32()
Clear bits [31:24] when reading ACPI timer count by IoRead32(),
also add comments "Note: The library only supports 24Bits ACPI timer" in INF.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Liming Gao
Clear bits [31:24] when reading ACPI timer count by IoRead32(),
also add comments "Note: The library only supports 24Bits ACPI timer" in INF.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Liming Gao
|
By
Star Zeng <star.zeng@...>
·
#2240
·
|
|
Re: [PATCH 0/2] Refine HiiImageDecoder.h
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#2239
·
|
|
Re: [PATCH v2 00/19] Add HiiImageEx implementations
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#2238
·
|
|
Re: [PATCH 19/45] IntelFrameworkModulePkg/DxeCapsuleLib: Add ProcessCapsules() interface.
Reviewed-by: Jeff Fan <jeff.fan@...>
Reviewed-by: Jeff Fan <jeff.fan@...>
|
By
Fan, Jeff <jeff.fan@...>
·
#2237
·
|
|
Re: [PATCH 00/45] Add capsule update and recovery sample.
Hi
I got reviewed-by for MdeModulePkg/SecurityPkg/UefiCpuPkg/Vlv2DevicePkg. Thanks each package owner.
I have not got reviewed-by for QuarkPlatformPkg yet. Can QuarkPlatformPkg owner review the
Hi
I got reviewed-by for MdeModulePkg/SecurityPkg/UefiCpuPkg/Vlv2DevicePkg. Thanks each package owner.
I have not got reviewed-by for QuarkPlatformPkg yet. Can QuarkPlatformPkg owner review the
|
By
Yao, Jiewen
·
#2236
·
|
|
Re: [PATCH 23/45] SecurityPkg/SecurityPkg.dsc: Add FmpAuthentication*Lib.
Jiewen:
SecurityPackage Patches are good to me.
Reviewed by : Chao Zhang <chao.b.zhang@...>
Thanks & Best regards
Chao Zhang
Jiewen:
SecurityPackage Patches are good to me.
Reviewed by : Chao Zhang <chao.b.zhang@...>
Thanks & Best regards
Chao Zhang
|
By
Zhang, Chao B <chao.b.zhang@...>
·
#2235
·
|
|
Re: What is the right way to print a UINTN?
Hi Brian,
This is a good idea. I will have to study it some more
to figure out what the EBC versions of these macros would
map to.
Mike
Hi Brian,
This is a good idea. I will have to study it some more
to figure out what the EBC versions of these macros would
map to.
Mike
|
By
Michael D Kinney
·
#2234
·
|