Re: [U-Boot] [PATCH v3 1/8] x86: Move table csum into separate header

2016-08-17 Thread Simon Glass
Hi Alex, On 17 August 2016 at 00:27, Alexander Graf wrote: > >> On 17 Aug 2016, at 06:15, Simon Glass wrote: >> >> Hi Alex, >> >> On 16 August 2016 at 02:55, Alexander Graf wrote: >>> We need the checksum function without all the other table functionality >>> soon, so let's split it out into it

Re: [U-Boot] [PATCH v3 1/8] x86: Move table csum into separate header

2016-08-16 Thread Alexander Graf
> On 17 Aug 2016, at 06:15, Simon Glass wrote: > > Hi Alex, > > On 16 August 2016 at 02:55, Alexander Graf wrote: >> We need the checksum function without all the other table functionality >> soon, so let's split it out into its own header file. >> >> Signed-off-by: Alexander Graf >> Reviewe

Re: [U-Boot] [PATCH v3 1/8] x86: Move table csum into separate header

2016-08-16 Thread Simon Glass
Hi Alex, On 16 August 2016 at 02:55, Alexander Graf wrote: > We need the checksum function without all the other table functionality > soon, so let's split it out into its own header file. > > Signed-off-by: Alexander Graf > Reviewed-by: Bin Meng > --- > arch/x86/include/asm/tables.h | 2 ++ >

[U-Boot] [PATCH v3 1/8] x86: Move table csum into separate header

2016-08-16 Thread Alexander Graf
We need the checksum function without all the other table functionality soon, so let's split it out into its own header file. Signed-off-by: Alexander Graf Reviewed-by: Bin Meng --- arch/x86/include/asm/tables.h | 2 ++ arch/x86/lib/tables.c | 12 include/tables_csum.h