]> git.baikalelectronics.ru Git - arm-tf.git/commit
drivers: renesas: rom: Move to common
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 16 Dec 2020 10:56:03 +0000 (10:56 +0000)
committerBiju Das <biju.das.jz@bp.renesas.com>
Wed, 13 Jan 2021 13:03:48 +0000 (13:03 +0000)
commite17997dfd6e615c99a2176d9bcaf7a73c6f618cd
tree69d3f428fc9aa4e3b22f32407bfc222d3f7f30ce
parentcdcf1f1492dd05b8f9038e1bbdd091e93c153a3c
drivers: renesas: rom: Move to common

Move rom driver code to common directory, so that the same
code 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: I399dfb5eff186db76d26fa9c54bea88bee66789c
drivers/renesas/common/rom/rom_api.c [new file with mode: 0644]
drivers/renesas/common/rom/rom_api.h [new file with mode: 0644]
drivers/renesas/rcar/rom/rom_api.c [deleted file]
drivers/renesas/rcar/rom/rom_api.h [deleted file]
plat/renesas/common/common.mk
plat/renesas/rcar/platform.mk