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>
14 years ago
Simon Glass
ed8fee1a64
Add missing tests to .gitignore
...
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
14 years ago
Grant Likely
9dfb495f80
Update .gitignore files
...
Filter out all the generated bits from git revision control
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
15 years ago
David Gibson
23cdf2379f
Move everything into a subdirectory in preparation for merge into dtc.
18 years ago
David Gibson
81bdd52c07
libfdt: Add dtb files to .gitignore
...
Ignores .dtb files in the tests subdirectory.
18 years ago
David Gibson
3da0f9a10d
libfdt - library for manipulating device trees in flattened format
...
Initial revision, read-only and "in-place" (no memmove() required)
write operations only.
18 years ago