aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-26libfdt: Add helpers for accessing unaligned wordsDavid Gibson3-11/+34
2018-06-17tests: Fix incorrect check name 'prop_name_chars'Rob Herring1-1/+1
2018-06-17tests: fix grep for checks error messagesRob Herring1-2/+2
2018-06-14pylibfdt: Support setting the name of a nodeSimon Glass2-0/+32
2018-06-14pylibfdt: Add functions to set and get properties as stringsSimon Glass2-0/+55
2018-06-13pylibfdt: Update the bytearray size with pack()Simon Glass2-1/+9
2018-06-13pylibfdt: Allow reading integer values from propertiesSimon Glass4-3/+43
2018-06-13pylibfdt: Use an unsigned type for fdt32_tSimon Glass1-13/+16
2018-06-12pylibfdt: Avoid accessing the internal _fdt member in testsSimon Glass1-3/+2
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass3-0/+110
2018-06-09pylibfdt: Support device-tree creation/expansionSimon Glass2-1/+50
2018-06-09pylibfdt: Add support for reading the memory reserve mapSimon Glass2-0/+42
2018-06-09pylibfdt: Add support for the rest of the header functionsSimon Glass2-3/+76
2018-06-08pylibfdt: Add support for fdt_next_node()Simon Glass2-0/+51
2018-06-08pylibfdt: Reorder functions to match libfdt.hSimon Glass1-72/+72
2018-06-08pylibfdt: Return string instead of bytearray from getprop()Simon Glass1-2/+3
2018-06-07fdtput: Add documentationSimon Glass1-0/+33
2018-06-07fdtget: Add documentationSimon Glass1-0/+31
2018-06-07Use <inttypes.h> format specifiers in a bunch of places we shouldDavid Gibson2-15/+17
2018-06-07scripts/dtc: Fixed format mismatch in fprintfnixiaoming2-4/+4
2018-06-07libfdt: Add fdt_check_full() functionDavid Gibson7-1/+141
2018-06-07tests: Use valgrind client requests for better checkingDavid Gibson5-1/+60
2018-06-07tests: Better handling of valgrind errors saving blobsDavid Gibson4-34/+13
2018-06-07tests: Remove unused #defineDavid Gibson1-2/+0
2018-06-07Use size_t for blob lengths in utilfdt_read*David Gibson4-7/+7
2018-06-07libfdt: Add fdt_header_size()David Gibson3-10/+29
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson7-38/+15
2018-06-07libfdt: Safer access to memory reservationsDavid Gibson7-7/+114
2018-06-07libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson1-2/+12
2018-06-07libfdt: Safer access to strings sectionDavid Gibson10-9/+193
2018-06-07libfdt: Make fdt_check_header() more thoroughDavid Gibson7-8/+198
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson5-15/+218
2018-06-07libfdt: Clean up header checking functionsDavid Gibson6-39/+50
2018-06-04Preserve datatype information when parsing dtsGrant Likely3-6/+20
2018-06-04Make Property a subclass of bytearraySimon Glass2-4/+5
2018-06-04pylibfdt: Add a method to access the device tree directlySimon Glass2-2/+14
2018-05-04tests: Add a test case for the omit-if-no-ref keywordMaxime Ripard2-0/+33
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard5-0/+55
2018-04-22checks: drop warning for missing PCI bridge bus-rangeRob Herring1-3/+2
2018-03-28checks: Print duplicate node name instead of parent nameGeert Uytterhoeven1-1/+1