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
2018-07-23dtc: Bump version to v1.4.7v1.4.7David Gibson1-1/+1
2018-07-23tests: Correction to vg_prepare_blob()David Gibson1-6/+8
2018-07-20tests: Don't call memcmp() with NULL argumentsDavid Gibson1-2/+2
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber8-23/+98
2018-07-13livetree: Set phandle properties type to uint32Rob Herring1-6/+6
2018-07-11pylibfdt: Support the sequential-write interfaceSimon Glass2-83/+498
2018-07-09tests: Improve fdt_resize() testsDavid Gibson2-4/+33
2018-07-09libfdt: Add necessary header padding in fdt_create()David Gibson1-3/+7
2018-07-09libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2018-06-29Preserve datatype markers when emitting dts formatGrant Likely4-91/+167
[...]