]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/kern/arm/bsp/s3c/mem_layout-arm-s3c2410.cpp
6253830f0392fef49dbb7d9eea90ea6dbf97a9c6
[l4.git] / kernel / fiasco / src / kern / arm / bsp / s3c / mem_layout-arm-s3c2410.cpp
1 INTERFACE [arm && s3c2410]: //----------------------------------------------
2
3 EXTENSION class Mem_layout
4 {
5 public:
6   enum Virt_layout_s3c2410 : Address {
7     Uart_map_base        = Devices0_map_base,
8     Timer_map_base       = Devices1_map_base,
9     Pic_map_base         = Devices2_map_base,
10     Watchdog_map_base    = Devices3_map_base,
11     Uart_base            = Uart_map_base,
12   };
13
14   enum Phys_layout : Address{
15     Devices0_phys_base   = 0x50000000,
16     Devices1_phys_base   = 0x51000000,
17     Devices2_phys_base   = 0x4a000000,
18     Devices3_phys_base   = 0x53000000,
19     Sdram_phys_base      = 0x30000000,
20     Flush_area_phys_base = 0xe0000000,
21   };
22 };