[edk2] [Patch]Vlv2TbltDevicePkg: Update formal FCE tool for MinnowBoard Max

2015-05-25 Thread He, Tim
Update the formal FCE tool, and remove the unnecessary "setupDefault" variable for MinnowBoard Max. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He mailto:tim...@intel.com>> Best Regards, Tim UpdateFceTool.patch Description: UpdateFceTool.patch -

[edk2] [Patch]Vlv2TbltDevicePkg: Update formal FCE tool for MinnowBoard Max

2015-05-25 Thread He, Tim
Update the formal FCE tool, and remove the unnecessary "setupDefault" variable for MinnowBoard Max. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He mailto:tim...@intel.com>> Best Regards, Tim

[edk2] [Patch]Vlv2TbltDevicePkg: Enable Digital Thermal Sensor to detect processor temperature

2015-05-25 Thread Lu, ShifeiX A
Enable Digital Thermal Sensor to detect processor temperature. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu, ShifeiX A mailto:shifeix.a...@intel.com>> Thanks, Shifei DTSEnabled.patch Description: DTSEnabled.patch --

Re: [edk2] [Patch 2/3] MdeModulePkg: Enable reconnect request from action request or question flag.

2015-05-25 Thread Dong, Eric
This is a normal save dialog. -Original Message- From: Gao, Liming Sent: Tuesday, May 26, 2015 12:44 PM To: Dong, Eric; edk2-devel@lists.sourceforge.net Cc: Gao, Liming Subject: RE: [edk2] [Patch 2/3] MdeModulePkg: Enable reconnect request from action request or question flag. Eric: I

Re: [edk2] [Patch 2/3] MdeModulePkg: Enable reconnect request from action request or question flag.

2015-05-25 Thread Gao, Liming
Eric: I add my comments for one case. Thanks Liming -Original Message- From: Dong, Eric Sent: Tuesday, May 26, 2015 11:46 AM To: edk2-devel@lists.sourceforge.net; Gao, Liming Subject: RE: [edk2] [Patch 2/3] MdeModulePkg: Enable reconnect request from action request or question flag.

Re: [edk2] [Patch 2/3] MdeModulePkg: Enable reconnect request from action request or question flag.

2015-05-25 Thread Dong, Eric
Update logic in SetupBrowserDxe and DisplayEngine, current behavior for reconnect is below: If one question return EFI_BROWSER_ACTION_REQUEST_RECONNECT in the callback function, and current formset still has questions whose changed value still not saved, browser will follow below step: 1.

Re: [edk2] [patch] MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGED

2015-05-25 Thread Dong, Eric
Reviewed-by: Eric Dong Thanks, Eric From: Bi, Dandan Sent: Thursday, May 21, 2015 1:38 PM To: 'edk2-devel@lists.sourceforge.net'; Gao, Liming; Dong, Eric Subject: [patch] MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGED fix bellow bug: change checkbox from FALSE to TRUE.EFI_BROWSER

Re: [edk2] [patch] MdeModulePkg:Support delete key

2015-05-25 Thread Dong, Eric
Reviewed-by: Eric Dong Thanks, Eric From: Bi, Dandan Sent: Wednesday, May 20, 2015 6:19 PM To: edk2-devel@lists.sourceforge.net; Gao, Liming; Dong, Eric Subject: [patch] MdeModulePkg:Support delete key Add Delete Key support for Setup Engine Contributed-under: TianoCore Contribution Agreement

Re: [edk2] Debug UEFI driver using EDKII

2015-05-25 Thread Ni, Ruiyu
Powered OFF sate --> HP BIOS --> DUET KEY#1 KEY#2 If you have no issue to get into HP’s BIOS setup, then you should also have no issue to get into DUET’s BIOS setup. You may know that system boots following the above simple flow-chart. If you pre

Re: [edk2] HII gEfiHiiPackageListProtocolGuid problem with GCC48 (VS2012x86 works)

2015-05-25 Thread B Cran
On May 25, 2015 7:49 PM, "Heyi Guo" wrote: > I got the similar issue with arm linux gcc; I googled and found you had posted the question, but I didn't see the final solution. Is there any update for this issue?. I don't think any changes have been made to fix it so it probably will still be a pro

Re: [edk2] HII gEfiHiiPackageListProtocolGuid problem with GCC48 (VS2012x86 works)

2015-05-25 Thread Heyi Guo
Hi Bruce, I got the similar issue with arm linux gcc; I googled and found you had posted the question, but I didn't see the final solution. Is there any update for this issue? Thanks. -- One dashboard for servers and a

Re: [edk2] How can I combine HII resource section into a PE/COFF Image?

2015-05-25 Thread Gao, Liming
Bruce: It is in our fix plan. But now, it is not fixed yet. From: B Cran [mailto:bruce.c...@gmail.com] Sent: Tuesday, May 26, 2015 1:04 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] How can I combine HII resource section into a PE/COFF Image? On May 25, 2015 10:50 AM, "Andrew Fish"

Re: [edk2] How can I combine HII resource section into a PE/COFF Image?

2015-05-25 Thread Dong, Eric
Edkii has a sample code to show it, code at Edk2\MdeModulePkg\Universal\HiiResourcesSampleDxe, you can reference it. Also what's your problem now? Thanks, Eric -Original Message- From: Heyi Guo [mailto:heyi@linaro.org] Sent: Monday, May 25, 2015 11:28 PM To: edk2-devel@lists.sourc

Re: [edk2] [Patch] MdePkg: Add SIO related protocol/PPI definitions.

2015-05-25 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Ni, Ruiyu Sent: Monday, May 25, 2015 7:46 PM To: edk2-devel@lists.sourceforge.net Cc: Ni, Ruiyu; Zeng, Star; Dong, Eric Subject: [Patch] MdePkg: Add SIO related protocol/PPI definitions. Contributed-under: TianoCore Contribution Agreement

Re: [edk2] [Patch] MdeModulePkg: Add IsaBusDxe driver

2015-05-25 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Ni, Ruiyu Sent: Monday, May 25, 2015 7:47 PM To: edk2-devel@lists.sourceforge.net Cc: Ni, Ruiyu; Zeng, Star; Dong, Eric Subject: [Patch] MdeModulePkg: Add IsaBusDxe driver This driver follows UEFI driver model and layers on ISA HC protocol

Re: [edk2] Phy support

2015-05-25 Thread Andrew Fish
> On May 25, 2015, at 7:44 AM, Sharma Bhupesh > wrote: > > Hi Andrew, > > Thanks for the reply. > > AFAICR the ARMv8 Juno/foundation model platforms support the SMSC-911c > integrated MAC + PHY controller which is available as a single composite > module. > > However usually on ARM plat

Re: [edk2] [PATCH v2] MdeModulePkg: Regular expression protocol

2015-05-25 Thread Jordan Justen
On 2015-05-20 14:08:40, Jonathan Doman wrote: > Add RegularExpressionDxe driver. Add RegExLib library header and sample > implementation SlreRegExLib, based on open-source SLRE library (old > version with permissive license). I think you should mention "THE BEER-WARE LICENSE" (Revision 42) here.

Re: [edk2] How to add debug agent console device to the console input/output device list ?

2015-05-25 Thread Kan Qiu
Thanks Ray, what key do I press to get into typical EDKII BIOS setup UI ? Does it work with DUET built with source level debug enabled ? It sounds chicken and egg issue to me, my original trouble is not able to get source level debugger working with DUET, in the meantime UDK-Debugger-Tool-User-Manu

Re: [edk2] Debug UEFI driver using EDKII

2015-05-25 Thread Kan Qiu
Hi Ray No, I'm still not able to get it working, I have tried both FlowControl=0 and 1(Target firmware matching), no success, then I started to look at if I should add Debuger Agent to default console list through EDKII BIOS setup UI, but the problem is I have no idea how to even get to EDKII BIOS

Re: [edk2] How can I combine HII resource section into a PE/COFF Image?

2015-05-25 Thread B Cran
On May 25, 2015 10:50 AM, "Andrew Fish" wrote: > It looks like VC++ uses RC.EXE, and GCC uses objcopy. There does not seem to be a tool to patch the PE/COFF for the Xcode, RVCT, ARMGCC, and ARMLINUXGCC toolchains. I don't know if it had since been fixed but I found a few months ago that the GCC t

Re: [edk2] How can I combine HII resource section into a PE/COFF Image?

2015-05-25 Thread Andrew Fish
> On May 25, 2015, at 8:27 AM, Heyi Guo wrote: > > Hi folks, > > I want to combine an HII resource section into a PE/COFF image. I've > set UEFI_HII_RESOURCE_SECTION = TRUE and specified the uni file and vfr > file in module INF, but there seems to be no effect. > > Could you please help? >

Re: [edk2] [PATCH] MdePkg: fix compilation error

2015-05-25 Thread Ludovic Rousseau
2015-05-25 3:12 GMT+02:00 Tian, Feng : > Thanks, Rousseau. > > Yes, it's a typo and should be fixed. > > Reviewed-by: Feng Tian > > PS: I didn't see your first mail, that's why we have no response to you. > Where did you post it to? I posted my patch to edk2-devel@lists.sourceforge.net I could n

[edk2] How can I combine HII resource section into a PE/COFF Image?

2015-05-25 Thread Heyi Guo
Hi folks, I want to combine an HII resource section into a PE/COFF image. I've set UEFI_HII_RESOURCE_SECTION = TRUE and specified the uni file and vfr file in module INF, but there seems to be no effect. Could you please help? Thanks Heyi Guo ---

Re: [edk2] [BaseTools] Bug in DSC file parsing.

2015-05-25 Thread Andrew Fish
> On May 24, 2015, at 10:03 PM, Liu, Yingke D wrote: > > Andrew, > > The second one overrides first one by current behavior. > We will discuss the expected behavior. For workaround, following statement > should work: > > XCODE:*_*_*_CC_FLAGS = -D ALPHA -D BETA > My example is simple to sho

Re: [edk2] Phy support

2015-05-25 Thread Sharma Bhupesh
Hi Andrew, Thanks for the reply. AFAICR the ARMv8 Juno/foundation model platforms support the SMSC-911c integrated MAC + PHY controller which is available as a single composite module. However usually on ARM platforms there can be a Ethernet MAC controller + some discrete PHY components availa

[edk2] [Patch] MdeModulePkg: Add IsaBusDxe driver

2015-05-25 Thread Ruiyu Ni
This driver follows UEFI driver model and layers on ISA HC protocol defined in PI spec 1.2.1. It consumes the ISA Host Controller protocol produced by the ISA Host Controller and installs the ISA Host Controller Service Binding protocol on the ISA Host Controller's handle. Contributed-under: Ti

[edk2] [Patch] MdePkg: Add SIO related protocol/PPI definitions.

2015-05-25 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni CC: Star Zeng CC: Eric Dong --- Include/Ppi/IsaHc.h | 119 + Include/Ppi/SuperIo.h | 183 ++ Include/Protocol/IsaHc.h |

Re: [edk2] [PATCH] MdeModulePkg: Regular expression protocol

2015-05-25 Thread Dong, Eric
Doman, I think this infrastructure don't have the flexibility to add more regex syntax support later. I think we need to enhance the design. Maybe we need to add two libraries for RegularExpressionDxe driver. One library (Library A) is the router library and used by RegularExpressionDxe driver.

Re: [edk2] [Patch 1/2] BaseTools: Implement BUILDRULEORDER for tools_def

2015-05-25 Thread Chen, Hesheng
Dennis, The patch looks fine. Best Regards, Chen, Hess Intel China Software Center Tel: +86-21-6116-6740 Email: hesheng.c...@intel.com -Original Message- From: Gao, Liming [mailto:liming@intel.com] Sent: Wednesday, May 20, 2015 10:15 AM To: Liu, Yingke D; Justen, Jordan L; edk2-deve