[U-Boot] [PATCH] Fix incorrect array size of phy settings for 405EX

2011-09-08 Thread Weirich, Bernhard
Hello, I just noticed that on 405EX the bd_t->bi_phy* arrays have just 1 member, but should have two. So I propose this very simple patch. Best regards, Bernhard Weirich Signed-off-by: Bernhard Weirich --- u-boot-v2010.12-rc3-orig/arch/powerpc/include/asm/u-boot.h 2010-12-20 10:58:41.000

[U-Boot] FIXUP table empty on kilauea_nand_config

2010-12-14 Thread Weirich, Bernhard
Hello, I just tried to compile kilauea_nand_config from head revision and it seems that the fixup table is empty excerpt from System.map 01050f7e r lenfix 0105177e r lext.3710 010517bc r order.3928 01051800 A _erotext 01051800 D _GOT2_TABLE_ 01053534 D _FIXUP_TABLE_ 01053534 D get_dcr 01053558 D

[U-Boot] [PATCH] fix ext2 inode size and calculations

2009-06-10 Thread Weirich, Bernhard
Fixed some indentations since patch from 2009-06-09. Hope this is good now, anyway the whole ext2fs.c file does not conform to coding style guidelines, so maybe someone wants to run Lindent on it...? Regards, Bernhard From: unsik Kim Signed-off-by: unsik Kim Signed-off-by: Bernhard Weirich -

[U-Boot] [PATCH] fix ext2 inode size and calculations

2009-06-09 Thread Weirich, Bernhard
Fixed two endianness problems with old patch from 2009-01-30. From: unsik Kim Signed-off-by: Bernhard Weirich --- fs/ext2/ext2fs.c2009-06-09 18:03:20.0 +0200 +++ fs/ext2/ext2fs.c2009-06-09 18:04:26.0 +0200 @@ -110,7 +110,7 @@ uint32_t inode_table_id; uin

[U-Boot] ext3 inode_size

2009-06-09 Thread Weirich, Bernhard
Hello, I use ext3 with journal from u-boot and it worked fine using ext2load, but since I updated my desktop to the ext2fs library version 1.41.4 ext2ls in u-boot displays an empty directoy. I've noticed a difference in the mke2fs.conf files of the version old: inode_size = 128 new: inode_siz

Re: [U-Boot] PCIe on Kilauea

2009-05-25 Thread Weirich, Bernhard
Thanks for the prompt reply! It was indeed a hardware problem. The calibration resistor was missing. Best regards, Bernhard Von: Stefan Roese [...@denx.de] Gesendet: Freitag, 15. Mai 2009 15:55 An: u-boot@lists.denx.de Cc: Weirich, Bernhard Betreff: Re: [U-Boot] PCIe on Kilauea On Friday 15 May

[U-Boot] PCIe on Kilauea

2009-05-15 Thread Weirich, Bernhard
Hi! I have installed u-boot v-2009.06-rc1 on my kilauea board (using BDI2000). It boots but it stalls at line 716 in 4xx_pcie.c Even when I plug in a PCIe card it does not get any further. Are there any known issues with PCIe on the kilauea eval board? Am I doing anything wrong (although I cannot