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
path:
root
/
pylibfdt
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-25
pylibfdt: Don't have setup.py depend on where it's invoked from
David Gibson
3
-8
/
+11
2018-09-25
pylibfdt: Eliminate run_setup make function
David Gibson
1
-7
/
+3
2018-09-25
pylibfdt: Improved version extraction
David Gibson
2
-73
/
+8
2018-09-25
pylibfdt: Don't silence setup.py when V=1
David Gibson
1
-1
/
+6
2018-09-25
pylibfdt: Make SETUP make variable
David Gibson
1
-2
/
+4
2018-09-25
pylibfdt: Simpler CFLAGS handling
David Gibson
2
-8
/
+5
2018-09-25
pylibfdt: Link extension module with libfdt rather than rebuilding
David Gibson
2
-19
/
+12
2018-09-25
pylibfdt: Correctly set build output directory
David Gibson
2
-12
/
+5
2018-09-25
pylibfdt: We don't need include files from the base directory
David Gibson
1
-7
/
+3
2018-09-13
pylibfdt: Add a means to add and delete notes
Simon Glass
1
-0
/
+29
2018-09-13
pylibfdt: Allow delprop() to return errors
Simon Glass
1
-2
/
+6
2018-09-02
pylibfdt: fdt_get_mem_rsv returns 2 uint64_t values
Dan HorĂ¡k
1
-1
/
+1
2018-08-31
pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemap
David Gibson
1
-5
/
+0
2018-07-11
pylibfdt: Support the sequential-write interface
Simon Glass
1
-77
/
+383
2018-06-14
pylibfdt: Support setting the name of a node
Simon Glass
1
-0
/
+17
2018-06-14
pylibfdt: Add functions to set and get properties as strings
Simon Glass
1
-0
/
+30
2018-06-13
pylibfdt: Update the bytearray size with pack()
Simon Glass
1
-1
/
+8
2018-06-13
pylibfdt: Allow reading integer values from properties
Simon Glass
1
-3
/
+19
2018-06-13
pylibfdt: Use an unsigned type for fdt32_t
Simon Glass
1
-13
/
+16
2018-06-12
pylibfdt: Add functions to update properties
Simon Glass
1
-0
/
+59
2018-06-09
pylibfdt: Support device-tree creation/expansion
Simon Glass
1
-0
/
+33
2018-06-09
pylibfdt: Add support for reading the memory reserve map
Simon Glass
1
-0
/
+34
2018-06-09
pylibfdt: Add support for the rest of the header functions
Simon Glass
1
-3
/
+68
2018-06-08
pylibfdt: Add support for fdt_next_node()
Simon Glass
1
-0
/
+33
2018-06-08
pylibfdt: Reorder functions to match libfdt.h
Simon Glass
1
-72
/
+72
2018-06-08
pylibfdt: Return string instead of bytearray from getprop()
Simon Glass
1
-2
/
+3
2018-06-04
Make Property a subclass of bytearray
Simon Glass
1
-3
/
+4
2018-06-04
pylibfdt: Add a method to access the device tree directly
Simon Glass
1
-0
/
+11
2017-09-27
pylibfdt: Use Python2 explicitly
David Gibson
1
-1
/
+1
2017-08-21
pylibfdt: Add support for fdt_subnode_offset()
Simon Glass
1
-0
/
+17
2017-08-21
pylibfdt: Add support for fdt_node_offset_by_phandle()
Simon Glass
1
-0
/
+14
2017-08-21
pylibfdt: Add support for fdt_parent_offset()
Simon Glass
1
-0
/
+15
2017-08-21
pylibfdt: Add support for fdt_get_phandle()
Simon Glass
1
-0
/
+12
2017-08-15
pylibfdt: Add stdint include to fix uint32_t
Simon Glass
1
-0
/
+2
2017-04-08
pylibfdt: Use setup.py to build the swig file
Simon Glass
1
-9
/
+5
2017-04-08
pylibfdt: Use Makefile constructs to implement NO_PYTHON
Simon Glass
1
-7
/
+0
2017-04-08
pylibfdt: Allow setup.py to operate stand-alone
Simon Glass
2
-9
/
+98
2017-04-07
pylibfdt: Fix code style in setup.py
Simon Glass
1
-8
/
+9
2017-04-07
pylibfdt: Rename libfdt.swig to libfdt.i
Simon Glass
2
-1
/
+1
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
1
-0
/
+14
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-21
Add an initial Python library for libfdt
Simon Glass
4
-0
/
+487