From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 20 Jan 2015 08:44:23 +0100 Subject: [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES In-Reply-To: References: <1420154295-16633-1-git-send-email-sjg@chromium.org> <1420154295-16633-5-git-send-email-sjg@chromium.org> Message-ID: <20150120084423.1dab3a42@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Mon, 19 Jan 2015 17:33:08 -0700 Simon Glass wrote: > Hi Anatolij, > > On 1 January 2015 at 16:17, Simon Glass wrote: > > Some machines are very slow to scroll their displays. To cope with this, > > support the CONFIG_CONSOLE_SCROLL_LINES option. Setting this to 5 allows > > the display to operate at an acceptable speed by scrolling 5 lines at > > a time. > > > > This same option is available for LCDs so when these systems are unified > > this code can be unified also. > > > > Signed-off-by: Simon Glass > > Are you happy with this patch? If so, is it OK for me to pick it up via x86? yes, it is OK for me. Thanks, Anatolij