Re: [edk2] Where can I find CopyMem implementation.

2014-06-23 Thread Scott Duplichan
Sathya Prakash [mailto:sathya.prak...@avagotech.com] wrote: ]I would like to see the CopyMem implementation. Which source ]file I should look for it. I see some implementation in ]commonlib.c in basetools but I assume it wont be taken from ]there and instead will be used from boot services table

Re: [edk2] Where can I find CopyMem implementation.

2014-06-23 Thread Andrew Fish
k...@lsi.com to > sathya.prak...@avagotech.com. Please update your address book. > > From: Andrew Fish [mailto:af...@apple.com] > Sent: Monday, June 23, 2014 12:14 PM > To: edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] Where can I find CopyMem implementation. > >

Re: [edk2] Where can I find CopyMem implementation.

2014-06-23 Thread Sathya Prakash
:* Monday, June 23, 2014 12:14 PM *To:* edk2-devel@lists.sourceforge.net *Subject:* Re: [edk2] Where can I find CopyMem implementation. On Jun 23, 2014, at 11:01 AM, Sathya Prakash wrote: I would like to see the CopyMem implementation. Which source file I should look for it. I see some

Re: [edk2] Where can I find CopyMem implementation.

2014-06-23 Thread Andrew Fish
On Jun 23, 2014, at 11:01 AM, Sathya Prakash wrote: > I would like to see the CopyMem implementation. Which source file I should > look for it. I see some implementation in commonlib.c in basetools but I > assume it wont be taken from there and instead will be used from boot > services tab

[edk2] Where can I find CopyMem implementation.

2014-06-23 Thread Sathya Prakash
I would like to see the CopyMem implementation. Which source file I should look for it. I see some implementation in commonlib.c in basetools but I assume it wont be taken from there and instead will be used from boot services table. So how can I know about the implementation. The reason I want