]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Move table csum into separate header
authorAlexander Graf <agraf@suse.de>
Thu, 18 Aug 2016 23:23:22 +0000 (01:23 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 18 Oct 2016 07:58:50 +0000 (15:58 +0800)
commit2b445e4d31940d512b3257f7398b794be710b8a9
treed905011fee8bf0e83e6939c6450cae6461295ff8
parentd5a815327d2c257fbba108ff46974b1c1d12fd2a
x86: Move table csum into separate header

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