]> git.baikalelectronics.ru Git - arm-tf.git/commit
refator(mediatek): move drivers folder in common to plat/mediatek
authorBo-Chen Chen <rex-bc.chen@mediatek.com>
Mon, 5 Sep 2022 03:18:04 +0000 (11:18 +0800)
committerBo-Chen Chen <rex-bc.chen@mediatek.com>
Mon, 5 Sep 2022 05:52:17 +0000 (13:52 +0800)
commit3374752fc15f173bb059cd8732e2119989c1504c
tree52f9ca406c73839a914e3f644ebe6da257c84ae7
parentef988aed9e09a4108b87decb14dee5f2d23230a4
refator(mediatek): move drivers folder in common to plat/mediatek

We plan to put some soc related drivers in common/drivers. To reduce
confision, we move them to plat/mediatek.

Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Change-Id: I6b344e660f40a23b15151aab073d3045b28f52aa
39 files changed:
plat/mediatek/common/drivers/gic600/mt_gic_v3.c [deleted file]
plat/mediatek/common/drivers/gic600/mt_gic_v3.h [deleted file]
plat/mediatek/common/drivers/gpio/mtgpio_common.c [deleted file]
plat/mediatek/common/drivers/gpio/mtgpio_common.h [deleted file]
plat/mediatek/common/drivers/pmic_wrap/pmic_wrap_init.c [deleted file]
plat/mediatek/common/drivers/pmic_wrap/pmic_wrap_init_v2.c [deleted file]
plat/mediatek/common/drivers/rtc/rtc_common.c [deleted file]
plat/mediatek/common/drivers/rtc/rtc_mt6359p.c [deleted file]
plat/mediatek/common/drivers/rtc/rtc_mt6359p.h [deleted file]
plat/mediatek/common/drivers/timer/mt_timer.c [deleted file]
plat/mediatek/common/drivers/timer/mt_timer.h [deleted file]
plat/mediatek/common/drivers/uart/8250_console.S [deleted file]
plat/mediatek/common/drivers/uart/uart.c [deleted file]
plat/mediatek/common/drivers/uart/uart.h [deleted file]
plat/mediatek/common/drivers/uart/uart8250.h [deleted file]
plat/mediatek/common/lpm/mt_lp_rm.c [deleted file]
plat/mediatek/common/lpm/mt_lp_rm.h [deleted file]
plat/mediatek/drivers/gic600/mt_gic_v3.c [new file with mode: 0644]
plat/mediatek/drivers/gic600/mt_gic_v3.h [new file with mode: 0644]
plat/mediatek/drivers/gpio/mtgpio_common.c [new file with mode: 0644]
plat/mediatek/drivers/gpio/mtgpio_common.h [new file with mode: 0644]
plat/mediatek/drivers/lpm/mt_lp_rm.c [new file with mode: 0644]
plat/mediatek/drivers/lpm/mt_lp_rm.h [new file with mode: 0644]
plat/mediatek/drivers/pmic_wrap/pmic_wrap_init.c [new file with mode: 0644]
plat/mediatek/drivers/pmic_wrap/pmic_wrap_init_v2.c [new file with mode: 0644]
plat/mediatek/drivers/rtc/rtc_common.c [new file with mode: 0644]
plat/mediatek/drivers/rtc/rtc_mt6359p.c [new file with mode: 0644]
plat/mediatek/drivers/rtc/rtc_mt6359p.h [new file with mode: 0644]
plat/mediatek/drivers/timer/mt_timer.c [new file with mode: 0644]
plat/mediatek/drivers/timer/mt_timer.h [new file with mode: 0644]
plat/mediatek/drivers/uart/8250_console.S [new file with mode: 0644]
plat/mediatek/drivers/uart/uart.c [new file with mode: 0644]
plat/mediatek/drivers/uart/uart.h [new file with mode: 0644]
plat/mediatek/drivers/uart/uart8250.h [new file with mode: 0644]
plat/mediatek/mt8173/platform.mk
plat/mediatek/mt8183/platform.mk
plat/mediatek/mt8186/platform.mk
plat/mediatek/mt8192/platform.mk
plat/mediatek/mt8195/platform.mk