* [U-Boot] [PATCH] rpi: always scroll by 10 lines
@ 2016-02-22 21:15 Lubomir Rintel
2016-02-23 6:02 ` Stephen Warren
2016-02-25 15:27 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Lubomir Rintel @ 2016-02-22 21:15 UTC (permalink / raw)
To: u-boot
Scrolling the simple framebuffer is really slow in Raspberry Pi to the
point it delays the boot by a second or two and makes longer output
inconvenient to follow (printenv, md).
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
include/configs/rpi-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index 97e5d2c..e07fa65 100644
--- a/include/configs/rpi-common.h
+++ b/include/configs/rpi-common.h
@@ -68,6 +68,7 @@
#define CONFIG_FB_ADDR 0
#define CONFIG_VIDEO_BCM2835
#define CONFIG_SYS_WHITE_ON_BLACK
+#define CONFIG_CONSOLE_SCROLL_LINES 10
/* SD/MMC configuration */
#define CONFIG_GENERIC_MMC
--
2.5.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] rpi: always scroll by 10 lines
2016-02-22 21:15 [U-Boot] [PATCH] rpi: always scroll by 10 lines Lubomir Rintel
@ 2016-02-23 6:02 ` Stephen Warren
2016-02-25 15:27 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2016-02-23 6:02 UTC (permalink / raw)
To: u-boot
On 02/22/2016 02:15 PM, Lubomir Rintel wrote:
> Scrolling the simple framebuffer is really slow in Raspberry Pi to the
> point it delays the boot by a second or two and makes longer output
> inconvenient to follow (printenv, md).
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] rpi: always scroll by 10 lines
2016-02-22 21:15 [U-Boot] [PATCH] rpi: always scroll by 10 lines Lubomir Rintel
2016-02-23 6:02 ` Stephen Warren
@ 2016-02-25 15:27 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-02-25 15:27 UTC (permalink / raw)
To: u-boot
On Mon, Feb 22, 2016 at 10:15:33PM +0100, Lubomir Rintel wrote:
> Scrolling the simple framebuffer is really slow in Raspberry Pi to the
> point it delays the boot by a second or two and makes longer output
> inconvenient to follow (printenv, md).
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/90d2ba9a/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-25 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 21:15 [U-Boot] [PATCH] rpi: always scroll by 10 lines Lubomir Rintel
2016-02-23 6:02 ` Stephen Warren
2016-02-25 15:27 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox