Searched refs:FW_CFG_SIGNATURE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 10 #define FW_CFG_SIGNATURE 0x00 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | qemu_fw_cfg.h | 10 #define FW_CFG_SIGNATURE 0x00 macro
|
/openbmc/u-boot/include/ |
H A D | qfw.h | 12 FW_CFG_SIGNATURE = 0x00, enumerator
|
/openbmc/qemu/tests/qtest/ |
H A D | fw_cfg-test.c | 35 qfw_cfg_get(fw_cfg, FW_CFG_SIGNATURE, buf, 4); in test_fw_cfg_signature()
|
/openbmc/u-boot/drivers/misc/ |
H A D | qfw.c | 384 qemu_fwcfg_read_entry_pio(FW_CFG_SIGNATURE, 4, &qemu); in qemu_fwcfg_init()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 82 [FW_CFG_SIGNATURE] = "signature", in key_name() 561 fw_cfg_select(s, FW_CFG_SIGNATURE); in fw_cfg_reset() 1122 fw_cfg_add_bytes(s, FW_CFG_SIGNATURE, (char *)"QEMU", 4); in fw_cfg_common_realize()
|
/openbmc/qemu/docs/specs/ |
H A D | fw_cfg.rst | 110 Signature (Key 0x0000, ``FW_CFG_SIGNATURE``) 114 by selecting the "signature" item using key 0x0000 (``FW_CFG_SIGNATURE``),
|
/openbmc/linux/drivers/firmware/ |
H A D | qemu_fw_cfg.c | 292 if (fw_cfg_read_blob(FW_CFG_SIGNATURE, sig, in fw_cfg_do_platform_probe()
|