Sign in
fuchsia
/
third_party
/
dtc
/
HEAD
f888654
dtc: Fix memory leak in character literal parsing
by Gabriel Smith
· 8 years ago
main
master
00fbb86
Rename boot_info
by David Gibson
· 9 years ago
1ef86ad
dtc: Clean up /dts-v1/ and /plugin/ handling in grammar
by David Gibson
· 8 years ago
e3c769a
dtc: Don't always generate __symbols__ for plugins
by David Gibson
· 8 years ago
c96cb3c
tests: Don't use -@ on plugin de/recompile tests
by David Gibson
· 8 years ago
6638153
tests: Remove "suppression of fixups" tests
by David Gibson
· 8 years ago
ba765b2
tests: Clarify dtc overlay tests
by David Gibson
· 8 years ago
6ea8cd9
tests: More thorough tests of libfdt overlay application without dtc
by David Gibson
· 8 years ago
7d8ef6e
tests: Correct fdt handling of overlays without fixups and base trees without symbols
by David Gibson
· 8 years ago
b4dc0ed
tests: Fix double expansion bugs in test code
by David Gibson
· 8 years ago
3ea879d
tests: Split overlay tests into those with do/don't exercise dtc plugin generation
by David Gibson
· 8 years ago
47b4d66
tests: Test auto-alias generation on base tree, not overlay
by David Gibson
· 8 years ago
72e1ad8
tests: Make overlay/plugin tests unconditional
by David Gibson
· 8 years ago
e7b3c3b
tests: Add overlay tests
by Pantelis Antoniou
· 8 years ago
9637e3f
tests: Add check_path test
by Pantelis Antoniou
· 8 years ago
20f29d8
dtc: Plugin and fixup support
by Pantelis Antoniou
· 8 years ago
a2c92ca
dtc: Document the dynamic plugin internals
by Pantelis Antoniou
· 8 years ago
8f70ac3
checks: Pass boot_info instead of root node
by Pantelis Antoniou
· 8 years ago
ea10f95
libfdt: add missing errors to fdt_strerror()
by Benjamin Fair
· 8 years ago
daa75e8
libfdt: fix fdt_stringlist_search()
by Masahiro Yamada
· 8 years ago
e28eff5
libfdt: fix fdt_stringlist_count()
by Masahiro Yamada
· 8 years ago
ae97c77
tests: overlay: Rename the device tree blobs to be more explicit
by Maxime Ripard
· 8 years ago
96162d2
tests: overlay: Add test suffix to the compiled blobs
by Maxime Ripard
· 8 years ago
5ce8634
libfdt: Add fdt_overlay_apply to the exported symbols
by Maxime Ripard
· 8 years ago
804a9db
fdt: strerr: Remove spurious BADOVERLAY
by Maxime Ripard
· 8 years ago
e8c3a1a
tests: overlay: Move back the bad fixup tests
by Maxime Ripard
· 8 years ago
7a72d89
libfdt: overlay: Fix symbols and fixups nodes condition
by Maxime Ripard
· 8 years ago
cabbaa9
libfdt: overlay: Report a bad overlay for mismatching local fixups
by Maxime Ripard
· 8 years ago
deb0a5c
libfdt: Add BADPHANDLE error string
by Maxime Ripard
· 8 years ago
7b7a6be
libfdt: Don't use 'index' as a local variable name
by David Gibson
· 8 years ago
aea8860
tests: Add tests cases for the overlay code
by Maxime Ripard
· 8 years ago
0cdd06c
libfdt: Add overlay application function
by Maxime Ripard
· 8 years ago
39240cc
libfdt: Extend the reach of FDT_ERR_BADPHANDLE
by Maxime Ripard
· 8 years ago
4aa3a6f
libfdt: Add new errors for the overlay code
by Maxime Ripard
· 8 years ago
6d1832c
dtc: Remove "home page" link
by David Gibson
· 8 years ago
45fd440
Fix some typing errors in libfdt.h and livetree.c
by Thomas Huth
· 8 years ago
a59be49
Merge tag 'v1.4.2'
by David Gibson
· 8 years ago
a34bb72
dtc: Fix assorted problems in the testcases for the -a option
by David Gibson
· 8 years ago
874f405
Implement the -a option to pad dtb aligned
by Tim Wang
· 9 years ago
ec02b34
dtc: Makefile improvements for release uploading
by David Gibson
· 8 years ago
v1.4.2
1ed45d4
dtc: Bump version to 1.4.2
by David Gibson
· 8 years ago
36fd733
libfdt: simplify fdt_del_mem_rsv()
by Masahiro Yamada
· 8 years ago
d877364
libfdt: Add fdt_setprop_inplace_namelen_partial
by Maxime Ripard
· 8 years ago
3e9037a
libfdt: Add fdt_getprop_namelen_w
by Maxime Ripard
· 8 years ago
84e0e13
libfdt: Add max phandle retrieval function
by Maxime Ripard
· 8 years ago
d29126c
libfdt: Add iterator over properties
by Maxime Ripard
· 8 years ago
902d0f0
libfdt: Add a subnodes iterator macro
by Thierry Reding
· 8 years ago
c539075
fdtput.c: Fix memory leak.
by Jean-Christophe Dubois
· 9 years ago
f79ddb8
fdtget.c: Fix memory leak
by Jean-Christophe Dubois
· 9 years ago
1074ee5
convert-dtsv0-lexer.l: fix memory leak
by David Gibson
· 8 years ago
e24d39a
fdtdump.c: make sure size_t argument to memchr is always unsigned.
by Jean-Christophe Dubois
· 9 years ago
44a5971
Remove unused srcpos_dump() function
by David Gibson
· 9 years ago
cb9241a
DTC: Fix memory leak on flatname.
by Jean-Christophe Dubois
· 9 years ago
1ee0ae2
Simplify check field and macro names
by David Gibson
· 11 years ago
9d97527
Remove property check functions
by David Gibson
· 11 years ago
2e709d1
Remove tree check functions
by David Gibson
· 11 years ago
c4cb12e
Alter grammar to allow multiple /dts-v1/ tags
by David Gibson
· 11 years ago
d71d25d
Use xasprintf() in srcpos
by David Gibson
· 9 years ago
9dc4049
util: Add xasprintf portable asprintf variant
by Pantelis Antoniou
· 9 years ago
beef80b
Correct a missing space in a fdt_header cast
by Simon Glass
· 9 years ago
68d43ce
Correct line lengths in libfdt.h
by Simon Glass
· 9 years ago
b0dbcea
Correct space-after-tab in libfdt.h
by Simon Glass
· 9 years ago
53bf130
libfdt: simplify fdt_node_check_compatible()
by Masahiro Yamada
· 9 years ago
c9d9121
Warn on node name unit-address presence/absence mismatch
by Stephen Warren
· 9 years ago
2e53f9d
Catch unsigned 32bit overflow when parsing flattened device tree offsets
by Anton Blanchard
· 9 years ago
b06e55c
Prevent crash on modulo by zero
by David Gibson
· 9 years ago
b433450
Fix some bugs in processing of line directives
by David Gibson
· 9 years ago
d728ad5
Fix crash on nul character in string escape sequence
by David Gibson
· 9 years ago
1ab2205
Gracefully handle bad octal literals
by David Gibson
· 9 years ago
1937095
Prevent crash on division by zero
by David Gibson
· 9 years ago
d0b3ab0
libfdt: Fix undefined behaviour in fdt_offset_ptr()
by David Gibson
· 9 years ago
d4c7c25
libfdt: check for potential overrun in _fdt_splice()
by Courtney Cavin
· 9 years ago
f58799b
libfdt: Add some missing symbols to version.lds
by David Gibson
· 9 years ago
af9f26d
Remove duplicated -Werror in dtc Makefile
by David Gibson
· 9 years ago
604e61e
fdt: Add functions to retrieve strings
by Thierry Reding
· 9 years ago
8702bd1
fdt: Add a function to get the index of a string
by Thierry Reding
· 9 years ago
2218387
fdt: Add a function to count strings
by Thierry Reding
· 9 years ago
554fde2
libfdt: fix comment block of fdt_get_property_namelen()
by Masahiro Yamada
· 9 years ago
e5e6df7
fdtdump: Fix bug printing bytestrings with negative values
by David Gibson
· 10 years ago
067829e
Remove redundant fdtdump test code
by David Gibson
· 10 years ago
897a429
Move fdt_path_offset alias tests to right tests section
by David Gibson
· 10 years ago
2d1417c
Add simple .travis.yml
by David Gibson
· 10 years ago
f6dbc6c
guess output file format
by Andre Przywara
· 10 years ago
5e78dff
guess input file format based on file content or file name
by Andre Przywara
· 10 years ago
8b927bf
tests: convert `echo -n` to `printf`
by Mike Frysinger
· 10 years ago
64c46b0
Fix crash with poorly defined #size-cells
by Jack Miller
· 10 years ago
9d3649b
Add testcases for fdt_path_offset_namelen()
by David Gibson
· 10 years ago
ecd4f9d
Extend path_offset testcase for handling of duplicated separators
by David Gibson
· 10 years ago
5fa047f
Use a helper function to clean up path_offset testcase
by David Gibson
· 10 years ago
b4150b5
libfdt: Add fdt_path_offset_namelen()
by Peter Hurley
· 10 years ago
a4b093f
libfdt: Add missing functions to shared library
by Julien Grall
· 10 years ago
3346e06
dtc: parser: Add label while overriding nodes
by Nikhil Devshatwar
· 10 years ago
aa71961
fdtput: add delete node and property function
by Wang Long
· 10 years ago
5ef2f7c
dtc: Use va_end to match corresponding va_start
by Colin Ian King
· 10 years ago
302fca9
dtc: Bump version to 1.4.1
by David Gibson
· 10 years ago
v1.4.1
656bd3b
dtc: Add maintainer script for signing and upload to kernel.org
by David Gibson
· 10 years ago
242c264
Improve portability
by Phil Elwell
· 10 years ago
6a76a9d
dtc: Delete the unused start condition INCLUDE
by Wang Long
· 10 years ago
1e5ddb1
dtc: Update the usage helper message
by Wang Long
· 10 years ago
5d4a8b9
Properly handle embedded nul delimited string lists
by Jack Miller
· 10 years ago
Next »