mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 11:54:32 +08:00
@@ -1,10 +0,0 @@
|
||||
#
|
||||
# Config file for customer specific MPC5200 board
|
||||
#
|
||||
|
||||
#
|
||||
# All GEN5200 configurations share the same base file, only a few
|
||||
# parameters differ.
|
||||
#
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
@@ -1,10 +0,0 @@
|
||||
#
|
||||
# Config file for customer specific MPC5200 board
|
||||
#
|
||||
|
||||
#
|
||||
# All GEN5200 configurations share the same base file, only a few
|
||||
# parameters differ.
|
||||
#
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
# Config file for Direct Prototyping Data Processing (DP2) board.
|
||||
#
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/gen5200.inc
|
||||
@@ -1,15 +0,0 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Linker command file for the BRS5L board.
|
||||
*/
|
||||
|
||||
MEMORY {
|
||||
/* For the 4k adjustment see cpuinit.c */
|
||||
RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
|
||||
ROM : ORIGIN = 0xffe00000, LENGTH = 2M
|
||||
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
|
||||
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
@@ -1,15 +0,0 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Linker command file for the BRS6L board.
|
||||
*/
|
||||
|
||||
MEMORY {
|
||||
/* For the 4k adjustment see cpuinit.c */
|
||||
RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
|
||||
ROM : ORIGIN = 0xff800000, LENGTH = 8M
|
||||
DPRAM : ORIGIN = 0xff000000, LENGTH = 0
|
||||
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
@@ -1,15 +0,0 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Linker command file for the Direct Prototyping Data Processing board.
|
||||
*/
|
||||
|
||||
MEMORY {
|
||||
/* For the 4k adjustment see cpuinit.c */
|
||||
RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
|
||||
ROM : ORIGIN = 0xffe00000, LENGTH = 2M
|
||||
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
|
||||
DPRAM : ORIGIN = 0x0, LENGTH = 0
|
||||
}
|
||||
|
||||
INCLUDE linkcmds.gen5200_base
|
||||
@@ -18,9 +18,6 @@ rtems_crti.$(OBJEXT): ../../../../../../bsps/powerpc/shared/start/rtems_crti.S
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
project_lib_DATA += linkcmds
|
||||
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.brs5l
|
||||
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.brs6l
|
||||
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.dp2
|
||||
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.gen5200_base
|
||||
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.icecube
|
||||
dist_project_lib_DATA += ../../../../../../bsps/powerpc/gen5200/start/linkcmds.pm520_cr825
|
||||
|
||||
Reference in New Issue
Block a user