fsp: Move and rename fsp_types.h file
authorSughosh Ganu <sughosh.ganu@linaro.org>
Mon, 14 Dec 2020 06:22:44 +0000 (11:52 +0530)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 22 Dec 2020 02:19:40 +0000 (10:19 +0800)
commit6ef1b7508740dfce9b30f172839b385361e8bd50
treef9bc7a91d93ab237619abefb3ac0894ee800618a
parente7eeb6dd2d727ae32c3b796a4c04604fc3eb5650
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]