mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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:
parent
82778970ee
commit
b157c28ce9
2 changed files with 9 additions and 0 deletions
|
|
@ -21,3 +21,6 @@ device arm_doorbell # ARM Message Handling Unit (MHU)
|
|||
|
||||
options FDT
|
||||
device acpi
|
||||
|
||||
# DTBs
|
||||
makeoptions MODULES_EXTRA+="dtb/arm"
|
||||
|
|
|
|||
6
sys/modules/dtb/arm/Makefile
Normal file
6
sys/modules/dtb/arm/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# All the dts files for Arm systems we support.
|
||||
|
||||
DTS= \
|
||||
arm/fvp-base-revc.dts
|
||||
|
||||
.include <bsd.dtb.mk>
|
||||
Loading…
Add table
Reference in a new issue