From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 30 Apr 2014 01:45:07 +0200 Subject: [U-Boot] [PATCH V2] video: mxc_ipuv3_fb: stash frame buffer pointer in global data. In-Reply-To: <1398807476-29867-1-git-send-email-eric.nelson@boundarydevices.com> References: <1398806002-25067-1-git-send-email-eric.nelson@boundarydevices.com> <1398807476-29867-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <201404300145.07730.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, April 29, 2014 at 11:37:56 PM, Eric Nelson wrote: > This patch updates the i.MX video driver to store the > frame-buffer address in the fb_base field of the global > data structure *gd. > > By doing this, you can find the frame buffer address > using the 'bdinfo' command: > > U-Boot > bdinfo > arch_number = 0x00000EB9 > ... > FB base = 0x4F35F1C0 > > This is very useful when debugging display connections. > > Signed-off-by: Eric Nelson Acked-by: Marek Vasut Best regards, Marek Vasut