diff options
Diffstat (limited to 'board/emk')
-rw-r--r-- | board/emk/top5200/Kconfig | 15 | ||||
-rw-r--r-- | board/emk/top5200/MAINTAINERS | 8 | ||||
-rw-r--r-- | board/emk/top860/Kconfig | 15 | ||||
-rw-r--r-- | board/emk/top860/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/emk/top9000/Kconfig | 23 | ||||
-rw-r--r-- | board/emk/top9000/MAINTAINERS | 7 |
6 files changed, 74 insertions, 0 deletions
diff --git a/board/emk/top5200/Kconfig b/board/emk/top5200/Kconfig new file mode 100644 index 0000000000..1d4e3265c7 --- /dev/null +++ b/board/emk/top5200/Kconfig @@ -0,0 +1,15 @@ +if TARGET_TOP5200 + +config SYS_BOARD + string + default "top5200" + +config SYS_VENDOR + string + default "emk" + +config SYS_CONFIG_NAME + string + default "TOP5200" + +endif diff --git a/board/emk/top5200/MAINTAINERS b/board/emk/top5200/MAINTAINERS new file mode 100644 index 0000000000..72fea41969 --- /dev/null +++ b/board/emk/top5200/MAINTAINERS @@ -0,0 +1,8 @@ +TOP5200 BOARD +M: Reinhard Meyer <reinhard.meyer@emk-elektronik.de> +S: Maintained +F: board/emk/top5200/ +F: include/configs/TOP5200.h +F: configs/EVAL5200_defconfig +F: configs/MINI5200_defconfig +F: configs/TOP5200_defconfig diff --git a/board/emk/top860/Kconfig b/board/emk/top860/Kconfig new file mode 100644 index 0000000000..4da934e081 --- /dev/null +++ b/board/emk/top860/Kconfig @@ -0,0 +1,15 @@ +if TARGET_TOP860 + +config SYS_BOARD + string + default "top860" + +config SYS_VENDOR + string + default "emk" + +config SYS_CONFIG_NAME + string + default "TOP860" + +endif diff --git a/board/emk/top860/MAINTAINERS b/board/emk/top860/MAINTAINERS new file mode 100644 index 0000000000..3676acab9b --- /dev/null +++ b/board/emk/top860/MAINTAINERS @@ -0,0 +1,6 @@ +TOP860 BOARD +M: Reinhard Meyer <reinhard.meyer@emk-elektronik.de> +S: Maintained +F: board/emk/top860/ +F: include/configs/TOP860.h +F: configs/TOP860_defconfig diff --git a/board/emk/top9000/Kconfig b/board/emk/top9000/Kconfig new file mode 100644 index 0000000000..421f7b2464 --- /dev/null +++ b/board/emk/top9000/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TOP9000 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "top9000" + +config SYS_VENDOR + string + default "emk" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "top9000" + +endif diff --git a/board/emk/top9000/MAINTAINERS b/board/emk/top9000/MAINTAINERS new file mode 100644 index 0000000000..890359fcbd --- /dev/null +++ b/board/emk/top9000/MAINTAINERS @@ -0,0 +1,7 @@ +TOP9000 BOARD +M: Reinhard Meyer <reinhard.meyer@emk-elektronik.de> +S: Maintained +F: board/emk/top9000/ +F: include/configs/top9000.h +F: configs/top9000eval_xe_defconfig +F: configs/top9000su_xe_defconfig |