forked from Imagelibrary/rtems
bsp/xilinx_zynq_zc706: Add.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
include $(RTEMS_ROOT)/make/custom/xilinx_zynq.inc
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user