From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 8 Oct 2016 12:23:57 +0800 Subject: [U-Boot] [PATCH v2 07/12] dm: x86: video: Add a driver-model driver for ivybridge graphics In-Reply-To: References: <1475721740-15124-1-git-send-email-sjg@chromium.org> <1475721740-15124-8-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 Sat, Oct 8, 2016 at 10:33 AM, Bin Meng wrote: > On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass wrote: >> At present we use the legacy vesa driver for graphics. Add a driver which >> supports driver model. This can be probed only when needed, removing the >> need to start up the display if it is not used. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Drop invalid '1' at start of file >> - Comment that no details are available about the magic values >> >> drivers/video/Kconfig | 12 + >> drivers/video/Makefile | 1 + >> drivers/video/ivybridge_igd.c | 843 ++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 856 insertions(+) >> create mode 100644 drivers/video/ivybridge_igd.c >> > > Reviewed-by: Bin Meng Move this patch after patch#9 in this series, and applied to u-boot-x86, thanks!