Re: [PATCH v6 099/102] x86: apl: Add Kconfig and Makefile

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > Add basic plumbing to allow Apollo Lake support to be used. > > Signed-off-by: Simon Glass > --- > > Changes in v6: > - Make BOOT_FROM_FAST_SPI_FLASH a Kconfig option > > Changes in v5: > - Enable SMP > > Changes in v4: > - Enable

[PATCH v6 099/102] x86: apl: Add Kconfig and Makefile

2019-12-06 Thread Simon Glass
Add basic plumbing to allow Apollo Lake support to be used. Signed-off-by: Simon Glass --- Changes in v6: - Make BOOT_FROM_FAST_SPI_FLASH a Kconfig option Changes in v5: - Enable SMP Changes in v4: - Enable HAVE_X86_FIT - Enable INTEL_GPIO - Switch over to use pinctrl for pad init/config -