]> git.dujemihanovic.xyz Git - u-boot.git/commit
fsp: Move and rename fsp_types.h file
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 30 Dec 2020 13:57:04 +0000 (19:27 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:41:31 +0000 (14:41 +0100)
commitab201a116f1e825b1728a0133718427885381efd
tree20a5d0a88aa25f33a5e7b4ac501dea32f72121f2
parentcc02f15faabea7ab03af571e5869af1a8dbc7469
fsp: Move and rename fsp_types.h file

The fsp_types.h header file contains macros for building signatures of
different widths. These signature macros are architecture agnostic,
and can be used in all places which use signatures in a data
structure. Move and rename the fsp_types.h under the common include
header.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp/fsp_support.h
include/signatures.h [moved from arch/x86/include/asm/fsp/fsp_types.h with 95% similarity]