Re: [U-Boot] [PATCH v6 01/10] x86: Move table csum into separate file

2016-09-06 Thread Bin Meng
On Fri, Aug 19, 2016 at 7:23 AM, Alexander Graf wrote: > We need the checksum function without all the other table functionality > soon, so let's split it out into its own C file. > > Signed-off-by: Alexander Graf > > --- > > v5 -> v6: > > - Move to C file > --- >

Re: [U-Boot] [PATCH v6 01/10] x86: Move table csum into separate file

2016-08-20 Thread Simon Glass
On 18 August 2016 at 17:23, Alexander Graf wrote: > We need the checksum function without all the other table functionality > soon, so let's split it out into its own C file. > > Signed-off-by: Alexander Graf > > --- > > v5 -> v6: > > - Move to C file > --- >

[U-Boot] [PATCH v6 01/10] x86: Move table csum into separate file

2016-08-18 Thread Alexander Graf
We need the checksum function without all the other table functionality soon, so let's split it out into its own C file. Signed-off-by: Alexander Graf --- v5 -> v6: - Move to C file --- arch/x86/include/asm/tables.h | 2 ++ arch/x86/lib/tables.c | 12