Page MenuHomeFreeBSD

dtc: Sync with upstream commit 23387dd
ClosedPublic

Authored by jlduran on Nov 2 2023, 12:40 AM.
Tags
None
Referenced Files
F135475775: D42438.id157124.diff
Mon, Nov 10, 4:29 AM
Unknown Object (File)
Sat, Nov 1, 2:24 AM
Unknown Object (File)
Sat, Oct 25, 12:17 AM
Unknown Object (File)
Tue, Oct 21, 12:11 PM
Unknown Object (File)
Oct 8 2025, 11:59 AM
Unknown Object (File)
Sep 22 2025, 9:32 PM
Unknown Object (File)
Aug 25 2025, 10:22 PM
Unknown Object (File)
Aug 25 2025, 6:57 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