Re: [U-Boot] [PATCH v2 6/7] test/py: add generic CRC32 function

2018-03-13 Thread Stephen Warren
On 03/04/2018 09:22 PM, Liam Beguin wrote: Add a generic function which can be used to compute the CRC32 value of a region of RAM. Patches 1-6, Reviewed-by: Stephen Warren ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v2 6/7] test/py: add generic CRC32 function

2018-03-04 Thread Liam Beguin
Add a generic function which can be used to compute the CRC32 value of a region of RAM. Signed-off-by: Liam Beguin --- test/py/u_boot_utils.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py