1
0
Fork 0
alistair23-linux/scripts/dtc
Gaurav Minocha 695e9fdd20 scripts/dtc: add missing libfdt and fixups to import script
The following script is used to import dtc upstream
into kernel. It was missing import of dtc/libfdt, with
this commit it will include the same.

Also, currently in arch and driver code that needs early access to
the flattened device tree it is necessary to add specific CFLAGS
so that when scripts/dtc/libfdt/libfdt.h is included the C
preprocessor is able to locate the libfdt versions of libfdt_env.h
and fdt.h without generating an error. So, this script replaces
angular brackets with quotation used to include header files
fdt.h and libfdt_env.h

Signed-off-by: Gaurav Minocha <gaurav.minocha.os@gmail.com>
[robh: reword commit headline and add 'git add']
Signed-off-by: Rob Herring <robh@kernel.org>
2015-04-29 16:08:05 -05:00
..
libfdt kbuild: trivial - remove trailing empty lines 2014-06-10 00:04:06 +02:00
.gitignore kbuild: trivial - remove trailing empty lines 2014-06-10 00:04:06 +02:00
Makefile script: dtc: clean generated files 2012-11-21 15:53:22 +00:00
Makefile.dtc dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
checks.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
data.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
dtc-lexer.l dtc: ensure #line directives don't consume data from the next line 2013-06-13 22:12:15 +01:00
dtc-lexer.lex.c_shipped dtc: ensure #line directives don't consume data from the next line 2013-06-13 22:12:15 +01:00
dtc-parser.tab.c_shipped scripts/dtc: Update shipped files to build with bison 2.7.12 2014-01-21 13:31:40 +00:00
dtc-parser.tab.h_shipped scripts/dtc: Update shipped files to build with bison 2.7.12 2014-01-21 13:31:40 +00:00
dtc-parser.y dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
dtc.c scripts/dtc: Update to upstream version v1.4.0 2014-01-21 13:35:11 +00:00
dtc.h scripts/dtc: Update to upstream version v1.4.0 2014-01-21 13:35:11 +00:00
fdtdump.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
fdtget.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
fdtput.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
flattree.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
fstree.c kbuild: trivial - remove trailing empty lines 2014-06-10 00:04:06 +02:00
livetree.c dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
srcpos.c scripts/dtc: Update to upstream version v1.4.0 2014-01-21 13:35:11 +00:00
srcpos.h dtc: import latest upstream dtc 2012-10-01 11:11:35 -05:00
treesource.c kbuild: trivial - remove trailing empty lines 2014-06-10 00:04:06 +02:00
update-dtc-source.sh scripts/dtc: add missing libfdt and fixups to import script 2015-04-29 16:08:05 -05:00
util.c scripts/dtc: Update to upstream version v1.4.0 2014-01-21 13:35:11 +00:00
util.h scripts/dtc: Update to upstream version v1.4.0 2014-01-21 13:35:11 +00:00
version_gen.h scripts/dtc: Add a script to update to mainline dtc source 2014-01-21 13:48:34 +00:00