Page MenuHomeFreeBSD

dtc: Sync with upstream commit 23387dd
ClosedPublic

Authored by jlduran on Nov 2 2023, 12:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 16, 1:45 PM
Unknown Object (File)
Mon, Mar 16, 2:33 AM
Unknown Object (File)
Sun, Mar 15, 8:08 AM
Unknown Object (File)
Sat, Mar 14, 8:13 PM
Unknown Object (File)
Feb 18 2026, 6:28 PM
Unknown Object (File)
Feb 17 2026, 2:02 AM
Unknown Object (File)
Feb 8 2026, 3:16 AM
Unknown Object (File)
Feb 7 2026, 6:27 PM

Details

Summary
Add the ability to parse char literals needed to compile DTBs currently
in base.
Test Plan
TARGET=arm MACHINE=arm make builddtb FDT_DTS_FILE=stm32mp157c-ev1.dts

EDIT:
Since the import of Linux 6.5 device-tree sources, dts files are under a vendor-specific directory. Use the full path for now, so it can be found:

TARGET=arm MACHINE=arm make builddtb FDT_DTS_FILE=/usr/src/sys/contrib/device-tree/src/arm/st/stm32mp157c-ev1.dts

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable