From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Jul 2013 09:42:31 -0600 Subject: [U-Boot] U-boot & x86 & coreboot In-Reply-To: <2c8e1bd91a4c4e27b71ca641e7c367ac@EINTMBXC.einet.ad.eivd.ch> References: <2c8e1bd91a4c4e27b71ca641e7c367ac@EINTMBXC.einet.ad.eivd.ch> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rossier, On Wed, Jul 17, 2013 at 2:29 AM, Rossier Daniel wrote: > Hi, > > I would like to run U-boot on x86 emulated QEMU-based environment. I found > some info regarding coreboot + U-boot integration, using U-boot as payload, > etc. but I was unable to start U-boot. > I'm using the 32-bits i686-pc-linux-gnu toolchain and I successfully > cross-compiled coreboot and started it on qemu-system-i386. > I also configured coreboot to use u-boot (ELF) as payload, but coreboot > performs a reset when U-boot should show up after loading. > Where could I have some information regarding that? > There are post codes generated in x86 U-Boot which might help with diagnosing this. I have not tried this on QEMU. But I suppose in that environment it might be possible to watch execution and see where it is going wrong. > Furthermore, I'm unable to debug anything remotely with gdb; gdb cannot > disassemble once connected via "target remote localhost:1234". > Do you mean it cannot find the source files? Regards, Simon > > Any hints welcome. > Thanks so much. > > Cheers > Daniel > > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > >