Re: [PATCH v4 01/13] board: Rename uclass to sysinfo

2020-11-03 Thread Bin Meng
Hi Simon, On Thu, Oct 22, 2020 at 10:22 PM Simon Glass wrote: > > This uclass is intended to provide a way to obtain information about a > U-Boot board. But the concept of a U-Boot 'board' is the whole system, > not just one circuit board, meaning that 'board' is something of a > misnomer for thi

[PATCH v4 01/13] board: Rename uclass to sysinfo

2020-10-22 Thread Simon Glass
This uclass is intended to provide a way to obtain information about a U-Boot board. But the concept of a U-Boot 'board' is the whole system, not just one circuit board, meaning that 'board' is something of a misnomer for this uclass. In addition, the name 'board' is a bit overused in U-Boot and w