Re: [edk2] [RFC 1/2] EDK II Contributions.txt: Update patch format information

2014-08-01 Thread Jordan Justen
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

Re: [edk2] Maintainers file in EDK II tree?

2014-08-01 Thread Andrew fish
> 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:

Re: [edk2] Maintainers file in EDK II tree?

2014-08-01 Thread Carsey, Jaben
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

[edk2] [PATCH 2/2] StdLib/LibC/Stdio: fix "missing braces around initializer"

2014-08-01 Thread Laszlo Ersek
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]

[edk2] [PATCH 0/2] StdLib: fix two instances of missing braces

2014-08-01 Thread Laszlo Ersek
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 ---

[edk2] [PATCH 1/2] StdLib/LibC/gdtoa: fix "missing braces around initializer"

2014-08-01 Thread Laszlo Ersek
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:

Re: [edk2] [RFC 1/2] EDK II Contributions.txt: Update patch format information

2014-08-01 Thread Carsey, Jaben
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

[edk2] Maintainers file in EDK II tree?

2014-08-01 Thread Jordan Justen
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

[edk2] [RFC 1/2] EDK II Contributions.txt: Update patch format information

2014-08-01 Thread Jordan Justen
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

[edk2] [RFC 2/2] EDK II Contributions.txt: Note acceptable contribution licenses

2014-08-01 Thread Jordan Justen
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

Re: [edk2] [RFC v1 00/17] Introduce Mp Service protocol to UefiCpuPkg

2014-08-01 Thread Andrew Fish
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

Re: [edk2] [RFC v1 00/17] Introduce Mp Service protocol to UefiCpuPkg

2014-08-01 Thread Jordan Justen
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

Re: [edk2] [PATCH] ShellPkg: Specify AArch64 intrinsics library

2014-08-01 Thread Carsey, Jaben
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

Re: [edk2] [RFC v1 00/17] Introduce Mp Service protocol to UefiCpuPkg

2014-08-01 Thread Jordan Justen
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

[edk2] [PATCH] StdLibPrivateInternalFiles: Add AArch64 support

2014-08-01 Thread Olivier Martin
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

[edk2] [PATCH] AppPkg: Enable ARM and AArch64 support

2014-08-01 Thread Olivier Martin
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

[edk2] [PATCH] StdLib/LibC: Fix ARM symbol problems

2014-08-01 Thread Olivier Martin
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

[edk2] [PATCH] ShellPkg: Specify AArch64 intrinsics library

2014-08-01 Thread Olivier Martin
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:

[edk2] [PATCH] MdeModulePkg/UefiPxeBcDxe: Set pointer to NULL not FALSE

2014-08-01 Thread Olivier Martin
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

Re: [edk2] [PATCH] BaseTools: Add AArch64 ADR_PREL_LO21 and R_AARCH64_CONDBR19 relocations

2014-08-01 Thread Olivier Martin
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

Re: [edk2] making UEFI driver part of optrom

2014-08-01 Thread Neeraj Ladkani
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

Re: [edk2] Redundant Base tools

2014-08-01 Thread Hauch, Larry
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

Re: [edk2] [RFC v1 00/17] Introduce Mp Service protocol to UefiCpuPkg

2014-08-01 Thread Scott Duplichan
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

Re: [edk2] Redundant Base tools

2014-08-01 Thread Sergey Isakov
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

[edk2] making UEFI driver part of optrom

2014-08-01 Thread sushma s
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

Re: [edk2] [RFC v1 11/17] UefiCpuPkg/CpuDxe: introduce a new interrupt handler

2014-08-01 Thread chen.fan.f...@cn.fujitsu.com
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

Re: [edk2] [RFC v1 00/17] Introduce Mp Service protocol to UefiCpuPkg

2014-08-01 Thread chen.fan.f...@cn.fujitsu.com
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

Re: [edk2] [RFC v1 00/17] Introduce Mp Service protocol to UefiCpuPkg

2014-08-01 Thread Jordan Justen
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