[edk2] [PATCH v1 1/5] BaseTools: StrGather has redundant declaration

2018-03-15 Thread Jaben Carsey
remove COMPATIBLE_STRING_TOKEN as it is the same as STRING_TOKEN remove if statement that used one or the other (identical) re Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:

[edk2] [PATCH v1 4/5] BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDs

2018-03-15 Thread Jaben Carsey
Instead of recompiling it each time the API is called, just use the global one that exists. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com&

[edk2] [PATCH v1 2/2] BaseTools: AutoGen should use is None not == None

2018-03-14 Thread Jaben Carsey
change to the style we document as in use Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseTools/Source/Python/AutoGe

[edk2] [PATCH v1 1/2] BaseTools: Autogen - modify to use standard parent/child class relationships

2018-03-14 Thread Jaben Carsey
use __new__ and __init__ to create/manage/initialize objects in standard flow. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseT

[edk2] [PATCH v1 0/2] BaseTools: AutoGen code style compliance

2018-03-14 Thread Jaben Carsey
update the object factory and child classes to use standard functions update the file to use is None instead of == None Jaben Carsey (2): BaseTools: Autogen - modify to use standard parent/child class relationships BaseTools: AutoGen should use is None not == None BaseTools/Source

[edk2] [PATCH v1 5/5] BaseTools: RangeExpression - remove unused variable

2018-03-13 Thread Jaben Carsey
remove a never used variable. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseTools/Source/Python/Common/RangeExpression.py | 9

[edk2] [PATCH v1 4/5] BaseTools: Expression - remove variable

2018-03-13 Thread Jaben Carsey
The InArary variable serves no purpose. just do the work immediately. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseTools/So

[edk2] [PATCH v1 1/5] BaseTools: Expression - remove redundant variable

2018-03-13 Thread Jaben Carsey
Str is created and not needed. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseTools/Source/Python/Common/Expression.py | 10

[edk2] [PATCH v1 2/5] BaseTools: Expression refactor function

2018-03-13 Thread Jaben Carsey
The function is about C Names, not C Strings. Move the re.compile outside the function call Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com&

[edk2] [PATCH v1 0/5] BaseTools - some simple cleanups for BaseTools

2018-03-13 Thread Jaben Carsey
cleanup up some BaseTools code for simplicity. Jaben Carsey (5): BaseTools: Expression - remove redundant variable BaseTools: Expression refactor function BaseTools: Expression - change from series of if to elif BaseTools: Expression - remove variable BaseTools: RangeExpression - remove

Re: [edk2] [PATCH] ShellPkg/[hex]edit: Fix mouse freeze issue

2018-03-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, March 13, 2018 12:41 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@

Re: [edk2] [PATCH] ShellPkg/Dmpstore: Enhance display information for Auth3 variable.

2018-03-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> Looks good. Please clarify that this is an output flag, not a command line flag in the commit log. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > chenc2 > Sent: Tuesd

[edk2] [PATCH v1 1/1] BaseTools: UPT: remove unused variable and inaccessible code.

2018-03-12 Thread Jaben Carsey
gINCLUDE_PATTERN is never used. IncList is always empty. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseTools/Source/

Re: [edk2] ShellPkg: reconnect command resulted in hang

2018-03-08 Thread Carsey, Jaben
it right yourself. If you look at the connect command you see the "-c" option to force EFI variable consoles to be reconnected properly. That doesn't exist in reconnect, but you can get around that with a script file. You probably want to do something like: Disconnect 20 Connect 20 -

Re: [edk2] ShellPkg: reconnect command resulted in hang

2018-03-08 Thread Carsey, Jaben
Are you using this serial port? Are you connected to the device via this serial port? > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Meenakshi Aggarwal > Sent: Thursday, March 08, 2018 1:35 AM > To: edk2-devel@lists.01.org > Subject:

[edk2] [PATCH v1 1/1] BaseTools: GlobalData remove unused variable

2018-03-07 Thread Jaben Carsey
gWideStringPattern is not used. Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.car...@intel.com> --- BaseTools/Source/Python/Common/GlobalData.py | 3 +--

[edk2] [PATCH v1 0/1] BaseTools: remove unused variable

2018-03-07 Thread Jaben Carsey
delete a variable never uised and the comment Cc: Yonghong Zhu <yonghong@intel.com> Cc: Liming Gao <liming@intel.com> Jaben Carsey (1): BaseTools: GlobalData remove unused variable BaseTools/Source/Python/Common/GlobalData.py | 3 +-- 1 file changed, 1 insertion(+),

Re: [edk2] [PATCH] ShellPkg/ConsoleLogger: Fix a typo in UpdateDisplayFromHistory()

2018-03-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Wu, Hao A > Sent: Friday, March 02, 2018 7:05 PM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A <hao.a...@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>; Ni, Ruiyu &l

Re: [edk2] [PATCH] ShellPkg/UefiShellDebug1CommandsLib: remove I/O address limit from 'mm'

2018-03-01 Thread Carsey, Jaben
Good catch. I wonder why that arbitrary restriction originated. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ard Biesheuvel > Sent: Thursday, March 01, 2018 1:39 A

Re: [edk2] [RFC] ShellPkg/Ping: fix loss of first packet

2018-02-23 Thread Carsey, Jaben
Thanks Laszlo! > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Friday, February 23, 2018 4:02 AM > To: Meenakshi Aggarwal <meenakshi.aggar...@nxp.com> > Cc: Ni, Ruiyu <ruiyu...@intel.com&g

Re: [edk2] [RFC] ShellPkg/Ping: fix loss of first packet

2018-02-16 Thread Carsey, Jaben
Seems good to me. I will let Ray review also. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Meenakshi > Sent: Friday, February 16, 2018 12:45 AM > To: Ni, Ruiy

Re: [edk2] [PATCH] ShellPkg/[hex]edit: Fix CTRL+ doesn't work from hyper terminal

2018-02-14 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, February 13, 2018 1:45 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.

Re: [edk2] [PATCH] ShellPkg/ShellLib: Fix a bug in InternalShellIsHexOrDecimalNumber

2018-02-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Tuesday, February 13, 2018 12:54 AM > To: edk2-devel@lists.01.org > Cc: Vladimir Olovyannikov <vladimir.olovyanni...@broadcom.com>; Carsey, > Jaben <jaben.ca

Re: [edk2] [PATCH] Tftp assert fix for openfile failure case

2018-02-13 Thread Carsey, Jaben
So I thought we are keeping the command, but I do agree with Leif that better error path logic would be good. We can wait for Ray to confirm if he has different plans. -Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >

Re: [edk2] [PATCH] Tftp assert fix for openfile failure case

2018-02-13 Thread Carsey, Jaben
Meenakshi, The TFTP command is outside the UEFI Shell specification, therefore it is included as a DynamicCommand, not a command built into the shell itself. I a little confused by your last sentence. Do you want to send a new patch? or do you have a branch to pick changes from ? -Jaben

Re: [edk2] [PATCH] ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handle

2018-02-12 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Monday, February 12, 2018 7:34 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@

Re: [edk2] [PATCH] ShellPkg/[hex]edit: use SimpleTextInEx to read console

2018-02-12 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Monday, February 12, 2018 7:34 AM > To: edk2-devel@lists.01.org > Cc: Felix <fel...@mail.ru>; Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] Sh

Re: [edk2] [PATCH] ShellPkg/help: Fix "-?" may not show manual sometimes Shell core was enhanced to find the manual string in PE resource section. But the finding algorithm is too strict: If the manua

2018-02-12 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, February 11, 2018 7:18 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/help: Fix "-?&quo

Re: [edk2] [PATCH 0/4] minuscule cleanups for Shell library resolutions

2018-02-12 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Monday, February 12, 2018 5:45 AM > To: edk2-devel-01 <edk2-devel@lists.01.org> > Cc: Andrew Fish <af...@apple.com>; Ard Bieshe

Re: [edk2] [PATCH] ShellPkg/help: Fix "-?" may not show manual sometimes Shell core was enhanced to find the manual string in PE resource section. But the finding algorithm is too strict: If the manua

2018-02-12 Thread Carsey, Jaben
I think that is fine. I don’t think that there is a difference except the ShellCloseFile() is only available inside the shell, while the protocol API is available to applications that open the ShellProtocol. -Jaben > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, Fe

Re: [edk2] [PATCH] ShellPkg/hexedit: Fix a read-after-free bug

2018-02-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, February 07, 2018 8:45 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/hexedit: Fix a re

Re: [edk2] [PATCH] ShellPkg/rm: fix hang when deleting an absolutely-empty directory An ordinary empty directory should contain "." and ".." entries. When an empty directory even doesn't contain "." o

2018-02-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, February 07, 2018 7:41 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/rm: fix hang whe

Re: [edk2] [PATCH v2 0/2] sync some function definitions with their declarations

2018-02-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Wednesday, February 07, 2018 2:45 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu <ruiyu..

Re: [edk2] [PATCH 0/2] sync some function definitions with their declarations

2018-02-06 Thread Carsey, Jaben
Reviewed-by Jaben Carsey <jaben.car...@intel.com> > On Feb 6, 2018, at 2:01 PM, Laszlo Ersek <ler...@redhat.com> wrote: > > Repo: https://github.com/lersek/edk2.git > Branch: sync_defs_to_decls > > The patches say it all, just a side remark up here: > >

Re: [edk2] [PATCH] ShellPkg/map: Fix out-of-bound read when "map fsn"

2018-02-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, February 04, 2018 9:50 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Wang, Jian J > <jian.j.w...@intel.com> >

Re: [edk2] [PATCH] ShellPkg/for: Fix potential null pointer deference

2018-02-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, February 04, 2018 11:54 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/for: Fix po

Re: [edk2] [PATCH 0/2] User UnicodeCollation in StrinCmp

2018-01-26 Thread Carsey, Jaben
for series. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Friday, January 26, 2018 1:51 AM > To: edk2-devel@lists.01.org > Subject:

Re: [edk2] [PATCH v2] ShellPkg: Update package version from 1.01 to 1.02

2018-01-25 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Gao, Liming > Sent: Thursday, January 25, 2018 1:54 AM > To: Ni, Ruiyu <ruiyu...@intel.com>; edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Sub

Re: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: add missing EFIAPI call conv spec

2018-01-08 Thread Carsey, Jaben
Agree that the internal use is questionable. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Palmer, Thomas [mailto:thomas.pal...@hpe.com] > Sent: Monday, January 08, 2018 10:07 AM > To: Laszlo Ersek <ler...@redhat.com>; edk2-deve

Re: [edk2] Documentation on "dh" shell command

2017-12-14 Thread Carsey, Jaben
t in their basic info, while most just have protocol name. -Jaben From: af...@apple.com [mailto:af...@apple.com] Sent: Wednesday, December 13, 2017 9:29 PM To: Udit Kumar <udit.ku...@nxp.com> Cc: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org Subject: Re: [edk2] Documen

Re: [edk2] Documentation on "dh" shell command

2017-12-13 Thread Carsey, Jaben
Udit, There are some examples in the shell spec just before the table you found, but no exact output requirement for dh. What handle information are you looking for? Maybe we can add that to the dynamic help for the command (the stuff users can see from "dh =?"). -Jaben >

Re: [edk2] [PATCH 0/2] Fix dynamic command cannot start in boot

2017-11-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, November 28, 2017 4:02 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/2] Fi

Re: [edk2] [PATCH] ShellPkg: Fix the bug that handling Ctrl-C improperly

2017-11-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Tuesday, November 28, 2017 1:07 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg: Fix the bug t

Re: [edk2] [PATCH 1/6] ShellPkg/tftp: Correct file comments header of Tftp.uni

2017-11-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Tuesday, November 28, 2017 12:38 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH 1/6] ShellPkg/tftp: Correct fi

Re: [edk2] [PATCH v2 3/3] ShellPkg/dp: Convert from NULL class library to Dynamic Command

2017-11-27 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, November 26, 2017 9:56 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Kinney, Michael D > <michael.d.kin...@in

Re: [edk2] stdlib broken strncasecmp.c

2017-11-13 Thread Carsey, Jaben
This is not saying that patches were not missed in the past, but the goal is to fix the situation going forwards. -Jaben > > Thanks > Michael > > On Mon, Nov 13, 2017 at 2:28 PM, Laszlo Ersek <ler...@redhat.com> wrote: > > Hi, > > > > On 11/10/17

Re: [edk2] [PATCH] StdLib/BsdSocketLib: Remove unused variables

2017-11-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> And pushed. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Monday, November 13, 2017 5:27 AM > To: Thiebaud Weksteen <tw...@google.com&g

Re: [edk2] [PATCH v3 2/3] ShellPkg: Fix misuses of AllocateCopyPool

2017-11-08 Thread Carsey, Jaben
Why not use the StrCpy_s function to copy strings? CopyMem and StrSize feels odd to me. > -Original Message- > From: Wang, Jian J > Sent: Tuesday, November 07, 2017 6:12 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Ni, Ruiyu >

Re: [edk2] [PATCH] ShellPkg/dh: Fix wrong output when dumping PciRootBridgeIo

2017-11-07 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Monday, November 06, 2017 11:35 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.

Re: [edk2] [PATCH] ShellPkg/HexEdit: Fix EBC build failure

2017-11-03 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Friday, November 03, 2017 1:59 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/HexEdit: Fix EBC bu

Re: [edk2] [PATCH] ShellPkg/hexeditor: Use CpuIo for memory access

2017-11-01 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, November 01, 2017 3:13 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/hexeditor: Use CpuIo

Re: [edk2] [PATCH] ShellPkg: Fix type mismatch with GCC

2017-10-27 Thread Carsey, Jaben
Are we redefining a function from BaseLib? Why not remove the redundant definition instead of making it match? -Jaben > -Original Message- > From: Paulo Alcantara [mailto:pa...@hp.com] > Sent: Friday, October 27, 2017 9:24 AM > To: edk2-devel@lists.01.org > Cc: Paul

Re: [edk2] [PATCH] Shellpkg/editor: Fix a bug that may modifies Line[-1]

2017-10-25 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Tuesday, October 24, 2017 6:03 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Wu, Hao A > <hao.a...@intel.com> > Subj

Re: [edk2] Shell Non-conformity to the Spec

2017-10-24 Thread Carsey, Jaben
I don't remember. Is there a defect in the Bugzilla? > -Original Message- > From: Tim Lewis [mailto:tim.le...@insyde.com] > Sent: Tuesday, October 24, 2017 12:14 PM > To: Carsey, Jaben <jaben.car...@intel.com>; jim.dai...@dell.com; Ni, Ruiyu > <ruiyu...@intel.com

Re: [edk2] Shell Non-conformity to the Spec

2017-10-24 Thread Carsey, Jaben
Yes. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > jim.dai...@dell.com > Sent: Tuesday, October 24, 2017 11:20 AM > To: Carsey, Jaben <jaben.car...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > Cc: edk2-devel

Re: [edk2] [PATCH] ShellPkg/HandleParsingLib: Remove unnecessary CatSPrint call

2017-10-24 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Monday, October 23, 2017 10:38 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/HandleParsingLib: Remov

Re: [edk2] [PATCH] ShellPkg/alias: Fix flag parsing logic

2017-10-19 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Thursday, October 19, 2017 12:44 AM > To: edk2-devel@lists.01.org > Cc: Li, Huajing <huajing...@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> &g

Re: [edk2] [PATCH] ShellPkg/editor: Fix system hang when console max column > 200

2017-10-19 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, October 18, 2017 11:15 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg/editor: Fix syste

Re: [edk2] [PATCH] ShellPkg/UefiShellLib: Use a more bright blue/green color

2017-10-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> We could also use some PCDs if different people really want different colors in the future... > -Original Message- > From: Ni, Ruiyu > Sent: Monday, October 16, 2017 12:31 AM > To: edk2-devel@lists.01.org > Cc: Car

Re: [edk2] [PATCH v2] TFTP : tftp fix for full volume case

2017-10-09 Thread Carsey, Jaben
I am fine. Ray? Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Meenakshi Aggarwal > Sent: Sunday, October 08, 2017 11:28 PM > To: Fu, Siyuan <siyuan...@intel.com&g

Re: [edk2] [PATCH v3] Ifconfig : Fixed False information about Media State.

2017-10-06 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> Do you know under what conditions the API will fail? Is it worth saying something like media stats unknown when the function fails? Ray, What do you think? > -Original Message- > From: Meenakshi Aggarwal [mailto:mee

Re: [edk2] [PATCH] Ifconfig : Fixed False information about Media State.

2017-10-05 Thread Carsey, Jaben
017 10:10 AM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org; Wu, > Jiaxin <jiaxin...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > Subject: RE: [PATCH] Ifconfig : Fixed False information about Media State. > Importance: High > > Yes, its mo

Re: [edk2] [PATCH] Ifconfig : Fixed False information about Media State.

2017-10-05 Thread Carsey, Jaben
Is there a reason to move the assignment in the function? I think our coding guidelines specify initialize variables up top. -Jaben > -Original Message- > From: Meenakshi Aggarwal [mailto:meenakshi.aggar...@nxp.com] > Sent: Wednesday, October 04, 2017 11:37 PM > To: edk2-de

Re: [edk2] [PATCH 1/2] ShellPkg/dh: Correct typo in help

2017-09-28 Thread Carsey, Jaben
Ray, This text is taken directly from the shell spec. Do we need to fix that also? > -Original Message- > From: Ni, Ruiyu > Sent: Thursday, September 28, 2017 10:21 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH 1

Re: [edk2] [PATCH 0/2] Correct typo in command help

2017-09-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, September 28, 2017 10:21 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/2]

Re: [edk2] [PATCH v2] ShellPkg/dh: Add the 'dh' dump support for Partition Info protocol

2017-09-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Thursday, September 28, 2017 1:50 AM > To: Wu, Hao A <hao.a...@intel.com>; edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subj

Re: [edk2] [PATCH 2/2] ShellPkg/UefiHandleParsingLib.c: Map SmmPciRootBridgeIo correctly

2017-09-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, September 27, 2017 11:37 PM > To: edk2-devel@lists.01.org > Cc: Li, Huajing <huajing...@intel.com>; Carsey, Jaben > <jaben.car...@intel.com

Re: [edk2] [PATCH 1/2] ShellPkg/dh: Add mapping of new UEFI/PI protocols

2017-09-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, September 27, 2017 11:37 PM > To: edk2-devel@lists.01.org > Cc: Li, Huajing <huajing...@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> >

Re: [edk2] [patch] ShellPkg/Dh: Refine variable naming style

2017-09-28 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, September 27, 2017 10:57 PM > To: Bi, Dandan <dandan...@intel.com>; edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subj

Re: [edk2] [PATCH] ShellPkg/dh: Add the 'dh' dump support for Partition Info protocol

2017-09-27 Thread Carsey, Jaben
> -Original Message- > From: Wu, Hao A > Sent: Wednesday, September 27, 2017 5:43 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A <hao.a...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com>; > Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH]

Re: [edk2] [Patch] ShellPkg: Update the parameter type to match function interface in DmpStore

2017-09-22 Thread Carsey, Jaben
Liming, I agree this works, but I think Laszlo's change to make the GuidName a CONST CHAR makes more sense. Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Liming Gao > Sent: Thursday, September 21, 2017 11:36 PM >

Re: [edk2] [PATCH 00/14] Refine output of "dh"

2017-09-22 Thread Carsey, Jaben
For series. Good changes all. DH is a lifesaver. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, September 21, 2017 10:50 PM > To: ed

Re: [edk2] [PATCH] ShellPkg/DmpStore: fix GCC/CLANG build failure

2017-09-22 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Friday, September 22, 2017 6:44 AM > To: Laszlo Ersek <ler...@redhat.com> > Cc: edk2-devel@lists.01.org; Carsey, Jaben &

Re: [edk2] [PATCH] ShellPkg/dmpstore: Show name of known variable vendor GUID

2017-09-21 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Wednesday, September 20, 2017 10:30 PM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org > Cc: Li, Huajing <huajing...@intel.com> > Su

Re: [edk2] Shell input redirection question

2017-09-21 Thread Carsey, Jaben
ntly uses PCI with file input as long as current behavior still works it should be fine. I would think that would be a great improvement for the PCI command. -Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > jim.dai...@dell.co

Re: [edk2] [PATCH 1/2] ShellPkg/Shell: Avoid reading content beyond string boundary

2017-09-19 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Wu, Hao A > Sent: Tuesday, September 19, 2017 4:39 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A <hao.a...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com>; > Carsey, Jaben &

Re: [edk2] [PATCH] ShellPkg/dmpstore: Show name of known variable vendor GUID

2017-09-18 Thread Carsey, Jaben
Whats the difference between HEADER_LINE and HEADER_LINE2? They look the same to me... > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, September 17, 2017 11:42 PM > To: edk2-devel@lists.01.org > Cc: Li, Huajing <huajing...@intel.com>; Carsey, Jaben >

Re: [edk2] [Patch] AppPkg/WebServer: Fix build failure.

2017-09-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Dong, Eric > Sent: Wednesday, September 13, 2017 3:10 AM > To: edk2-devel@lists.01.org > Cc: Daryl McDaniel <edk2-li...@mc2research.org>; Carsey, Jaben > <jaben.car...@intel.co

Re: [edk2] FW: The command 'ifconfig -s ethX dhcp' fails to get IP address

2017-08-31 Thread Carsey, Jaben
Can you explain what is different in this modified shell.efi that functions as expected? > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Santhapur Naveen > Sent: Thursday, August 31, 2017 1:35 AM > To: edk2-devel@lists.01.org > Subject:

Re: [edk2] [PATCH 0/3] Update CWD and current mapping properly

2017-08-29 Thread Carsey, Jaben
Series. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu > Ni > Sent: Tuesday, August 29, 2017 1:11 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/3

Re: [edk2] [PATCH 1/1] StdLib/EfiSocketLib: Fix ABI mismatch for 2 event functions

2017-08-10 Thread Carsey, Jaben
Looks good to me. Daryl? > -Original Message- > From: Thomas Palmer [mailto:thomas.pal...@hpe.com] > Sent: Thursday, August 10, 2017 3:35 PM > To: edk2-devel@lists.01.org > Cc: edk2-li...@mc2research.org; Carsey, Jaben <jaben.car...@intel.com>; > joseph.shiffl..

Re: [edk2] [PATCH] ShellPkg: Fix typo errors in ifconfig help output

2017-06-09 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Tapan Shah [mailto:tapands...@hpe.com] > Sent: Friday, June 09, 2017 10:11 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Ni, Ruiyu > <ruiyu..

Re: [edk2] [PATCH] Shell/alias: Print detailed error when deleting alias

2017-06-09 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, June 08, 2017 8:11 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@

Re: [edk2] [PATCH] ShellPkg/alias: Return status for alias deletion

2017-06-08 Thread Carsey, Jaben
Wonder if we should refactor FILE_NOT_FOUND, DIR_NOT_FOUND, and this into "%s '%s' not found"? > -Original Message- > From: Shah, Tapan [mailto:tapands...@hpe.com] > Sent: Thursday, June 08, 2017 9:14 AM > To: Carsey, Jaben <jaben.car...@intel.com>; Ni, Rui

Re: [edk2] [PATCH] ShellPkg/alias: Return status for alias deletion

2017-06-08 Thread Carsey, Jaben
_DEVICE_ERROR; } } Then add a STR_GEN_ERR_NOT_FOUND string? > -Original Message- > From: Shah, Tapan [mailto:tapands...@hpe.com] > Sent: Thursday, June 08, 2017 9:01 AM > To: Ni, Ruiyu <ruiyu...@intel.com> > Cc: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@

Re: [edk2] [PATCH v1 1/1] ShellPkg/ifconfig: Update help message

2017-06-08 Thread Carsey, Jaben
Seems quite straight forward to me. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Shah, Tapan > Sent: Thursday, June 08, 2017 8:55 AM > To: Hegde, Nagaraj P <nagara

[edk2] Jaben will be away until August.

2017-06-07 Thread Carsey, Jaben
Hi all, I am going to be gone until early august without access to my email after this week. Mike Kinney has graciously agreed to handle reviewing code patches in my place until I return. Thanks Mike! Thanks, -Jaben ___ edk2-devel mailing list

Re: [edk2] [PATCH] ShellPkg: Remove unnecessary Readme.txt

2017-06-07 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, June 06, 2017 10:52 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@

Re: [edk2] [PATCH] ShellPkg/alias: Return status for alias deletion

2017-06-06 Thread Carsey, Jaben
I am good with more clear error information coming to the user. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Tuesday, June 06, 2017 2:26 PM > To: Ni, Ruiyu <ruiyu...@intel.com>; edk2-devel@lists.01.org &

Re: [edk2] Issue in ConvertHandleIndexToHandle and ConvertHandleToHandleIndex

2017-06-06 Thread Carsey, Jaben
of the list has nothing to do with the shell’s version. Sadly, the UEFI Shell spec doesn’t assume that shell applications will want access to the handle index concept that I can think of. I think that your current solution is the best one. -Jaben From: GN Keshava [mailto:keshava...@gmail.com

Re: [edk2] Issue in ConvertHandleIndexToHandle and ConvertHandleToHandleIndex

2017-06-06 Thread Carsey, Jaben
, then maybe we should consider that missing information to be added to the shell protocol. -Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > GN Keshava > Sent: Tuesday, June 06, 2017 9:12 AM > To: Carsey, Jaben <jabe

Re: [edk2] Issue in ConvertHandleIndexToHandle and ConvertHandleToHandleIndex

2017-06-06 Thread Carsey, Jaben
That library may require the module to be linked into the shell. Remember that the sermode command is actually in the same binary as the shell and the shell and the command are sharing information through libraries. > -Original Message- > From: edk2-devel

Re: [edk2] [PATCH] ShellPkg/parse: Handle Unicode stream from pipe correctly

2017-06-06 Thread Carsey, Jaben
I like removing the special local version of the function. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ni, > Ruiyu > Sent: Tuesday, June 06, 2017 1:44 AM >

Re: [edk2] [PATCH] ShellPkg/alias: Fix bug to support upper-case alias

2017-06-02 Thread Carsey, Jaben
Ok. I see now. Thanks! Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Thursday, June 01, 2017 7:32 PM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org > Cc: Kinney, Michael D <mic

Re: [edk2] [PATCH] ShellPkg/alias: Fix bug to support upper-case alias

2017-06-01 Thread Carsey, Jaben
I think we have to leave the behavior the same. The spec says this: " If the environment variable does not exist and the Value is an empty string, there is no action." I do not think we can change that to an error return without a spec change. -Jaben > -Original Messag

Re: [edk2] [PATCH] ShellPkg/alias: Fix bug to support upper-case alias

2017-06-01 Thread Carsey, Jaben
I just think we may want to have the behavior act the same as it does today for delete. > -Original Message- > From: Ni, Ruiyu > Sent: Thursday, June 01, 2017 8:19 AM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org > Cc: Kinney, Michael D <mi

Re: [edk2] [PATCH] ShellPkg/alias: Fix bug to support upper-case alias

2017-06-01 Thread Carsey, Jaben
before: "We dont check the error return on purpose since the variable may not exist." -Jaben > -Original Message- > From: Ni, Ruiyu > Sent: Thursday, June 01, 2017 7:12 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Kin

Re: [edk2] Unmount and mount a mass storage from shell

2017-05-31 Thread Carsey, Jaben
Keshava, After you remove and replug it, I think you need to do "connect -r" to recursively reconnect drivers, then do the "map -r" to generate a new mapping. Reconnecting drivers is standard user behavior after plug in a USB device. It is not expected to happen au

Re: [edk2] Unmount and mount a mass storage from shell

2017-05-30 Thread Carsey, Jaben
I think that you will always need to inform the UEFI Shell of the change. It is not designed to automatically do detection of added/removed/changed devices. I think that your solution to use the code from mount makes the most sense. -Jaben From: GN Keshava [mailto:keshava...@gmail.com] Sent

Re: [edk2] Unmount and mount a mass storage from shell

2017-05-25 Thread Carsey, Jaben
You can "disconnect" the driver You can do "map -d" to delete a mapping I am unsure what your goals are for mount/unmount -Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > GN Keshava > Sent: Wednesday,

<    1   2   3   4   5   6   7   8   9   10   >