summaryrefslogtreecommitdiffstats
path: root/contrib/dtc
Commit message (Collapse)AuthorAgeFilesLines
* MFC r261215, r261257ian2014-05-1528-417/+1141
| | | | | | | Merge from vendor branch importing dtc git rev 6a15eb2350426d285130e4c9d84c0bdb6575547a Don't build BSDL dtc if the GPL dtc is enabled.
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-1/+1
| | | | | | | | | | | | share/mk/sys.mk instead. This is part of a medium term project to permit deterministic builds of FreeBSD. Submitted by: Erik Cederstrand <erik@cederstrand.dk> Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks
* Fix a logic inversion in an assert to allow us to use dts files thatandrew2012-09-021-1/+1
| | | | include other files.
* Preen unused Makefiles, programs and ftdump.c which has been renamedimp2012-07-254-473/+0
| | | | | to fdtdump.c in the upstream repo. This escaped my attention in the import.
* Update to latest git version of dtc to get new dtsv2 support,imp2012-07-2430-679/+3237
| | | | | | | | | | | including the include directive. Fix minor build issue corrected by converting yypush_buffer_state and yypop_buffer_state to yy_set_buffer_state and a hard-coded 100-deep stack. It was easier to fix it here than to import that support into our flex. The new tools and test hardness remain unsupported at the moment.
* Let dtc build with FreeBSD yacc/lex.raj2010-02-282-1/+4
| | | | Sponsored by: The FreeBSD Foundation
* Merge DTC-d75b33af.raj2010-02-2840-0/+9631
This is a split merge because of non-uniform licensing of the DTC package contents and the way these components will be used in the FreeBSD environment. The original DTC package is composed of the following two major pieces: 1. sys/contrib/libfdt (BSD [dual] license) 2. contrib/dtc (GPLv2) The libfdt component is going to be shared in all aspects of the environment: - /boot/loader - kernel - dtc (the device tree compiler proper, userspace tool)
OpenPOWER on IntegriCloud