linux-stable/arch/arm/mach-shmobile
Geert Uytterhoeven 435d422624 ARM: shmobile: sh73a0: Reserve boot area when SMP is enabled
CPU core bringup on SH-Mobile AG5 uses the SYS Boot Address (SBAR) and
Address Translation Area (APARMBAREA) registers to specify the base
address and size of the boot area of the System CPU.  With this enabled,
when the System CPU accesses a physical address in the range from zero
up to the configured size, the top address bits are replaced by those
specified in the SBAR register.  Hence any device residing in this low
part of physical address space cannot be accessed.

Prevent conflicts by reserving this memory region using
request_mem_region().

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20eb4e7fca9c41a34500fc5984602b41006b4575.1693409184.git.geert+renesas@glider.be
2023-09-27 11:00:27 +02:00
..
common.h
emev2.h
headsmp-apmu.S
headsmp-scu.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
headsmp.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
Kconfig ARM: shmobile: Drop selecting GPIOLIB and PINCTRL 2022-10-28 14:31:24 +02:00
Makefile
platsmp-apmu.c ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg' 2023-03-30 16:02:42 +02:00
platsmp-scu.c
platsmp.c
pm-rcar-gen2.c ARM: shmobile: rcar-gen2: Reserve boot area when SMP is enabled 2023-09-27 11:00:27 +02:00
r8a7779.h
rcar-gen2.h
regulator-quirk-rcar-gen2.c
setup-emev2.c
setup-r7s9210.c
setup-r7s72100.c
setup-r8a73a4.c
setup-r8a7740.c
setup-r8a7778.c
setup-r8a7779.c
setup-rcar-gen2.c ARM: shmobile: rcar-gen2: Drop unused OF includes 2023-07-25 11:11:42 +02:00
setup-sh73a0.c
sh73a0.h
smp-emev2.c
smp-r8a7779.c ARM: shmobile: r8a7779: Reserve boot area when SMP is enabled 2023-09-27 11:00:27 +02:00
smp-sh73a0.c ARM: shmobile: sh73a0: Reserve boot area when SMP is enabled 2023-09-27 11:00:27 +02:00
suspend.c
timer.c