Re: [PATCH v2] cmd: add a fetch utility

2024-11-14 Thread Mattijs Korpershoek
Hi Caleb, Thank you for the patch. On mer., nov. 13, 2024 at 05:22, Caleb Connolly wrote: > Add a small utility for displaying some information about U-Boot and the > hardware it's running on in a similar fashion to the popular neofetch > tool for Linux [1]. > > While the output is meant to be

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Tony Dinh
Hi Caleb, On Wed, Nov 13, 2024 at 7:22 AM Tom Rini wrote: > > On Wed, Nov 13, 2024 at 03:40:01PM +0100, Heinrich Schuchardt wrote: > > Am 13. November 2024 14:32:57 MEZ schrieb Neil Armstrong > > : > > >On 13/11/2024 05:22, Caleb Connolly wrote: > > >> Add a small utility for displaying some inf

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Tom Rini
On Wed, Nov 13, 2024 at 03:40:01PM +0100, Heinrich Schuchardt wrote: > Am 13. November 2024 14:32:57 MEZ schrieb Neil Armstrong > : > >On 13/11/2024 05:22, Caleb Connolly wrote: > >> Add a small utility for displaying some information about U-Boot and the > >> hardware it's running on in a similar

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Neil Armstrong
On 13/11/2024 15:40, Heinrich Schuchardt wrote: Am 13. November 2024 14:32:57 MEZ schrieb Neil Armstrong : On 13/11/2024 05:22, Caleb Connolly wrote: Add a small utility for displaying some information about U-Boot and the hardware it's running on in a similar fashion to the popular neofetch t

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Heinrich Schuchardt
Am 13. November 2024 14:32:57 MEZ schrieb Neil Armstrong : >On 13/11/2024 05:22, Caleb Connolly wrote: >> Add a small utility for displaying some information about U-Boot and the >> hardware it's running on in a similar fashion to the popular neofetch >> tool for Linux [1]. >> >> While the output

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Neil Armstrong
On 13/11/2024 05:22, Caleb Connolly wrote: Add a small utility for displaying some information about U-Boot and the hardware it's running on in a similar fashion to the popular neofetch tool for Linux [1]. While the output is meant to be useful, it should also be pleasing to look at and perhaps

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Simon Glass
On Tue, 12 Nov 2024 at 21:26, Caleb Connolly wrote: > > Add a small utility for displaying some information about U-Boot and the > hardware it's running on in a similar fashion to the popular neofetch > tool for Linux [1]. > > While the output is meant to be useful, it should also be pleasing to >

Re: [PATCH v2] cmd: add a fetch utility

2024-11-12 Thread Ilias Apalodimas
On Wed, 13 Nov 2024 at 06:26, Caleb Connolly wrote: > > Add a small utility for displaying some information about U-Boot and the > hardware it's running on in a similar fashion to the popular neofetch > tool for Linux [1]. > > While the output is meant to be useful, it should also be pleasing to >