diff options
Diffstat (limited to 'board/ronetix')
-rw-r--r-- | board/ronetix/pm9261/Kconfig | 23 | ||||
-rw-r--r-- | board/ronetix/pm9261/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/ronetix/pm9263/Kconfig | 23 | ||||
-rw-r--r-- | board/ronetix/pm9263/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/ronetix/pm9g45/Kconfig | 23 | ||||
-rw-r--r-- | board/ronetix/pm9g45/MAINTAINERS | 6 |
6 files changed, 87 insertions, 0 deletions
diff --git a/board/ronetix/pm9261/Kconfig b/board/ronetix/pm9261/Kconfig new file mode 100644 index 0000000..1cb9149 --- /dev/null +++ b/board/ronetix/pm9261/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PM9261 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9261" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9261" + +endif diff --git a/board/ronetix/pm9261/MAINTAINERS b/board/ronetix/pm9261/MAINTAINERS new file mode 100644 index 0000000..a09b6c0 --- /dev/null +++ b/board/ronetix/pm9261/MAINTAINERS @@ -0,0 +1,6 @@ +PM9261 BOARD +M: Ilko Iliev <iliev@ronetix.at> +S: Maintained +F: board/ronetix/pm9261/ +F: include/configs/pm9261.h +F: configs/pm9261_defconfig diff --git a/board/ronetix/pm9263/Kconfig b/board/ronetix/pm9263/Kconfig new file mode 100644 index 0000000..292ccd6 --- /dev/null +++ b/board/ronetix/pm9263/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PM9263 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9263" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9263" + +endif diff --git a/board/ronetix/pm9263/MAINTAINERS b/board/ronetix/pm9263/MAINTAINERS new file mode 100644 index 0000000..f26e82a --- /dev/null +++ b/board/ronetix/pm9263/MAINTAINERS @@ -0,0 +1,6 @@ +PM9263 BOARD +M: Ilko Iliev <iliev@ronetix.at> +S: Maintained +F: board/ronetix/pm9263/ +F: include/configs/pm9263.h +F: configs/pm9263_defconfig diff --git a/board/ronetix/pm9g45/Kconfig b/board/ronetix/pm9g45/Kconfig new file mode 100644 index 0000000..e60e9aa --- /dev/null +++ b/board/ronetix/pm9g45/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PM9G45 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9g45" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9g45" + +endif diff --git a/board/ronetix/pm9g45/MAINTAINERS b/board/ronetix/pm9g45/MAINTAINERS new file mode 100644 index 0000000..255a357f --- /dev/null +++ b/board/ronetix/pm9g45/MAINTAINERS @@ -0,0 +1,6 @@ +PM9G45 BOARD +M: Ilko Iliev <iliev@ronetix.at> +S: Maintained +F: board/ronetix/pm9g45/ +F: include/configs/pm9g45.h +F: configs/pm9g45_defconfig |