platform_external_dtc/Documentation
Anton Staaf a4ea2fa951 dtc: Support character literals in cell lists
With this patch the following property assignment:

    property = <0x12345678 'a' '\r' 100>;

is equivalent to:

    property = <0x12345678 0x00000061 0x0000000D 0x00000064>

Signed-off-by: Anton Staaf <robotboy@chromium.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
2011-09-22 09:24:31 -05:00
..
dtc-paper.bib Add paper on the flattened tree and dtc presented at linux.conf.au 2006 by 2006-01-31 16:17:59 +11:00
dtc-paper.tex dtc: Whitespace cleanup 2007-09-18 09:43:26 -05:00
dts-format.txt dtc: Support character literals in cell lists 2011-09-22 09:24:31 -05:00
manual.txt Some Documentation fixes and generalizations. 2008-10-03 09:42:26 -05:00