mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
fw_cfg: Add support for parisc architecture
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
3e4fb4346c
commit
6b698713d4
@ -187,7 +187,7 @@ config RASPBERRYPI_FIRMWARE
|
|||||||
|
|
||||||
config FW_CFG_SYSFS
|
config FW_CFG_SYSFS
|
||||||
tristate "QEMU fw_cfg device support in sysfs"
|
tristate "QEMU fw_cfg device support in sysfs"
|
||||||
depends on SYSFS && (ARM || ARM64 || PPC_PMAC || SPARC || X86)
|
depends on SYSFS && (ARM || ARM64 || PARISC || PPC_PMAC || SPARC || X86)
|
||||||
depends on HAS_IOPORT_MAP
|
depends on HAS_IOPORT_MAP
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
@ -215,6 +215,9 @@ static void fw_cfg_io_cleanup(void)
|
|||||||
# define FW_CFG_CTRL_OFF 0x08
|
# define FW_CFG_CTRL_OFF 0x08
|
||||||
# define FW_CFG_DATA_OFF 0x00
|
# define FW_CFG_DATA_OFF 0x00
|
||||||
# define FW_CFG_DMA_OFF 0x10
|
# define FW_CFG_DMA_OFF 0x10
|
||||||
|
# elif defined(CONFIG_PARISC) /* parisc */
|
||||||
|
# define FW_CFG_CTRL_OFF 0x00
|
||||||
|
# define FW_CFG_DATA_OFF 0x04
|
||||||
# elif (defined(CONFIG_PPC_PMAC) || defined(CONFIG_SPARC32)) /* ppc/mac,sun4m */
|
# elif (defined(CONFIG_PPC_PMAC) || defined(CONFIG_SPARC32)) /* ppc/mac,sun4m */
|
||||||
# define FW_CFG_CTRL_OFF 0x00
|
# define FW_CFG_CTRL_OFF 0x00
|
||||||
# define FW_CFG_DATA_OFF 0x02
|
# define FW_CFG_DATA_OFF 0x02
|
||||||
|
Loading…
Reference in New Issue
Block a user