aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainpylibfdt: Support boolean propertiesSimon Glass9 months
masterpylibfdt: Support boolean propertiesSimon Glass9 months
 
TagDownloadAuthorAge
v1.7.0dtc-1.7.0.zip  dtc-1.7.0.tar.gz  dtc-1.7.0.tar.bz2  David Gibson17 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 Gibson6 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
2019-09-04Ignore phandle properties in /aliasesv1.5.1David Gibson1-0/+5
2019-08-29README: update for Python 3Luca Weiss1-14/+12
2019-08-28livetree: simplify condition in get_node_by_pathDenis Efremov1-2/+1
2019-07-28libfdt: Allow #size-cells of 0David Gibson3-3/+17
2019-07-22Makefile: Add EXTRA_CFLAGS variableJoel Stanley1-1/+1
2019-07-05libfdt: Tweak data handling to satisfy CoverityDavid Gibson3-12/+18
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson2-4/+11
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson4-6/+42
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao2-0/+19
2019-07-03pylibfdt: Correct the FdtSw exampleSimon Glass1-2/+4
[...]