From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Jul 2013 09:43:41 -0600 Subject: [U-Boot] U-boot & x86 & coreboot In-Reply-To: <5f6ee1c8018b478cbc3be0fc6310df65@EINTMBXC.einet.ad.eivd.ch> References: <2c8e1bd91a4c4e27b71ca641e7c367ac@EINTMBXC.einet.ad.eivd.ch> <5f6ee1c8018b478cbc3be0fc6310df65@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 7:35 AM, Rossier Daniel wrote: > > Basically, should the coreboot-x86_config replace the use of coreboot ? > Or, is coreboot still necessary? > Yes coreboot is still necessary - it does the memory init and most of the machine-specific stuff. > > > -----Original Message----- > > From: u-boot-bounces at lists.denx.de [mailto:u-boot- > > bounces at lists.denx.de] On Behalf Of Rossier Daniel > > Sent: mercredi 17 juillet 2013 10:29 > > To: u-boot at lists.denx.de > > Subject: [U-Boot] U-boot & x86 & coreboot > > > > 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? > > Furthermore, I'm unable to debug anything remotely with gdb; gdb cannot > > disassemble once connected via "target remote localhost:1234". > > > > Any hints welcome. > > Thanks so much. > > > > Cheers > > Daniel > Regards, Simon