Commit e95bbc8bac38918d2533b987a5c1b44e5bafe2d6

Authored by Valentin Longchamp
Committed by York Sun
1 parent fabb9297fa

kmp204x: add support for the kmcoge4 board

The kmcoge4 board is the product board derived from the kmlion1
prototype. The main difference between the 2 boards is that the kmcoge4
does not configure the Local Bus controller for LCS2.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
[York Sun: Minor change to boards.cfg to keep targets in order]
Signed-off-by: York Sun <yorksun@freescale.com>

Showing 2 changed files with 7 additions and 1 deletions Side-by-side Diff

... ... @@ -990,6 +990,7 @@
990 990 Active powerpc mpc85xx - gdsys p1022 controlcenterd_36BIT_SDCARD_DEVELOP controlcenterd:36BIT,SDCARD,DEVELOP Dirk Eibach <eibach@gdsys.de>
991 991 Active powerpc mpc85xx - gdsys p1022 controlcenterd_TRAILBLAZER controlcenterd:TRAILBLAZER,SPIFLASH Dirk Eibach <eibach@gdsys.de>
992 992 Active powerpc mpc85xx - gdsys p1022 controlcenterd_TRAILBLAZER_DEVELOP controlcenterd:TRAILBLAZER,SPIFLASH,DEVELOP Dirk Eibach <eibach@gdsys.de>
  993 +Active powerpc mpc85xx - keymile kmp204x kmcoge4 kmp204x:KMCOGE4 Valentin Longchamp <valentin.longchamp@keymile.com>
993 994 Active powerpc mpc85xx - keymile kmp204x kmlion1 kmp204x:KMLION1 Valentin Longchamp <valentin.longchamp@keymile.com>
994 995 Active powerpc mpc85xx - stx stxgp3 stxgp3 - Dan Malek <dan@embeddedalley.com>
995 996 Active powerpc mpc85xx - stx stxssa stxssa stxssa Dan Malek <dan@embeddedalley.com>
include/configs/kmp204x.h
... ... @@ -13,6 +13,11 @@
13 13 #define CONFIG_HOSTNAME kmlion1
14 14 #define CONFIG_KM_BOARD_NAME "kmlion1"
15 15  
  16 +/* KMCOGE4 */
  17 +#elif defined(CONFIG_KMCOGE4)
  18 +#define CONFIG_HOSTNAME kmcoge4
  19 +#define CONFIG_KM_BOARD_NAME "kmcoge4"
  20 +
16 21 #else
17 22 #error ("Board not supported")
18 23 #endif
... ... @@ -42,6 +47,7 @@
42 47 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_LBAPP1_BR_PRELIM
43 48 /* Local bus app1 Options */
44 49 #define CONFIG_SYS_OR2_PRELIM CONFIG_SYS_LBAPP1_OR_PRELIM
  50 +#endif
45 51  
46 52 /* App2 Local bus */
47 53 #define CONFIG_SYS_LBAPP2_BASE 0xE0000000
... ... @@ -63,7 +69,6 @@
63 69 #define CONFIG_SYS_BR3_PRELIM CONFIG_SYS_LBAPP2_BR_PRELIM
64 70 /* Local bus app2 Options */
65 71 #define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_LBAPP2_OR_PRELIM
66   -#endif
67 72  
68 73 #endif /* __CONFIG_H */