Re: [edk2] [edk2-buildtools] binary-only modules and [depex] sections

2012-12-04 Thread Hauch, Larry
Hi Justin, The EDK II tools should support a binary INF file that has both the drive and the compiled depex file in the [Binaries] section. Using the PcAtChipsetPkg/PcatRealTimeClockRuntimeDex.inf as an example, a valid INF for the binary would looks like: [Defines] INF_VERSION

Re: [edk2] can OVMF boot an OS in qemu?

2012-12-04 Thread Laszlo Ersek
On 12/04/12 16:20, WANG Siyuan wrote: > Hi, > I have built > OVMF( > http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=How_to_run_OVMF > ) > and run in qemu. a uefi shell could start. > but, It seems that OVMF can't boot an OS. I use ubuntu CD image and > archlinux hard drive image.

[edk2] Source-level-debugging (NT32 + MS Visual Studio 2010)

2012-12-04 Thread Michael Lorer
Hello, I set up my UEFI Build-environment as described here: http://uefi.blogspot.de/2012/06/how-to-debug-edk2s-windows-hosted-uefi.html I'm using Microsoft Windows 7, 64Bit together with MS Visual Studio 2010 Premium. Right now I'm able to build the NT32-package and include some own pack

[edk2] can OVMF boot an OS in qemu?

2012-12-04 Thread WANG Siyuan
Hi, I have built OVMF( http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=How_to_run_OVMF ) and run in qemu. a uefi shell could start. but, It seems that OVMF can't boot an OS. I use ubuntu CD image and archlinux hard drive image. both of them could not boot. Then, how to boot an OS wi

Re: [edk2] Passing DTB to Linux kernel

2012-12-04 Thread Shivamurthy Shastri
Hi Olivier, On Tue, Dec 4, 2012 at 12:39 AM, Olivier Martin wrote: > I tried with the binary kernel and device tree you sent me a while ago. > After changing the DSC file to enable booting Linux with a Device Tree: > > --- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.dsc > +++ b/A

Re: [edk2] Passing DTB to Linux kernel

2012-12-04 Thread Shivamurthy Shastri
Hi Olivier, On Tue, Dec 4, 2012 at 12:39 AM, Olivier Martin wrote: > I tried with the binary kernel and device tree you sent me a while ago. > After changing the DSC file to enable booting Linux with a Device Tree: > > --- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.dsc > +++ b/Ar

Re: [edk2] Debugging UEFI code on DS5 for Cortex-A9x2_RTSM_EB platform.

2012-12-04 Thread Olivier Martin
Hello Amit, Interestingly, as you may know the .dll is actually an ELF file and DS-5 should not fail to load it with this error. But the method you are using (i.e. the text box 'load symbols from file') will not work as you need to specify an offset to define where to load the symbols. Hav

[edk2] Debugging UEFI code on DS5 for Cortex-A9x2_RTSM_EB platform.

2012-12-04 Thread Amit Mahadik
Hello, I am trying to debug UEFI code on DS5 for Cortex-A9x2_RTSM_EB platform. I have built the UEFI code as stated in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPlatformPkg/ArmVExpressPkg I have added scripts from ArmPlatform/Scripts/DS5 folder. In Debug Config

Re: [edk2] help with python in uefi shell

2012-12-04 Thread Wissam Shoukair
Hi Daryl, Thanks for the reply. I already copied the files from PyMod-2.7.2/Lib. I also was able to run the python with or without the -S flag. Apparently I wasn't running python from the right directory. (Beginners problems...) Thanks Date: Tue, 4 Dec 2012 02: