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

Simon Glass sjg at chromium.org
Sat Jan 24 14:31:27 CET 2015


On 19 January 2015 at 22:16, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Use checksum code that is now in net/checksum.c
>
> Changes in v2:
> - Refactor IP checksum patches
>
>  arch/x86/cpu/coreboot/Makefile                  |  1 -
>  arch/x86/cpu/coreboot/ipchecksum.c              | 55 -------------------------
>  arch/x86/cpu/coreboot/tables.c                  |  8 ++--
>  arch/x86/include/asm/arch-coreboot/ipchecksum.h | 37 -----------------
>  4 files changed, 4 insertions(+), 97 deletions(-)
>  delete mode 100644 arch/x86/cpu/coreboot/ipchecksum.c
>  delete mode 100644 arch/x86/include/asm/arch-coreboot/ipchecksum.h

Applied to u-boot-x86.


More information about the U-Boot mailing list