On 2014-08-01 17:13:45, Carsey, Jaben wrote:
> Jordan,
>
> Will this affect MdePkg only or all packages? (I notice that there
> is a copy of this file in many if not all packages) Is the plan to
> copy this change to other copies? Are all copies the same?
Sorry. Yes, I meant to mention that. I
> On Aug 1, 2014, at 5:36 PM, "Carsey, Jaben" wrote:
>
> This seems a lot easier. I know the page exists on wiki, but it's never easy
> to find...
>
> Maybe a file in the root of the tree (not in any one package).
>
+1
Thanks,
Andrew Fish
> -Jaben
>
> -Original Message-
> From:
This seems a lot easier. I know the page exists on wiki, but it's never easy
to find...
Maybe a file in the root of the tree (not in any one package).
-Jaben
-Original Message-
From: Jordan Justen [mailto:jljus...@gmail.com]
Sent: Friday, August 01, 2014 4:29 PM
To: edk2-devel@lists.s
The member "fext._ub" is a structure (of type "struct __sbuf"), and the
current initializer triggers
StdLib/LibC/Stdio/vswscanf.c: In function 'vswscanf':
StdLib/LibC/Stdio/vswscanf.c:75:10: error: missing braces around
initializer [-Werror=missing-braces]
Laszlo Ersek (2):
StdLib/LibC/gdtoa: fix "missing braces around initializer"
StdLib/LibC/Stdio: fix "missing braces around initializer"
StdLib/LibC/Stdio/vswscanf.c | 2 +-
StdLib/LibC/gdtoa/strtof.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.8.3.1
---
The member "u.L" is an array, and the current initializer triggers
StdLib/LibC/gdtoa/strtof.c: In function '_strtof':
StdLib/LibC/gdtoa/strtof.c:53:9: error: missing braces around
initializer [-Werror=missing-braces]
StdLib/LibC/gdtoa/strtof.c:53:9: error:
Jordan,
Will this affect MdePkg only or all packages? (I notice that there is a copy
of this file in many if not all packages) Is the plan to copy this change to
other copies? Are all copies the same?
On to the main part:
I do not agree with this change.
I prefer the attached patches and h
We have the package owners page:
https://github.com/tianocore/tianocore.github.io/wiki/EDKII_Packages
But, an alternate method would be something like what QEMU does. They
place a file in the tree:
http://git.qemu.org/?p=qemu.git;a=blob;f=MAINTAINERS;hb=HEAD
It's not a big deal to me, but it seem
Update to show what the patch looks like in email form.
Note a preference for inline patches.
NOTE: This does not modify the wording of the "TianoCore Contribution
Agreement 1.0" section
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen
---
MdePkg/Contr
We strongly prefer that contribtions be offered using the same license
as the project/module. But, we should document other acceptable
licenses for contributions.
This will allow package owners to more easily know if they can accept
a contribution under a different source license.
NOTE: This does
On Aug 1, 2014, at 2:48 PM, Jordan Justen wrote:
> On Fri, Aug 1, 2014 at 8:12 AM, Scott Duplichan wrote:
>> Chen Fan [mailto:chen.fan.f...@cn.fujitsu.com] wrote:
>>
>>
>> With this patch set, the APs are launched even when
>> a project never uses mpservice. To minimize boot time
>> it would
On Fri, Aug 1, 2014 at 8:12 AM, Scott Duplichan wrote:
> Chen Fan [mailto:chen.fan.f...@cn.fujitsu.com] wrote:
>
> ]This series patchset try to implement Mp Service protocol in UefiCpuPkg,
> ]Jordan had implemented the startup APs code, and I try to add more
> ]initialization code to let all APs w
Reviewed-by: Jaben Carsey
From: Olivier Martin [mailto:olivier.mar...@arm.com]
Sent: Friday, August 01, 2014 11:59 AM
To: Carsey, Jaben
Cc: edk2-devel@lists.sourceforge.net; Harry Liebel
Subject: [PATCH] ShellPkg: Specify AArch64 intrinsics library
Importance: High
Dear ShellPkg maintainer,
Plea
On Fri, Aug 1, 2014 at 8:12 AM, Scott Duplichan wrote:
> Chen Fan [mailto:chen.fan.f...@cn.fujitsu.com] wrote:
>
> ]This series patchset try to implement Mp Service protocol in UefiCpuPkg,
> ]Jordan had implemented the startup APs code, and I try to add more
> ]initialization code to let all APs w
Dear StdLibPrivateInternalFiles maintainer,
Please find the attached path that adds AArch64 support. ARM headers are
re-used for AArch64.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel
Reviewed-By: Olivier Martin
Regards,
Olivier
StdLibPrivateInt
Dear AppPkg maintainer,
Please find the attached patch that enables ARM and AARCH64 architecture for
the AppPkg package.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel
Reviewed-By: Olivier Martin
Regards,
Olivier
AppPkg-Enable-ARM-and-AArch64-sup
Dear StdLib maintainer,
Please find the attached patch that:
- Disable 'memcpy' symbol for ARM in LibC. It is already provided by the
ARM compiler intrinsics library.
- Add missing 'strtold' symbol. Use the same fallback as IPF for now.
Contributed-under: TianoCore Contribution Agreement
Dear ShellPkg maintainer,
Please find the attached patch that adds the AArch64 Intrinsincs to ShellPkg
builds.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel
Reviewed-By: Olivier Martin
mailto:olivier.mar...@arm.com>>
Regards,
Olivier
-- IMPORTANT NOTICE:
Dear MdeModulePkg maintainer,
Please find the patch that fix a LLVM warning.
- The pointer argument should be set to NULL if not used not FALSE.
FALSE evaluates to 0. This was flagged by LLVM compiler as a
warning:
"expression which evaluates to zero treated as a null pointer
c
Dear BaseTools maintainer,
Could you review and/or commit this patch to BaseTools? I did not have any
feedback in the last 4 weeks.
Thanks,
Olivier
From: Olivier Martin [mailto:olivier.mar...@arm.com]
Sent: 07 July 2014 16:35
To: edk2-buildtools-de...@lists.sourceforge.net
Cc: Harry Liebel
Check if your UEFI oprom execution is enabled in your UEFI setup.
On Fri, Aug 1, 2014 at 4:51 PM, sushma s wrote:
> Hello,
>
> We have written a UEFI driver for PCIe card.
> The PCIe card already has legacy optrom image, which is loaded while booting
> in legacy BIOS mode. Along with this legacy
Hi Sergey,
Use svn help checkout and you will see the --ignore-externals option. This
option is also available to the update command.
If you are using a GUI application for these operations, they may also have a
way to do the same thing (although the tool may not use the exact same wording.
For
Chen Fan [mailto:chen.fan.f...@cn.fujitsu.com] wrote:
]This series patchset try to implement Mp Service protocol in UefiCpuPkg,
]Jordan had implemented the startup APs code, and I try to add more
]initialization code to let all APs work up, this Mp Service protocol's
]implementation use EmulatorPk
I have not find such command so I have to checkout again
——
Available subcommands:
add
blame (praise, annotate, ann)
cat
changelist (cl)
checkout (co)
cleanup
commit (ci)
copy (cp)
delete (del, remove, rm)
diff (di)
export
help (?, h)
import
info
list (l
Hello,
We have written a UEFI driver for PCIe card.
The PCIe card already has legacy optrom image, which is loaded while
booting in legacy BIOS mode. Along with this legacy optrom image, we have
to place our EFI driver ROM image as well.
The requirement is, when the system is booted in legacy BIO
On Thu, 2014-07-31 at 21:58 -0700, Jordan Justen wrote:
> This seems a bit unexpected. I guess you setup an interrupt that you
> can send to APs to make them run tasks?
>
> I think we should start with a simple busy hang loop for the APs,
> where we have the APs sit in a busy-wait loop waiting fo
On Fri, 2014-08-01 at 01:07 -0700, Jordan Justen wrote:
> On Thu, Jul 31, 2014 at 10:45 PM, Fan, Jeff wrote:
> > Chen,
> >
> > Because this is a serial patches, could you zip and send your
> > UefiCpuPkg/CpuDxe to my mailbox or this mail list. Thanks!
>
> Chen,
>
> Perhaps you could push your
On Thu, Jul 31, 2014 at 10:45 PM, Fan, Jeff wrote:
> Chen,
>
> Because this is a serial patches, could you zip and send your
> UefiCpuPkg/CpuDxe to my mailbox or this mail list. Thanks!
Chen,
Perhaps you could push your branch to a public repo? That would help
me to review it.
Also, some hosti
28 matches
Mail list logo