Re: [PATCH 1/2] board: sunxi: enable status LED early

2021-09-07 Thread Andre Przywara
On Tue, 7 Sep 2021 13:41:11 +0200 Arnaud Ferraris wrote: Hi Arnaud, > Thanks for your feedback! > > Le 07/09/2021 à 01:46, Andre Przywara a écrit : > > On Mon, 6 Sep 2021 22:57:52 +0200 > > Arnaud Ferraris wrote: > > > > Hi Arnaud, > > > >> diff --git a/board/sunxi/board.c b/board/sunxi/b

Re: [PATCH 1/2] board: sunxi: enable status LED early

2021-09-07 Thread Arnaud Ferraris
Hi André, Thanks for your feedback! Le 07/09/2021 à 01:46, Andre Przywara a écrit : > On Mon, 6 Sep 2021 22:57:52 +0200 > Arnaud Ferraris wrote: > > Hi Arnaud, > >> diff --git a/board/sunxi/board.c b/board/sunxi/board.c >> index 1a46100e40..6e0bf5fbf9 100644 >> --- a/board/sunxi/board.c >> ++

Re: [PATCH 1/2] board: sunxi: enable status LED early

2021-09-06 Thread Andre Przywara
On Mon, 6 Sep 2021 22:57:52 +0200 Arnaud Ferraris wrote: Hi Arnaud, > For some systems, such as the PinePhone, there is no way for the end > user to make sure the system is indeed booting before the boot script is > executed, which takes several seconds. Therefore, it can be useful to > provide

[PATCH 1/2] board: sunxi: enable status LED early

2021-09-06 Thread Arnaud Ferraris
For some systems, such as the PinePhone, there is no way for the end user to make sure the system is indeed booting before the boot script is executed, which takes several seconds. Therefore, it can be useful to provide early visual feedback as soon as possible. In order achieve this goal, this pa