summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement and use an xstrdup() functionJon Loeliger2008-10-0310-18/+82
* Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger2008-10-034-36/+63
* Some Documentation fixes and generalizations.Jon Loeliger2008-10-031-6/+20
* Install & document convert-dtsv0Niklaus Giger2008-10-032-0/+21
* libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-025-7/+105
* Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2008-09-252-2/+2
* libfdt: Fix bugs in fdt_get_path()David Gibson2008-09-252-15/+18
* libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala2008-08-145-3/+104
* libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2008-08-132-7/+60
* dtc: Make many functions 'static'David Gibson2008-08-1321-32/+34
* dtc: give advance warning that "-S" is going away.Paul Gortmaker2008-07-311-0/+3
* dtc: Remove unused lexer functionDavid Gibson2008-07-311-1/+1
* libfdt: Forgot one function when cleaning the namespaceDavid Gibson2008-07-311-2/+3
* Tag Version 1.2.0v1.2.0Jon Loeliger2008-07-251-1/+1
* libfdt: Fix 'make install' target handling of .h files.Jon Loeliger2008-07-232-1/+4
* Tag Version 1.2.0-rc2v1.2.0-rc2Jon Loeliger2008-07-141-1/+1
* libfdt: Improve documentation in libfdt.hWolfram Sang2008-07-141-14/+14
* libfdt: Increase namespace-pollution paranoiaDavid Gibson2008-07-147-122/+119
* dtc: Run relevant checks on dtb input as well as dtsDavid Gibson2008-07-143-21/+32
* dtc: Enable and fix -Wcast-qual warningsDavid Gibson2008-07-147-14/+15
* dtc: Enable and fix -Wpointer-arith warningsDavid Gibson2008-07-1413-47/+52
* dtc: Clean up lexing of include filesDavid Gibson2008-07-142-35/+21
* dtc: Address an assortment of portability problemsDavid Gibson2008-07-148-45/+41
* dtc: Use libfdt endian conversion functions in libfdtDavid Gibson2008-07-141-31/+16
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-146-59/+38
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-145-31/+28
* dtc: Testcase for /include/ directiveDavid Gibson2008-07-1410-0/+43
* Tag Version 1.2.0-rc1v1.2.0-rc1Jon Loeliger2008-06-191-2/+2
* dtc: Add support for binary includes.David Gibson2008-06-198-6/+145
* dtc: Add a testcase for 'reg' or 'ranges' in /David Gibson2008-06-022-0/+9
* dtc: Fix some printf() format warnings when compiling 64-bitDavid Gibson2008-06-022-3/+6
* dtc: Remove some small bashisms from test scriptsDavid Gibson2008-05-293-3/+3
* libfdt: Several cleanups to parameter checkingDavid Gibson2008-05-295-55/+44
* dtc: Remove reference to dead Makefile variablesDavid Gibson2008-05-291-2/+1
* dtc: Add program to convert dts files from v0 to v1David Gibson2008-05-194-8/+297
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-1910-21/+88
* dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson2008-05-193-22/+22
* dtc: Trivial formatting fixesDavid Gibson2008-05-191-4/+3
* dtc: Clean up included Makefile fragmentsDavid Gibson2008-05-194-29/+7
* dtc: Simplify error handling for unparseable inputDavid Gibson2008-05-194-7/+4
* dtc: Change exit code for usage messageDavid Gibson2008-03-231-1/+1
* dtc: Cleanup \nnn and \xNN string escape handlingDavid Gibson2008-03-231-13/+6
* dtc: Add some documentation for the dts formtaDavid Gibson2008-03-231-0/+110
* dtc: Abolish asize field of struct dataDavid Gibson2008-03-232-9/+0
* dtc: Remove ugly include stack abuseDavid Gibson2008-03-233-10/+8
* dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson2008-03-234-16/+6
* dtc: Testcases for input handlingDavid Gibson2008-03-232-0/+25
* dtc: Assorted improvements to test harnessDavid Gibson2008-03-235-53/+78
* dtc: Make eval_literal() staticDavid Gibson2008-03-231-3/+3
* dtc: Make -I dtb mode use fill_fullpaths()David Gibson2008-03-235-45/+18