Skip to content

Instantly share code, notes, and snippets.

@sigmaris
Created October 9, 2019 08:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigmaris/c0408ef8ab76779a24955d8057a9c0df to your computer and use it in GitHub Desktop.
Save sigmaris/c0408ef8ab76779a24955d8057a9c0df to your computer and use it in GitHub Desktop.
/*
* This is a generated file.
*/
/dts-v1/;
/ {
description = "FIT image for U-Boot with bl31 (TF-A)";
#address-cells = <1>;
images {
uboot {
description = "U-Boot (64-bit)";
data = /incbin/("u-boot-nodtb.bin");
type = "standalone";
os = "U-Boot";
arch = "arm64";
compression = "none";
load = <0x00200000>;
};
atf_1 {
description = "ARM Trusted Firmware";
data = /incbin/("bl31_0x00040000.bin");
type = "firmware";
arch = "arm64";
os = "arm-trusted-firmware";
compression = "none";
load = <0x00040000>;
entry = <0x00040000>;
};
atf_2 {
description = "ARM Trusted Firmware";
data = /incbin/("bl31_0xff3b0000.bin");
type = "firmware";
arch = "arm64";
os = "arm-trusted-firmware";
compression = "none";
load = <0xff3b0000>;
};
atf_3 {
description = "ARM Trusted Firmware";
data = /incbin/("bl31_0xff8c0000.bin");
type = "firmware";
arch = "arm64";
os = "arm-trusted-firmware";
compression = "none";
load = <0xff8c0000>;
};
fdt_1 {
description = "rk3399-rockpro64.dtb";
data = /incbin/("arch/arm/dts/rk3399-rockpro64.dtb");
type = "flat_dt";
compression = "none";
};
};
configurations {
default = "config_1";
config_1 {
description = "rk3399-rockpro64.dtb";
firmware = "atf_1";
loadables = "uboot","atf_2","atf_3";
fdt = "fdt_1";
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment