Searched refs:smbios (Results 1 – 25 of 34) sorted by relevance
12
/u-boot/arch/x86/dts/ |
A D | smbios.dtsi | 12 smbios: smbios { label 13 compatible = "u-boot,sysinfo-smbios"; 15 smbios {
|
A D | galileo.dts | 167 smbios { 168 compatible = "u-boot,sysinfo-smbios"; 180 smbios {
|
A D | qemu-x86_i440fx.dts | 17 #include "smbios.dtsi"
|
A D | chromebox_panther.dts | 9 #include "smbios.dtsi"
|
A D | qemu-x86_q35.dts | 27 #include "smbios.dtsi"
|
A D | cougarcanyon2.dts | 17 #include "smbios.dtsi"
|
A D | edison.dts | 15 #include "smbios.dtsi"
|
A D | cherryhill.dts | 17 #include "smbios.dtsi"
|
A D | crownbay.dts | 18 #include "smbios.dtsi"
|
A D | bayleybay.dts | 19 #include "smbios.dtsi"
|
/u-boot/board/coreboot/coreboot/ |
A D | coreboot.c | 26 …const struct smbios_entry *smbios = smbios_entry(lib_sysinfo.smbios_start, lib_sysinfo.smbios_size… in show_board_info() local 28 if (!smbios) in show_board_info() 31 const struct smbios_header *bios = smbios_header(smbios, SMBIOS_BIOS_INFORMATION); in show_board_info() 32 const struct smbios_header *system = smbios_header(smbios, SMBIOS_SYSTEM_INFORMATION); in show_board_info()
|
/u-boot/arch/arm/dts/ |
A D | imx6ull-myir-mys-6ulx-eval-u-boot.dts | 8 smbios { 9 compatible = "u-boot,sysinfo-smbios"; 11 smbios {
|
A D | armada-3720-uDPU-u-boot.dtsi | 4 smbios { 5 compatible = "u-boot,sysinfo-smbios"; 7 smbios {
|
A D | meson-gxbb-odroidc2-u-boot.dtsi | 10 smbios { 11 compatible = "u-boot,sysinfo-smbios"; 13 smbios {
|
A D | rk3328-rock-pi-e-u-boot.dtsi | 10 smbios { 11 compatible = "u-boot,sysinfo-smbios"; 13 smbios {
|
A D | rk3328-roc-cc-u-boot.dtsi | 13 smbios { 14 compatible = "u-boot,sysinfo-smbios"; 16 smbios {
|
A D | rk3328-rock64-u-boot.dtsi | 13 smbios { 14 compatible = "u-boot,sysinfo-smbios"; 16 smbios {
|
A D | rk3368-lion-u-boot.dtsi | 17 smbios { 18 compatible = "u-boot,sysinfo-smbios"; 20 smbios {
|
/u-boot/arch/x86/lib/ |
A D | tables.c | 143 void *smbios; in write_tables() local 145 smbios = bloblist_find(BLOBLISTT_SMBIOS_TABLES, 0); in write_tables() 146 if (!smbios) in write_tables() 148 memcpy(ptr, smbios, sizeof(struct smbios_entry)); in write_tables()
|
/u-boot/doc/usage/ |
A D | qfw.rst | 45 etc/smbios/smbios-tables 46 etc/smbios/smbios-anchor
|
/u-boot/doc/device-tree-bindings/sysinfo/ |
A D | smbios.txt | 9 - compatible: "u-boot,smbios" or any other string depending on your board 15 An optional 'smbios' subnode can be used to provide these properties. Within 54 smbios {
|
A D | sysinfo.txt | 12 See also smbios.txt
|
/u-boot/drivers/sysinfo/ |
A D | Makefile | 8 obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o
|
/u-boot/arch/x86/include/asm/acpi/ |
A D | cros_gnvs.asl | 21 VBTA, 32, // 0xd9a - pointer to smbios FWID
|
/u-boot/lib/ |
A D | Makefile | 39 obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += smbios.o 40 obj-$(CONFIG_SMBIOS_PARSER) += smbios-parser.o
|
Completed in 17 milliseconds
12