[edk2] ARM NOR Flash boot question

2012-11-07 Thread nicolas
hi, Oliver: I have a question about Nor flash boot method. Based on ArmPlatformLib-Full-Boot.png, it seems ARM Versatile PB supports total EFI boot sequence. So, my question is: 1. Cold reset will be treated as an exception. So if user presses power button, it will search exception vector tabl

Re: [edk2] Info on SamsungPlatformPkg

2012-11-07 Thread Nicola Johnsen
I don't seem to be able to clone from that tree through a proxy server. Can you enable serving through HTTP on that repository? Here the error I get: git clone http://git.linaro.org/landing-teams/working/samsung/edk2-origen.git Cloning into 'edk2-origen'... fatal: http://git.linaro.org/landing-t

Re: [edk2] Info on SamsungPlatformPkg

2012-11-07 Thread Rony Nandy
On 11/07/2012 09:57 AM, Nicola Johnsen wrote: > git clone > http://git.linaro.org/landing-teams/working/samsung/edk2-origen.git > Cloning into 'edk2-origen'... > fatal: > http://git.linaro.org/landing-teams/working/samsung/edk2-origen.git/info/refs > not found: did you run git update-server-info

Re: [edk2] Info on SamsungPlatformPkg

2012-11-07 Thread nicolas
hi, Rony: The problem still existed! (git clone still failed) My os is : Ubuntu 11.10 / git version is 1.7.5.4 Girish has ever created a git website before: git clone git://github.com/girishks/Origen-EDK-II-Package.git So, what is the difference between linaro's and Girish's package?

[edk2] Help:Uefi Image signing

2012-11-07 Thread Vishnuvardhan Reddy
Hello Experts, I would like know how Uefi BIOS image signing and verification can be done and what are the protocols can be used to signing and reading the signature. Appreciated if someone provide any sample code or example for image signing. Thanks & regards, Vishnu _

Re: [edk2] Help:Uefi Image signing

2012-11-07 Thread Andrew Fish
The signing is documented in UEFI 2.3.1C available here: http://www.uefi.org/home/ >From an EFI perspective the DXE Core does the checking. Look for gSecurity2 in >https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/MdeModulePkg/Core/Dxe/Image/Image.c For an example of the security related

Re: [edk2] Help:Uefi Image signing

2012-11-07 Thread Zimmer, Vincent
More info also at http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=SecurityPkg From: Andrew Fish [mailto:af...@apple.com] Sent: Wednesday, November 07, 2012 10:01 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Help:Uefi Image signing The signing is documented i

[edk2] [CodeReview] ShellPkg: free linked list

2012-11-07 Thread Carsey, Jaben
Erik, can you review the patch? ShellPkg: free linked list before leaving scope of head node. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey -- LogMeIn Central: Instant, anywhere,

[edk2] [CodeReview] ShellPkg: free linked list

2012-11-07 Thread Carsey, Jaben
Doh! From: Carsey, Jaben Sent: Wednesday, November 07, 2012 10:50 AM To: Bjorge, Erik C Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: [CodeReview] ShellPkg: free linked list Erik, can you review the patch? ShellPkg: free linked list before leaving scope of head node. Contribut

Re: [edk2] [CodeReview] ShellPkg: free linked list

2012-11-07 Thread Bjorge, Erik C
The patch looks good to me. Thanks, -Erik Reviewed-by: Erik Bjorge From: Carsey, Jaben Sent: Wednesday, November 07, 2012 12:36 PM To: Carsey, Jaben; Bjorge, Erik C Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: [CodeReview] ShellPkg: free linked list Importance: High Doh! From:

Re: [edk2] Info on SamsungPlatformPkg

2012-11-07 Thread Eugene Khoruzhenko
Hi Nicolas, I was able to clone this repo before, and I just tried it once again to verify �C all works OK for me. I have git 1.8.0 though. I had to update it earlier, because I could not get the Origen-ICS repo and someone suggested to update git. Regards ek From: nicolas [mailto:nicolas1...@1

Re: [edk2] ARM NOR Flash boot question

2012-11-07 Thread nicolas
hi, Oliver: I got it! The first 4 bytes of the FD is a jump instruction, similar to "b ResetHandler". Then, if usr pressed power button, CPU would find exception vector table in 0x (Nor flash's base addr). Then, it would find the vector table, and jump to "ResetHandler". best wishes,

Re: [edk2] Info on SamsungPlatformPkg

2012-11-07 Thread Shivamurthy Shastri
On Wed, Nov 7, 2012 at 3:55 PM, nicolas wrote: > ** hi, Rony:** > > **The problem still existed! (git clone still failed)** > > **My os is : Ubuntu 11.10 / git version is 1.7.5.4** > > > > **Girish has ever created a git website before:** > > **git clone git://github.com/girishks/Origen-EDK

Re: [edk2] Info on SamsungPlatformPkg

2012-11-07 Thread nicolas
hi, Shastri: After updaed my git to 1.7.10.4, it seemed OK! Thanks! best wishes, 发件人: Shivamurthy Shastri [mailto:shiva.linuxwo...@gmail.com] 发送时间:2012年11月8日 12:08 收件人: edk2-devel@lists.sourceforge.net 主题: Re: [edk2] Info on SamsungPlatformPkg On Wed, Nov 7, 2012 at 3:55 PM, ni