[edk2] Intel raid EFI Shell driver wanted

2017-02-21 Thread david moheban
Hi, Was wondering if there exists an Intel Raid EFI driver that would allow one to view the contents of an Intel Raid array within a EFI shell? Thank you. ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-dev

[edk2] Duet fails to load custom shell

2017-02-26 Thread david moheban
Hi, 64 I created a Duet usb stick using a precompiled package that prepared the usb drive as a 'UDK_X64' path. I then copied a precompiled bootx64.efi file into the boot folder and even though that works wanted to compile my own version of shellx64.efi using VS2013x86 building it as release X64 fil

[edk2] How to make a memory mapped to FV ffs efi program?

2018-03-26 Thread david moheban
Hi, This question has always been very elusive despite hours of google searching. Was wondering how it would be possible to convert an efi program into a memory mapped volume that advertises itself onto your boot menu? For example to convert shell.efi into a bootable item on my boot menu. Thank y

[edk2] How to make a memory mapped to FV ffs efi program?

2018-03-27 Thread david moheban
Some months back I played around with the Simple File System code examples in the Edk2 package and am familiar sort of on how it works. I was just curious on how certain firmware packages take a Efi Shell and make it available to boot from the F8 or F11 (or whatever) boot menu. I suppose to make yo

[edk2] Non-EDK Dependent NVME driver possible?

2018-03-03 Thread david moheban
Hi, Was wondering if that Nvmedxe driver could be recompiled with out the Edk2 dependencies such that one could port it to another non-uefi platform? Thank you. ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/ed

[edk2] How load Duet Floppy.IMG File in Bochs or Quemu?

2018-03-06 Thread David Moheban
Hi, My Duet floppy image that i compiled with Gcc 5 gets stuck when I try to run it in Bochs or Qemu as it does not get any further than 'Welcome to Efi World'. Is that normal or are there specific setting needed in the Bochs config to get it emulated? Thank you Sent from my iPhone __

[edk2] HELP: Qemu not able to load Duet image

2018-03-07 Thread david moheban
Hi, I am having difficulty loading Duet image via Qemu x86-64 or Bochs in Windows 10-64. Command line I type ‘Qemu -fda floppy.img’ and does not get past ‘Welcome to Efi World’ but if I burn the image to a flash usb drive it will boot up just fine. Are there any settings or drivers that need t

[edk2] Help: Duet not load properly on Qemu Win64 or Bochs

2018-03-08 Thread david moheban
Hi, I am having difficulty loading Duet image via Qemu x86-64 or Bochs in Windows 10-64. Command line I type ‘Qemu -fda floppy.img’ and does not get past ‘Welcome to Efi World’ but if I burn the image to a flash usb drive it will boot up just fine. Are there any settings or drivers that need t

[edk2] HELP: Qemu not able to load Duet image

2018-03-11 Thread david moheban
Just wanted to followup on my experimentation with Qemu and EDK2's DuetPkg. So far I have successfully been able to load the Duet image in Qemu after refining my image making skills. Though having an issue with UDK2010 NOT being able to load the 'Bootx64' or 'BootIa32' efi boot loader. I also compi

[edk2] To save size, use NULL library for DebugLib and ReportStatusCodeLib

2018-03-14 Thread david moheban
What does that mean?? Sorry for asking beginner questions but was just wondering. Trying to shrink the size of the Duet image. Thank you ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

[edk2] To save size, use NULL library for DebugLib and ReportStatusCodeLib

2018-03-15 Thread David Moheban
Sorry Lazslo, Call it beginners mistake. The thing is its so easy to hit the reply button as the replies that I am receiving have your email address as the sender. I will make an effort though not fill in your inbox. Thank you Sent from my iPhone ___

[edk2] Fwd: To save size, use NULL library for DebugLib and ReportStatusCodeLib

2018-03-15 Thread david moheban
Ok I think I understand. Thank you. -- Forwarded message -- From: Gao, Liming Date: Wed, Mar 14, 2018 at 10:31 PM Subject: RE: [edk2] To save size, use NULL library for DebugLib and ReportStatusCodeLib To: david moheban , "edk2-devel@lists.01.org" < edk2-devel

[edk2] Curious question regarding lack of debug in MdeModulePkg

2017-09-07 Thread david moheban
Hi, Was trying to figure out why I could not output debug messages with a simple driver using the Debug macro compiled against the MdeModulePkg until I discovered that the same driver code works when compiled against Nt32Pkg and all my debug messages get posted in the debug console. Would anyone h

[edk2] WARNING: No source level debug

2017-09-07 Thread david moheban
Hi, Was having trouble getting the debug messages to show in the debug log list in the developer window that launches the simulated shell window. I started out following the driver building edk2 lab pdf instructions in building one of the test drivers. In the lab they have you enter the debug macr

Re: [edk2] WARNING: No source level debug

2017-09-08 Thread david moheban
I checked all of the DebugLib instances and I believe they are all there though in different locations in Mdemodulepkg.dsc vs nt32pkg.dsc. I have tried every suggestion and made every configuration change possible. Spent hours google searching the issue. Getting rid of the Null debuglib reference,

[edk2] Can't load Refind boot loader inside Secmain UGA Window

2017-09-09 Thread david moheban
I have compiled EDK2 NT32 FD firmware volume and when ever I try to run the Refind bootloader from inside the Shell it crashes the virtual UEFI environment though important to note that it runs with out issue inside OVMF firmware volume hosted by Qemu with all its menu options available where as in

[edk2] NVME DXE Driver and PATA SS

2017-09-20 Thread david moheban
Hi, Is the PATA SS message that comes up in the bios boot menu when you insert the NVME Express DXE driver from Edk2 into one's firmware by design or a side-effect of the system not identifying the new device correctly? Thank you ___ edk2-devel mailing

[edk2] NVME DXE Driver and PATA SS

2017-09-21 Thread david moheban
> As far as I know, the edk2 NVME driver only manages the devices, it will > not create boot options for them. It's for the BDS-related modules to > create boot options for discovered devices. > > > Best Regards, > Hao Wu > >> -Original Message- >