Re: [U-Boot] [PATCH v3 04/12] x86: Use ipchecksum from net/

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > The existing IP checksum function is only accessible to the 'coreboot' cpu. > Drop it in favour of the new code in the network subsystem. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Use checksum code that is now in net/checksum.c >

[U-Boot] [PATCH v3 04/12] x86: Use ipchecksum from net/

2015-01-19 Thread Simon Glass
The existing IP checksum function is only accessible to the 'coreboot' cpu. Drop it in favour of the new code in the network subsystem. Signed-off-by: Simon Glass --- Changes in v3: - Use checksum code that is now in net/checksum.c Changes in v2: - Refactor IP checksum patches arch/x86/cpu/co