Skip to content

Commit

Permalink
arm64: Force Morello kernels to use the FDT
Browse files Browse the repository at this point in the history
Otherwise, after upstream commit 33f2cf4 we boot using ACPI tables, which
prevents the panfrost driver from attaching.
  • Loading branch information
markjdb committed Feb 5, 2025
1 parent 48148cc commit 8df2fb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/arm64/conf/GENERIC-MORELLO
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ nooptions PAC

# Stores user and kernel pointers in uint64_t
nodevice netmap

# Some devices, notably the GPU, aren't described in ACPI tables.
envvar kern.cfg.order="fdt"

Check warning on line 47 in sys/arm64/conf/GENERIC-MORELLO

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line

0 comments on commit 8df2fb7

Please sign in to comment.