Re: [edk2] What is expected in Progress parameter of ConfigAccess.RouteConfig.

2012-10-11 Thread Dong, Eric
Sathya, Add my comments below Thanks, Eric -Original Message- From: Prakash, Sathya [mailto:sathya.prak...@lsi.com] Sent: Tuesday, October 02, 2012 7:18 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] What is expected in Progress parameter of ConfigAccess.RouteConfig. All, The

Re: [edk2] DevShell absence causes silent failures

2012-10-11 Thread Mcdaniel, Daryl
The "official" story is that StdLib is intended ONLY for shell applications. That isn't as useful a response as I would personally prefer to provide. I'll trace the error flow back and see if I can add an informative message if someone attempts to make a file system access without a file system d

Re: [edk2] Protocol Questions

2012-10-11 Thread duck wilson
Thanks to you all. Too much documentation, too little time always leads to brain gas. Poor documentation does not help. The example I referenced is very misleading as are many others, not helpful for those of us getting started - especially when the example is weird but plausibly correct. Munging t

Re: [edk2] DevShell absence causes silent failures

2012-10-11 Thread Tim Lewis
How would I make a non-Shell UEFI app then (for example, a boot loader)? From: Mcdaniel, Daryl [mailto:daryl.mcdan...@intel.com] Sent: Thursday, October 11, 2012 2:35 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] DevShell absence causes silent failures Tim, You raise some valid poi

Re: [edk2] DevShell absence causes silent failures

2012-10-11 Thread Mcdaniel, Daryl
Tim, You raise some valid points, and they are being addressed. For the short term, would you feel that making DevShell resident by default (just like DevConsole is) to be an acceptable solution? Sincerely, Daryl McDaniel From: Tim Lewis [mailto:tim.le...@insyde

[edk2] DevShell absence causes silent failures

2012-10-11 Thread Tim Lewis
I was discussing an issue where fopen() worked for me but didn't work for another developer. Same .C code. Built beautifully. He eventually tracked it down that he did not have DevShell in his application's INF. Everything built just fine, because this lib only exports a constructor and destruct

[edk2] Missing HII Opcode Structure

2012-10-11 Thread Tim Lewis
The file MdePkg\Include\Uefi\UefiInternalFormRepresentation.h is missing (at least) one opcode structure, even though the opcode values itself is defined. Here are the relevant UEFI spec sections. 28.3.8.3.41 EFI_IFR_MODAL_TAG typedef struct _EFI_IFR_MODAL_TAG { EFI_IFR_OP_HEADER Header; } EF

[edk2] HII Development

2012-10-11 Thread Ben Schroeder
Hii all, I am having trouble implementing HII for a PCI network device I am working with. 1. If I use UEFI_HII_RESOURCE_SECTION = TRUE in my inf file, I cannot use the HiiAddPackages() function to add my packages. Instead from the exmaples I see just uses: NewPackageList() to publich the

Re: [edk2] [PATCH 00/13] virtio-scsi driver

2012-10-11 Thread Jordan Justen
1-11 & 13: Reviewed-by: Jordan Justen Still looking over 12... -Jordan On Tue, Oct 9, 2012 at 12:42 PM, Laszlo Ersek wrote: > Patches 01-11 distill VirtioLib. Patches 12-13 add the driver and the > matching QemuBootOrder pattern. > > Tested the following scenarios (RHEL-6.3 host): > > - virtio

Re: [edk2] Protocol Questions

2012-10-11 Thread Belomorski, Plamen
Duck, your example may need a little adjustment. If you have a restaurant, some agency will assign for you a dishwasher. You don't really care if this guy is washing dishes everywhere or works only for you (both types exist). All you need is to get a pointer to that guy so you can give him your

Re: [edk2] Interrupt storm from USB controller

2012-10-11 Thread Laszlo Ersek
On 10/11/12 06:34, Wei Hu wrote: > Hi, > > I'm using Intel's proprietary, UEFI-based BIOS for their SandyBridge > CPU with the DH89xxCC chipset. For some reason the CPU is getting a > lot of interrupts from IRQ 23 used by the USB controller. Linux kernel > prints out messages like the following: >

[edk2] Stack setup for ARM platform

2012-10-11 Thread nicolas
hi, Oliver: I have a problem about stack setup for an ARM platform. Based on an OrigenBoard(with a DualCore , supports TrustZone), and use SamsungPlatformPkg code. During the boot procedure, there are 3 places to setup stacks: 1. _ModuleEntryPoint Used these pcds to setup stack: gArmPlat