summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtc: Use for_each_marker_of_type in asm_emit_data()David Gibson2008-03-231-7/+3
* dtc: Test and fix conversion to/from old dtb versionsDavid Gibson2008-03-232-8/+19
* dtc: Strip redundant "name" propertiesDavid Gibson2008-03-231-2/+13
* dtc: Fix indentation of fixup_phandle_referencesDavid Gibson2008-03-231-17/+17
* dtc: Implement checks for the format of node and property namesDavid Gibson2008-03-236-23/+97
* dtc: Fix error reporting in push_input_file()David Gibson2008-03-232-21/+9
* libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson2008-02-181-11/+1
* libfdt: Trivial cleanup for CHECK_HEADER)David Gibson2008-02-184-17/+10
* libfdt: More tests of NOP handling behaviourDavid Gibson2008-02-183-1/+115
* dtc: Fold comment handling test into testsuiteDavid Gibson2008-02-153-0/+21
* libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson2008-02-144-2/+91
* libfdt: Add and use a node iteration helper function.David Gibson2008-02-123-174/+131
* Tag Version 1.1.0v1.1.0Jon Loeliger2008-01-241-1/+1
* Remove const from dtc_file::dir.Scott Wood2008-01-112-3/+3
* libfdt: Add fdt_set_name() functionDavid Gibson2008-01-115-1/+143