ARM: Prepare Realtek RTD1195
authorAndreas Färber <afaerber@suse.de>
Thu, 5 Oct 2017 01:59:15 +0000 (03:59 +0200)
committerAndreas Färber <afaerber@suse.de>
Sun, 12 Apr 2020 21:13:38 +0000 (23:13 +0200)
commit86aeee4d0a4cc5f7a28fe209444887b93a9a47ca
treed25607246583936d98e00633c770031a58815b6e
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
ARM: Prepare Realtek RTD1195

Introduce ARCH_REALTEK Kconfig option also for 32-bit Arm.

Override the text offset to cope with boot ROM occupying first 0xa800
bytes and further reservations up to 0xf4000 (compare Device Tree).

Add a custom machine_desc to enforce memory carveout for I/O registers.

Signed-off-by: Andreas Färber <afaerber@suse.de>
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-realtek/Kconfig [new file with mode: 0644]
arch/arm/mach-realtek/Makefile [new file with mode: 0644]
arch/arm/mach-realtek/rtd1195.c [new file with mode: 0644]