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] Is it just me or is tianocore.org completely missing the useful front page?

2014-06-23 Thread Jordan Justen
On Mon, Jun 23, 2014 at 6:53 PM, Belomorski, Plamen wrote: > Still some links are not restored, > e.g. > http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Ds5 > defaults to http://sourceforge.net/projects/tianocore/, I don't think this is fixable. Sourceforge seems to be red

[edk2] EDK2 EFI file Size

2014-06-23 Thread Alex
Dear sirs, I have one question about using UDK2014 develop efi ap,who can help me explain this ? I apply a global array size is 64k(like UINT8 ABC[64*1024];), then build the Souece Code, and the generate efi file size will more than 64k. Also, if the array size is 8M, the generate efi fi

Re: [edk2] MdePkg maintainer: We need InternalX86EnablePaging64() to work like SwitchStack CpuExceptionHandlerLib

2014-06-23 Thread Gao, Liming
Andrew: I agree this is a generic feature. Your change is OK. If we add it, I think we should apply them for all similar functions, and apply them in MSFT and GCC assembly code both. So far, I find the following APIs have the similar usage. SwitchStack() AsmEnablePaging32() AsmEnablePaging64

Re: [edk2] Is it just me or is tianocore.org completely missing the useful front page?

2014-06-23 Thread Belomorski, Plamen
Still some links are not restored, e.g. http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Ds5 defaults to http://sourceforge.net/projects/tianocore/, Thanks, Plamen -Original Message- From: Jarlstrom, Laurie [mailto:laurie.jarlst...@intel.com] Sent: Monday, June 23,

Re: [edk2] OvmfPkg: problems getting ahci mode working with satacontroller

2014-06-23 Thread Tian, Feng
If you are speaking "Asynchronous Notification" feature defined in AHCI 1.1 spec section 10.10, EDKII ATA driver doesn't support/use this feature. The stack will poll ATAPI device media status by sending TEST_UNIT_READY before each media access. Thanks Feng -Original Message- From: Rez

Re: [edk2] Is it just me or is tianocore.org completely missing the useful front page?

2014-06-23 Thread Richardson, Brian
Thanks Jordan. Everything seems to be working now. -Original Message- From: Jarlstrom, Laurie [mailto:laurie.jarlst...@intel.com] Sent: Monday, June 23, 2014 9:01 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Is it just me or is tianocore.org completely missing the useful f

Re: [edk2] Is it just me or is tianocore.org completely missing the useful front page?

2014-06-23 Thread Jarlstrom, Laurie
Actually it was Jordan. The http://tianocore.org redirect should be working now too. thanks, Laurie laurie.jarlst...@intel.com EFI / Framework Technical Marketing Engineering Team (503) 712-9395 -Original Message- From: Richardson, Brian [mailto:brian.richard...@intel.com] Sent: Mond

Re: [edk2] Is it just me or is tianocore.org completely missing the useful front page?

2014-06-23 Thread Richardson, Brian
The wiki should be better behaved now (thanks to Laurie) but some links may have moved. http://tianocore.sourceforge.net/wiki/index.php/Welcome Thanks ... br --- Brian Richardson -- brian.richard...@intel.com -- Twitter: intel_brian -Original Message- From: Jordan Justen [mailto:jljus.

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

2014-06-23 Thread Andrew Fish
On Jun 23, 2014, at 11:25 AM, Sathya Prakash wrote: > Thanks Andrew, Does the basetools code needs similar change to return the > destination buffer when length is 0? I’m not sure? The BaseTools code is only used by the build system. It looks like there is a copy of CopyMem() in the CommonLi

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

2014-06-23 Thread Sathya Prakash
Thanks Andrew, Does the basetools code needs similar change to return the destination buffer when length is 0? -Sathya PS: My E-mail ID changed from sathya.prak...@lsi.com to sathya.prak...@avagotech.com. Please update your address book. *From:* Andrew Fish [mailto:af...@apple.com] *Sent:* M

Re: [edk2] ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellCommandLib library

2014-06-23 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey From: Shah, Tapan [mailto:tapands...@hp.com] Sent: Monday, June 23, 2014 11:15 AM To: Carsey, Jaben; edk2-devel@lists.sourceforge.net Subject: ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellCommandLib library Importance: High Jaben, Can you

[edk2] ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellCommandLib library

2014-06-23 Thread Shah, Tapan
Jaben, Can you please review this? This patch moves UpdateMapping() out of Map command and added to UefiShellCommandLib library for other UEFI Shell commands to use. ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellCommandLib library.

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

Re: [edk2] NOR Flash Driver (Andrew Fish)

2014-06-23 Thread Andrew Fish
On Jun 23, 2014, at 4:59 AM, vijaikumar k wrote: > Hi All, > When I try to read my BLK device using DBLK command, I get 0 always. > There are some data in Nor Flash though. > Output of DBLK: > 2.0 Shell> dblk blk8 0 1 > LBA Size 0080 bytes BlkIo 7DDC2730 > 00:

Re: [edk2] Is it just me or is tianocore.org completely missing the useful front page?

2014-06-23 Thread Jordan Justen
On Thu, Jun 19, 2014 at 11:33 PM, Jordan Justen wrote: > It seems like the sourceforge mediawiki service is not working right now. > > It looks like it is affecting other projects too, including some of > sourceforge's own web pages. Despite the fact that it is messing up some sourceforge's own w

Re: [edk2] NOR Flash Driver (Andrew Fish)

2014-06-23 Thread vijaikumar k
Hi All, When I try to read my BLK device using DBLK command, I get 0 always. There are some data in Nor Flash though. Output of DBLK: 2.0 Shell> dblk blk8 0 1 LBA Size 0080 bytes BlkIo 7DDC2730 00: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 **

Re: [edk2] source level debugging of OVMF with gdb

2014-06-23 Thread Gary Ching-Pang Lin
On Fri, Jun 20, 2014 at 11:43:18AM +0200, Laszlo Ersek wrote: > On 06/20/14 10:55, Gary Ching-Pang Lin wrote: > > Hi Laszlo, > > > > On Wed, Jun 18, 2014 at 11:34:45PM +0200, Laszlo Ersek wrote: > >> This is a longish and quite raw email, but (for me at least) a big > >> improvement, so I'll share

Re: [edk2] OvmfPkg: problems getting ahci mode working with satacontroller

2014-06-23 Thread Reza Jelveh
On 23/06/14 11:46, Reza Jelveh wrote: > On 23/06/14 08:30, Tian, Feng wrote: > > Reza, > > > > For SerialATA Revision 3.2 golden spec, it's in section 11.8 :-). > do async notifications use the d2h register or are they sent differently? ---

Re: [edk2] OvmfPkg: problems getting ahci mode working with satacontroller

2014-06-23 Thread Reza Jelveh
On 23/06/14 08:30, Tian, Feng wrote: > Reza, > > For SerialATA Revision 3.2 golden spec, it's in section 11.8 :-). I see, thanks. I should have debugged the status and error fields of the D2H for more details. -- HPCC Sy

Re: [edk2] OvmfPkg: problems getting ahci mode working with satacontroller

2014-06-23 Thread Tian, Feng
Reza, For SerialATA Revision 3.2 golden spec, it's in section 11.8 :-). Thanks Feng -Original Message- From: Reza Jelveh [mailto:reza.jel...@tuhh.de] Sent: Monday, June 23, 2014 4:04 PM To: Tian, Feng Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] OvmfPkg: problems getting ahc

Re: [edk2] OvmfPkg: problems getting ahci mode working with satacontroller

2014-06-23 Thread Reza Jelveh
On 23/06/14 03:15, Tian, Feng wrote: > You misunderstands this code. > > The pseudo code is: > 1) Check if D2H is received; > 2) If yes, then return ERROR; Ok I see now what you're saying, but given that I have to pay to see sata 2.6 spec. This doesn't look like it's in the sata 3.2 specs or am I