Lines Matching refs:entries
35 'spl' and 'fdt'. It supports empty entries (such as setting to 0xff). It can
36 place entries at a fixed location in the image, or fit them together with
234 The binman node describes an image. The sub-nodes describe entries in the
240 The image size is the total size of all entries. As you can see, you can
243 Note that due to a device tree requirement, all entries must have a unique
247 The attributes supported for entries are described below.
284 This sets the alignment of the end of an entry. Some entries require
302 to those for entries.
314 This sets the padding before the image entries. The first entry will
318 This sets the padding after the image entries. The padding will be
329 This causes binman to reorder the entries as needed to make sure they
375 Some entries support special properties, documented here:
395 dependencies between the contents of different entries.
398 return a dict containing entries that need updating. The key should be the
400 provide the position and size for other entries. The default implementation
408 4. CheckSize() - checks that the contents of all the entries fits within
410 large enough to hold all the entries.
412 5. CheckEntries() - checks that the entries do not overlap, nor extend
418 an entry containing a hash of the contents of some other entries. At this
419 stage the position and size of entries should not be adjusted.
467 The behaviour of entries is defined by the Entry class. All other entries are
480 Entry classes can adjust other entries. For example, an entry that knows
481 where other entries should be positioned can set up those entries' positions