]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/kern/arm/bsp/pxa/kernel_uart-arm-pxa.cpp
update: sync
[l4.git] / kernel / fiasco / src / kern / arm / bsp / pxa / kernel_uart-arm-pxa.cpp
diff --git a/kernel/fiasco/src/kern/arm/bsp/pxa/kernel_uart-arm-pxa.cpp b/kernel/fiasco/src/kern/arm/bsp/pxa/kernel_uart-arm-pxa.cpp
deleted file mode 100644 (file)
index ca1295e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-INTERFACE:
-
-// On ARM the MMIO for the uart is accessible before the MMU is fully up
-EXTENSION class Kernel_uart { enum { Bsp_init_mode = Init_before_mmu }; };
-
-IMPLEMENTATION [arm && pxa && serial]:
-
-#include "kmem.h"
-#include "mem_layout.h"
-
-IMPLEMENT
-bool Kernel_uart::startup(unsigned port, int /*irq*/)
-{
-  return Uart::startup(Kmem::mmio_remap(Mem_layout::Uart_phys_base), 22);
-}