Re: [Qemu-devel] u-boot on qemu-x86

2015-05-25 Thread Saket Sinha
Hi Bin, I am putting down the steps below as to how to debug u-boot bare-metal on qemu. *git clone git://git.denx.de/u-boot-x86.git cd u-boot-x86export BUILD_ROM=ymake qemu-x86_defconfigmake allqemu-system-i386 -nographic -bios u-boot.rom -net nic -net us

Re: [Qemu-devel] u-boot on qemu-x86

2015-05-24 Thread Bin Meng
Hi Saket, On Tue, May 5, 2015 at 10:11 PM, Saket Sinha wrote: > Hi, > > I am trying to run u-boot as a coreboot payload on qemu-x86.Currently > facing some difficulty in the process. > > Has anyone tried running u-boot bare-metal or as a coreboot payload on > qemu-x86 before? > Reply this threa

[Qemu-devel] u-boot on qemu-x86

2015-05-05 Thread Saket Sinha
Hi, I am trying to run u-boot as a coreboot payload on qemu-x86.Currently facing some difficulty in the process. Has anyone tried running u-boot bare-metal or as a coreboot payload on qemu-x86 before? Regards, Saket Sinha