From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932337AbdJYRni (ORCPT ); Wed, 25 Oct 2017 13:43:38 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:38949 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932095AbdJYRnf (ORCPT ); Wed, 25 Oct 2017 13:43:35 -0400 Subject: Re: [RFC 13/14] bootsplash: Add main documentation To: Max Staudt , b.zolnierkie@samsung.com, linux-fbdev@vger.kernel.org Cc: tiwai@suse.com, oneukum@suse.com, msrb@suse.com, sndirsch@suse.com, michal@markovi.net, linux-kernel@vger.kernel.org References: <20171025124602.28292-1-mstaudt@suse.de> <20171025124602.28292-14-mstaudt@suse.de> From: Randy Dunlap Message-ID: <4f8dd371-e4bd-ae43-c562-2cde87d2c5a8@infradead.org> Date: Wed, 25 Oct 2017 10:43:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171025124602.28292-14-mstaudt@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/25/17 05:46, Max Staudt wrote: > Signed-off-by: Max Staudt > Reviewed-by: Oliver Neukum > --- > Documentation/fb/bootsplash.txt | 169 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 169 insertions(+) > create mode 100644 Documentation/fb/bootsplash.txt > > diff --git a/Documentation/fb/bootsplash.txt b/Documentation/fb/bootsplash.txt > new file mode 100644 > index 000000000000..e2b7c956e6c2 > --- /dev/null > +++ b/Documentation/fb/bootsplash.txt > @@ -0,0 +1,169 @@ > + > +Bootsplash file format > +======================= > + > +A file specified in the kernel configuration as CONFIG_BOOTSPLASH_FILE or > +specified on the command line as bootsplash.filename will be loaded and > +displayed as soon as fbcon is initialized. How do you create or edit such a file? Do you have a program especially for this? Hopefully not just a hex editor... -- ~Randy