[U-Boot] [PATCH v2 12/12] dm: x86: Move link to use driver model for video
Bin Meng
bmeng.cn at gmail.com
Sat Oct 8 06:24:12 CEST 2016
On Thu, Oct 6, 2016 at 10:42 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> 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
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list