ebsa285.c 501 B

1234567891011121314151617181920212223242526
  1. /*
  2. * linux/arch/arm/mach-footbridge/ebsa285.c
  3. *
  4. * EBSA285 machine fixup
  5. */
  6. #include <linux/init.h>
  7. #include <linux/spinlock.h>
  8. #include <asm/hardware/dec21285.h>
  9. #include <asm/mach-types.h>
  10. #include <asm/mach/arch.h>
  11. #include "common.h"
  12. MACHINE_START(EBSA285, "EBSA285")
  13. /* Maintainer: Russell King */
  14. .boot_params = 0x00000100,
  15. .video_start = 0x000a0000,
  16. .video_end = 0x000bffff,
  17. .map_io = footbridge_map_io,
  18. .init_irq = footbridge_init_irq,
  19. .timer = &footbridge_timer,
  20. MACHINE_END