Loading arch/arm/mach-ixp4xx/avila-setup.c +6 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,9 @@ MACHINE_START(AVILA, "Gateworks Avila Network Platform") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = avila_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END /* Loading @@ -184,6 +187,9 @@ MACHINE_START(LOFT, "Giant Shoulder Inc Loft board") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = avila_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END #endif arch/arm/mach-ixp4xx/coyote-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,9 @@ MACHINE_START(ADI_COYOTE, "ADI Engineering Coyote") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = coyote_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END #endif Loading arch/arm/mach-ixp4xx/dsmg600-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -284,4 +284,7 @@ MACHINE_START(DSMG600, "D-Link DSM-G600 RevA") .init_irq = ixp4xx_init_irq, .timer = &dsmg600_timer, .init_machine = dsmg600_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END arch/arm/mach-ixp4xx/fsg-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -275,5 +275,8 @@ MACHINE_START(FSG, "Freecom FSG-3") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = fsg_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END arch/arm/mach-ixp4xx/gateway7001-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -101,5 +101,8 @@ MACHINE_START(GATEWAY7001, "Gateway 7001 AP") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = gateway7001_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END #endif Loading
arch/arm/mach-ixp4xx/avila-setup.c +6 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,9 @@ MACHINE_START(AVILA, "Gateworks Avila Network Platform") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = avila_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END /* Loading @@ -184,6 +187,9 @@ MACHINE_START(LOFT, "Giant Shoulder Inc Loft board") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = avila_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END #endif
arch/arm/mach-ixp4xx/coyote-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,9 @@ MACHINE_START(ADI_COYOTE, "ADI Engineering Coyote") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = coyote_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END #endif Loading
arch/arm/mach-ixp4xx/dsmg600-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -284,4 +284,7 @@ MACHINE_START(DSMG600, "D-Link DSM-G600 RevA") .init_irq = ixp4xx_init_irq, .timer = &dsmg600_timer, .init_machine = dsmg600_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END
arch/arm/mach-ixp4xx/fsg-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -275,5 +275,8 @@ MACHINE_START(FSG, "Freecom FSG-3") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = fsg_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END
arch/arm/mach-ixp4xx/gateway7001-setup.c +3 −0 Original line number Diff line number Diff line Loading @@ -101,5 +101,8 @@ MACHINE_START(GATEWAY7001, "Gateway 7001 AP") .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = gateway7001_init, #if defined(CONFIG_PCI) .dma_zone_size = SZ_64M, #endif MACHINE_END #endif