mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
arm: dts: k3-j721e-binman: Add support for HS-SE 2.0
Add support for J721E HS-SE 2.0 device. Make use of the existing templates and override the phandles for sysfw.itb so that builds do not fail. Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
parent
aa048fa686
commit
481ffca485
1 changed files with 83 additions and 0 deletions
|
@ -20,6 +20,20 @@
|
||||||
no-expanded;
|
no-expanded;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tiboot3-j721e_sr2-hs-evm.bin {
|
||||||
|
filename = "tiboot3-j721e_sr2-hs-evm.bin";
|
||||||
|
ti-secure-rom {
|
||||||
|
content = <&u_boot_spl_sr2>;
|
||||||
|
core = "public";
|
||||||
|
load = <CONFIG_SPL_TEXT_BASE>;
|
||||||
|
keyfile = "custMpk.pem";
|
||||||
|
};
|
||||||
|
u_boot_spl_sr2: u-boot-spl {
|
||||||
|
no-expanded;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
sysfw {
|
sysfw {
|
||||||
filename = "sysfw.bin";
|
filename = "sysfw.bin";
|
||||||
ti-secure-rom {
|
ti-secure-rom {
|
||||||
|
@ -40,10 +54,79 @@
|
||||||
optional;
|
optional;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sysfw_sr2 {
|
||||||
|
filename = "sysfw.bin_sr2";
|
||||||
|
ti-secure-rom {
|
||||||
|
content = <&ti_fs_cert_sr2>;
|
||||||
|
core = "secure";
|
||||||
|
load = <0x40000>;
|
||||||
|
keyfile = "custMpk.pem";
|
||||||
|
countersign;
|
||||||
|
};
|
||||||
|
ti_fs_cert_sr2: ti-fs-cert.bin {
|
||||||
|
filename = "ti-sysfw/ti-fs-firmware-j721e_sr2-hs-cert.bin";
|
||||||
|
type = "blob-ext";
|
||||||
|
optional;
|
||||||
|
};
|
||||||
|
ti-fs-firmware-j721e_sr2-hs-enc.bin {
|
||||||
|
filename = "ti-sysfw/ti-fs-firmware-j721e_sr2-hs-enc.bin";
|
||||||
|
type = "blob-ext";
|
||||||
|
optional;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
itb {
|
itb {
|
||||||
filename = "sysfw-j721e_sr1_1-hs-evm.itb";
|
filename = "sysfw-j721e_sr1_1-hs-evm.itb";
|
||||||
insert-template = <&itb_template>;
|
insert-template = <&itb_template>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
itb_sr2 {
|
||||||
|
filename = "sysfw-j721e_sr2-hs-evm.itb";
|
||||||
|
insert-template = <&itb_template>;
|
||||||
|
fit {
|
||||||
|
images {
|
||||||
|
sysfw.bin {
|
||||||
|
blob-ext {
|
||||||
|
filename = "sysfw.bin_sr2";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
board-cfg.bin {
|
||||||
|
ti-secure {
|
||||||
|
content = <&board_cfg_sr2>;
|
||||||
|
};
|
||||||
|
board_cfg_sr2: board-cfg {
|
||||||
|
filename = "board-cfg.bin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
pm-cfg.bin {
|
||||||
|
ti-secure {
|
||||||
|
content = <&pm_cfg_sr2>;
|
||||||
|
};
|
||||||
|
pm_cfg_sr2: pm-cfg {
|
||||||
|
filename = "pm-cfg.bin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
rm-cfg.bin {
|
||||||
|
ti-secure {
|
||||||
|
content = <&rm_cfg_sr2>;
|
||||||
|
};
|
||||||
|
rm_cfg_sr2: rm-cfg {
|
||||||
|
filename = "rm-cfg.bin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
sec-cfg.bin {
|
||||||
|
ti-secure {
|
||||||
|
content = <&sec_cfg_sr2>;
|
||||||
|
};
|
||||||
|
sec_cfg_sr2: sec-cfg {
|
||||||
|
filename = "sec-cfg.bin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&binman {
|
&binman {
|
||||||
|
|
Loading…
Add table
Reference in a new issue