]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for booting kernel directly from U-Boot using booti command.
authormmel <mmel@FreeBSD.org>
Sat, 7 Dec 2019 16:14:23 +0000 (16:14 +0000)
committermmel <mmel@FreeBSD.org>
Sat, 7 Dec 2019 16:14:23 +0000 (16:14 +0000)
commit1f44036356a26cb340a6a0a4b195d1bde9c62921
treef60ae7b46ee87fe8dc0e6156e0bf124e3278c8da
parenta2ab2a7b31d5ca2931ca156ac60eb67d341e3fbc
Add support for booting kernel directly from U-Boot using booti command.

In some cases, like is locked bootstrap or device's inability to boot from
removable media, we cannot use standard boot sequence and is necessary to
boot kernel directly from U-Boot.

Discussed with: jhibbits
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D13861
sys/arm64/arm64/locore.S
sys/arm64/arm64/machdep.c
sys/arm64/arm64/machdep_boot.c [new file with mode: 0644]
sys/arm64/include/machdep.h
sys/conf/Makefile.arm64
sys/conf/files.arm64
sys/conf/options.arm64