aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Tag Version 1.2.0-rc2v1.2.0-rc2Jon Loeliger1-1/+1
2008-07-14libfdt: Improve documentation in libfdt.hWolfram Sang1-14/+14
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson7-122/+119
2008-07-14dtc: Run relevant checks on dtb input as well as dtsDavid Gibson3-21/+32
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson7-14/+15
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson13-47/+52
2008-07-14dtc: Clean up lexing of include filesDavid Gibson2-35/+21
2008-07-14dtc: Address an assortment of portability problemsDavid Gibson8-45/+41
2008-07-14dtc: Use libfdt endian conversion functions in libfdtDavid Gibson1-31/+16
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson6-59/+38
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson5-31/+28
2008-07-14dtc: Testcase for /include/ directiveDavid Gibson10-0/+43
2008-06-19Tag Version 1.2.0-rc1v1.2.0-rc1Jon Loeliger1-2/+2
2008-06-19dtc: Add support for binary includes.David Gibson8-6/+145
2008-06-02dtc: Add a testcase for 'reg' or 'ranges' in /David Gibson2-0/+9
2008-06-02dtc: Fix some printf() format warnings when compiling 64-bitDavid Gibson2-3/+6
2008-05-29dtc: Remove some small bashisms from test scriptsDavid Gibson3-3/+3
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson5-55/+44
2008-05-29dtc: Remove reference to dead Makefile variablesDavid Gibson1-2/+1
2008-05-19dtc: Add program to convert dts files from v0 to v1David Gibson4-8/+297
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson10-21/+88
2008-05-19dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson3-22/+22
2008-05-19dtc: Trivial formatting fixesDavid Gibson1-4/+3
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson4-29/+7
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson4-7/+4
2008-03-23dtc: Change exit code for usage messageDavid Gibson1-1/+1
2008-03-23dtc: Cleanup \nnn and \xNN string escape handlingDavid Gibson1-13/+6
2008-03-23dtc: Add some documentation for the dts formtaDavid Gibson1-0/+110
2008-03-23dtc: Abolish asize field of struct dataDavid Gibson2-9/+0
2008-03-23dtc: Remove ugly include stack abuseDavid Gibson3-10/+8
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson4-16/+6
2008-03-23dtc: Testcases for input handlingDavid Gibson2-0/+25
2008-03-23dtc: Assorted improvements to test harnessDavid Gibson5-53/+78
2008-03-23dtc: Make eval_literal() staticDavid Gibson1-3/+3
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson5-45/+18
2008-03-23dtc: Use for_each_marker_of_type in asm_emit_data()David Gibson1-7/+3
2008-03-23dtc: Test and fix conversion to/from old dtb versionsDavid Gibson2-8/+19
2008-03-23dtc: Strip redundant "name" propertiesDavid Gibson1-2/+13
2008-03-23dtc: Fix indentation of fixup_phandle_referencesDavid Gibson1-17/+17
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson6-23/+97
2008-03-23dtc: Fix error reporting in push_input_file()David Gibson2-21/+9
2008-02-18libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson1-11/+1
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson4-17/+10
2008-02-18libfdt: More tests of NOP handling behaviourDavid Gibson3-1/+115
2008-02-15dtc: Fold comment handling test into testsuiteDavid Gibson3-0/+21
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson4-2/+91
2008-02-12libfdt: Add and use a node iteration helper function.David Gibson3-174/+131
2008-01-24Tag Version 1.1.0v1.1.0Jon Loeliger1-1/+1
2008-01-11Remove const from dtc_file::dir.Scott Wood2-3/+3
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson5-1/+143