Re: [edk2-devel] [Patch] EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function

2019-09-19 Thread Liming Gao
l ; Andrew Fish >; Ni, Ray ; Johnson >Subject: Re: [edk2-devel] [Patch] EmulatorPkg/TimerLib: Add missing >GetTimeInNanoSecond function > >On 2019-09-18 01:13:54, Liming Gao wrote: >> From: mjohn4 > >It looks like the author is not set properly. If you run "git log -1

Re: [edk2-devel] [Patch] EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function

2019-09-18 Thread Ni, Ray
Re: [edk2-devel] [Patch] EmulatorPkg/TimerLib: Add missing > GetTimeInNanoSecond function > > On 2019-09-18 01:13:54, Liming Gao wrote: > > From: mjohn4 > > It looks like the author is not set properly. If you run "git log -1", > then it'll probably show m

Re: [edk2-devel] [Patch] EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function

2019-09-18 Thread Jordan Justen
On 2019-09-18 01:13:54, Liming Gao wrote: > From: mjohn4 It looks like the author is not set properly. If you run "git log -1", then it'll probably show mjohn4 rather than Michael Johnson. Michael should run: $ git config --global user.name "Michael Johnson" After that when git commit it will

[edk2-devel] [Patch] EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function

2019-09-18 Thread Liming Gao
From: mjohn4 Add GetTimeInNanoSecond, already declared in the TimerLib API, to EmulatorPkg implementations of TimerLib. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Johnson, Michael --- .../Library/DxeCoreTimerLib/DxeCoreTimerLib.c | 45 -