x86: Move table csum into separate file
authorAlexander Graf <agraf@suse.de>
Thu, 18 Aug 2016 23:23:21 +0000 (01:23 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Oct 2016 07:01:50 +0000 (09:01 +0200)
commit1befb38b868248dda4e84a57aa779f7e8c0b85c0
treeddc9cb2621fc9b6544e4024e0ee163e9737ee78d
parent8f661a5b662af05d4d6da32dc0a3437542f6e866
x86: Move table csum into separate file

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 <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/tables.h
arch/x86/lib/tables.c
include/tables_csum.h [new file with mode: 0644]
lib/Makefile
lib/tables_csum.c [new file with mode: 0644]