Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-22 Thread Gerd Hoffmann
Hi, > > Which is why I spent the time to enable CSM in the first place, of > > course. Not to mention the fact that having OVMF+CSM as a default > > firmware will serve to accelerate adoption of UEFI in virtual machines, > > and that gives people a *really* easy playground to get involved in EDK

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-22 Thread Laszlo Ersek
On 05/22/14 03:46, Jordan Justen wrote: > On Wed, May 21, 2014 at 5:19 AM, David Woodhouse wrote: >> On Tue, 2014-05-13 at 04:54 +0200, Laszlo Ersek wrote: >>> (Without enabling the CSM in an OVMF build, the option to legacy-boot is >>> lost of course as well, but I expressly don't desire that opt

Re: [edk2] Initializing Driver

2014-05-22 Thread miguelro...@ua.pt
Thank you, I have done that but I'm having some alignment errors when building Ovmfg with my driver. "GenFv: ERROR 3000: Invalid Section-Alignment and File-Alignment do not match : /home/mr/tese_clean/edk_source/edk2/Build/OvmfX64/DEBUG_GCC48/FV/Ffs/c69427e4-4a18-4c34-acb1-2af2ba8c2ae9CuCo/c6

Re: [edk2] Initializing Driver

2014-05-22 Thread Laszlo Ersek
On 05/22/14 13:02, miguelro...@ua.pt wrote: > Thank you, > > I have done that but I'm having some alignment errors when building Ovmfg > with my driver. > > "GenFv: ERROR 3000: Invalid > Section-Alignment and File-Alignment do not match : > /home/mr/tese_clean/edk_source/edk2/Build/OvmfX64/DE

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-22 Thread David Woodhouse
On Thu, 2014-05-22 at 09:08 +0200, Gerd Hoffmann wrote: > > David, I vaguely remember you had some plans/ideas on the fat issue. > So, if you have some spare cycles for ovmf atm I'd suggest to look into > that before fixing s3 with csm present. This is annoying. It should be so simple to reimplem

Re: [edk2] The UDK 2014 html documentation is busted.

2014-05-22 Thread Michael Lorer
I'd also love to have an online browsable version of the package documentation. And/Or a pdf version of the help files in this style: http://sourceforge.net/projects/edk2/files/Specifications/History

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-22 Thread Laszlo Ersek
On 05/21/14 14:19, David Woodhouse wrote: > On Tue, 2014-05-13 at 04:54 +0200, Laszlo Ersek wrote: >> >> But, second, we've known for quite some time that windows server 2008 r2 >> works well with the SeaBIOS CSM and a few edk2 patches (thanks again to >> David Woodhouse and Kevin O'Connor). >> >>

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-22 Thread Jordan Justen
On Thu, May 22, 2014 at 7:03 AM, David Woodhouse wrote: > On Thu, 2014-05-22 at 09:08 +0200, Gerd Hoffmann wrote: >> >> David, I vaguely remember you had some plans/ideas on the fat issue. >> So, if you have some spare cycles for ovmf atm I'd suggest to look into >> that before fixing s3 with csm

[edk2] Adding UEFI support to BeagleBone Black | Introducing Myself

2014-05-22 Thread Varad Gautam
Hi everyone, I am working to port UEFI (EDKII) to the BeagleBone Black as a Google Summer of Code intern with Leif Lindolm of Linaro Enterprise Group. Over the past couple of weeks I've been going through the EDKII Module Writer's Guide, the build file specifications, the SoC and board TRMs and the

[edk2] ShellPkg: replace unrecognized Environment Variables

2014-05-22 Thread Carsey, Jaben
Erik or Tapan, Can you review? ShellPkg: replace unrecognized Environment Variables with empty quotes so commands or applications know something existed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey Shell.c.patch Description: Shell.c.patch

Re: [edk2] ShellPkg: replace unrecognized Environment Variables

2014-05-22 Thread Shah, Tapan
Reviewed-by: Tapan Shah From: Carsey, Jaben [mailto:jaben.car...@intel.com] Sent: Thursday, May 22, 2014 3:49 PM To: Bjorge, Erik C; Shah, Tapan Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: replace unrecognized Environment Variables Erik or Tapan, Can you review? She

Re: [edk2] ShellPkg: replace unrecognized Environment Variables

2014-05-22 Thread Bjorge, Erik C
It looks like this may have a bug if two environment variable exist in the string. Jaben, can you double check where you restart your string processing? Thanks, -Erik From: Carsey, Jaben Sent: Thursday, May 22, 2014 1:49 PM To: Bjorge, Erik C; Shah, Tapan (tapands...@hp.com) Cc: edk2-devel@list

Re: [edk2] ShellPkg: replace unrecognized Environment Variables

2014-05-22 Thread Carsey, Jaben
You're right. I think this is the correct behavior. Can you double check. From: Bjorge, Erik C Sent: Thursday, May 22, 2014 2:01 PM To: Carsey, Jaben; Shah, Tapan (tapands...@hp.com) Cc: edk2-devel@lists.sourceforge.net Subject: RE: ShellPkg: replace unrecognized Environment Variables Importance

Re: [edk2] ShellPkg: replace unrecognized Environment Variables

2014-05-22 Thread Bjorge, Erik C
That looks correct to me. Tapan, please verify on your end. Thanks, -Erik Reviewed-by: Erik Bjorge From: Carsey, Jaben Sent: Thursday, May 22, 2014 2:05 PM To: Bjorge, Erik C; Shah, Tapan (tapands...@hp.com) Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: RE: ShellPkg: replace unr

Re: [edk2] ShellPkg: replace unrecognized Environment Variables

2014-05-22 Thread Shah, Tapan
Looks good to me. From: Bjorge, Erik C [mailto:erik.c.bjo...@intel.com] Sent: Thursday, May 22, 2014 4:12 PM To: Carsey, Jaben; Shah, Tapan Cc: edk2-devel@lists.sourceforge.net Subject: RE: ShellPkg: replace unrecognized Environment Variables That looks correct to me. Tapan, please verify on you

[edk2] [Help needed] Failed to enable new shell in edkII

2014-05-22 Thread cheney chen
Hi all, I downloaded the source from the latest edkII tree. Currently the shell application used is from EdkShellBinPkg/FullShell/FullShell.inf, which is standard shell built as binary. What I want to try is to build a new shell from source, located in ShellPkg/Application/Shell/Shell.inf. I fol

Re: [edk2] [Help needed] Failed to enable new shell in edkII

2014-05-22 Thread cheney chen
By the way, looks like the entry point of Shell.efi was called after ProcessLibraryConstructorList(). The shell protocols are to be installed in Shell.efi's entry point. So it seems to me that these protocols are consumed by library constructor prior to they are installed. I must be misunderstan

Re: [edk2] [Help needed] Failed to enable new shell in edkII

2014-05-22 Thread Li, Elvin
Hi, Try to add the change below to NT32.dsc. I got this sample from OVMF DSC file. You could try. At least, if PcdShellLibAutoInitialize is set to false, assert could not happen. ShellPkg/Application/Shell/Shell.inf { ShellCommandLib|ShellPkg/Library/UefiShellComma

Re: [edk2] [Help needed] Failed to enable new shell in edkII

2014-05-22 Thread cheney chen
Elvin, thanks! It works. From: elvin...@intel.com To: edk2-devel@lists.sourceforge.net Date: Fri, 23 May 2014 05:15:38 + Subject: Re: [edk2] [Help needed] Failed to enable new shell in edkII Hi, Try to add the change below to NT32.dsc. I got this sample from OVMF DS