Branch: refs/heads/next
Home: https://github.com/siemens/jailhouse
Commit: 10b3d473fb1e0938278b01ede8beb7bc881724a3
https://github.com/siemens/jailhouse/commit/10b3d473fb1e0938278b01ede8beb7bc881724a3
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M include/jailhouse/cell-config.h
Log Message:
-----------
config: Remove unused JAILHOUSE_INVALID_STREAMID
Stream IDs are now described as arrays.
We do not need the sentinel JAILHOUSE_INVALID_STREAMID.
Remove this unused define.
Signed-off-by: Nikhil Devshatwar <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 4205ef8698680aadc9ecca646f0d58a3dcf1b1ed
https://github.com/siemens/jailhouse/commit/4205ef8698680aadc9ecca646f0d58a3dcf1b1ed
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M hypervisor/arch/arm64/smmu-v3.c
Log Message:
-----------
arm64: smmu-v3: Fix crash in arm_smmuv3_cell_init
arm_smmuv3_cell_init and arm_smmuv3_cell_exit calls iterate over all
iommu_units to process the ones with SMMUV3 type.
After the loop, it unconditionally issues commands with first element
of smmu. This causes Unhandled HYP exception while enabling jailhouse.
Also, it fails to issue commands on the subsequent SMMU units.
Fix this by issuing the sync command only if the iommu is SMMUV3 type.
Signed-off-by: Nikhil Devshatwar <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 89712d8a4acefb59b319c50b13720d580abe77de
https://github.com/siemens/jailhouse/commit/89712d8a4acefb59b319c50b13720d580abe77de
Author: Nikhil Devshatwar <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M configs/arm64/k3-j721e-evm.c
Log Message:
-----------
configs: arm64: k3-j721e-evm: Add SMMUv3 IOMMU in platform_data
J721e has a single ARM System MMU version3 for 2 stage
address translation of DMA requests from different peripherals.
Add this as iommu unit in the k3-j721e root cell configuration.
Signed-off-by: Nikhil Devshatwar <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/6a8ab13d6f2b...89712d8a4ace
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/siemens/jailhouse/push/refs/heads/next/6a8ab1-89712d%40github.com.