diff options
-rw-r--r-- | projects/linux/bsp-41x-non-target.yaml | 1 | ||||
-rw-r--r-- | projects/linux/core/bsp41x_ipmmu.yaml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/projects/linux/bsp-41x-non-target.yaml b/projects/linux/bsp-41x-non-target.yaml index d373f1c..03bea1c 100644 --- a/projects/linux/bsp-41x-non-target.yaml +++ b/projects/linux/bsp-41x-non-target.yaml @@ -369,3 +369,4 @@ bsp41x: - 9bede557ab0ca85e493f90f836849be850d0a399 # arm64: dts: r8a7795: Add the emergency node in thermal-zones (This patch is in-house solution now.) - 424e9ea89c33ee0def5febb51f2f93fc68c30ee8 # arm64: dts: r8a7795-salvator-xs: Add R-Car H3 ES3.0 (2 x 2 GiB) support (This patch is in-house solution now.) - ff6532cedf1b73081004e7f2b6e38e47e8234040 # clk: renesas: rcar-gen3: Add rounding for Z-clock frequency (This is a local patch file for developers. So we don't need to upport.) + - de12d6b18b10315a0ff980b4a5929240ad86ad59 # iommu/ipmmu-vmsa: Add override support for the actual number of MMU contexts (Proposing 'N': This is related to MMP code) diff --git a/projects/linux/core/bsp41x_ipmmu.yaml b/projects/linux/core/bsp41x_ipmmu.yaml index b6ac18d..90db5a4 100644 --- a/projects/linux/core/bsp41x_ipmmu.yaml +++ b/projects/linux/core/bsp41x_ipmmu.yaml @@ -22,4 +22,6 @@ bsp41x: - e702185d3dfac67fabe2f01d92700804ecfd3969 # iommu/ipmmu-vmsa: Adding whitelist support for R-Car M3 - 4c1e49e03b9b2d688292ad610fb3e1626d0a27f7 # iommu/ipmmu-vmsa: Invalidate TLB when IPMMU translation error occurred - e24bb1497bd95861babb4a3842904168c1a8d627 # iommu/ipmmu-vmsa: Clean up unncessary micro-TLB invalidation - - de12d6b18b10315a0ff980b4a5929240ad86ad59 # iommu/ipmmu-vmsa: Add override support for the actual number of MMU contexts + +comments: + - "fbf3dbd6ea4207009bda2a766f347a4a3ff9a9dd: Need rework for IMUCTR and IMTTBCR (mismatch between commit log and the code?)" |