#include <linkerscript.h>
#include <physmem.h>
#include <cpu/addrspace.h>
#include <chip/memory-map.h>

Go to the source code of this file.
Variables | |
| struct physmem_pool | cpu_sram_pool |
| Internal SRAM tightly coupled to the CPU. | |
| struct physmem_pool | hsb_sram_pool |
| Internal SRAM accessed over the HSB. | |
Definition in file physmem.c.
| struct physmem_pool cpu_sram_pool |
Initial value:
{
.start = (phys_addr_t)_end,
.end = CPU_SRAM_BASE + CPU_SRAM_SIZE,
}
Definition at line 51 of file physmem.c.
Referenced by usb_init().
| struct physmem_pool hsb_sram_pool |
1.5.8