[U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe()
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 07:14:57 CET 2016
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> Move this code to the LPC's probe() method so that it will happen
> automatically when the LPC is probed before relocation.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Drop unused 'gen-dec' device tree property
>
> arch/x86/cpu/ivybridge/cpu.c | 9 ---------
> arch/x86/cpu/ivybridge/lpc.c | 32 ++++++++++++++++++++++++-------
> arch/x86/dts/chromebook_link.dts | 3 +--
> arch/x86/include/asm/arch-ivybridge/pch.h | 10 ----------
> 4 files changed, 26 insertions(+), 28 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list