index
:
riscv-gnu-toolchain/qemu/dtc.git
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-02
Add a libfdt function to write a property placeholder
Simon Glass
7
-2
/
+40
2017-03-29
pylibfdt: Use the call function to simplify the Makefile
Simon Glass
1
-7
/
+7
2017-03-29
pylibfdt: Use the correct libfdt version in the module
Simon Glass
2
-2
/
+4
2017-03-29
pylibfdt: Enable installation of Python module
Simon Glass
3
-1
/
+22
2017-03-29
pylibfdt: Allow building to be disabled
Simon Glass
2
-0
/
+7
2017-03-27
.travis.yml: Add builds with and without Python library prerequisites
David Gibson
1
-0
/
+11
2017-03-27
pylibfdt: Use package_dir to set the package directory
Simon Glass
2
-2
/
+4
2017-03-27
pylibfdt: Use environment to pass C flags and files
Simon Glass
2
-11
/
+8
2017-03-27
pylibfdt: Allow pkg-config to be supplied in the environment
Simon Glass
1
-1
/
+2
2017-03-22
Correct typo: s/pylibgfdt/pylibfdt/
David Gibson
1
-1
/
+1
2017-03-21
Build pylibfdt as part of the normal build process
Simon Glass
2
-2
/
+60
2017-03-21
Adjust libfdt.h to work with swig
Simon Glass
1
-1
/
+20
2017-03-21
Mention pylibfdt in the documentation
Simon Glass
1
-0
/
+47
2017-03-21
Add tests for pylibfdt
Simon Glass
1
-0
/
+288
2017-03-21
Add an initial Python library for libfdt
Simon Glass
5
-0
/
+488
2017-03-21
checks: Warn on node name unit-addresses with '0x' or leading 0s
Rob Herring
4
-0
/
+51
2017-03-21
checks: Add bus checks for simple-bus buses
Rob Herring
1
-0
/
+70
2017-03-21
checks: Add bus checks for PCI buses
Rob Herring
2
-0
/
+141
2017-03-10
dtc: Bump version to v1.4.4
v1.4.4
David Gibson
1
-1
/
+1
2017-03-06
fdtput: Remove star from value_len documentation
Nicolas Iooss
1
-1
/
+1
2017-03-06
fdtget: Use @return to document the return value
Nicolas Iooss
1
-1
/
+1
2017-03-06
tests: Make realloc_fdt() really allocate *fdt
Nicolas Iooss
1
-2
/
+2
2017-03-06
libfdt: overlay: Check the value of the right variable
Nicolas Iooss
1
-1
/
+1
2017-03-06
dtc: Simplify asm_emit_string() implementation
Nicolas Iooss
1
-15
/
+7
2017-03-06
libfdt: Change names of sparse helper macros
David Gibson
1
-13
/
+13
2017-03-06
Fix assorted sparse warnings
David Gibson
25
-67
/
+71
2017-03-06
Clean up gcc attributes
David Gibson
5
-35
/
+22
2017-03-06
dtc: Don't abuse struct fdt_reserve_entry
David Gibson
5
-22
/
+21
2017-02-28
dtc: Bump version to v1.4.3
v1.4.3
David Gibson
1
-1
/
+1
2017-02-28
Add printf format attributes
David Gibson
2
-1
/
+19
2017-02-28
Correct some broken printf() like format mismatches
David Gibson
2
-2
/
+2
2017-02-24
libfdt: Add fdt_setprop_empty()
David Gibson
2
-1
/
+31
2017-02-24
libfdt: Remove undefined behaviour setting empty properties
David Gibson
1
-1
/
+2
2017-02-23
Print output filename as part of warning messages
Ian Campbell
3
-40
/
+46
2017-02-13
dtc: Use streq() in preference to strcmp()
David Gibson
2
-3
/
+3
2017-02-13
checks: Add Warning for stricter node name character checking
Rob Herring
1
-0
/
+12
2017-02-13
checks: Add Warning for stricter property name character checking
Rob Herring
1
-0
/
+35
2017-02-08
dtc: pos parameter to srcpos_string() can't be NULL
David Gibson
1
-1
/
+1
2017-02-08
livetree.c: Fix memory leak
Jean-Christophe Dubois
1
-0
/
+2
2017-01-31
dtc: Fix NULL pointer use in dtlabel + dtref case
Stephen Boyd
3
-3
/
+13
2017-01-30
manual: Fix typo it -> in
Stephen Boyd
1
-1
/
+1
2017-01-30
Makefile: Add tags rule
Stephen Boyd
1
-0
/
+6
2016-12-27
dtc: fdtdump: check fdt if not in scanning mode
Heinrich Schuchardt
1
-8
/
+19
2016-12-12
dtc: Fix memory leak in character literal parsing
Gabriel Smith
1
-8
/
+8
2016-12-09
Rename boot_info
David Gibson
8
-148
/
+147
2016-12-09
dtc: Clean up /dts-v1/ and /plugin/ handling in grammar
David Gibson
1
-18
/
+17
2016-12-09
dtc: Don't always generate __symbols__ for plugins
David Gibson
2
-9
/
+2
2016-12-09
tests: Don't use -@ on plugin de/recompile tests
David Gibson
1
-2
/
+2
2016-12-09
tests: Remove "suppression of fixups" tests
David Gibson
2
-28
/
+0
2016-12-09
tests: Clarify dtc overlay tests
David Gibson
2
-11
/
+14
[next]