[PATCH v2] fsp: Move and rename fsp_types.h file

2020-12-13 Thread Sughosh Ganu
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

Re: [PATCH v2] fsp: Move and rename fsp_types.h file

2020-12-14 Thread Simon Glass
Hi Sughosh, On Sun, 13 Dec 2020 at 23:23, Sughosh Ganu 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 renam

Re: [PATCH v2] fsp: Move and rename fsp_types.h file

2020-12-14 Thread Sughosh Ganu
hi Simon, On Tue, 15 Dec 2020 at 09:25, Simon Glass wrote: > Hi Sughosh, > > On Sun, 13 Dec 2020 at 23:23, Sughosh Ganu > wrote: > > > > The fsp_types.h header file contains macros for building signatures of > > different widths. These signature macros are architecture agnostic, > > and can be

Re: [PATCH v2] fsp: Move and rename fsp_types.h file

2020-12-21 Thread Bin Meng
On Mon, Dec 14, 2020 at 2:23 PM Sughosh Ganu 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_t