modules/dtb: Add the ARM dtb module
fvp-base-revc.dtb works with the kernel now interrupt-maps are supported in more cases. Reviewed by: mhorne Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D51258
This commit is contained in:
@@ -21,3 +21,6 @@ device arm_doorbell # ARM Message Handling Unit (MHU)
|
||||
|
||||
options FDT
|
||||
device acpi
|
||||
|
||||
# DTBs
|
||||
makeoptions MODULES_EXTRA+="dtb/arm"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# All the dts files for Arm systems we support.
|
||||
|
||||
DTS= \
|
||||
arm/fvp-base-revc.dts
|
||||
|
||||
.include <bsd.dtb.mk>
|
||||
Reference in New Issue
Block a user