u-boot-brain/drivers/sysinfo
Sean Anderson 4d65c6bcd7 sysinfo: Require that sysinfo_detect be called before other methods
This has the uclass enforce calling detect() before other methods.  This
allows drivers to cache information in detect() and perform (cheaper)
retrieval in the other accessors. This also modifies the only instance
where this sequencing was not followed.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-05-04 07:57:18 -04:00
..
gazerbeam.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
gazerbeam.h sysinfo: Use global sysinfo IDs for existing sysinfo drivers 2021-05-04 07:57:18 -04:00
Kconfig sysinfo: Provide a default driver to set SMBIOS values 2020-11-06 10:18:20 +08:00
Makefile sysinfo: Provide a default driver to set SMBIOS values 2020-11-06 10:18:20 +08:00
sandbox.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
sandbox.h sysinfo: Use global sysinfo IDs for existing sysinfo drivers 2021-05-04 07:57:18 -04:00
smbios.c sysinfo: Provide a default driver to set SMBIOS values 2020-11-06 10:18:20 +08:00
sysinfo-uclass.c sysinfo: Require that sysinfo_detect be called before other methods 2021-05-04 07:57:18 -04:00