370 Commits (a4b515c03804dbc0eff5bbf281bd22438717e773)
 

Author SHA1 Message Date
Anton Staaf a4b515c038 dtc: Add data_append_integer function 13 years ago
Anton Staaf 2cd4c8d27d libfdt: Add fdt16_to_cpu utility function 13 years ago
Simon Glass 07a8691fbb ftdump: use utilfdt to read blob 13 years ago
Simon Glass 1c25c0d520 Make testutils use utilfdt 13 years ago
Simon Glass 36204fdf74 Add fdt read/write utility functions 13 years ago
Simon Glass 9ebd9b4a56 Create Makefile.utils and move ftdump into it 13 years ago
Anton Staaf a4ea2fa951 dtc: Support character literals in cell lists 13 years ago
David Gibson 83df28bd39 dtc: Remove gcc 4.6 "set but not used" warnings 13 years ago
Anton Staaf b43335a238 dtc: Refactor character literal parsing code 13 years ago
Simon Glass ed8fee1a64 Add missing tests to .gitignore 13 years ago
Simon Glass 492f9d5de7 Split out is_printable_string() into util.c 13 years ago
Josh Boyer d5b3165023 dtc: Remove unused variable in flat_read_mem_reserve 13 years ago
Josh Boyer 0a5aca98ba dtc: Remove unused check variable 13 years ago
Jon Loeliger bc895d6d09 Tag Version 1.3.0 14 years ago
Paolo Bonzini 99c1db78dc libfdt: include version number in soname 14 years ago
David Gibson 37c0b6a091 dtc: Add code to make diffing trees easier 14 years ago
John Bonesio 73ae43ea44 Allow nodes to be referenced by path at the top level. 14 years ago
John Bonesio c0fa2e6d4e Create new and use new print_error that uses printf style formatting. 14 years ago
David Gibson 8773e12fa9 Add merging of labelled subnodes. This patch allows the following 14 years ago
David Gibson 390635762d Remove another bashism from run_tests.sh 14 years ago
Martin Ettl 0e89e8c5a0 Fix a filehandle leak 14 years ago
David Gibson e3b32b75b5 dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
David Gibson 341df2bdc3 dtc: Add -Wredundant-decls (resend) 15 years ago
David Gibson 73dca9ae0b libfdt: Implement property iteration functions 15 years ago
David Gibson 74f6a51b1f dtc: Enable more warnings 15 years ago
David Gibson 8765874963 dtc: Correct headers in util.c 15 years ago
Grant Likely 9dfb495f80 Update .gitignore files 15 years ago
Grant Likely 83da1b2a4e Allow device tree to be modified by additonal device tree sections 15 years ago
David Gibson 716418849a dtc: Audit and fix valgrind errors 15 years ago
David Gibson 05898c67c1 dtc: Allow multiple labels on nodes and properties 15 years ago
David Gibson 49c2da3085 Remove obsolete references_dts0 test 15 years ago
David Gibson 329055dbbc Disallow re-use of the same label within a dts file 15 years ago
David Gibson 15ad6d862e dtc: Automatically pick a sensible boot_cpuid_phys 15 years ago
Lukasz Wojcik 5c8d2e2b57 Modification of lexer and parser, improving dtc portability. 15 years ago
David Gibson c6225f86fd dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations 15 years ago
David Gibson e1fee329e2 dtc: Cleanup srcpos_string() 15 years ago
David Gibson 728c5e87c6 dtc: Cleanup line number tracking, add column number tracking 15 years ago
David Gibson d68cb36b0b dtc: Simpler interface to source file management 15 years ago
David Gibson d75b33af67 Support ePAPR compliant phandle properties 15 years ago
David Gibson 0ef21055ee Assorted cleanups and extensions for ftdump 15 years ago
David Gibson b31b271f91 Fix dtc bugs for 64-bit compile 15 years ago
David Gibson f2f6d0f2f0 Don't use echo -e in run_tests.sh 15 years ago
David Gibson 350c9cce9e Use yylloc instead of yyloc 15 years ago
David Gibson c623fe5c21 Fix bug in -Odts with properties containing multiple terminating nulls 15 years ago
Jean-Christophe PLAGNIOL-VILLARD 9c1a0df677 add Mac OS X support 15 years ago
Laurent Gregoire f281f526d4 libfdt: Fix C++ compile-time cast error on gnu 4.2.1 16 years ago
Emil Medve 804fed8dcd Fix a possible overflow case detected by gcc 4.3.2 16 years ago
Emil Medve 925bd8c054 Fix libraries (static and dynamic) installation 16 years ago
David Gibson 1a020e4030 libfdt: Rework/cleanup fdt_next_tag() 16 years ago
David Gibson ce4d9c0f74 libfdt: Rework fdt_next_node() 16 years ago