[U-Boot] [PATCH 12/12] dm: x86: Move link to use driver model for video

Bin Meng bmeng.cn at gmail.com
Wed Oct 5 11:20:54 CEST 2016


On Mon, Oct 3, 2016 at 11:12 AM, Simon Glass <sjg at chromium.org> wrote:
> Update the configuration to use the new driver. Drop the existing plumbing
> code and unused header files.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/cpu/ivybridge/Makefile               |   1 -
>  arch/x86/cpu/ivybridge/bd82x6x.c              |  12 -
>  arch/x86/cpu/ivybridge/early_me.c             |   1 -
>  arch/x86/cpu/ivybridge/gma.c                  | 850 --------------------------
>  arch/x86/cpu/ivybridge/gma.h                  | 156 -----
>  arch/x86/cpu/ivybridge/model_206ax.c          |   1 -
>  arch/x86/cpu/ivybridge/sata.c                 |   1 -
>  arch/x86/include/asm/arch-ivybridge/bd82x6x.h |  12 -
>  arch/x86/include/asm/cpu.h                    |   1 -
>  configs/chromebook_link_defconfig             |   2 +
>  10 files changed, 2 insertions(+), 1035 deletions(-)
>  delete mode 100644 arch/x86/cpu/ivybridge/gma.c
>  delete mode 100644 arch/x86/cpu/ivybridge/gma.h
>  delete mode 100644 arch/x86/include/asm/arch-ivybridge/bd82x6x.h
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list