Home
last modified time | relevance | path

Searched refs:smbios (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A DMakefile38 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o
39 dell-smbios-objs := dell-smbios-base.o
40 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o
41 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o
/OK3568_Linux_fs/kernel/tools/wmi/
H A DMakefile7 TARGET = dell-smbios-example
17 install: dell-smbios-example
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-qemu_fw_cfg77 "etc/smbios/smbios-tables"
78 "etc/smbios/smbios-anchor"
H A Ddell-smbios-wmi1 What: /dev/wmi/dell-smbios
20 the WMI character device /dev/wmi/dell-smbios.
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A Denv.c54 loongson_p = &(boot_p->efi.smbios.lp); in prom_init_env()
141 loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios; in prom_init_env()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi.c41 .smbios = EFI_INVALID_TABLE_ADDR,
134 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()
135 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios); in systab_show()
514 {SMBIOS_TABLE_GUID, &efi.smbios, "SMBIOS" },
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Dquirks.c525 if (!data->smbios) in efi_reuse_config()
543 ((efi_config_table_64_t *)p)->table = data->smbios; in efi_reuse_config()
H A Defi.c75 &efi.smbios,
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkexec-bzimage64.c146 esd->smbios = efi.smbios; in prepare_add_efi_setup_data()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0006-use-intptr_t-to-fix-pointer-to-int-cast-issues.patch51 if ((addr = fwts_scan_efi_systab(smbios)) != NULL) {
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h185 struct smbios_tables smbios; /* SM BIOS table */ member
/OK3568_Linux_fs/u-boot/lib/
H A DMakefile28 obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += smbios.o
H A DKconfig333 Check http://www.dmtf.org/standards/smbios for details.
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Defi.h161 u64 smbios; member
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Ddmi_scan.c682 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine()
689 p = dmi_early_remap(efi.smbios, 32); in dmi_scan_machine()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h550 unsigned long smbios; /* SMBIOS table (32 bit entry point) */ member
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS4976 F: drivers/platform/x86/dell-smbios.*
4982 F: drivers/platform/x86/dell-smbios-smm.c
4988 F: drivers/platform/x86/dell-smbios-wmi.c
4989 F: tools/wmi/dell-smbios-example.c