hw/mips: Implement fw_cfg_arch_key_name()
commit313d1e910ac0eb12bbfe83f158cab60f600319f1
authorHuacai Chen <chenhuacai@kernel.org>
Tue, 22 Sep 2020 02:49:25 +0000 (22 10:49 +0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 4 Jan 2021 22:32:27 +0000 (4 23:32 +0100)
treeabeba77112981d44dd11afe2372db80502d7f63a
parentdea96332327f2651f726244cc5bb41c4f9350f8b
hw/mips: Implement fw_cfg_arch_key_name()

Implement fw_cfg_arch_key_name(), which returns the name of a
mips-specific key.

Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhuacai@kernel.org>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <1600742967-12933-7-git-send-email-chenhc@lemote.com>
[PMD: Add FW_CFG_MIPS Kconfig selector]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/mips/Kconfig
hw/mips/fw_cfg.c [new file with mode: 0644]
hw/mips/fw_cfg.h [new file with mode: 0644]
hw/mips/meson.build