]> Git Repo - J-u-boot.git/commit
fsp: Move and rename fsp_types.h file
authorSughosh Ganu <[email protected]>
Mon, 14 Dec 2020 06:22:44 +0000 (11:52 +0530)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
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]
This page took 0.036027 seconds and 4 git commands to generate.