mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: framebuffer: update documentation to current state
@ 2018-04-03 16:08 Oleksij Rempel
  2018-04-04  5:55 ` Sascha Hauer
  2018-04-04 12:48 ` Roland Hieber
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksij Rempel @ 2018-04-03 16:08 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

Framebuffer console support was added in 2015.

Reported-by: TobSnyder at #barebox irc
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
 Documentation/user/framebuffer.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/user/framebuffer.rst b/Documentation/user/framebuffer.rst
index 7d004fa1c..d033ff08f 100644
--- a/Documentation/user/framebuffer.rst
+++ b/Documentation/user/framebuffer.rst
@@ -1,9 +1,10 @@
 Framebuffer support
 ===================
 
-barebox has support for framebuffer devices. Currently there is no console support
-for framebuffers, so framebuffer usage is limited to splash screens only. barebox
-supports BMP and PNG graphics using the :ref:`command_splash` command. barebox
+Framebuffer spash screen
+------------------------
+
+barebox supports BMP and PNG graphics using the :ref:`command_splash` command. barebox
 currently has no support for backlights, so unless there is a board specific enable
 hook for enabling a display it must be done manually with a script. Since barebox
 has nothing useful to show on the framebuffer it doesn't enable it during startup.
-- 
2.14.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: framebuffer: update documentation to current state
  2018-04-03 16:08 [PATCH] Documentation: framebuffer: update documentation to current state Oleksij Rempel
@ 2018-04-04  5:55 ` Sascha Hauer
  2018-04-04 12:48 ` Roland Hieber
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2018-04-04  5:55 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: barebox

On Tue, Apr 03, 2018 at 06:08:54PM +0200, Oleksij Rempel wrote:
> Framebuffer console support was added in 2015.
> 
> Reported-by: TobSnyder at #barebox irc
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> ---
>  Documentation/user/framebuffer.rst | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/Documentation/user/framebuffer.rst b/Documentation/user/framebuffer.rst
> index 7d004fa1c..d033ff08f 100644
> --- a/Documentation/user/framebuffer.rst
> +++ b/Documentation/user/framebuffer.rst
> @@ -1,9 +1,10 @@
>  Framebuffer support
>  ===================
>  
> -barebox has support for framebuffer devices. Currently there is no console support
> -for framebuffers, so framebuffer usage is limited to splash screens only. barebox
> -supports BMP and PNG graphics using the :ref:`command_splash` command. barebox
> +Framebuffer spash screen
> +------------------------
> +
> +barebox supports BMP and PNG graphics using the :ref:`command_splash` command. barebox
>  currently has no support for backlights, so unless there is a board specific enable
>  hook for enabling a display it must be done manually with a script. Since barebox
>  has nothing useful to show on the framebuffer it doesn't enable it during startup.
> -- 
> 2.14.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: framebuffer: update documentation to current state
  2018-04-03 16:08 [PATCH] Documentation: framebuffer: update documentation to current state Oleksij Rempel
  2018-04-04  5:55 ` Sascha Hauer
@ 2018-04-04 12:48 ` Roland Hieber
  1 sibling, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2018-04-04 12:48 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: barebox

On Tue, Apr 03, 2018 at 06:08:54PM +0200, Oleksij Rempel wrote:
> Framebuffer console support was added in 2015.
> 
> Reported-by: TobSnyder at #barebox irc
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> ---
>  Documentation/user/framebuffer.rst | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/user/framebuffer.rst b/Documentation/user/framebuffer.rst
> index 7d004fa1c..d033ff08f 100644
> --- a/Documentation/user/framebuffer.rst
> +++ b/Documentation/user/framebuffer.rst
> @@ -1,9 +1,10 @@
>  Framebuffer support
>  ===================
>  
> -barebox has support for framebuffer devices. Currently there is no console support
> -for framebuffers, so framebuffer usage is limited to splash screens only. barebox
> -supports BMP and PNG graphics using the :ref:`command_splash` command. barebox
> +Framebuffer spash screen

s/spash/splash/

 - Roland

> +------------------------
> +
> +barebox supports BMP and PNG graphics using the :ref:`command_splash` command. barebox
>  currently has no support for backlights, so unless there is a board specific enable
>  hook for enabling a display it must be done manually with a script. Since barebox
>  has nothing useful to show on the framebuffer it doesn't enable it during startup.
> -- 
> 2.14.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-04 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 16:08 [PATCH] Documentation: framebuffer: update documentation to current state Oleksij Rempel
2018-04-04  5:55 ` Sascha Hauer
2018-04-04 12:48 ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox