Hi rajesh, On Mon, 4 Feb 2013 04:30:16 -0800, rajesh n <[email protected]> wrote:
> Hi All, > > I am trying to boot U-boot on Intel platform.. I want to clarify following > Questions, Please help to me.. > > 1) If U-boot supports for Intel, then How can we create and flash U-boot > image on Intel host machine. and also what configuration file i can use? Flashing is very hardware-dependent -- on which device to flash, at which address, and in which format, all this can vary from target to target. I am not an x86 specialist, but from boards.cfg, I see three targets: coreboot (good for any platform which provides coreboot I suppose), and eNET / eNET_SRAM, which will work only for eNET targets. Which one is yours? > 2) i go through the U-boot source code, it contains Bios-emulator code. is > there any use to boot U-boot with Bios emulator. It seems arch/x86/cpu/u-boot.lds says what this emulation is good for, i.e. just enough to boot Linux. > Please give me your valuable suggestions ASAP. > > Regards, > Rajesh. Amicalement, -- Albert. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

