|
@@ -121,7 +121,6 @@ static void __init ixdp425_init(void)
|
|
#ifdef CONFIG_ARCH_IXDP425
|
|
#ifdef CONFIG_ARCH_IXDP425
|
|
MACHINE_START(IXDP425, "Intel IXDP425 Development Platform")
|
|
MACHINE_START(IXDP425, "Intel IXDP425 Development Platform")
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
- .phys_ram = PHYS_OFFSET,
|
|
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.map_io = ixp4xx_map_io,
|
|
.map_io = ixp4xx_map_io,
|
|
@@ -135,7 +134,6 @@ MACHINE_END
|
|
#ifdef CONFIG_MACH_IXDP465
|
|
#ifdef CONFIG_MACH_IXDP465
|
|
MACHINE_START(IXDP465, "Intel IXDP465 Development Platform")
|
|
MACHINE_START(IXDP465, "Intel IXDP465 Development Platform")
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
- .phys_ram = PHYS_OFFSET,
|
|
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.map_io = ixp4xx_map_io,
|
|
.map_io = ixp4xx_map_io,
|
|
@@ -149,7 +147,6 @@ MACHINE_END
|
|
#ifdef CONFIG_ARCH_PRPMC1100
|
|
#ifdef CONFIG_ARCH_PRPMC1100
|
|
MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")
|
|
MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
- .phys_ram = PHYS_OFFSET,
|
|
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.map_io = ixp4xx_map_io,
|
|
.map_io = ixp4xx_map_io,
|
|
@@ -169,7 +166,6 @@ MACHINE_END
|
|
#ifdef CONFIG_ARCH_AVILA
|
|
#ifdef CONFIG_ARCH_AVILA
|
|
MACHINE_START(AVILA, "Gateworks Avila Network Platform")
|
|
MACHINE_START(AVILA, "Gateworks Avila Network Platform")
|
|
/* Maintainer: Deepak Saxena <dsaxena@plexity.net> */
|
|
/* Maintainer: Deepak Saxena <dsaxena@plexity.net> */
|
|
- .phys_ram = PHYS_OFFSET,
|
|
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
.map_io = ixp4xx_map_io,
|
|
.map_io = ixp4xx_map_io,
|