[edk2] FaultTolerantWriteDxe incorrect declarations

2013-01-18 Thread Sergey Isakov
Hi, edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/UpdateWorkingBlock.c:34: error: ‘WorkingHeader’ undeclared (first use in this function) It must be a parameter? --- #include "FaultTolerantWrite.h" EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER mWorkingBlockHeader = {ZERO_GUID, 0, 0, 0, 0, {0,

Re: [edk2] CSM and keyboard handling

2013-01-18 Thread David Woodhouse
On Fri, 2013-01-18 at 02:59 +, Li, Elvin wrote: > Hi David: > CSM framework has mentioned the side effect that "all EFI > drivers are disconnected and must be reconnected for proper EFI > functioning". So if you call the legacy bios protocol interface > LegacyBiosShadowAllLegacyOproms w

[edk2] ASSERT_EFI_ERROR not useful for GetDevicePathsForImageAndFile in shell2

2013-01-18 Thread Duane Voth
I just looked into a shell2 crash that I often encounter and it turns out that the call to GetDevicePathsForImageAndFile() in ShellPkg/Application/Shell/Shell.c returns an error (ie. some file system doesn't give up its device and file path info properly?) and then the shell asserts. Shell1 never

Re: [edk2] UEFI zImage not loading on Pandaboard

2013-01-18 Thread Ryan Harkin
Hi Keeran, I wish I'd seen this email earlier, I suspect you have either got it working or you've given up by now! On 20 December 2012 09:44, keeran k wrote: > Hello, > > Am trying to get my hands on ARM-UEFI on Pandaboard 4430. I just followed > the instructions given in readme.txt below link;

Re: [edk2] SF.net SVN: edk2:[14055] trunk/edk2/OvmfPkg/Library/LoadLinuxLib/X64/ JumpToKernel.S

2013-01-18 Thread Jordan Justen
Reviewed-by: Jordan Justen Please feel free to commit this change if you have time. Thanks, -Jordan On Wed, Jan 16, 2013 at 10:56 AM, Andrew Fish wrote: > Jordan, > > Thanks for the quick patch and fixing my bug leaving out the REX prefix, as I > did not realize it was required. > > This pat

Re: [edk2] ASSERT_EFI_ERROR not useful for GetDevicePathsForImageAndFile in shell2

2013-01-18 Thread Isakov Sergey
On 18.01.2013, at 22:45, Duane Voth wrote: > I just looked into a shell2 crash that I often encounter and it turns out > that the call to GetDevicePathsForImageAndFile() in > ShellPkg/Application/Shell/Shell.c returns an error (ie. some file system > doesn't give up its device and file path in

Re: [edk2] Make the upper memory usable.

2013-01-18 Thread Isakov Sergey
On 17.01.2013, at 15:17, Konstantin Filatov wrote: > Hello, > > > --- CpuDxe/CpuDxe.c > +++ CpuDxe/CpuDxe.c > @@ -1110,13 +1110,9 @@ RestoreInterruptDescriptorTableHandlerAddress ( >IN UINTN Index >) > { > - if (Index < mOrigIdtEntryCount) { > -gIdtTable[Index].Bits.OffsetLo