History log of /barrelfish-master/kernel/arch/armv8/plat_arm_vm.c
Revision Date Author Comments
# 396aeb57 07-Nov-2019 Lukas Humbel <lukas.humbel@inf.ethz.ch>

armv8: Start with all interrupts disabled

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 6276671e 27-Nov-2018 Adam Turowski <adam.turowski@inf.ethz.ch>

arms: unifying interrupts, timers and platform data

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 79df19ed 05-Jul-2018 Adam Turowski <adam.turowski@inf.ethz.ch>

arm: adding gic v3

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 2a364094 06-Mar-2017 Reto Achermann <reto.achermann@inf.ethz.ch>

ARM: unifying coreboot on ARMv7 and ARMv8

Coreboot:
* use of hwid_t instead of coreid_t to ensure enough size
* adding context id parameter to the start function

ARMv8:
* removing PSCI debug syscall and use ipi_cap instead
* implementaton of platform specific call functions

ARMv7:
* adapting call sites to deal with new argument
* adaption of platform boot function

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 039ef73b 08-Dec-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

kernel/armv8: Move GIC initialization to platform-specific code

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# 0390637f 07-Dec-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

kernel/armv8: Return FVP platform for ARMv8 VM cpu drivers

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# e6bc9cc0 09-Nov-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

aarch64: return initial platform info for VM-based platforms

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# c372cf49 09-Nov-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

aarch64: Make generic timer initialization platform independent

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# 3c0e0e8d 06-Oct-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

armv8: introducing platformfiles for A57 and generic ARM virtual machine (qemu)

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>