u-boot-brain/drivers/timer
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
..
Kconfig timer: Add _TIMER suffix to Andes PLMT Kconfig 2020-10-26 10:01:28 +08:00
Makefile riscv: Move timer portions of SiFive CLINT to drivers/timer 2020-10-26 10:01:28 +08:00
ag101p_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
altera_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
andes_plmt_timer.c riscv: Move Andes PLMT driver to drivers/timer 2020-10-26 10:01:28 +08:00
arc_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
ast_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
atcpit100_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
atmel_pit_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
cadence-ttc.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
dw-apb-timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
mchp-pit64b-timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
mpc83xx_timer.c board: Rename uclass to sysinfo 2020-11-06 10:18:20 +08:00
mtk_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
nomadik-mtu-timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
omap-timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
ostm_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
riscv_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
rockchip_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
sandbox_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
sifive_clint_timer.c riscv: Move timer portions of SiFive CLINT to drivers/timer 2020-10-26 10:01:28 +08:00
sti-timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
stm32_timer.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
timer-uclass.c timer: Return count from timer_ops.get_count 2020-10-22 09:54:53 -04:00
tsc_timer.c x86: Fix up driver names to avoid dtoc warnings 2020-11-05 14:58:45 +08:00