Signed-off-by: Liming Gao
Cc: Ard Biesheuvel
Cc: Leif Lindholm
---
Platform/Comcast/RDKQemu/RDKQemu.dsc | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc
b/Platform/Comcast/RDKQemu/RDKQemu.dsc
index 64b6699ae7..e73a907891 100644
--- a/
Signed-off-by: Liming Gao
Cc: Ard Biesheuvel
Cc: Leif Lindholm
---
Platform/RaspberryPi/RPi3/RPi3.dsc | 30 ++
Platform/RaspberryPi/RPi3/RPi3.fdf | 11 +--
2 files changed, 15 insertions(+), 26 deletions(-)
diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc
b/
On Fri, May 17, 2019 at 11:50:06AM +0100, Leif Lindholm wrote:
> On Wed, May 15, 2019 at 04:10:08PM -0700, Michael D Kinney wrote:
> > https://bugzilla.tianocore.org/show_bug.cgi?id=1373
> >
> > Replace BSD 2-Clause License with BSD+Patent License. This change is
> > based on the following emails
Hi Rebecca,
wt., 28 maj 2019 o 10:39 Leif Lindholm napisaĆ(a):
>
> Hi Rebecca,
>
> On Mon, May 27, 2019 at 05:34:08PM -0600, rebe...@bluestop.org wrote:
> > I've been working with the MACCHIATObin board, and noticed settings for
> > HTTP and TLS in Platform/SolidRun/Armada80x0McBin/Armada80x0McBi
https://bugzilla.tianocore.org/show_bug.cgi?id=1797
Current binary cache doesn't support to save and restore
the library module. If a driver module cache miss happen,
all its dependency library modules need rebuild which
is very time-consuming. This patch is to entend the binary
cache to support l
Hi Rebecca,
On Mon, May 27, 2019 at 05:34:08PM -0600, rebe...@bluestop.org wrote:
> I've been working with the MACCHIATObin board, and noticed settings for
> HTTP and TLS in Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc in
> the repo
> https://github.com/MarvellEmbeddedProcessors/edk2-open
https://bugzilla.tianocore.org/show_bug.cgi?id=1742
Current Binary Cache doesn't update the restored file
creation and modification times to the current time.
Preserve the new restored file creation time as old
cached time might has potential issue to block the make
to build updated files based on
Reviewed-by: Bob Feng
-Original Message-
From: Fan, ZhijuX
Sent: Tuesday, May 28, 2019 2:29 PM
To: devel@edk2.groups.io
Cc: Gao, Liming ; Feng, Bob C
Subject: [PATCH V4] BaseTools:Make BaseTools support new rules to generate RAW
FFS FILE
BZ:https://bugzilla.tianocore.org/show_bug.cgi?
On Tue, May 28, 2019 at 08:10:44AM +0200, Ard Biesheuvel wrote:
> On Tue, 28 May 2019 at 02:17, Liming Gao wrote:
> >
> > Ard:
> > Is there any impact with new option? If no behavior change, I am OK for
> > this patch. Reviewed-by: Liming Gao
> >
>
> We don't rely on anything provided by the
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1788
The library dependency of a module is wrongly filtered out
by binary cache implementation which cause all dependent
libraries will not been built prior to the module in the
build scheduler and the module build fails if cache miss
happen.
Cc:
V3 change:
1. Fix file path typo.
V2 change:
1. Add platform DSC file to enable build for this package.
2. Add BZ link for the related changes.
V1 change:
Add new package BoardModulePkg in Platform/Intel folder. This folder
used to keep the board generic modules, such as Cmos, BiosId.
Add Cmos a
V3 change:
1. Fix file path typo.
V2 change:
Add BZ link for this change.
V1 change:
https://bugzilla.tianocore.org/show_bug.cgi?id=1552
Add Cmos related libraries to BoardModulePkg. Totally two
library have been added, one is CmosAccessLib and the other
is PlatformCmosAccessLib. PlatformCmosA
V3 change:
1. Fix file path typo.
V2 change:
Add BZ link for this change.
V1 change:
https://bugzilla.tianocore.org/show_bug.cgi?id=1851
Add Bios ID library used to read BIOS ID related info.
This library exports APIs like below:
GetBiosId
GetBiosVersionDateTime
Signed-off-by: Eric Dong
Cc:
V3 change:
1. Fix file path typo.
V2 change:
Add package DSC file to enable package build.
V1 change:
Add new package BoardModulePkg which used to keep the modules
which is generic for all board.
Signed-off-by: Eric Dong
Cc: Liming Gao
Cc: Michael Kubacki
Cc: Sai Chaganty
Cc: Oram Isaac W
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1824
Going forward FSP Dispatch mode will be default in
KabylakeOpenBoardPkg and requires fspapi build parameter
to switch back to FSP API mode.
When --fspapi given to build python script it will set
gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSele
On Tue, 28 May 2019 at 09:41, Liming Gao wrote:
>
> Signed-off-by: Liming Gao
> Cc: Ard Biesheuvel
> ---
> Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 5 -
> Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 9 -
> 2 files changed, 14 deletions(-)
>
> diff --git a/Pl
Signed-off-by: Liming Gao
Cc: Ard Biesheuvel
---
Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 5 -
Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 9 -
2 files changed, 14 deletions(-)
diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc
b/Platform/Socione
Ard,
> -Original Message-
> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
> Sent: Tuesday, May 28, 2019 2:11 PM
> To: edk2-devel-groups-io ; Gao, Liming
>
> Cc: Laszlo Ersek ; Wang, Jian J ;
> Leif Lindholm ; Kinney, Michael D
>
> Subject: Re: [edk2-devel] [PATCH v2 6/7] BaseTo
On Tue, 28 May 2019 at 09:17, Liming Gao wrote:
>
> Signed-off-by: Liming Gao
> Cc: Ard Biesheuvel
> ---
> Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 +
> Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 9 -
> 2 files changed, 1 insertion(+), 9 deletions(-)
>
> diff
Signed-off-by: Liming Gao
Cc: Ard Biesheuvel
---
Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 +
Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 9 -
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc
b/Platf
https://bugzilla.tianocore.org/show_bug.cgi?id=1837
The tool is designed to generate Windows Firmware Update Drivers, the
input is one drivername.cap with related parameters, the output Windows
Driver package are composed by drivername.cap, drivername.inf and
drivername.cat to update the single pa
V2 change:
Add BZ link for this change.
V1 change:
https://bugzilla.tianocore.org/show_bug.cgi?id=1552
Add Cmos related libraries to BoardModulePkg. Totally two
library have been added, one is CmosAccessLib and the other
is PlatformCmosAccessLib. PlatformCmosAccessLib will be used
by CmosAccess
V2 change:
1. Add platform DSC file to enable build for this package.
2. Add BZ link for the related changes.
V1 change:
Add new package BoardModulePkg in Platform/Intel folder. This folder
used to keep the board generic modules, such as Cmos, BiosId.
Add Cmos and BiosId related modules to BoardM
V2 Change:
Add BZ link for this change.
V1 Change:
https://bugzilla.tianocore.org/show_bug.cgi?id=1851
Add Bios ID library used to read BIOS ID related info.
This library exports APIs like below:
GetBiosId
GetBiosVersionDateTime
Signed-off-by: Eric Dong
Cc: Liming Gao
Cc: Michael Kubacki
C
V2 change:
Add package DSC file to enable package build.
V1 change:
Add new package BoardModulePkg which used to keep the modules
which is generic for all board.
Signed-off-by: Eric Dong
Cc: Liming Gao
Cc: Michael Kubacki
Cc: Sai Chaganty
Cc: Oram Isaac W
---
Maintainers.txt
101 - 125 of 125 matches
Mail list logo