Re: [PATCH v2 0/5] iommu: Support identity mappings of reserved-memory regions
From: Mikko Perttunen <hidden>
Date: 2021-04-28 05:57:24
Also in:
linux-iommu, linux-tegra
From: Mikko Perttunen <hidden>
Date: 2021-04-28 05:57:24
Also in:
linux-iommu, linux-tegra
On 4/28/21 8:51 AM, Dmitry Osipenko wrote:
23.04.2021 19:32, Thierry Reding пишет:quoted
Note that there will be no new releases of the bootloader for earlier devices, so adding support for these new DT bindings will not be practical. The bootloaders on those devices do pass information about the active framebuffer via the kernel command-line, so we may want to add code to create reserved regions in the IOMMU based on that.Since this change requires a bootloader update anyways, why it's not possible to fix the bootloader properly, making it to stop all the DMA activity before jumping into kernel?
That is not desirable, as then we couldn't have seamless bootloader-kernel boot splash transition. Mikko