Searched refs:sysinfo (Results 1 – 10 of 10) sorted by relevance
23 bool "Enable sysinfo driver for the Gazerbeam board"28 bool "Enable sysinfo driver for the Renesas R-Car Gen3"35 bool "Enable sysinfo driver for the Siemens IOT2050"42 bool "Enable sysinfo driver for the Sandbox board"47 bool "Provide a default sysinfo driver for SMBIOS information"50 not need to have their own sysinfo driver. This includes a default55 bool "Enable gpio sysinfo driver"
5 obj-y += sysinfo-uclass.o
151 UCLASS_DRIVER(sysinfo) = {
12 const struct sysinfo_t *sysinfo = cb_get_sysinfo(); in cbmemc_putc() local16 if (!sysinfo) in cbmemc_putc()18 cons = sysinfo->cbmem_cons; in cbmemc_putc()
105 struct udevice *sysinfo; in interrupt_init() local120 if (sysinfo_get(&sysinfo)) { in interrupt_init()125 ret = uclass_get_device_by_phandle(UCLASS_SIMPLE_BUS, sysinfo, in interrupt_init()
340 sys_info_t sysinfo; in espi_setup_slave() local347 get_sys_info(&sysinfo); in espi_setup_slave()348 spibrg = sysinfo.freq_systembus / 2; in espi_setup_slave()
844 struct sys_info sysinfo; in erratum_err050568() local858 get_sys_info(&sysinfo); in erratum_err050568()859 freq = sysinfo.freq_systembus / 1000000; /* Convert to MHz */ in erratum_err050568()
135 source "drivers/sysinfo/Kconfig"
40 obj-$(CONFIG_$(PHASE_)SYSINFO) += sysinfo/
711 comes from the coreboot 'sysinfo' tables. This allows U-Boot to have722 normal sysinfo tables. This provides a useful fallback when serial
Completed in 24 milliseconds