source: rtems/make/custom/mbx860_005b.cfg @ 0905e0f

4.104.114.84.95
Last change on this file since 0905e0f was 0905e0f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/00 at 12:39:07

2000-09-12 Joel Sherrill <joel@…>

  • custom/mbx860_005b.cfg (make-target-options): Add lines to define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings may be incorrect but the BSP now compiles.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1#
2#  Config file for a PowerPC MPC860-based MBX860-005b card.
3#
4
5#
6#  All MBX8xx configurations share the same base file, only a few
7#  parameters differ.
8
9
10RTEMS_MBX_MODEL=mbx860_005b
11
12# The 860_005b has 16M ram : org = 0x0, l = 16M
13MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
14
15include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
16define make-target-options
17        @echo "#ifdef mpc$(CPU_TYPE)"                       >>$@
18        @echo "#undef mpc$(CPU_TYPE)"                       >>$@
19        @echo "#endif"                                      >>$@
20        @echo "#define mpc$(CPU_TYPE) 1"                    >>$@
21        @echo                                               >>$@
22        @echo "#define CONSOLE_MINOR SMC1_MINOR"            >>$@
23        @echo "#define UARTS_USE_INTERRUPTS 0"              >>$@
24        @echo "#define PRINTK_MINOR SMC1_MINOR"             >>$@
25        @echo "#define PRINTK_IO_MODE 0"                    >>$@
26        @echo "#define EPPCBUG_SMC1 1"                      >>$@
27        @echo "#define EPPCBUG_VECTORS 1"                   >>$@
28        @echo "#define INSTRUCTION_CACHE_ENABLE 1"          >>$@
29        @echo "#define DATA_CACHE_ENABLE 1"                 >>$@
30        @echo                                               >>$@
31        @echo "#define PPC_VECTOR_FILE_BASE 0x0000"         >>$@
32        @echo "#define PPC_USE_SPRG 0"                      >>$@
33        @echo "/* #define PPC_USE_DATA_CACHE 1" */          >>$@
34        @echo                                               >>$@
35endef
Note: See TracBrowser for help on using the repository browser.