rpi3: Move rng driver to drivers
authorAndre Przywara <andre.przywara@arm.com>
Tue, 9 Jul 2019 13:29:24 +0000 (14:29 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Fri, 13 Sep 2019 15:54:21 +0000 (16:54 +0100)
commit990ab78e788093d30b9416927fafb3bc13fa086f
treec3a482369d2535c8c3408c190e3b5de55d46b835
parentc00311893d4bffb43b3f023259120d9dc5f78e36
rpi3: Move rng driver to drivers

To allow sharing the driver between the RPi3 and RPi4, move the random
number generator driver into the generic driver directory.

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