Page MenuHomeFreeBSD

dtc: Sync with upstream commit 23387dd
ClosedPublic

Authored by jlduran on Nov 2 2023, 12:40 AM.
Tags
None
Referenced Files
F171005659: D42438.id129610.diff
Tue, Sep 8, 3:47 AM
F170991437: D42438.diff
Tue, Sep 8, 1:32 AM
Unknown Object (File)
Mon, Sep 7, 1:40 PM
Unknown Object (File)
Sun, Sep 6, 10:57 AM
Unknown Object (File)
Sun, Sep 6, 12:02 AM
Unknown Object (File)
Sat, Sep 5, 2:09 PM
Unknown Object (File)
Sat, Sep 5, 10:23 AM
Unknown Object (File)
Sat, Sep 5, 3:25 AM

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