[edk2] Serial Protocol Implementation in BeagleBoardPkg

2012-08-08 Thread Hutcheson, Alex M.
Hello, I am running the UEFI build from the BeagleBoardPkg on my BeagleBoard, and I am trying to use the EFI_SERIAL_IO_PROTOCOL to communicate via the RS-232 connection on the board. I am connecting to a device with a lower baud rate than the 115200 baud default, so I am calling the SERIAL_IO_P

Re: [edk2] Access file on the HDD

2012-08-08 Thread Andrew Fish
EFI carries a FAT32 driver, and partition support for MBR and GPT (EFI El Torito for DVD), so if that is the format of the disk you are using then a Simple File System Protocol should be produced. https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/MdePkg/Include/Protocol/SimpleFileSystem.

Re: [edk2] mounting RAMDISK image using UEFI

2012-08-08 Thread Andrew Fish
On Aug 8, 2012, at 6:31 AM, Shivamurthy Shastri wrote: > Hi, > > Anyone knows how to mount RAMDISK image using UEFI? > I want to give RAMDISK image name and path in dsc file and > UEFI should take it from the file. > Sorry I'm not 100% sure what you are asking? In EFI devices are named by De

Re: [edk2] Convert UINT to CHAR

2012-08-08 Thread Andrew Fish
You can try AsciiValueToString() The MdePkg is like the edk2 DDK, so the libraries in the MdePkg are the best place to look for generic stuff. In this case these are the best two libraries to look at: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/MdePkg/Include/Library/PrintLib.h So

Re: [edk2] Convert UINT to CHAR

2012-08-08 Thread Laszlo Ersek
On 08/08/12 16:40, Rafael Machado wrote: > Hi everyone. > > I'm having a problem here and I need some help. > I need to save some int values to a char array and them show to the user. > > Is there some function similar to the oold ITOA c function at UDK ? I > searched but didn't find nothing. Se

Re: [edk2] mounting RAMDISK image using UEFI

2012-08-08 Thread Igor Sharovar
I did similar project but I bind RAMDISK to existing PCI device in BiddingSupported() routine. My RAMDISK open BlockIO protocol and emulates all Read/Write I/O from allocated RAM. I don't know how you could avoid binding in UEFI environment because your RAMDISK should not belongs to any physical d

[edk2] Convert UINT to CHAR

2012-08-08 Thread Rafael Machado
Hi everyone. I'm having a problem here and I need some help. I need to save some int values to a char array and them show to the user. Is there some function similar to the oold ITOA c function at UDK ? I searched but didn't find nothing. Thanks and Regards Rafael R Machado -

[edk2] mounting RAMDISK image using UEFI

2012-08-08 Thread Shivamurthy Shastri
Hi, Anyone knows how to mount RAMDISK image using UEFI? I want to give RAMDISK image name and path in dsc file and UEFI should take it from the file. -- Thanks and Regards, Shiva. -- Live Security Virtual Conference Excl

Re: [edk2] [PATCH] NX/ASLR/GS/RTCs Security Features

2012-08-08 Thread Yao, Jiewen
Hi Eugene Thanks for your feedback. Comments below: I guess there is 1 misunderstanding on random number generation and pseudo-randomization, so hope we can make it clear. Thank you Yao Jiewen "The content of this message is my personal opinion only and although I am an employee of Intel, the s

[edk2] IPV4 related drivers' location

2012-08-08 Thread nicolas
hi, experts: i found IPV4 related drivers located at MdeModulePkg\Universal\Network directory. But IPV6 related drivers located at NetworkPkg. Why not put IPV4 related drivers into NetworkPkg? best wishes-- Live Security