]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/kern/arm/bsp/omap3/kernel_uart-arm-omap3.cpp
update
[l4.git] / kernel / fiasco / src / kern / arm / bsp / omap3 / kernel_uart-arm-omap3.cpp
index a576a52e1a160bebd60761fdc256c9c92656a7aa..a98b8e867dbca178a30249504caa53e70cb9aa34 100644 (file)
@@ -1,3 +1,8 @@
+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 && omap3 && serial]:
 
 #include "mem_layout.h"