No description
Find a file
Scott Wood ad4f54ae2b Return a non-zero exit code if an error occurs during dts parsing.
Previously, only failure to parse caused the reading of the tree to fail;
semantic errors that called yyerror() but not YYERROR only emitted a message,
without signalling make to stop the build.

Signed-off-by: Scott Wood <scottwood@freescale.com>
2008-01-04 08:21:54 -06:00
Documentation dtc: Whitespace cleanup 2007-09-18 09:43:26 -05:00
libfdt dtc: Update TODO files 2007-12-19 08:20:26 -06:00
scripts Add DTC release version information. 2007-07-07 13:52:25 -05:00
tests dtc: Add missing copyright notice for dumptrees.c 2007-12-19 08:18:08 -06:00
.gitignore Merge libfdt into dtc. 2007-06-14 15:05:55 +10:00
checks.c dtc: Remove remaining old-style checks 2007-12-18 07:54:30 -06:00
comment-test.dts Initial label support. Also switch to glr-parser mode and get rid of 2005-06-16 14:36:37 +10:00
data.c dtc: Implement path references 2007-12-05 08:28:44 -06:00
dtc-lexer.l Look for include files in the directory of the including file. 2008-01-04 08:20:10 -06:00
dtc-parser.y Return a non-zero exit code if an error occurs during dts parsing. 2008-01-04 08:21:54 -06:00
dtc.c Return a non-zero exit code if an error occurs during dts parsing. 2008-01-04 08:21:54 -06:00
dtc.h Return a non-zero exit code if an error occurs during dts parsing. 2008-01-04 08:21:54 -06:00
flattree.c dtc: Remove header information dumping 2008-01-03 07:46:29 -06:00
fstree.c dtc: Add many const qualifications 2007-12-04 07:54:03 -06:00
ftdump.c dtc: Remove header information dumping 2008-01-03 07:46:29 -06:00
GPL dtc: Remove redundant copy of the GPL 2007-06-25 21:43:11 -05:00
livetree.c Return a non-zero exit code if an error occurs during dts parsing. 2008-01-04 08:21:54 -06:00
Makefile dtc: Don't build tests as part of "all" 2007-12-17 07:41:13 -06:00
Makefile.dtc dtc: Move tree checking code to checks.c 2007-11-01 08:03:37 -05:00
srcpos.c Look for include files in the directory of the including file. 2008-01-04 08:20:10 -06:00
srcpos.h Look for include files in the directory of the including file. 2008-01-04 08:20:10 -06:00
TODO dtc: Update TODO files 2007-12-19 08:20:26 -06:00
treesource.c Return a non-zero exit code if an error occurs during dts parsing. 2008-01-04 08:21:54 -06:00