[isar-cip-core][PATCH v2 0/2] Add support for Renesas rzt2h-evk platform
Hung Tran <[email protected]> Wed, 15 Jul 2026 18:58:08 +0700
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Hung Tran <[email protected]> Add support for Renesas RZ/T2H EVK, which is the new reference platform for CIP project. Changes v2: - Remove unnecessary exclusion with 4.4 kernel - Add CI Hung Tran (2): Add support for Renesas rzt2h-evk platform ci: Add rzt2h-evk build target .gitlab-ci.yml | 39 +++++++++++++++++++++++++++++++ Kconfig | 12 +++++++--- conf/machine/rzt2h-evk.conf | 18 ++++++++++++++ kas/board/rzt2h-evk.yml | 15 ++++++++++++ wic/rzt2h-evk-efibootguard.wks.in | 14 +++++++++++ wic/rzt2h-evk.wks | 17 ++++++++++++++ 6 files changed, 112 insertions(+), 3 deletions(-) create mode 100644 conf/machine/rzt2h-evk.conf create mode 100644 kas/board/rzt2h-evk.yml create mode 100644 wic/rzt2h-evk-efibootguard.wks.in create mode 100644 wic/rzt2h-evk.wks -- 2.37.1