u-boot@lists.denx.de

2010-07-20 Thread Fundu
does the kernel know about different mtd partition from the boot loader? How do I go about creating a new mtd partition say /var/logs. I'm using a mini2440 board which has 4 mtd partition uboot uboot-env kernel rootfs I want to add another one, how do I go about doing that? TIA ___

Re: [U-Boot] reinitialize peripherals

2008-08-26 Thread Fundu
> i'm calling ioremap from > linux/driver/mtd/maps/physmap.c and int __init > init_physmap(void) > i think i found what the problem is. stupid fault the size was incorrect in the map_info structure's .size set to 64mb instead of 128mb and that's why i couldn't work with the upper 64mb. will t

Re: [U-Boot] reinitialize peripherals

2008-08-26 Thread Fundu
> The problem is that the kernel needs to ioremap the areas > you are i'm calling ioremap from linux/driver/mtd/maps/physmap.c and int __init init_physmap(void) > the > information about the address ranges is the tricky part: it > comes from > the device tree, (unless you are building your ker

[U-Boot] reinitialize peripherals

2008-08-26 Thread Fundu
I have a PPC440GX based board. Do I need to reinitialize Peripheral Bank Configuration Registers (EBC0_B0CR-EBC0_B7CR) from the kernel ? I'm quite sure that we don't, but just want to make sure. Because the problem that i'm seeing strongly suggest that something isn't initializing. Here's the p

Re: [U-Boot] Flatten device tree & PPC linu

2008-08-15 Thread Fundu
D]> > Subject: Re: [U-Boot] Flatten device tree & PPC linu > To: [EMAIL PROTECTED] > Cc: u-boot@lists.denx.de > Date: Thursday, August 14, 2008, 6:35 PM > On Thu, Aug 14, 2008 at 4:10 PM, Fundu > <[EMAIL PROTECTED]> wrote: > > > >> > i'm using

Re: [U-Boot] Flatten device tree & PPC linux

2008-08-14 Thread Fundu
> > i'm using a the taishan board u-boot 1.2.0 and > linux 2.4 > > Uh, OK. Those are both pretty darn old by now. > > > does u-boot-1.2.0 pass a flatten device tree to the > kernel ? > > Maybe. how do i make confirm this ? TIA ___ U-Boot m

[U-Boot] Flatten device tree & PPC linux

2008-08-13 Thread Fundu
i'm using a the taishan board u-boot 1.2.0 and linux 2.4 does u-boot-1.2.0 pass a flatten device tree to the kernel ? does this even matter ? also does linux-2.4 expect fdt ? TIA ! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx