From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 8 Oct 2016 12:24:08 +0800 Subject: [U-Boot] [PATCH v2 11/12] dm: x86: Move samus to use new driver model support In-Reply-To: <1475721740-15124-12-git-send-email-sjg@chromium.org> References: <1475721740-15124-1-git-send-email-sjg@chromium.org> <1475721740-15124-12-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 samus driver to avoid the direct call to the video BIOS setup. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/broadwell/sdram.c | 1 - > drivers/video/broadwell_igd.c | 39 +++++++-------------------------------- > 2 files changed, 7 insertions(+), 33 deletions(-) > applied to u-boot-x86, thanks!