bsp/xilinx_zynq_zc706: Add.

This commit is contained in:
Chris Johns
2013-08-08 15:34:01 +10:00
parent f65e8e66d0
commit e932c53698
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1 @@
include $(RTEMS_ROOT)/make/custom/xilinx_zynq.inc

View File

@@ -0,0 +1,8 @@
MEMORY {
RAM_INT_0 : ORIGIN = 0x00000000, LENGTH = 64k + 64k + 64k
RAM_INT_1 : ORIGIN = 0xFFFF0000, LENGTH = 64k - 512
RAM_MMU : ORIGIN = 0x00400000, LENGTH = 16k
RAM : ORIGIN = 0x00404000, LENGTH = 1024M - 4M - 16k
}
INCLUDE linkcmds.xilinx_zynq