u-boot-brain/board/gdsys
Simon Glass 3a8ee3df83 board: Rename uclass to sysinfo
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 we want to
use the same uclass to provide SMBIOS information.

The obvious name is 'system' but that is so vague as to be meaningless.
Use 'sysinfo' instead, since this uclass is aimed at providing information
on the system.

Rename everything accordingly.

Note: Due to the patch delta caused by the symbol renames, this patch
shows some renamed files as being deleted in one place and created in
another.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-11-06 10:18:20 +08:00
..
a38x common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
common board: Rename uclass to sysinfo 2020-11-06 10:18:20 +08:00
mpc8308 board: Rename uclass to sysinfo 2020-11-06 10:18:20 +08:00
p1022 treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00