summaryrefslogtreecommitdiff
path: root/fstree.c
Commit message (Expand)AuthorAgeFilesLines
* Make build_property() xstrdup its name argumentDavid Gibson2023-03-011-1/+1
* fstree: replace lstat with statMarc-André Lureau2019-10-141-1/+1
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* annotations: add positionsJulia Lawall2018-11-191-2/+3
* Revert "annotations: add positions"David Gibson2018-11-141-3/+2
* annotations: add positionsJulia Lawall2018-11-131-2/+3
* Rename boot_infoDavid Gibson2016-12-091-3/+2
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-1/+1
* Open binary files in binary modeAndrei Errapart2014-06-191-1/+1
* dtc: fix some more -Wshadow warningsFlorian Fainelli2014-02-011-8/+8
* Fix a filehandle leakMartin Ettl2010-07-141-0/+1
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-5/+3
* dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson2010-02-191-1/+1
* Implement and use an xstrdup() functionJon Loeliger2008-10-031-2/+2
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-1/+1
* dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson2008-03-231-2/+2
* dtc: Make -I dtb mode use fill_fullpaths()David Gibson2008-03-231-2/+0
* dtc: Add many const qualificationsDavid Gibson2007-12-041-2/+2
* dtc: Whitespace cleanupDavid Gibson2007-09-181-7/+7
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-1/+1
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-2/+2
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-3/+5
* Initial commitDavid Gibson2005-06-081-0/+92