Home
last modified time | relevance | path

Searched refs:FW_CFG_SIGNATURE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h10 #define FW_CFG_SIGNATURE 0x00 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h10 #define FW_CFG_SIGNATURE 0x00 macro
/openbmc/u-boot/include/
H A Dqfw.h12 FW_CFG_SIGNATURE = 0x00, enumerator
/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c35 qfw_cfg_get(fw_cfg, FW_CFG_SIGNATURE, buf, 4); in test_fw_cfg_signature()
/openbmc/u-boot/drivers/misc/
H A Dqfw.c384 qemu_fwcfg_read_entry_pio(FW_CFG_SIGNATURE, 4, &qemu); in qemu_fwcfg_init()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c81 [FW_CFG_SIGNATURE] = "signature", in key_name()
560 fw_cfg_select(s, FW_CFG_SIGNATURE); in fw_cfg_reset()
1121 fw_cfg_add_bytes(s, FW_CFG_SIGNATURE, (char *)"QEMU", 4); in fw_cfg_common_realize()
/openbmc/qemu/docs/specs/
H A Dfw_cfg.rst110 Signature (Key 0x0000, ``FW_CFG_SIGNATURE``)
114 by selecting the "signature" item using key 0x0000 (``FW_CFG_SIGNATURE``),
/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c292 if (fw_cfg_read_blob(FW_CFG_SIGNATURE, sig, in fw_cfg_do_platform_probe()