mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
feat(stm32mp1-fdts): add st-io_policies node for STM32MP13
To be able to load images with FIP and FCONF on STM32MP13, the st-io_policies has to be filled. It is a copy of the node in stm32mp15_bl2.dtsi . Change-Id: Ia15f50d1179e9b8aefe621dc5e0070ea845d6aac Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
d38eaf99d3
commit
2bea35122d
1 changed files with 19 additions and 0 deletions
|
@ -108,4 +108,23 @@
|
|||
#endif
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
* UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
|
||||
* network order (big endian)
|
||||
*/
|
||||
|
||||
st-io_policies {
|
||||
fip-handles {
|
||||
compatible = "st,io-fip-handle";
|
||||
fw_cfg_uuid = "5807e16a-8459-47be-8ed5-648e8dddab0e";
|
||||
bl32_uuid = "05d0e189-53dc-1347-8d2b-500a4b7a3e38";
|
||||
bl32_extra1_uuid = "0b70c29b-2a5a-7840-9f65-0a5682738288";
|
||||
bl32_extra2_uuid = "8ea87bb1-cfa2-3f4d-85fd-e7bba50220d9";
|
||||
bl33_uuid = "d6d0eea7-fcea-d54b-9782-9934f234b6e4";
|
||||
hw_cfg_uuid = "08b8f1d9-c9cf-9349-a962-6fbc6b7265cc";
|
||||
tos_fw_cfg_uuid = "26257c1a-dbc6-7f47-8d96-c4c4b0248021";
|
||||
nt_fw_cfg_uuid = "28da9815-93e8-7e44-ac66-1aaf801550f9";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue