personal.c 512 B

1234567891011121314151617181920212223
  1. /*
  2. * linux/arch/arm/mach-footbridge/personal.c
  3. *
  4. * Personal server (Skiff) machine fixup
  5. */
  6. #include <linux/init.h>
  7. #include <asm/hardware/dec21285.h>
  8. #include <asm/mach-types.h>
  9. #include <asm/mach/arch.h>
  10. #include "common.h"
  11. MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer")
  12. MAINTAINER("Jamey Hicks / George France")
  13. BOOT_MEM(0x00000000, DC21285_ARMCSR_BASE, 0xfe000000)
  14. BOOT_PARAMS(0x00000100)
  15. MAPIO(footbridge_map_io)
  16. INITIRQ(footbridge_init_irq)
  17. .timer = &footbridge_timer,
  18. MACHINE_END