Re: [U-Boot] [PATCH 01/10] x86: Rename existing FSP code to fsp1

2019-08-19 Thread Bin Meng
Hi Simon, On Mon, Aug 19, 2019 at 6:51 AM Simon Glass wrote: > > Since there is now a new version of the FSP and it is incompatible with > the existing version, move the code into an fsp1 directory. This will > allow us to put FSP v2 code into an fsp2 directory. > > Add a Kconfig which defines

[U-Boot] [PATCH 01/10] x86: Rename existing FSP code to fsp1

2019-08-18 Thread Simon Glass
Since there is now a new version of the FSP and it is incompatible with the existing version, move the code into an fsp1 directory. This will allow us to put FSP v2 code into an fsp2 directory. Add a Kconfig which defines which version is in use. Some of the code in this new fsp1/ directory is