Home
last modified time | relevance | path

Searched refs:sysinfo (Results 1 – 10 of 10) sorted by relevance

/drivers/sysinfo/
A DKconfig23 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 default
55 bool "Enable gpio sysinfo driver"
A DMakefile5 obj-y += sysinfo-uclass.o
A Dsysinfo-uclass.c151 UCLASS_DRIVER(sysinfo) = {
/drivers/misc/
A Dcbmem_console.c12 const struct sysinfo_t *sysinfo = cb_get_sysinfo(); in cbmemc_putc() local
16 if (!sysinfo) in cbmemc_putc()
18 cons = sysinfo->cbmem_cons; in cbmemc_putc()
/drivers/timer/
A Dmpc83xx_timer.c105 struct udevice *sysinfo; in interrupt_init() local
120 if (sysinfo_get(&sysinfo)) { in interrupt_init()
125 ret = uclass_get_device_by_phandle(UCLASS_SIMPLE_BUS, sysinfo, in interrupt_init()
/drivers/spi/
A Dfsl_espi.c340 sys_info_t sysinfo; in espi_setup_slave() local
347 get_sys_info(&sysinfo); in espi_setup_slave()
348 spibrg = sysinfo.freq_systembus / 2; in espi_setup_slave()
A Dnxp_fspi.c844 struct sys_info sysinfo; in erratum_err050568() local
858 get_sys_info(&sysinfo); in erratum_err050568()
859 freq = sysinfo.freq_systembus / 1000000; /* Convert to MHz */ in erratum_err050568()
/drivers/
A DKconfig135 source "drivers/sysinfo/Kconfig"
A DMakefile40 obj-$(CONFIG_$(PHASE_)SYSINFO) += sysinfo/
/drivers/serial/
A DKconfig711 comes from the coreboot 'sysinfo' tables. This allows U-Boot to have
722 normal sysinfo tables. This provides a useful fallback when serial

Completed in 24 milliseconds