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
-
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
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
--
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
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.
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.
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
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
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
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
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
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"
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
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
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
> 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
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.
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
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
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
> 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?
>
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
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
---
> 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
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
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
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 |
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.
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
29 matches
Mail list logo