Re: [U-Boot] [PATCH] flash: Export flash_sector_size() function.

2008-11-19 Thread Piotr Zięcik
Wednesday 19 November 2008 14:51:01 Haavard Skinnemoen napisał(a): > > Export flash_sector_size() function from drivers/mtd/cfi_flash.c. > > Why? This function is used by cfi-mtd driver, which I have posted yesterday with other patches around UBI and MTD (see "[U-Boot] Export CFI Flash to the MTD

[U-Boot] CONFIG_API, EABI and raise()

2009-07-14 Thread Piotr Zięcik
linux-gnueabi/gcc-4.2.2/gcc/config/arm/lib1funcs.asm:1000: undefined reference to `raise' -- Best Regards, Piotr Zięcik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] eth_receive(): Do not assume that caller always wants full packet.

2009-07-16 Thread Piotr Zięcik
Wednesday 15 July 2009 17:05:44 Mike Frysinger napisał(a): > On Tuesday 14 July 2009 04:08:35 Piotr Ziecik wrote: > > When packets arrive on the interface that are larger than the buffer > > being passed to U-Boot from a standalone application, then the > > eth_receive() returns -1 and leaves the p

Re: [U-Boot] [PATCH] eth_receive(): Do not assume that caller always wants full packet.

2009-07-16 Thread Piotr Zięcik
r example 9k packets on gigabyte ethernet). -- Pozdrawiam. Piotr Zięcik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] CONFIG_API, EABI and raise()

2009-07-17 Thread Piotr Zięcik
which use APCS. Demo application is linked correctly on ELDK 4.1, which does not provide gnueabi tollchain. -- Best Regards, Piotr Zięcik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Piotr Zięcik
Monday 08 June 2009 09:51:15 Stefan Roese wrote: > This patch adds NAND Flash Controller driver for MPC5121 revision 2. > All device features, except hardware ECC and power management, are > supported. > > This NFC driver replaces the one orignally posted by John Rigby: > > "[PATCH] Freescale NFC N