aboutsummaryrefslogtreecommitdiffstats
path: root/fstree.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Make build_property() xstrdup its name argumentDavid Gibson1-1/+1
2019-10-14fstree: replace lstat with statMarc-André Lureau1-1/+1
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-16/+1
2018-11-19annotations: add positionsJulia Lawall1-2/+3
2018-11-14Revert "annotations: add positions"David Gibson1-3/+2
2018-11-13annotations: add positionsJulia Lawall1-2/+3
2016-12-09Rename boot_infoDavid Gibson1-3/+2
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-1/+1
2014-06-19Open binary files in binary modeAndrei Errapart1-1/+1
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli1-8/+8
2010-07-14Fix a filehandle leakMartin Ettl1-0/+1
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-5/+3
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson1-1/+1
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-2/+2
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson1-1/+1
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson1-2/+2
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson1-2/+0
2007-12-04dtc: Add many const qualificationsDavid Gibson1-2/+2
2007-09-18dtc: Whitespace cleanupDavid Gibson1-7/+7
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson1-1/+1
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-2/+2
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-3/+5
2005-06-08Initial commitDavid Gibson1-0/+92