Re: [U-Boot] Weird issues with u-boot on Microblaze

2009-08-24 Thread Dana Goyette
Michal Simek wrote: this code can't be compiled - you have bad setting. MONITOR_BASE is always on lower address then FLASH address. Check that your ram on lower address than your flash - this is check by u-boot.bsp too. Regards, Michal Thanks for that help, and thanks

Re: [U-Boot] Weird issues with u-boot on Microblaze

2009-08-20 Thread Dana Goyette
Michal Simek wrote: Hi, FIT support is not in mainline u-boot. Only in my testing repository. If I fix that and try to load a FIT image with a kernel and device-tree, the bootm command completely ignores the device tree; unfortunately, Yes the same thing as with FIT. Not in mainline

[U-Boot] Weird issues with u-boot on Microblaze

2009-08-19 Thread Dana Goyette
I've been trying to bring up a vanilla kernel on an XUPV5-LX110T board, and have been having all sorts of odd issues with U-Boot. For example, if I try to enable FIT image support (as noted on http://www.monstr.eu/wiki/doku.php?id=uboot:uboot ), I get CONFIG_BOOTMAPSZ undefined. I've also