mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
Move about 40 test files for x86 and Intel platform support (ROM, microcode, ME, IFWI, FSP, descriptor, reset16, start16, FIT) into an x86/ subdirectory. Drop the numeric prefixes and the redundant x86_ filename prefix, and update all references. Signed-off-by: Simon Glass <simon.glass@canonical.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
21 lines
241 B
Plaintext
21 lines
241 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
end-at-4gb;
|
|
size = <0x100>;
|
|
pad-byte = <0x61>;
|
|
u-boot {
|
|
};
|
|
intel-mrc {
|
|
};
|
|
fmap {
|
|
offset = <0xffffff20>;
|
|
};
|
|
};
|
|
};
|