From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 8 Oct 2016 12:24:12 +0800 Subject: [U-Boot] [PATCH v2 12/12] dm: x86: Move link to use driver model for video In-Reply-To: <1475721740-15124-13-git-send-email-sjg@chromium.org> References: <1475721740-15124-1-git-send-email-sjg@chromium.org> <1475721740-15124-13-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass wrote: > Update the configuration to use the new driver. Drop the existing plumbing > code and unused header files. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > 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!