rpi3: Move VC mailbox driver into generic drivers directory
authorAndre Przywara <andre.przywara@arm.com>
Tue, 9 Jul 2019 12:54:56 +0000 (13:54 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Fri, 13 Sep 2019 15:54:21 +0000 (16:54 +0100)
commitc00311893d4bffb43b3f023259120d9dc5f78e36
tree3128c56fa969024e3912bf09bdebb7173d3dfcce
parent4666d046489a865f6434d7925903e0365da44575
rpi3: Move VC mailbox driver into generic drivers directory

To allow sharing the driver between the RPi3 and RPi4, move the mailbox
driver into the generic driver directory.

Change-Id: I463e49acf82b02bf004f3d56482b7791f3020bc0
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/rpi3/mailbox/rpi3_mbox.c [new file with mode: 0644]
include/drivers/rpi3/mailbox/rpi3_mbox.h [new file with mode: 0644]
plat/rpi/rpi3/platform.mk
plat/rpi/rpi3/rpi3_mbox.c [deleted file]
plat/rpi/rpi3/rpi_mbox_board.c [new file with mode: 0644]