Re: [U-Boot] [PATCH v3 063/108] x86: Add an option to include a FIT

2019-11-19 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > Many Intel SoCs require a FIT in order to boot properly. Add an option to > include this and enable it by default. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add help to CONFIG_FIT and don't make it 'default y' The changelo

[U-Boot] [PATCH v3 063/108] x86: Add an option to include a FIT

2019-10-20 Thread Simon Glass
Many Intel SoCs require a FIT in order to boot properly. Add an option to include this and enable it by default. Signed-off-by: Simon Glass --- Changes in v3: - Add help to CONFIG_FIT and don't make it 'default y' Changes in v2: None arch/x86/Kconfig | 9 + arch/x86/dts/u-boot