created | 2024-06-16T04:08:53Z |
---|---|
begin | 2024-06-12T00:00:00Z |
end | 2024-06-13T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2024-06-12T02:50:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/conf.c | log | diff | annotate |
src/sys/arch/arm64/include/conf.h | log | diff | annotate | |
message | remove BMAJ and CMAJ defines only used by arm64; ok deraadt@ |
date | 2024-06-12T09:06:15Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rktemp.c | log | diff | annotate |
message |
Add RK3588 support. ok mlarkin@, kurt@ |
date | 2024-06-12T12:54:54Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/arch/amd64/amd64/conf.c | log | diff | annotate |
src/sys/conf/files | log | diff | annotate | |
src/sys/dev/ic/ccp.c | log | diff | annotate | |
src/sys/dev/ic/ccpvar.h | log | diff | annotate | |
src/sys/dev/pci/ccp_pci.c | log | diff | annotate | |
message |
Add support for the AMD Platform Security Processor (PSP) to ccp(4). Several commands for basic platform initialization and launch of SEV/SEV-ES enabled guests are implemented. These can be used by e.g. vmd(8) later. from hshoexer@; OK mlarkin@ |