dm: sysinfo: Shorten the SYSINFO_ID prefix
authorSimon Glass <sjg@chromium.org>
Thu, 31 Oct 2024 17:50:23 +0000 (18:50 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 17 Nov 2024 19:12:54 +0000 (13:12 -0600)
commit3fcbae5f849b2a5c36ad5ca0d90dd94191760053
treee7c51f231830c3ae12a1c9ab76e2f7d23f7ac92c
parent7f150502103b8e0e18864358d7ca2568db9bf174
dm: sysinfo: Shorten the SYSINFO_ID prefix

We are about to add a large number of new entries. Update the prefix to
be a little shorter.

For SMBIOS items, use SYSID_SM_ (for System Management) which is enough
to distinguish it. For now at least, it seems that most items will be
for SMBIOS.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Raymond Mao <raymond.mao@linaro.org>
board/coreboot/coreboot/sysinfo.c
board/google/chromebook_coral/coral.c
board/toradex/common/tdx-common.c
common/board_info.c
drivers/sysinfo/gazerbeam.h
drivers/sysinfo/gpio.c
drivers/sysinfo/rcar3.c
drivers/sysinfo/sandbox.h
include/sysinfo.h
lib/smbios.c
test/dm/sysinfo-gpio.c