Home
last modified time | relevance | path

Searched refs:QEMU_FW_CFG_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dqfw.h62 #define QEMU_FW_CFG_SIGNATURE (('Q' << 24) | ('E' << 16) | ('M' << 8) | 'U') macro
/openbmc/u-boot/drivers/misc/
H A Dqfw.c385 if (be32_to_cpu(qemu) == QEMU_FW_CFG_SIGNATURE) in qemu_fwcfg_init()