Re: [U-Boot] coreboot uboot qemu x86

2014-12-31 Thread Simon Glass
Hi Ajoy, On 30 December 2014 at 22:28, Ajoy Das dasajo...@gmail.com wrote: [snip] On Tue, Dec 30, 2014 at 4:17 AM, Simon Glass s...@chromium.org wrote: Hi Ajoy, On Mon, Dec 29, 2014 at 9:28 PM, Simon Glass s...@chromium.org wrote: Hi Ajoy, On Mon, Dec 29, 2014 at 7:36 PM, Simon

Re: [U-Boot] coreboot uboot qemu x86

2014-12-30 Thread Ajoy Das
Hi Simon Can i do a gdb on u-boot startup on the coreboot environment. means i want to stop at _start in uboot and connect to gdb. Thanks Ajoy On Tue, Dec 30, 2014 at 11:15 AM, Ajoy Das dasajo...@gmail.com wrote: I tried changing the boot rom size to 2MB. But with no effect coreboot.rom:

Re: [U-Boot] coreboot uboot qemu x86

2014-12-30 Thread Simon Glass
Hi Ajoy, On 30 December 2014 at 12:44, Ajoy Das dasajo...@gmail.com wrote: -- Forwarded message -- From: Ajoy Das dasajo...@gmail.com Date: Tue, Dec 30, 2014 at 1:40 PM Subject: Re: [U-Boot] coreboot uboot qemu x86 To: U-Boot Mailing List u-boot@lists.denx.de Hi Simon

Re: [U-Boot] coreboot uboot qemu x86

2014-12-29 Thread Simon Glass
Hi, On 28 December 2014 at 21:38, Ajoy Das dasajo...@gmail.com wrote: Hi Need Help I want to run U-BOOT as coreboot payload on QEMU platform I am on uboot-x86 git Compiled U-BOOT with make coreboot-x86_defconfig and make all Running qemu with qemu-system-i386 -bios

Re: [U-Boot] coreboot uboot qemu x86

2014-12-29 Thread Ajoy Das
Hi Simon Thanks for your reply I have added u-boot ELF as the coreboot payload u-boot: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), statically linked, not stripped. Got this link but its a year old. http://lists.denx.de/pipermail/u-boot/2013-July/159140.html Thanks Ajoy On

Re: [U-Boot] coreboot uboot qemu x86

2014-12-29 Thread Simon Glass
Hi Ajoy, On 29 December 2014 at 07:34, Ajoy Das dasajo...@gmail.com wrote: Hi Simon Thanks for your reply I have added u-boot ELF as the coreboot payload u-boot: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), statically linked, not stripped. Got this link but its a year

Re: [U-Boot] coreboot uboot qemu x86

2014-12-29 Thread Ajoy Das
Hi Simon I executed the commands mentioned above. But getting LZMA decode error on coreboot coreboot.rom: 256 kB, bootblocksize 944, romsize 262144, offset 0x0 alignment: 64 bytes, architecture: x86 Name Offset Type Size cmos_layout.bin0x0

Re: [U-Boot] coreboot uboot qemu x86

2014-12-29 Thread Simon Glass
Hi Ajoy, On Mon, Dec 29, 2014 at 9:28 PM, Simon Glass s...@chromium.org wrote: Hi Ajoy, On Mon, Dec 29, 2014 at 7:36 PM, Simon Glass s...@chromium.org wrote: Hi, On 28 December 2014 at 21:38, Ajoy Das dasajo...@gmail.com wrote: Hi Need Help I want to run U-BOOT as

Re: [U-Boot] coreboot uboot qemu x86

2014-12-29 Thread Ajoy Das
I tried changing the boot rom size to 2MB. But with no effect coreboot.rom: 2048 kB, bootblocksize 944, romsize 2097152, offset 0x0 alignment: 64 bytes, architecture: x86 Name Offset Type Size cmos_layout.bin0x0cmos_layout 1160

[U-Boot] coreboot uboot qemu x86

2014-12-28 Thread Ajoy Das
Hi Need Help I want to run U-BOOT as coreboot payload on QEMU platform I am on uboot-x86 git Compiled U-BOOT with make coreboot-x86_defconfig and make all Running qemu with qemu-system-i386 -bios ../coreboot/build/coreboot.rom -hda disk.img -nographic -m 1g But The system crashes with the