RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
memmap.c File Reference

SMDK2410 Memory Map. More...

#include <rtems.h>
#include <libcpu/mmu.h>

Variables

mmu_sect_map_t mem_map []
 

Detailed Description

SMDK2410 Memory Map.

Variable Documentation

◆ mem_map

mmu_sect_map_t mem_map[]
Initial value:
= {
{0x30000000, 0x00000000, 1, MMU_CACHE_NONE},
{0x30000000, 0x30000000, 32, MMU_CACHE_WTHROUGH},
{0x32000000, 0x32000000, 32, MMU_CACHE_NONE},
{0x48000000, 0x48000000, 256, MMU_CACHE_NONE},
{0x50000000, 0x50000000, 256, MMU_CACHE_NONE},
{0x00000000, 0x00000000, 0, 0}
}