summaryrefslogtreecommitdiffstats
path: root/platforms/host-dtc.in
Commit message (Collapse)AuthorAgeFilesLines
* host-dtc: version bump 1.6.0 to 1.6.1Bruno Thomsen2021-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | The new 1.6.1 version is more gcc11 ready and it fixes the following error when build on fedora. In file included from fdtdump.c:14: fdtdump.c: In function 'main': libfdt/libfdt.h:251:28: error: array subscript 'struct fdt_header[0]' is partly outside array bounds of 'unsigned char[4]' [-Werror=array-bounds] 251 | fdth->name = cpu_to_fdt32(val); \ | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ libfdt/libfdt.h:253:1: note: in expansion of macro 'fdt_set_hdr_' 253 | fdt_set_hdr_(magic); | ^~~~~~~~~~~~ fdtdump.c:216:31: note: while referencing 'smagic' 216 | unsigned char smagic[FDT_MAGIC_SIZE]; | ^~~~~~ Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20210731151842.4964-1-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: add missing dependency host-flexMichael Tretter2020-08-301-0/+1
| | | | | | | | | | | | Building the dtc fails if flex is not installed. As ptxdist requires flex as build dependency, the host usually already has flex and the missing dependency is hidden. Add host-flex as a explicit dependency for host-dtc. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Message-Id: <20200827093350.1760636-1-m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: update default version to 1.6.0Michael Olbrich2020-05-241-2/+2
| | | | | | The new version is needed to build host-dtc with gcc 10. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dtc: always use host-dtcMichael Olbrich2019-10-291-2/+1
| | | | | | | It's the upstream, so we can always get a recent enough version. And it provides more tools that will be needed to create fit images. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: updateMichael Olbrich2019-10-291-2/+2
| | | | | | | | * use 1.5.1 by default * use https download instead of git * don't try to use Python, yaml and valgrind Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: make it possible to build without the need to install a DTMarc Kleine-Budde2016-07-211-3/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-dtc: use kernel.org git and bump default version to 1.4.1Marc Kleine-Budde2016-07-211-5/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* platform: create a generated section for device tree optionsMichael Olbrich2014-02-251-0/+25
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>