Re: [edk2] Can't Trim Efildr Down

2012-10-19 Thread Jordan Justen
On Thu, Oct 18, 2012 at 8:32 PM, Shao Miller sha0.mil...@gmail.com wrote: As a follow-up, I was successful with the same mission but only by using Windows DDK 3790.1830, which has always worked in the past. So perhaps there's a problem with using the Linux x86_64-w64-mingw32-gcc version 4.7.0

[edk2] Enabling ftp in efi shell

2012-10-19 Thread Krishna Joshi
Hi, I want to enable ftp in the efi shell. I am able to ping the machines in LAN successfully. However when I tried to do ftp , it shows the error: 'socket :Undefined error : 0 ' I built the AppPkg and used the ftp.efi to serve my purpose. Please let me know how to enable ftp in efi

Re: [edk2] Sata hdds ports not recognized

2012-10-19 Thread Joe Thomas
Rafael, The error happen because the the GetNextDevice does not find anything. Any idea about the problem ? As I said before, the code works correctly on a notebook with a sas hdd, but don't work on a server with 2 sas hdds. Thanks and Regards Just to make sure you're not mixing SATA and

[edk2] gST-ConOut is NULL when we launch Shell

2012-10-19 Thread Sivasakthivel Nainar
ShellPkg Maintainers, At the shell entry point, the following code is there. When shell is launched, all consoles / Con sole splitter should be initialized. So gST-ConOut should be initialized by that time. But due to some problem ,if gST-ConOut is not initialized, there may be a

Re: [edk2] gST-ConOut is NULL when we launch Shell

2012-10-19 Thread Tim Lewis
Along those same lines, if the support level of 0, 1 or 2, there should be no output anyway because it should not be interactive. From: Sivasakthivel Nainar [mailto:sivasakthiv...@ami.com] Sent: Friday, October 19, 2012 7:58 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] gST-ConOut is

[edk2] Interacting with EFI_DRIVER_CONFIGURATION_PROTOCOL

2012-10-19 Thread Fernando J V da Silva
Hi all! I've been trying to develop an UEFI application aimed to set some configurations for a driver which exports an EFI_DRIVER_CONFIGURATION_PROTOCOL. Thus, I took a look into the drvcfg code and I developed a sample application based on it, but it seems that once SetOptions is called, the

Re: [edk2] OVMF + Windows 2008 r2 sp1

2012-10-19 Thread Laszlo Ersek
On 10/18/12 10:12, Gleb Natapov wrote: On Thu, Oct 18, 2012 at 03:38:37AM +0200, Laszlo Ersek wrote: I have no idea why the UEFI-booted kernel tries to initialize the display with Int10h, since that is a (VGA) BIOS interrupt. Looks like google knows something about it. Search for INT 10 here:

[edk2] [PATCH 0/5] OvmfPkg: Add support for QEMU's -kernel option

2012-10-19 Thread Jordan Justen
This series adds support for QEMU's -kernel option by porting the efilinux project into OvmfPkg. Jordan Justen (5): OvmfPkg: Add Linux bzimage include file OvmfPkg: Add LoadLinuxLib library interface OvmfPkg: Add LoadLinuxLib library implementation OvmfPkg: Add QemuKernelDxe application

[edk2] [PATCH 3/5] OvmfPkg: Add LoadLinuxLib library implementation

2012-10-19 Thread Jordan Justen
This code is based on efilinux's bzimage support. git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git Signed-off-by: Jordan Justen jordan.l.jus...@intel.com Cc: Matt Fleming matt.flem...@intel.com --- OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.S | 29 ++

[edk2] [PATCH 2/5] OvmfPkg: Add LoadLinuxLib library interface

2012-10-19 Thread Jordan Justen
Signed-off-by: Jordan Justen jordan.l.jus...@intel.com --- OvmfPkg/Include/Library/LoadLinuxLib.h | 208 OvmfPkg/OvmfPkg.dec|4 + 2 files changed, 212 insertions(+) create mode 100644 OvmfPkg/Include/Library/LoadLinuxLib.h diff --git

[edk2] [PATCH 1/5] OvmfPkg: Add Linux bzimage include file

2012-10-19 Thread Jordan Justen
This file is from the efilinux project where it resides under the path loaders/bzimage/bzimage.h. Signed-off-by: Jordan Justen jordan.l.jus...@intel.com Cc: Matt Fleming matt.flem...@intel.com --- OvmfPkg/Include/IndustryStandard/LinuxBzimage.h | 164 +++ 1 file changed, 164

Re: [edk2] [PATCH 2/5] OvmfPkg: Add LoadLinuxLib library interface

2012-10-19 Thread Laszlo Ersek
On 10/20/12 00:38, Jordan Justen wrote: Signed-off-by: Jordan Justen jordan.l.jus...@intel.com --- OvmfPkg/Include/Library/LoadLinuxLib.h | 208 OvmfPkg/OvmfPkg.dec|4 + 2 files changed, 212 insertions(+) create mode 100644

Re: [edk2] [PATCH 2/5] OvmfPkg: Add LoadLinuxLib library interface

2012-10-19 Thread Jordan Justen
On Sat, 2012-10-20 at 01:48 +0200, Laszlo Ersek wrote: On 10/20/12 00:38, Jordan Justen wrote: Signed-off-by: Jordan Justen jordan.l.jus...@intel.com --- OvmfPkg/Include/Library/LoadLinuxLib.h | 208 OvmfPkg/OvmfPkg.dec|4 +