mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
75db0860b1
When building for 64-bit x86 we need an SPL binary in the ROM. Add support for this. Also increase entry test code coverage to 100%. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
30 lines
352 B
Text
30 lines
352 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
sort-by-pos;
|
|
end-at-4gb;
|
|
size = <0x200>;
|
|
u-boot-with-ucode-ptr {
|
|
optional-ucode;
|
|
};
|
|
|
|
u-boot-dtb-with-ucode {
|
|
};
|
|
|
|
u-boot-ucode {
|
|
};
|
|
};
|
|
|
|
microcode {
|
|
update@0 {
|
|
data = <0x12345678 0x12345679>;
|
|
};
|
|
update@1 {
|
|
data = <0xabcd0000 0x78235609>;
|
|
};
|
|
};
|
|
};
|