Re: [edk2] Help with EFI_DEVICE_PATH_TO_TEXT_PROTOCOL

2012-10-13 Thread duck wilson
Greetings Elvin, The Pcds were set to false. Rebuilt the DevicePathDxe driver with the correct Pcd settings and the EFI_DEVICE_PATH_TO_TEXT_PROTOCOL is now available. Thanks so much for your help, very informative. On Fri, Oct 12, 2012 at 7:13 AM, Li, Elvin wrote: > Hi: > >

Re: [edk2] ConstructorList errors

2012-10-13 Thread Sergey Isakov
Hi sirs, I can confirm. Till now Shell crashes after ASSERT instead of print error. Sergey. On 13.10.2012, at 5:22, Andrew Fish wrote: > Tim, > > I agree with you especially for an Application. An Application should fail > with an error message, and I think you could argue that a debug build s

[edk2] Atapi.h violates C-code style

2012-10-13 Thread Sergey Isakov
Hi sirs, I like to follow these rules http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Code_Style/C but as I found this file edk2/MdePkg/Include/IndustryStandard/Atapi.h written without the rule of CamelCase. It is IndustryStandard! --- typedef struct { UINT16 config;