Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-08-05 Thread Pavel Machek
Hi! U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the ext4write command. Though there seems to be several problems with the ext2/ext4 code. I am testing on an ml507 (PPC440, Big Endian). There are some cases where the a field is 16-bit but

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Simon Glass
+Tom On Fri, Jul 19, 2013 at 1:03 AM, Lukasz Majewski l.majew...@samsung.comwrote: On Tue, 16 Jul 2013 08:14:35 + (UTC) Rommel Custodio sessyargc+ub...@gmail.com wrote, Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
Hi all, On 21.07.2013 06:32, Simon Glass wrote: +Tom On Fri, Jul 19, 2013 at 1:03 AM, Lukasz Majewski l.majew...@samsung.comwrote: On Tue, 16 Jul 2013 08:14:35 + (UTC) Rommel Custodio sessyargc+ub...@gmail.com wrote, Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-19 Thread Lukasz Majewski
On Tue, 16 Jul 2013 08:14:35 + (UTC) Rommel Custodio sessyargc+ub...@gmail.com wrote, Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the ext4write command. Though there seems to be several problems with the ext2/ext4

[U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Rommel Custodio
Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the ext4write command. Though there seems to be several problems with the ext2/ext4 code. I am testing on an ml507 (PPC440, Big Endian). There are some cases where the a field is 16-bit but

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Lukasz Majewski
Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the ext4write command. Though there seems to be several problems with the ext2/ext4 code. The ext4 code at u-boot (especially ext4write) needs special attention. It is on

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Rommel Custodio
Sorry for the extra noise. On Wednesday, July 17, 2013, Rommel G Custodio sessya...@gmail.com wrote: Dear Lukasz Majewski, On 2013.07/16, Lukasz Majewski wrote: Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the