diff options
Diffstat (limited to 'roms/u-boot/arch/x86/dts/coreboot-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/x86/dts/coreboot-u-boot.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/dts/coreboot-u-boot.dtsi b/roms/u-boot/arch/x86/dts/coreboot-u-boot.dtsi new file mode 100644 index 000000000..38efc48d8 --- /dev/null +++ b/roms/u-boot/arch/x86/dts/coreboot-u-boot.dtsi @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright 2020 Google LLC + * Written by Simon Glass <sjg@chromium.org> + */ + +#include <config.h> + +/ { + binman { + filename = "u-boot-x86-with-spl.bin"; + u-boot-spl { + }; + u-boot { + offset = <0x10000>; + }; + }; +}; |