feat(rza): add initial BL2 support for RZ/A platformsThis patch introduces the initial BL2 support for Renesas RZ/Aplatforms. It adds platform-specific sources, drivers, build files,and memory co
feat(rza): add initial BL2 support for RZ/A platformsThis patch introduces the initial BL2 support for Renesas RZ/Aplatforms. It adds platform-specific sources, drivers, build files,and memory configuration needed to boot via BL2.Key changes include:- Board-specific makefiles for RZ/A3M board.- Platform helpers and BL2 setup routines.- Drivers for DDR, GPIO, and CPG drivers.- Platform headers, register definitions, and configuration files.- Scripts and makefiles for image generation.Change-Id: I6cea17a76633998d746e7c7c429da9a5bd09ef0cSigned-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
show more ...
drivers: renesas: rpc: Move to commonMove rpc driver code to common directory, so that the samecode can be re-used by both R-Car Gen3 and RZ/G2 platforms.Signed-off-by: Biju Das <biju.das.jz@bp.
drivers: renesas: rpc: Move to commonMove rpc driver code to common directory, so that the samecode can be re-used by both R-Car Gen3 and RZ/G2 platforms.Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>Change-Id: I04805d720d95b8edcc14e652f897fadc7f432197