Branch: refs/heads/next
Home: https://github.com/siemens/jailhouse
Commit: 9660088aba898138902cb55dd29327dc7c090e12
https://github.com/siemens/jailhouse/commit/9660088aba898138902cb55dd29327dc7c090e12
Author: Jan Kiszka <[email protected]>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Changed paths:
M hypervisor/arch/arm-common/gic-v2.c
M hypervisor/arch/arm-common/include/asm/irqchip.h
M hypervisor/arch/arm-common/irqchip.c
M hypervisor/arch/arm/gic-v3.c
Log Message:
-----------
arm-common: Split up irqchip cpu_reset and cpu_shutdown handlers
There is actually not overlap between both, the code currently shared
should not be executed during shutdown. Fix this by creating a separate
irqchip callback for pre-cpu shutdown and move related parts over from
cpu_reset handlers.
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 7a3247b41b98ebe7a5a445e779269d4cbae4b45a
https://github.com/siemens/jailhouse/commit/7a3247b41b98ebe7a5a445e779269d4cbae4b45a
Author: Jan Kiszka <[email protected]>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Changed paths:
M hypervisor/arch/arm-common/gic-v2.c
M hypervisor/arch/arm/gic-v3.c
Log Message:
-----------
arm-common: Simplify PPI deactivation on CPU reset
Physical priority drop is already performed on interrupt reception. The
virtual CPU priority is reset in gic_clear_pending_irqs. So we can
safely use ICACTIVER to clear any active state of PPIs in the
(re-)distributor.
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 0d5591a3deab3c3163e2175b4424d001cf4a984d
https://github.com/siemens/jailhouse/commit/0d5591a3deab3c3163e2175b4424d001cf4a984d
Author: Ralf Ramsauer <[email protected]>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Changed paths:
M configs/jetson-tk1.c
Log Message:
-----------
configs: TK1: reorder memory regions
This commit reorders memory regions by ascending physical addresses,
which improves the readability of the config file.
Additionally, let's spend an additional comment on the apbmisc region,
as it is actually split into two regions:
0x70000800, size 0x64 (Chip Revision)
0x7000e864, size 0x04 (Strapping Options)
(cf. Linux's tegra124.dtsi)
No functional change.
Signed-off-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 2b8cbb0c39082f05541d0df176126ebedc677bd4
https://github.com/siemens/jailhouse/commit/2b8cbb0c39082f05541d0df176126ebedc677bd4
Author: Ralf Ramsauer <[email protected]>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Changed paths:
M scripts/include.mk
Log Message:
-----------
tooling: fix architecture choice
On ARM32 `uname -m` might return 'armv7l', on ARM64, it might return
'aarch64', which is not the correct ARCH in these cases. The correct
ARCH is arm for ARM32 bit and arm64 for ARM64.
Signed-off-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/b1e83a5406c3...2b8cbb0c3908
--
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].
For more options, visit https://groups.google.com/d/optout.