u-boot-brain/tools/binman/test/095_fmap_x86_section.dts
Simon Glass 1736575b0c binman: Support adding sections to FMAPs
When used with hierarchical images, use the Chromium OS convention of
adding a section before all the subentries it contains.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-04-29 03:23:39 -07:00

23 lines
258 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
end-at-4gb;
size = <0x180>;
u-boot {
};
section {
pad-byte = <0x62>;
intel-mrc {
};
fmap {
offset = <0x20>;
};
};
};
};