Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
lk
/
68d057f20d7c3a93b441d2892c4749392bc83b45
68d057f
Add fdtget utility to read property values from a device tree
by Simon Glass
· 13 years ago
69df9f0
dtc: Implement -d option to write out a dependency file
by Stephen Warren
· 13 years ago
97b909f
libfdt: Activate testcase for appending properties
by David Gibson
· 13 years ago
a31e3ef
libfdt: Add support for appending the values to a existing property
by Minghuan Lian
· 13 years ago
8f459c5
fdtdump: rename from ftdump
by Mike Frysinger
· 13 years ago
033089f
dtc: Add support for variable sized elements
by Anton Staaf
· 13 years ago
a4b515c
dtc: Add data_append_integer function
by Anton Staaf
· 13 years ago
2cd4c8d
libfdt: Add fdt16_to_cpu utility function
by Anton Staaf
· 13 years ago
07a8691
ftdump: use utilfdt to read blob
by Simon Glass
· 13 years ago
1c25c0d
Make testutils use utilfdt
by Simon Glass
· 13 years ago
36204fd
Add fdt read/write utility functions
by Simon Glass
· 13 years ago
9ebd9b4
Create Makefile.utils and move ftdump into it
by Simon Glass
· 13 years ago
a4ea2fa
dtc: Support character literals in cell lists
by Anton Staaf
· 13 years ago
83df28b
dtc: Remove gcc 4.6 "set but not used" warnings
by David Gibson
· 13 years ago
b43335a
dtc: Refactor character literal parsing code
by Anton Staaf
· 13 years ago
ed8fee1
Add missing tests to .gitignore
by Simon Glass
· 13 years ago
492f9d5
Split out is_printable_string() into util.c
by Simon Glass
· 13 years ago
d5b3165
dtc: Remove unused variable in flat_read_mem_reserve
by Josh Boyer
· 13 years ago
0a5aca9
dtc: Remove unused check variable
by Josh Boyer
· 13 years ago
bc895d6
Tag Version 1.3.0
by Jon Loeliger
· 14 years ago
99c1db7
libfdt: include version number in soname
by Paolo Bonzini
· 14 years ago
37c0b6a
dtc: Add code to make diffing trees easier
by David Gibson
· 14 years ago
73ae43e
Allow nodes to be referenced by path at the top level.
by John Bonesio
· 14 years ago
c0fa2e6
Create new and use new print_error that uses printf style formatting.
by John Bonesio
· 14 years ago
8773e12
Add merging of labelled subnodes. This patch allows the following
by David Gibson
· 14 years ago
3906357
Remove another bashism from run_tests.sh
by David Gibson
· 14 years ago
0e89e8c
Fix a filehandle leak
by Martin Ettl
· 14 years ago
e3b32b7
dtc: Extend and better test dtbs_equal utility programs (resend)
by David Gibson
· 15 years ago
341df2b
dtc: Add -Wredundant-decls (resend)
by David Gibson
· 15 years ago
73dca9a
libfdt: Implement property iteration functions
by David Gibson
· 15 years ago
74f6a51
dtc: Enable more warnings
by David Gibson
· 15 years ago
8765874
dtc: Correct headers in util.c
by David Gibson
· 15 years ago
9dfb495
Update .gitignore files
by Grant Likely
· 15 years ago
83da1b2
Allow device tree to be modified by additonal device tree sections
by Grant Likely
· 15 years ago
7164188
dtc: Audit and fix valgrind errors
by David Gibson
· 15 years ago
05898c6
dtc: Allow multiple labels on nodes and properties
by David Gibson
· 15 years ago
49c2da3
Remove obsolete references_dts0 test
by David Gibson
· 15 years ago
329055d
Disallow re-use of the same label within a dts file
by David Gibson
· 15 years ago
15ad6d8
dtc: Automatically pick a sensible boot_cpuid_phys
by David Gibson
· 15 years ago
5c8d2e2
Modification of lexer and parser, improving dtc portability.
by Lukasz Wojcik
· 15 years ago
c6225f8
dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations
by David Gibson
· 15 years ago
e1fee32
dtc: Cleanup srcpos_string()
by David Gibson
· 15 years ago
728c5e8
dtc: Cleanup line number tracking, add column number tracking
by David Gibson
· 15 years ago
d68cb36
dtc: Simpler interface to source file management
by David Gibson
· 15 years ago
d75b33a
Support ePAPR compliant phandle properties
by David Gibson
· 15 years ago
0ef2105
Assorted cleanups and extensions for ftdump
by David Gibson
· 15 years ago
b31b271
Fix dtc bugs for 64-bit compile
by David Gibson
· 15 years ago
f2f6d0f
Don't use echo -e in run_tests.sh
by David Gibson
· 15 years ago
350c9cc
Use yylloc instead of yyloc
by David Gibson
· 15 years ago
c623fe5
Fix bug in -Odts with properties containing multiple terminating nulls
by David Gibson
· 15 years ago
9c1a0df
add Mac OS X support
by Jean-Christophe PLAGNIOL-VILLARD
· 15 years ago
f281f52
libfdt: Fix C++ compile-time cast error on gnu 4.2.1
by Laurent Gregoire
· 16 years ago
804fed8
Fix a possible overflow case detected by gcc 4.3.2
by Emil Medve
· 16 years ago
925bd8c
Fix libraries (static and dynamic) installation
by Emil Medve
· 16 years ago
1a020e4
libfdt: Rework/cleanup fdt_next_tag()
by David Gibson
· 16 years ago
ce4d9c0
libfdt: Rework fdt_next_node()
by David Gibson
· 16 years ago
bae93e8
dtc: Add testcases for labels within values
by David Gibson
· 16 years ago
26d93f6
dtc: Make asm output more portable and add testcases
by David Gibson
· 16 years ago
b2b4990
dtc: Move some functions to util.[ch]
by David Gibson
· 16 years ago
75bdd84
libfdt: Fix error in documentation for fdt_get_alias_namelen()
by David Gibson
· 16 years ago
6272182
libfdt: Introduce libfdt shared library
by Josh Boyer
· 16 years ago
787b599
libfdt: Add version.lds file
by Josh Boyer
· 16 years ago
9878f30
dtc: Handle linux,phandle properties which self-reference
by David Gibson
· 16 years ago
2f76623
dtc: Use noinput flex option for convert-dtsv0 to remove warning
by David Gibson
· 16 years ago
0783d7e
dtc: Check return value from fwrite()
by David Gibson
· 16 years ago
f99cd15
libfdt: Fix bug in fdt_subnode_offset_namelen()
by David Gibson
· 16 years ago
2ebe88d
Add conditionalized debug() print macro.
by Jon Loeliger
· 16 years ago
4e1a0a0
Remove support for the legacy DTS source file format.
by Jon Loeliger
· 16 years ago
e5c8e1d
Enhance source position implementation.
by Jon Loeliger
· 16 years ago
83ac55d
Use flex's YY_USER_ACTION feature to avoid code duplication
by Jon Loeliger
· 16 years ago
879e4d2
Implement and use an xstrdup() function
by Jon Loeliger
· 16 years ago
68f98d7
Rearrange ftdump and convert-dtsv0 into sub-Makefiles.
by Jon Loeliger
· 16 years ago
e8903fe
Some Documentation fixes and generalizations.
by Jon Loeliger
· 16 years ago
3a90ce6
Install & document convert-dtsv0
by Niklaus Giger
· 16 years ago
9c83115
libfdt: Add function to explicitly expand aliases
by David Gibson
· 16 years ago
b236893
Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
by Jon Loeliger
· 16 years ago
8daae14
libfdt: Fix bugs in fdt_get_path()
by David Gibson
· 16 years ago
02cc835
libfdt: Add support for using aliases in fdt_path_offset()
by Kumar Gala
· 16 years ago
cb650ae
libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
by David Gibson
· 16 years ago
01a2d8a
dtc: Make many functions 'static'
by David Gibson
· 16 years ago
315c5d0
dtc: give advance warning that "-S" is going away.
by Paul Gortmaker
· 16 years ago
a1db074
dtc: Remove unused lexer function
by David Gibson
· 16 years ago
d565361
libfdt: Forgot one function when cleaning the namespace
by David Gibson
· 16 years ago
52c356d
Tag Version 1.2.0
by Jon Loeliger
· 16 years ago
a653228
libfdt: Fix 'make install' target handling of .h files.
by Jon Loeliger
· 16 years ago
17773b0
Tag Version 1.2.0-rc2
by Jon Loeliger
· 16 years ago
08309aa
libfdt: Improve documentation in libfdt.h
by Wolfram Sang
· 16 years ago
b6d80a2
libfdt: Increase namespace-pollution paranoia
by David Gibson
· 16 years ago
4d7bea7
dtc: Run relevant checks on dtb input as well as dts
by David Gibson
· 16 years ago
1409097
dtc: Enable and fix -Wcast-qual warnings
by David Gibson
· 16 years ago
36786db
dtc: Enable and fix -Wpointer-arith warnings
by David Gibson
· 16 years ago
76e0622
dtc: Clean up lexing of include files
by David Gibson
· 16 years ago
cdcb415
dtc: Address an assortment of portability problems
by David Gibson
· 16 years ago
11d7100
dtc: Use libfdt endian conversion functions in libfdt
by David Gibson
· 16 years ago
c8c374b
dtc: Use the same endian-conversion functions as libfdt
by David Gibson
· 16 years ago
5335901
dtc: Use stdint.h types throughout dtc
by David Gibson
· 16 years ago
f8e52fe
dtc: Testcase for /include/ directive
by David Gibson
· 16 years ago
f8bf4bf
Tag Version 1.2.0-rc1
by Jon Loeliger
· 16 years ago
e37ec7d
dtc: Add support for binary includes.
by David Gibson
· 16 years ago
050e6f0
dtc: Add a testcase for 'reg' or 'ranges' in /
by David Gibson
· 16 years ago
Next »