From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 11 Oct 2016 18:06:47 -0600 Subject: [U-Boot] [PATCH 09/11] x86: coreboot: Convert to use DM coreboot video driver In-Reply-To: <1476011660-6780-10-git-send-email-bmeng.cn@gmail.com> References: <1476011660-6780-1-git-send-email-bmeng.cn@gmail.com> <1476011660-6780-10-git-send-email-bmeng.cn@gmail.com> 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 9 October 2016 at 05:14, Bin Meng wrote: > This converts coreboot to use DM framebuffer driver. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/coreboot/Kconfig | 4 ---- > arch/x86/dts/bayleybay.dts | 1 + > arch/x86/dts/broadwell_som-6896.dts | 1 + > arch/x86/dts/chromebook_link.dts | 1 + > arch/x86/dts/chromebook_samus.dts | 1 + > arch/x86/dts/chromebox_panther.dts | 1 + > arch/x86/dts/coreboot_fb.dtsi | 5 +++++ > arch/x86/dts/minnowmax.dts | 1 + > configs/coreboot-x86_defconfig | 2 ++ > doc/README.x86 | 4 ++++ > drivers/video/Makefile | 2 +- > include/configs/som-6896.h | 6 +++--- > 12 files changed, 21 insertions(+), 8 deletions(-) > create mode 100644 arch/x86/dts/coreboot_fb.dtsi Reviewed-by: Simon Glass