created | 2019-05-08T05:29:19Z |
---|---|
begin | 2018-01-28T00:00:00Z |
end | 2018-01-29T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-01-28T09:02:55Z | |||
---|---|---|---|---|
author | otto | |||
files | src/sys/arch/armv7/armv7/autoconf.c | log | diff | annotate |
message | typo |
date | 2018-01-28T12:41:39Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/genassym.cf | log | diff | annotate |
message |
Bring this more in line with our other architectures. ok patrick@ |
date | 2018-01-28T12:48:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/fdt/psci.c | log | diff | annotate |
message |
Store PSCI function ids as uint32_t not int in the softc. Avoids unwanted sign extension on arm64 that resulted in qemu not recognising the function ids and matches the specification. Problem reported by semarie@ ok kettenis@ |
date | 2018-01-28T13:17:45Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
src/sys/arch/arm64/arm64/genassym.cf | log | diff | annotate | |
src/sys/arch/arm64/arm64/intr.c | log | diff | annotate | |
src/sys/arch/arm64/arm64/locore.S | log | diff | annotate | |
src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate | |
src/sys/arch/arm64/include/cpu.h | log | diff | annotate | |
src/sys/arch/arm64/include/intr.h | log | diff | annotate | |
message |
Spin up secondary CPUs and add IPI infrastructure. Heavily based on diffs from dran@. ok patrick@ |
date | 2018-01-28T17:19:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/Makefile.arm64 | log | diff | annotate |
message | trampoline.o depends on assym.h |