Re: [U-Boot] [PATCH V2 1/2] fs: implement size/fatsize/ext4size

2014-06-20 Thread Lukasz Majewski
Hi Stephen,

 From: Stephen Warren swar...@nvidia.com
 
 These commands may be used to determine the size of a file without
 actually reading the whole file content into memory. This may be used
 to determine if the file will fit into the memory buffer that will
 contain it. In particular, the DFU code will use it for this purpose
 in the next commit.
 
 Signed-off-by: Stephen Warren swar...@nvidia.com

Applied to u-boot-dfu

Thanks for the patch.
-- 
Best regards,

Lukasz Majewski

Samsung RD Institute Poland (SRPOL) | Linux Platform Group
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH V2 1/2] fs: implement size/fatsize/ext4size

2014-06-18 Thread Tom Rini
On Tue, Jun 17, 2014 at 10:57:19AM +0200, Lukasz Majewski wrote:
 Hi Stephen,
 
  From: Stephen Warren swar...@nvidia.com
  
  These commands may be used to determine the size of a file without
  actually reading the whole file content into memory. This may be used
  to determine if the file will fit into the memory buffer that will
  contain it. In particular, the DFU code will use it for this purpose
  in the next commit.
  
  Signed-off-by: Stephen Warren swar...@nvidia.com
  ---
  v2: New patch
 
 Stephen thanks for the patch.
 
 Acked-by: Lukasz Majewski l.majew...@samsung.com
 
 Test HW: Trats2 (Exynos4412):
 Tested-by: Lukasz Majewski l.majew...@samsung.com
 
 Organizational issue:
 
 File systems don't have their own trees, so if Tom or Marek don't mind
 I would like to take this patch to -dfu tree.
 
 Justification:
 This patch was written solely for fixing flaws of DFU, so I think that
 it is appropriate to take it to -dfu tree and in this way provide
 consistency with the following DFU patch.

Works for me, thanks.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH V2 1/2] fs: implement size/fatsize/ext4size

2014-06-17 Thread Lukasz Majewski
Hi Stephen,

 From: Stephen Warren swar...@nvidia.com
 
 These commands may be used to determine the size of a file without
 actually reading the whole file content into memory. This may be used
 to determine if the file will fit into the memory buffer that will
 contain it. In particular, the DFU code will use it for this purpose
 in the next commit.
 
 Signed-off-by: Stephen Warren swar...@nvidia.com
 ---
 v2: New patch

Stephen thanks for the patch.

Acked-by: Lukasz Majewski l.majew...@samsung.com

Test HW: Trats2 (Exynos4412):
Tested-by: Lukasz Majewski l.majew...@samsung.com

Organizational issue:

File systems don't have their own trees, so if Tom or Marek don't mind
I would like to take this patch to -dfu tree.

Justification:
This patch was written solely for fixing flaws of DFU, so I think that
it is appropriate to take it to -dfu tree and in this way provide
consistency with the following DFU patch.



-- 
Best regards,

Lukasz Majewski

Samsung RD Institute Poland (SRPOL) | Linux Platform Group
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot