mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:46:40 +07:00
354935a9e8
The DEBUG_LL UART address is mapped as an MMU section, hence, the virtual address must be section-aligned. Sections are 1MB without LPAE and 2MB with LPAE. Tegra's virtual address was only aligned to 1MB, and hence the mapping was set up incorrectly with LPAE enabled, thus causing a hang early during boot. Fix this by picking a different virtual address that is aligned to 2MB. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Thierry Reding <treding@nvidia.com> |
||
---|---|---|
.. | ||
8250.S | ||
efm32.S | ||
exynos.S | ||
icedcc.S | ||
imx-uart.h | ||
imx.S | ||
msm.S | ||
omap2plus.S | ||
pl01x.S | ||
samsung.S | ||
sirf.S | ||
sti.S | ||
tegra.S | ||
uncompress.h | ||
ux500.S | ||
vexpress.S | ||
vf.S | ||
vt8500.S | ||
zynq.S |