On Mon, Dec 14, 2020 at 2:23 PM Sughosh Ganu <sughosh.g...@linaro.org> wrote: > > 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.g...@linaro.org> > --- > > Changes since v1: > Handled review comments from Simon Glass > > Build tested for cougarcanyon2 board which builds the > relevant fsp code. > > arch/x86/include/asm/fsp/fsp_support.h | 3 ++- > .../x86/include/asm/fsp/fsp_types.h => include/signatures.h | 6 +++--- > 2 files changed, 5 insertions(+), 4 deletions(-) > rename arch/x86/include/asm/fsp/fsp_types.h => include/signatures.h (95%) >
applied to u-boot-x86, thanks!