]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0a1bca72d9972fbd8b448cd67cfd144c4489d38c
treef9bc7a91d93ab237619abefb3ac0894ee800618a
parentdccb6e319d4aa0597a18458dbcb40ef11aed0ce7
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
arch/x86/include/asm/fsp/fsp_types.h [deleted file]
include/signatures.h [new file with mode: 0644]