Searched hist:"698 c14e189107f370e0b4523a914d3916d46e603" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | machdep.h | diff 698c14e189107f370e0b4523a914d3916d46e603 Mon Aug 01 14:17:44 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add a kernel variable to let the user to select their preferred order between ACPI and FDT. This will be needed on machines with both, e.g. the SoftIron Overdrive 3000. The kernel will accept one or more comma separated values of either 'acpi' or 'fdt'. Any other values are skipped.
To set it the user can either set it on the loader command line, or in loader.conf e.g. in loader.conf: kern.cfg.order=acpi,fdt
This will try using ACPI then FDT. If none of the selected options work the kernel tries to use one to get the serial console, then panics.
Reviewed by: emaste (earlier version) Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7274
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | diff 698c14e189107f370e0b4523a914d3916d46e603 Mon Aug 01 14:17:44 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add a kernel variable to let the user to select their preferred order between ACPI and FDT. This will be needed on machines with both, e.g. the SoftIron Overdrive 3000. The kernel will accept one or more comma separated values of either 'acpi' or 'fdt'. Any other values are skipped.
To set it the user can either set it on the loader command line, or in loader.conf e.g. in loader.conf: kern.cfg.order=acpi,fdt
This will try using ACPI then FDT. If none of the selected options work the kernel tries to use one to get the serial console, then panics.
Reviewed by: emaste (earlier version) Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7274
|
H A D | mp_machdep.c | diff 698c14e189107f370e0b4523a914d3916d46e603 Mon Aug 01 14:17:44 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add a kernel variable to let the user to select their preferred order between ACPI and FDT. This will be needed on machines with both, e.g. the SoftIron Overdrive 3000. The kernel will accept one or more comma separated values of either 'acpi' or 'fdt'. Any other values are skipped.
To set it the user can either set it on the loader command line, or in loader.conf e.g. in loader.conf: kern.cfg.order=acpi,fdt
This will try using ACPI then FDT. If none of the selected options work the kernel tries to use one to get the serial console, then panics.
Reviewed by: emaste (earlier version) Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7274
|
H A D | machdep.c | diff 698c14e189107f370e0b4523a914d3916d46e603 Mon Aug 01 14:17:44 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add a kernel variable to let the user to select their preferred order between ACPI and FDT. This will be needed on machines with both, e.g. the SoftIron Overdrive 3000. The kernel will accept one or more comma separated values of either 'acpi' or 'fdt'. Any other values are skipped.
To set it the user can either set it on the loader command line, or in loader.conf e.g. in loader.conf: kern.cfg.order=acpi,fdt
This will try using ACPI then FDT. If none of the selected options work the kernel tries to use one to get the serial console, then panics.
Reviewed by: emaste (earlier version) Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7274
|