Re: [U-Boot] [PATCH v5 098/101] x86: apl: Add Kconfig and Makefile

2019-12-01 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > Add basic plumbing to allow Apollo Lake support to be used. > > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Enable SMP > > Changes in v4: > - Enable HAVE_X86_FIT > - Enable INTEL_GPIO > - Switch over to use pinctrl

[U-Boot] [PATCH v5 098/101] x86: apl: Add Kconfig and Makefile

2019-11-24 Thread Simon Glass
Add basic plumbing to allow Apollo Lake support to be used. Signed-off-by: Simon Glass --- Changes in v5: - Enable SMP Changes in v4: - Enable HAVE_X86_FIT - Enable INTEL_GPIO - Switch over to use pinctrl for pad init/config - Use existing VBT Kconfig option - apollolake -> Apollo Lake