[PATCH] cmd: add a fetch utility

2024-11-14 Thread Caleb Connolly
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 entertaining. The ufetch command aims to brin

Re: [PATCH] cmd: add a fetch utility

2024-11-12 Thread Tom Rini
On Tue, Nov 12, 2024 at 04:40:44PM -0800, Tony Dinh wrote: > Hi Tom, > > On Fri, Aug 9, 2024 at 3:41 PM Tom Rini wrote: > > > > On Fri, Aug 09, 2024 at 07:23:42PM +0200, Caleb Connolly wrote: > > > > > > > > > On 09/08/2024 08:18, Heinrich Schuchardt wrote: > > > > > > > > > > > > Am 8. August 20

Re: [PATCH] cmd: add a fetch utility

2024-11-12 Thread Tony Dinh
Hi Tom, On Fri, Aug 9, 2024 at 3:41 PM Tom Rini wrote: > > On Fri, Aug 09, 2024 at 07:23:42PM +0200, Caleb Connolly wrote: > > > > > > On 09/08/2024 08:18, Heinrich Schuchardt wrote: > > > > > > > > > Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly > > > : > > > > While U-Boot does a pret

Re: [PATCH] cmd: add a fetch utility

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 07:23:42PM +0200, Caleb Connolly wrote: > > > On 09/08/2024 08:18, Heinrich Schuchardt wrote: > > > > > > Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly > > : > > > While U-Boot does a pretty good job at printing information at startup > > > about what hardware

Re: [PATCH] cmd: add a fetch utility

2024-08-09 Thread Simon Glass
Hi Caleb, On Fri, 9 Aug 2024 at 11:00, Caleb Connolly wrote: > > Hi Simon, > > On 09/08/2024 03:55, Simon Glass wrote: > > Hi Caleb, > > > > On Thu, 8 Aug 2024 at 10:32, Caleb Connolly > > wrote: > > > > > > While U-Boot does a pretty good job at printing info

Re: [PATCH] cmd: add a fetch utility

2024-08-09 Thread Caleb Connolly
On 09/08/2024 08:18, Heinrich Schuchardt wrote: Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly : While U-Boot does a pretty good job at printing information at startup about what hardware it's running on, it can be hard to take pretty pictures of this to show off on the internet (b

Re: [PATCH] cmd: add a fetch utility

2024-08-09 Thread Caleb Connolly
Hi Simon, On 09/08/2024 03:55, Simon Glass wrote: Hi Caleb, On Thu, 8 Aug 2024 at 10:32, Caleb Connolly > wrote: > > While U-Boot does a pretty good job at printing information at startup > about what hardware it's running on, it can be hard to take pretty

Re: [PATCH] cmd: add a fetch utility

2024-08-08 Thread Heinrich Schuchardt
Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly : >While U-Boot does a pretty good job at printing information at startup >about what hardware it's running on, it can be hard to take pretty >pictures of this to show off on the internet (by far the most >important aspect of porting a devi

Re: [PATCH] cmd: add a fetch utility

2024-08-08 Thread Michal Simek
On 8/8/24 18:24, Caleb Connolly wrote: While U-Boot does a pretty good job at printing information at startup about what hardware it's running on, it can be hard to take pretty pictures of this to show off on the internet (by far the most important aspect of porting a device in 2024!). Add a

Re: [PATCH] cmd: add a fetch utility

2024-08-08 Thread Simon Glass
Hi Caleb, On Thu, 8 Aug 2024 at 10:32, Caleb Connolly wrote: > > While U-Boot does a pretty good job at printing information at startup > about what hardware it's running on, it can be hard to take pretty > pictures of this to show off on the internet (by far the most > important aspect of portin

[PATCH] cmd: add a fetch utility

2024-08-08 Thread Caleb Connolly
While U-Boot does a pretty good job at printing information at startup about what hardware it's running on, it can be hard to take pretty pictures of this to show off on the internet (by far the most important aspect of porting a device in 2024!). Add a small utility "ufetch" for displaying some i