CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/26 07:21:58
Modified files:
sys/arch/octeon/dev: octboot.c
sys/arch/octeon/include: octboot.h
sys/arch/octeon/stand/rdboot: rdboot.c
Log message:
Rework kernel loading with octboot(4)
Load the kernel image from the filesystem upfront in rdboot and pass
the loaded image to octboot(4)'s kexec call in a memory buffer. As a
result, octboot(4) does not rely on a mounted filesystem.
OK deraadt@
