summaryrefslogtreecommitdiffstats
path: root/platforms/dtc.in
Commit message (Collapse)AuthorAgeFilesLines
* dtc: Seperate path and filename of dtsMichael Olbrich2014-06-101-4/+11
| | | | | | | | | | | | | | Creating multiple device trees result in a quite long DTC_OFTREE_DTS variable. Splitting it into a path variable and file variable makes it more handy. The path can be a ':' separated list to allow device trees from multiple directories. For backwards compatibility, the path is only used for relative file names. Based on a patch by Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* platform: create a generated section for device tree optionsMichael Olbrich2014-02-251-25/+4
| | | | | | | | | This makes it possible to overwrite it without replacing platforms/Kconfig. Also, cleanup options and make the in-kernel dtc the default. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dtc: use PTXCONF_KERNEL_ARCH_STRING instead of hardcoded powerpc as path to ↵Marc Kleine-Budde2013-04-031-1/+1
| | | | | | dts file Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* dtc, kernel: add option to use the dtc from the kernel sourceMichael Olbrich2011-06-031-1/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: get md5sum from platfomconfigMichael Olbrich2011-05-091-1/+5
| | | | | | and bump default version to 1.3.0. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dtc] Added option to install oftree into /bootCarsten Schlote2010-02-261-2/+10
| | | | | | | | | | | | Added option to create an ipkg file, which installs the oftree file from $(IMGDIR)/oftree to /boot/oftree Useful when booting from CF or other large media with OF machines. The oftree image can now be updated with ipkg update. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: moved VERSION definition a few lines] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * dtc: Do not force the DTC. Its only required for PowerPC architectureJuergen Beisert2009-03-071-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9999 33e552b5-05e3-0310-8538-816dae2090ed
* * dtc: whitespace cleanupRobert Schwebel2009-03-051-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9986 33e552b5-05e3-0310-8538-816dae2090ed
* [dtc] just cleanup the menuMarc Kleine-Budde2009-03-031-7/+6
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9958 33e552b5-05e3-0310-8538-816dae2090ed
* Make version number DTC configurableMarc Kleine-Budde2009-03-031-0/+17
| | | | | | | | | | | | | | | Ptxdist assumes that dtc is only required on powerpc targets, but is also used by newer U-boot mkimage tools that demand at least version v1.2.0 Signed-off-by: Remy Bohmer <linux@bohmer.net> [use plain version number, put "v" into host-dtc.make, use 1.1.0 as default] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9955 33e552b5-05e3-0310-8538-816dae2090ed
* Decouple DTC from ARCH_PPCMarc Kleine-Budde2009-03-031-1/+0
| | | | | | | | | | | | | | Newer U-boot mkimage also use the DTC for generation of FIT images on non-PPC architectures. For FIT-images, at least version 1.2.0 is required to support binary images. Signed-off-by: Remy Bohmer <linux@bohmer.net> [just do the decoupling from PPC, version upgrade follows in later patch] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9954 33e552b5-05e3-0310-8538-816dae2090ed
* * drop default parameter for dtc in platformconfigWolfram Sang2008-07-091-1/+0
| | | | | | | | older dtc versions needed -V. Newer don't. Plus, the hardcoded value is outdated today, thus bad. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8631 33e552b5-05e3-0310-8538-816dae2090ed
* * dtc.in:Marc Kleine-Budde2008-06-051-1/+3
| | | | | | | only on powerpc git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8414 33e552b5-05e3-0310-8538-816dae2090ed
* * dtc: fixup platform support for dtcRobert Schwebel2008-05-071-0/+27
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8134 33e552b5-05e3-0310-8538-816dae2090ed