forked from Imagelibrary/rtems
2001-03-30 Eric Valette <valette@crf.canon.fr>
* custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the use the "new exception processing model."
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
2001-03-30 Eric Valette <valette@crf.canon.fr>
|
||||||
|
|
||||||
|
* custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the
|
||||||
|
use the "new exception processing model."
|
||||||
|
|
||||||
2001-03-14 Joel Sherrill <joel@OARcorp.com>
|
2001-03-14 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* custom/genmongossev.cfg: New file.
|
* custom/genmongossev.cfg: New file.
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ RTEMS_MBX_MODEL=mbx860_005b
|
|||||||
# The 860_005b has 16M ram : org = 0x0, l = 16M
|
# The 860_005b has 16M ram : org = 0x0, l = 16M
|
||||||
MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
|
MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
|
||||||
|
|
||||||
|
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
|
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
|
||||||
define make-target-options
|
define make-target-options
|
||||||
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
|
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
|
||||||
@@ -19,17 +21,20 @@ define make-target-options
|
|||||||
@echo "#endif" >>$@
|
@echo "#endif" >>$@
|
||||||
@echo "#define mpc$(CPU_TYPE) 1" >>$@
|
@echo "#define mpc$(CPU_TYPE) 1" >>$@
|
||||||
@echo >>$@
|
@echo >>$@
|
||||||
|
@echo "#define NVRAM_CONFIGURE 0" >>$@
|
||||||
|
@echo "#define UARTS_USE_TERMIOS 1" >>$@
|
||||||
@echo "#define CONSOLE_MINOR SMC1_MINOR" >>$@
|
@echo "#define CONSOLE_MINOR SMC1_MINOR" >>$@
|
||||||
|
@echo "#define UARTS_IO_MODE 0" >>$@
|
||||||
@echo "#define UARTS_USE_INTERRUPTS 0" >>$@
|
@echo "#define UARTS_USE_INTERRUPTS 0" >>$@
|
||||||
@echo "#define PRINTK_MINOR SMC1_MINOR" >>$@
|
@echo "#define PRINTK_MINOR SMC1_MINOR" >>$@
|
||||||
@echo "#define PRINTK_IO_MODE 0" >>$@
|
@echo "#define PRINTK_IO_MODE 0" >>$@
|
||||||
@echo "#define EPPCBUG_SMC1 1" >>$@
|
@echo "/*#define EPPCBUG_SMC1 0*/" >>$@
|
||||||
@echo "#define EPPCBUG_VECTORS 1" >>$@
|
@echo "/* #define EPPCBUG_VECTORS 1*/" >>$@
|
||||||
@echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@
|
@echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@
|
||||||
@echo "#define DATA_CACHE_ENABLE 1" >>$@
|
@echo "#define DATA_CACHE_ENABLE 1" >>$@
|
||||||
@echo >>$@
|
@echo >>$@
|
||||||
@echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@
|
@echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@
|
||||||
@echo "#define PPC_USE_SPRG 0" >>$@
|
@echo "#define PPC_USE_SPRG 1" >>$@
|
||||||
@echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@
|
@echo "/*#define PPC_USE_DATA_CACHE 1*/" >>$@
|
||||||
@echo >>$@
|
@echo >>$@
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user