diff options
| author | Simon Glass <[email protected]> | 2026-03-06 11:12:32 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2026-03-18 06:14:16 -0600 |
| commit | b6d35dcc5d0d41483593143fb0470c13da7f5874 (patch) | |
| tree | 408f7f34ad918933c1b15003135daf3a3c8358dd /tools/binman/test/100_intel_refcode.dts | |
| parent | d076ec97f0e0d714b56b0ba5dd831bbd82395564 (diff) | |
binman: test: Move x86 and Intel test files to test/x86/
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 <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'tools/binman/test/100_intel_refcode.dts')
| -rw-r--r-- | tools/binman/test/100_intel_refcode.dts | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/binman/test/100_intel_refcode.dts b/tools/binman/test/100_intel_refcode.dts deleted file mode 100644 index 0a1a0270e5f..00000000000 --- a/tools/binman/test/100_intel_refcode.dts +++ /dev/null @@ -1,14 +0,0 @@ -/dts-v1/; - -/ { - #address-cells = <1>; - #size-cells = <1>; - - binman { - size = <16>; - - intel-refcode { - filename = "refcode.bin"; - }; - }; -}; |
