Re: [edk2] problem in uefi shell application on samsung board

2012-10-08 Thread Andrew Fish
You are not searching .uni files. The shell is localized. https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/ShellPkg/Application/Shell/Shell.uni ... #string STR_SHELL_NO_IN_EX#language en-US "%EError. Error.%N No SimpleTextInputEx was found. CTRL based features are not usabl

Re: [edk2] problem in uefi shell application on samsung board

2012-10-08 Thread Shivamurthy Shastri
Hi Olivier, Thanks for the help. After removing "ArmPkg/Filesystem/SemihostFs/SemihostFs.inf" from the dsc file uefi shell started working. But, I am not sure from where error messages are coming. The console log is: The default boot selection will start in 9 seconds [1] SD-MMC Booting

Re: [edk2] Get the GUIDs of all partitions out of the GPT

2012-10-08 Thread Andrew Fish
On Oct 8, 2012, at 7:18 AM, Michael Lorer wrote: > Hello Andrew, > > I have to correct myself. I mixed something up. > I was able to find the GPT UniquePartitionGUID as part of the DevicePath. > But I have to look for the Partition TYPE GUID and Attribute in > GPT_PARTITION_ENTRY. > > But I’

Re: [edk2] www.tianocore.org gone?

2012-10-08 Thread Richardson, Brian
Nikolai: thanks for the report, we have someone looking at the redirect issue. Thanks ... br --- Brian Richardson -- brian.richard...@intel.com -- Twitter: intel_brian -Original Message- From: Nikolai Saoukh [mailto:n...@otdel-1.org] Sent: Monday, October 08, 2012 11:04 AM To: edk2-deve

Re: [edk2] www.tianocore.org gone?

2012-10-08 Thread Nikolai Saoukh
> Link to where www.tianocore.org is normally relayed to: > http://sourceforge.net/apps/mediawiki/tianocore/ The evidence of the problem so far ; <<>> DiG 9.6.-ESV-R7-P3 <<>> www.tianocore.org. any @8.8.8.8 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id

Re: [edk2] www.tianocore.org gone?

2012-10-08 Thread Jarlstrom, Laurie
Link to where www.tianocore.org is normally relayed to: http://sourceforge.net/apps/mediawiki/tianocore/ thanks, Laurie laurie.jarlst...@intel.com EFI / Framework Technical Marketing Engineering Team (503) 712-9395 -Original Message- From: Nikolai Saoukh [mailto:n...@otdel-1.org] Se

[edk2] www.tianocore.org gone?

2012-10-08 Thread Nikolai Saoukh
DNS servers points to nowhere -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java,

Re: [edk2] [PATCH v2 0/4] OvmfPkg: virtio-blk driver

2012-10-08 Thread Paolo Bonzini
Il 08/10/2012 09:42, Jordan Justen ha scritto: > I noticed the -drive file=cd.iso,if=virtio doesn't seem to boot the > ISO. This does work for seabios. I wonder if this is luck based on the > ISO layout, or if seabios detects this. I do wonder if it is treating it as a USB (pendrive) image... Pao

Re: [edk2] Get the GUIDs of all partitions out of the GPT

2012-10-08 Thread Michael Lorer
Hello Andrew, I have to correct myself. I mixed something up. I was able to find the GPT UniquePartitionGUID as part of the DevicePath. But I have to look for the Partition TYPE GUID and Attribute in GPT_PARTITION_ENTRY. But I'm just not able to build a correct ReadBlock()-Command to get

Re: [edk2] [PATCH v2 0/4] OvmfPkg: virtio-blk driver

2012-10-08 Thread Laszlo Ersek
On 10/08/12 09:42, Jordan Justen wrote: > Thanks Laszlo. Committed in r13801. > > Two requests for your next virtio series: > 1. Add inclusion guards in VirtioBlkDxe/*.h Regarding headers. I have a working virtio-scsi driver now (no nice comments yet), but I have some parts that are shared by virt

Re: [edk2] problem in uefi shell application on samsung board

2012-10-08 Thread Shivamurthy Shastri
Hi I couldn't find the error strings in my codebase too. As you suggested I have disabled two partitions and tested again. But result is same. On Fri, Oct 5, 2012 at 9:22 PM, Olivier Martin wrote: > Hi Shiva, > > I have looked for different patterns that could make match your error > message

Re: [edk2] EFI_PAGES_TO_SIZE for UINT32 argument

2012-10-08 Thread Sergey Isakov
What I found at this moment c:\tiano\edk2\mdemodulepkg\core\dxe\image\image.c(288) : warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value. - UINT32 DxeCodePageNumber; DxeCodeSize

Re: [edk2] ConSplitterDxe error in pointers

2012-10-08 Thread Li, Elvin
Hi: Thanks for reporting this issue. I am working on it and give fix to you to verify soon. By the way, do you use Visual Studio 2012 to build BIOS? Thanks Elvin From: Sergey Isakov [mailto:isakov...@bk.ru] Sent: Sunday, October 07, 2012 6:03 PM To: edk2-devel@lists.sourceforge.n

Re: [edk2] EFI_PAGES_TO_SIZE for UINT32 argument

2012-10-08 Thread Laszlo Ersek
On 10/07/12 11:08, Sergey Isakov wrote: > Dear sirs, > > The follow warning > -- > image.c(288) : warning C6297: Arithmetic overflow: 32-bit value is > shifted, then cast to 64-bit value. Results might not be an expected value. > -- > It means that if we are using the mac

Re: [edk2] BaseLib: sizeof(-1)

2012-10-08 Thread Laszlo Ersek
On 10/08/12 10:05, Sergey Isakov wrote: > Hi sirs, > I encounter next problem. > -- > c:\tiano\edk2\mdepkg\library\baselib\math64.c(89) : warning C6334: > sizeof operator applied to an expression with an operator might yield > unexpected results. > -- > The code is the follow >

[edk2] BaseLib: sizeof(-1)

2012-10-08 Thread Sergey Isakov
Hi sirs, I encounter next problem. -- c:\tiano\edk2\mdepkg\library\baselib\math64.c(89) : warning C6334: sizeof operator applied to an expression with an operator might yield unexpected results. -- The code is the follow -- // // Test if this compiler supports arithmetic s

Re: [edk2] EFI_PAGES_TO_SIZE for UINT32 argument

2012-10-08 Thread Tian, Feng
Yes, please. Then we could discuss how to solve them. Thanks Feng From: Sergey Isakov [mailto:isakov...@bk.ru] Sent: Monday, October 08, 2012 15:51 To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] EFI_PAGES_TO_SIZE for UINT32 argument Hi Feng, I agree with the conclusion but in this case

Re: [edk2] EFI_PAGES_TO_SIZE for UINT32 argument

2012-10-08 Thread Sergey Isakov
Hi Feng, I agree with the conclusion but in this case I may write a long list of mistakes in MdeModulePkg using the macro. If you want I do this. Sergey On 08.10.2012, at 11:16, Tian, Feng wrote: > Hi, Isakov > > Sorry for forgetting this macro usage was ever discussed internally. Our > conc

Re: [edk2] [PATCH v2 0/4] OvmfPkg: virtio-blk driver

2012-10-08 Thread Jordan Justen
Thanks Laszlo. Committed in r13801. Two requests for your next virtio series: 1. Add inclusion guards in VirtioBlkDxe/*.h 2. Make OFFSET_OF_VHDR use OFFSET_OF I noticed the -drive file=cd.iso,if=virtio doesn't seem to boot the ISO. This does work for seabios. I wonder if this is luck based on the

Re: [edk2] Get the GUIDs of all partitions out of the GPT

2012-10-08 Thread Michael Lorer
Hello Andrew, thank you for your reply but I think I miss something. When I refer to section 9.3.6.1 of the UEFI spec I can't find the GPT UniquePartitionGUID as part of the DevicePath protocol. In detail I have to check if a partition with a specific GPT UniquePartitionGUID and an specif