rpi3: Move rpi3_hw.h header file to include/rpi_hw.h
authorAndre Przywara <andre.przywara@arm.com>
Tue, 9 Jul 2019 10:44:14 +0000 (11:44 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Fri, 13 Sep 2019 15:54:21 +0000 (16:54 +0100)
commit4666d046489a865f6434d7925903e0365da44575
treee06c278a82483ab9535620cfbd90b9399cd434ca
parentab13addd845e596fb5fba51da8d0f672cdf35eff
rpi3: Move rpi3_hw.h header file to include/rpi_hw.h

With the advent of Raspberry Pi 4 support, we need to separate some
board specific headers between the RPi3 and RPi4.
Rename and move the "rpi3_hw.h" header, so that .c files just include
rpi_hw.h, and automatically get the correct version.

Change-Id: I03b39063028d2bee1429bffccde71dddfe2dcde8
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
plat/rpi/rpi3/aarch64/plat_helpers.S
plat/rpi/rpi3/include/platform_def.h
plat/rpi/rpi3/include/rpi_hw.h [new file with mode: 0644]
plat/rpi/rpi3/rpi3_common.c
plat/rpi/rpi3/rpi3_hw.h [deleted file]
plat/rpi/rpi3/rpi3_mbox.c
plat/rpi/rpi3/rpi3_pm.c
plat/rpi/rpi3/rpi3_rng.c