Sign in
android
/
platform
/
external
/
dtc
/
refs/heads/android10-mainline-release
/
dtc.h
a058df1
Update dtc to the version of 20170713 of upstream
by SzuWei Lin
· 7 years ago
o-mr1-iot-preview-6
android-o-mr1-iot-preview-6
13ce6e1
dtc: fix sprintf() format string error, again
by David Gibson
· 8 years ago
41c88b1
Update to dtc-1.4.4
by SzuWei Lin
· 8 years ago
android-o-preview-2
android-wear-o-preview-3
android-wear-o-preview-4
33c3985
checks: Add bus checks for PCI buses
by Rob Herring
· 8 years ago
672ac09
Clean up gcc attributes
by David Gibson
· 8 years ago
49300f2
dtc: Don't abuse struct fdt_reserve_entry
by David Gibson
· 8 years ago
acd1b53
Print output filename as part of warning messages
by Ian Campbell
· 8 years ago
ec29173
overlay: Add syntactic sugar version of overlays
by Pantelis Antoniou
· 8 years ago
00fbb86
Rename boot_info
by David Gibson
· 8 years ago
20f29d8
dtc: Plugin and fixup support
by Pantelis Antoniou
· 8 years ago
874f405
Implement the -a option to pad dtb aligned
by Tim Wang
· 9 years ago
f9e91a4
Work around MSVC limitations
by Andrei Errapart
· 11 years ago
24cb3d0
dtc: fix some more -Wshadow warnings
by Florian Fainelli
· 11 years ago
1762537
Use stdbool more widely
by David Gibson
· 11 years ago
4ad49c3
util: add common ARRAY_SIZE define
by Mike Frysinger
· 12 years ago
1762ab4
dtc: fix for_each_*() to skip first object if deleted
by Stephen Warren
· 12 years ago
45013d8
dtc: Add ability to delete nodes and properties
by Stephen Warren
· 13 years ago
d539919
Allow toggling of semantic checks
by David Gibson
· 13 years ago
511dedd
Re-work level setting on checks code
by David Gibson
· 13 years ago
a4b515c
dtc: Add data_append_integer function
by Anton Staaf
· 13 years ago
37c0b6a
dtc: Add code to make diffing trees easier
by David Gibson
· 14 years ago
83da1b2
Allow device tree to be modified by additonal device tree sections
by Grant Likely
· 15 years ago
05898c6
dtc: Allow multiple labels on nodes and properties
by David Gibson
· 15 years ago
329055d
Disallow re-use of the same label within a dts file
by David Gibson
· 15 years ago
15ad6d8
dtc: Automatically pick a sensible boot_cpuid_phys
by David Gibson
· 15 years ago
d68cb36
dtc: Simpler interface to source file management
by David Gibson
· 15 years ago
d75b33a
Support ePAPR compliant phandle properties
by David Gibson
· 15 years ago
b2b4990
dtc: Move some functions to util.[ch]
by David Gibson
· 16 years ago
2ebe88d
Add conditionalized debug() print macro.
by Jon Loeliger
· 16 years ago
879e4d2
Implement and use an xstrdup() function
by Jon Loeliger
· 16 years ago
c8c374b
dtc: Use the same endian-conversion functions as libfdt
by David Gibson
· 17 years ago
5335901
dtc: Use stdint.h types throughout dtc
by David Gibson
· 17 years ago
548767f
dtc: Rework handling of boot_cpuid_phys
by David Gibson
· 17 years ago
a742aad
dtc: Make dt_from_blob() open its own input file, like the other input formats
by David Gibson
· 17 years ago
35aa1a2
dtc: Simplify error handling for unparseable input
by David Gibson
· 17 years ago
1a9468c
dtc: Abolish asize field of struct data
by David Gibson
· 17 years ago
b2de518
dtc: Make -I dtb mode use fill_fullpaths()
by David Gibson
· 17 years ago
ad4f54a
Return a non-zero exit code if an error occurs during dts parsing.
by Scott Wood
· 17 years ago
376ab6f
dtc: Remove remaining old-style checks
by David Gibson
· 17 years ago
efbbef8
dtc: Implement path references
by David Gibson
· 17 years ago
92cb9a2
dtc: Add many const qualifications
by David Gibson
· 17 years ago
2d72816
dtc: Fix uninitialized use of structure_ok
by David Gibson
· 17 years ago
2b7dc8d
Add an option to pad the blob that is generated
by Kumar Gala
· 17 years ago
dc94177
dtc: Merge refs and labels into single "markers" list (v2)
by David Gibson
· 17 years ago
b16a2bd
dtc: Flexible tree checking infrastructure (v2)
by David Gibson
· 17 years ago
2f1ccc3
dtc: Move tree checking code to checks.c
by David Gibson
· 17 years ago
7b3fb78
DTC: Remove the need for the GLR Parser.
by Jon Loeliger
· 17 years ago
169f0b1
dtc: Disable semantic checks by default
by David Gibson
· 17 years ago
fb7c7ac
dtc: Use libfdt/fdt.h instead of flat_dt.h
by David Gibson
· 18 years ago
63dc9c7
dtc: Whitespace cleanup
by David Gibson
· 18 years ago
bf94497
dtc: Optimise by default, fix warnings thus uncovered
by David Gibson
· 18 years ago
6a99b13
dtc: implement labels on property data
by Milton Miller
· 18 years ago
4384b23
Implement the -R option and add a -S option.
by Jerry Van Baren
· 18 years ago
e45e6fd
DTC: Add support for a C-like #include "file" mechanism.
by Jon Loeliger
· 18 years ago
cd1da87
Improve options, #define default version.
by Jerry Van Baren
· 18 years ago
3948849
Moved data_convert_cell() out of data.c to the parser.
by Jon Loeliger
· 18 years ago
af0278a
Add support for decimal, octal and binary based cell values.
by Jon Loeliger
· 18 years ago
32da475
Allow multipart property values
by David Gibson
· 18 years ago
38e8f8f
dtc: add setting of physical boot cpu
by Michael Neuling
· 19 years ago
1ae7056
Remove no longer used (and already commented) reserve_data field from boot_info.
by David Gibson
· 19 years ago
712e52e
Use names for output functions in the form dt_to_*() instead of
by David Gibson
· 19 years ago
f040d95
Rework tracking of reserve entries during processing. This is initial work
by David Gibson
· 19 years ago
7f6d12b
Remove unused enum from dtc.h.
by David Gibson
· 20 years ago
f0517db
Support for specifying memreserve ranges in the source format, based on
by David Gibson
· 20 years ago
03a9b9d
Use u8 instead of uint8_t, as we do with the other size types.
by David Gibson
· 20 years ago
9ad4587
Remove build_empty_property(). It wasn't useful.
by David Gibson
· 20 years ago
81f2e89
Rudimentary phandle reference support.
by David Gibson
· 20 years ago
4102d84
Initial label support. Also switch to glr-parser mode and get rid of
by David Gibson
· 20 years ago
fc14dad
Initial commit
by David Gibson
· 20 years ago