aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainpylibfdt: Support boolean propertiesSimon Glass11 months
masterpylibfdt: Support boolean propertiesSimon Glass11 months
 
TagDownloadAuthorAge
v1.7.0dtc-1.7.0.zip  dtc-1.7.0.tar.gz  dtc-1.7.0.tar.bz2  David Gibson18 months
v1.6.1dtc-1.6.1.zip  dtc-1.6.1.tar.gz  dtc-1.6.1.tar.bz2  David Gibson3 years
v1.6.0dtc-1.6.0.zip  dtc-1.6.0.tar.gz  dtc-1.6.0.tar.bz2  David Gibson4 years
v1.5.1dtc-1.5.1.zip  dtc-1.5.1.tar.gz  dtc-1.5.1.tar.bz2  David Gibson5 years
v1.5.0dtc-1.5.0.zip  dtc-1.5.0.tar.gz  dtc-1.5.0.tar.bz2  David Gibson5 years
v1.4.7dtc-1.4.7.zip  dtc-1.4.7.tar.gz  dtc-1.4.7.tar.bz2  David Gibson6 years
v1.4.6dtc-1.4.6.zip  dtc-1.4.6.tar.gz  dtc-1.4.6.tar.bz2  David Gibson7 years
v1.4.5dtc-1.4.5.zip  dtc-1.4.5.tar.gz  dtc-1.4.5.tar.bz2  David Gibson7 years
RHEL-7.4dtc-RHEL-7.4.zip  dtc-RHEL-7.4.tar.gz  dtc-RHEL-7.4.tar.bz2  Miroslav Rezanina7 years
dtc-1.4.3-1.el7dtc-1.4.3-1.el7.zip  dtc-1.4.3-1.el7.tar.gz  dtc-1.4.3-1.el7.tar.bz2  Miroslav Rezanina7 years
[...]
 
AgeCommit messageAuthorFilesLines
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
2008-01-10Tag Version 1.1.0-rc1v1.1.0-rc1Jon Loeliger1-2/+2
2008-01-10Preserve scanner state when /include/ing.Scott Wood1-3/+3
2008-01-07Convert malloc() uses to xmalloc().Scott Wood2-14/+4
2008-01-07Remove \n from yyerror() call.Scott Wood1-1/+1
2008-01-07Handle absolute pathnames correctly in dtc_open_file.Scott Wood1-0/+12
2008-01-04dtc/libfdt: Add README clarifying licensingDavid Gibson1-0/+56
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood5-1/+8
[...]