diff options
Diffstat (limited to 'board/renesas')
34 files changed, 445 insertions, 0 deletions
diff --git a/board/renesas/MigoR/Kconfig b/board/renesas/MigoR/Kconfig new file mode 100644 index 0000000000..d72a4537b6 --- /dev/null +++ b/board/renesas/MigoR/Kconfig @@ -0,0 +1,19 @@ +if TARGET_MIGOR + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "MigoR" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "MigoR" + +endif diff --git a/board/renesas/MigoR/MAINTAINERS b/board/renesas/MigoR/MAINTAINERS new file mode 100644 index 0000000000..9368b0525e --- /dev/null +++ b/board/renesas/MigoR/MAINTAINERS @@ -0,0 +1,6 @@ +MIGOR BOARD +M: - +S: Maintained +F: board/renesas/MigoR/ +F: include/configs/MigoR.h +F: configs/MigoR_defconfig diff --git a/board/renesas/alt/Kconfig b/board/renesas/alt/Kconfig new file mode 100644 index 0000000000..d317025a76 --- /dev/null +++ b/board/renesas/alt/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ALT + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "alt" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "alt" + +endif diff --git a/board/renesas/alt/MAINTAINERS b/board/renesas/alt/MAINTAINERS new file mode 100644 index 0000000000..6ec140b225 --- /dev/null +++ b/board/renesas/alt/MAINTAINERS @@ -0,0 +1,6 @@ +ALT BOARD +M: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> +S: Maintained +F: board/renesas/alt/ +F: include/configs/alt.h +F: configs/alt_defconfig diff --git a/board/renesas/ap325rxa/Kconfig b/board/renesas/ap325rxa/Kconfig new file mode 100644 index 0000000000..ac1e9ef76e --- /dev/null +++ b/board/renesas/ap325rxa/Kconfig @@ -0,0 +1,19 @@ +if TARGET_AP325RXA + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ap325rxa" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "ap325rxa" + +endif diff --git a/board/renesas/ap325rxa/MAINTAINERS b/board/renesas/ap325rxa/MAINTAINERS new file mode 100644 index 0000000000..bdc49c5ec9 --- /dev/null +++ b/board/renesas/ap325rxa/MAINTAINERS @@ -0,0 +1,7 @@ +AP325RXA BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/ap325rxa/ +F: include/configs/ap325rxa.h +F: configs/ap325rxa_defconfig diff --git a/board/renesas/ecovec/Kconfig b/board/renesas/ecovec/Kconfig new file mode 100644 index 0000000000..d62389e33a --- /dev/null +++ b/board/renesas/ecovec/Kconfig @@ -0,0 +1,19 @@ +if TARGET_ECOVEC + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ecovec" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "ecovec" + +endif diff --git a/board/renesas/ecovec/MAINTAINERS b/board/renesas/ecovec/MAINTAINERS new file mode 100644 index 0000000000..439b528de9 --- /dev/null +++ b/board/renesas/ecovec/MAINTAINERS @@ -0,0 +1,7 @@ +ECOVEC BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/ecovec/ +F: include/configs/ecovec.h +F: configs/ecovec_defconfig diff --git a/board/renesas/koelsch/Kconfig b/board/renesas/koelsch/Kconfig new file mode 100644 index 0000000000..0def847fe4 --- /dev/null +++ b/board/renesas/koelsch/Kconfig @@ -0,0 +1,23 @@ +if TARGET_KOELSCH + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "koelsch" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "koelsch" + +endif diff --git a/board/renesas/koelsch/MAINTAINERS b/board/renesas/koelsch/MAINTAINERS new file mode 100644 index 0000000000..5267b9fadf --- /dev/null +++ b/board/renesas/koelsch/MAINTAINERS @@ -0,0 +1,6 @@ +KOELSCH BOARD +M: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> +S: Maintained +F: board/renesas/koelsch/ +F: include/configs/koelsch.h +F: configs/koelsch_defconfig diff --git a/board/renesas/lager/Kconfig b/board/renesas/lager/Kconfig new file mode 100644 index 0000000000..e88f4f630a --- /dev/null +++ b/board/renesas/lager/Kconfig @@ -0,0 +1,23 @@ +if TARGET_LAGER + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "lager" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "lager" + +endif diff --git a/board/renesas/lager/MAINTAINERS b/board/renesas/lager/MAINTAINERS new file mode 100644 index 0000000000..a09868614a --- /dev/null +++ b/board/renesas/lager/MAINTAINERS @@ -0,0 +1,6 @@ +LAGER BOARD +M: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> +S: Maintained +F: board/renesas/lager/ +F: include/configs/lager.h +F: configs/lager_defconfig diff --git a/board/renesas/r0p7734/Kconfig b/board/renesas/r0p7734/Kconfig new file mode 100644 index 0000000000..2eb1de2f07 --- /dev/null +++ b/board/renesas/r0p7734/Kconfig @@ -0,0 +1,19 @@ +if TARGET_R0P7734 + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "r0p7734" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "r0p7734" + +endif diff --git a/board/renesas/r0p7734/MAINTAINERS b/board/renesas/r0p7734/MAINTAINERS new file mode 100644 index 0000000000..c169ad7ecc --- /dev/null +++ b/board/renesas/r0p7734/MAINTAINERS @@ -0,0 +1,7 @@ +R0P7734 BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/r0p7734/ +F: include/configs/r0p7734.h +F: configs/r0p7734_defconfig diff --git a/board/renesas/r2dplus/Kconfig b/board/renesas/r2dplus/Kconfig new file mode 100644 index 0000000000..d674d77276 --- /dev/null +++ b/board/renesas/r2dplus/Kconfig @@ -0,0 +1,19 @@ +if TARGET_R2DPLUS + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "r2dplus" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "r2dplus" + +endif diff --git a/board/renesas/r2dplus/MAINTAINERS b/board/renesas/r2dplus/MAINTAINERS new file mode 100644 index 0000000000..58877c509e --- /dev/null +++ b/board/renesas/r2dplus/MAINTAINERS @@ -0,0 +1,7 @@ +R2DPLUS BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/r2dplus/ +F: include/configs/r2dplus.h +F: configs/r2dplus_defconfig diff --git a/board/renesas/r7780mp/Kconfig b/board/renesas/r7780mp/Kconfig new file mode 100644 index 0000000000..a862f5947f --- /dev/null +++ b/board/renesas/r7780mp/Kconfig @@ -0,0 +1,19 @@ +if TARGET_R7780MP + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "r7780mp" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "r7780mp" + +endif diff --git a/board/renesas/r7780mp/MAINTAINERS b/board/renesas/r7780mp/MAINTAINERS new file mode 100644 index 0000000000..56ec21fd32 --- /dev/null +++ b/board/renesas/r7780mp/MAINTAINERS @@ -0,0 +1,7 @@ +R7780MP BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/r7780mp/ +F: include/configs/r7780mp.h +F: configs/r7780mp_defconfig diff --git a/board/renesas/rsk7203/Kconfig b/board/renesas/rsk7203/Kconfig new file mode 100644 index 0000000000..61e9913f36 --- /dev/null +++ b/board/renesas/rsk7203/Kconfig @@ -0,0 +1,19 @@ +if TARGET_RSK7203 + +config SYS_CPU + string + default "sh2" + +config SYS_BOARD + string + default "rsk7203" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "rsk7203" + +endif diff --git a/board/renesas/rsk7203/MAINTAINERS b/board/renesas/rsk7203/MAINTAINERS new file mode 100644 index 0000000000..18d36634cf --- /dev/null +++ b/board/renesas/rsk7203/MAINTAINERS @@ -0,0 +1,7 @@ +RSK7203 BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/rsk7203/ +F: include/configs/rsk7203.h +F: configs/rsk7203_defconfig diff --git a/board/renesas/rsk7264/Kconfig b/board/renesas/rsk7264/Kconfig new file mode 100644 index 0000000000..a32d3ca788 --- /dev/null +++ b/board/renesas/rsk7264/Kconfig @@ -0,0 +1,19 @@ +if TARGET_RSK7264 + +config SYS_CPU + string + default "sh2" + +config SYS_BOARD + string + default "rsk7264" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "rsk7264" + +endif diff --git a/board/renesas/rsk7264/MAINTAINERS b/board/renesas/rsk7264/MAINTAINERS new file mode 100644 index 0000000000..f6202b70d9 --- /dev/null +++ b/board/renesas/rsk7264/MAINTAINERS @@ -0,0 +1,6 @@ +RSK7264 BOARD +M: Phil Edworthy <phil.edworthy@renesas.com> +S: Maintained +F: board/renesas/rsk7264/ +F: include/configs/rsk7264.h +F: configs/rsk7264_defconfig diff --git a/board/renesas/rsk7269/Kconfig b/board/renesas/rsk7269/Kconfig new file mode 100644 index 0000000000..c126fcbadd --- /dev/null +++ b/board/renesas/rsk7269/Kconfig @@ -0,0 +1,19 @@ +if TARGET_RSK7269 + +config SYS_CPU + string + default "sh2" + +config SYS_BOARD + string + default "rsk7269" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "rsk7269" + +endif diff --git a/board/renesas/rsk7269/MAINTAINERS b/board/renesas/rsk7269/MAINTAINERS new file mode 100644 index 0000000000..d3c77c3c14 --- /dev/null +++ b/board/renesas/rsk7269/MAINTAINERS @@ -0,0 +1,6 @@ +RSK7269 BOARD +M: - +S: Maintained +F: board/renesas/rsk7269/ +F: include/configs/rsk7269.h +F: configs/rsk7269_defconfig diff --git a/board/renesas/sh7752evb/Kconfig b/board/renesas/sh7752evb/Kconfig new file mode 100644 index 0000000000..12e52b48ca --- /dev/null +++ b/board/renesas/sh7752evb/Kconfig @@ -0,0 +1,19 @@ +if TARGET_SH7752EVB + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7752evb" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7752evb" + +endif diff --git a/board/renesas/sh7752evb/MAINTAINERS b/board/renesas/sh7752evb/MAINTAINERS new file mode 100644 index 0000000000..8910669002 --- /dev/null +++ b/board/renesas/sh7752evb/MAINTAINERS @@ -0,0 +1,6 @@ +SH7752EVB BOARD +M: - +S: Maintained +F: board/renesas/sh7752evb/ +F: include/configs/sh7752evb.h +F: configs/sh7752evb_defconfig diff --git a/board/renesas/sh7753evb/Kconfig b/board/renesas/sh7753evb/Kconfig new file mode 100644 index 0000000000..a1f4cd03ef --- /dev/null +++ b/board/renesas/sh7753evb/Kconfig @@ -0,0 +1,19 @@ +if TARGET_SH7753EVB + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7753evb" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7753evb" + +endif diff --git a/board/renesas/sh7753evb/MAINTAINERS b/board/renesas/sh7753evb/MAINTAINERS new file mode 100644 index 0000000000..03e6c8cdc4 --- /dev/null +++ b/board/renesas/sh7753evb/MAINTAINERS @@ -0,0 +1,6 @@ +SH7753EVB BOARD +M: - +S: Maintained +F: board/renesas/sh7753evb/ +F: include/configs/sh7753evb.h +F: configs/sh7753evb_defconfig diff --git a/board/renesas/sh7757lcr/Kconfig b/board/renesas/sh7757lcr/Kconfig new file mode 100644 index 0000000000..a0e3265fcb --- /dev/null +++ b/board/renesas/sh7757lcr/Kconfig @@ -0,0 +1,19 @@ +if TARGET_SH7757LCR + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7757lcr" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7757lcr" + +endif diff --git a/board/renesas/sh7757lcr/MAINTAINERS b/board/renesas/sh7757lcr/MAINTAINERS new file mode 100644 index 0000000000..bbdd6d0812 --- /dev/null +++ b/board/renesas/sh7757lcr/MAINTAINERS @@ -0,0 +1,6 @@ +SH7757LCR BOARD +M: - +S: Maintained +F: board/renesas/sh7757lcr/ +F: include/configs/sh7757lcr.h +F: configs/sh7757lcr_defconfig diff --git a/board/renesas/sh7763rdp/Kconfig b/board/renesas/sh7763rdp/Kconfig new file mode 100644 index 0000000000..fbc11af7cc --- /dev/null +++ b/board/renesas/sh7763rdp/Kconfig @@ -0,0 +1,19 @@ +if TARGET_SH7763RDP + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7763rdp" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7763rdp" + +endif diff --git a/board/renesas/sh7763rdp/MAINTAINERS b/board/renesas/sh7763rdp/MAINTAINERS new file mode 100644 index 0000000000..6ee8f9f87b --- /dev/null +++ b/board/renesas/sh7763rdp/MAINTAINERS @@ -0,0 +1,7 @@ +SH7763RDP BOARD +M: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> +M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +S: Maintained +F: board/renesas/sh7763rdp/ +F: include/configs/sh7763rdp.h +F: configs/sh7763rdp_defconfig diff --git a/board/renesas/sh7785lcr/Kconfig b/board/renesas/sh7785lcr/Kconfig new file mode 100644 index 0000000000..8939f7d73f --- /dev/null +++ b/board/renesas/sh7785lcr/Kconfig @@ -0,0 +1,19 @@ +if TARGET_SH7785LCR + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7785lcr" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7785lcr" + +endif diff --git a/board/renesas/sh7785lcr/MAINTAINERS b/board/renesas/sh7785lcr/MAINTAINERS new file mode 100644 index 0000000000..0d99de68d7 --- /dev/null +++ b/board/renesas/sh7785lcr/MAINTAINERS @@ -0,0 +1,7 @@ +SH7785LCR BOARD +M: - +S: Maintained +F: board/renesas/sh7785lcr/ +F: include/configs/sh7785lcr.h +F: configs/sh7785lcr_defconfig +F: configs/sh7785lcr_32bit_defconfig |