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)
Thu, May 14, 2:53 PM
Unknown Object (File)
Thu, May 14, 1:25 PM
Unknown Object (File)
Wed, May 13, 8:19 PM
Unknown Object (File)
Wed, May 13, 12:45 AM
Unknown Object (File)
Mon, May 11, 11:58 AM
Unknown Object (File)
Thu, Apr 30, 6:35 PM
Unknown Object (File)
Thu, Apr 30, 12:31 PM
Unknown Object (File)
Wed, Apr 29, 9:13 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