u-boot-at91 icon indicating copy to clipboard operation
u-boot-at91 copied to clipboard

Memory layout sama5d2 OPTEE question

Open SimoneBongini opened this issue 1 year ago • 0 comments

Hello, I'm wonder why in arch/arm/dts/sama5d2-optee.dtsi

memory { reg = <0x22000000 0x6000000>; };

reserved-memory { ranges; #address-cells = <0x01>; #size-cells = <0x01>; scmi0_shmem: scmi0_shmem@21400000 { no-map; reg = <0x21400000 0x80>; }; }; i.e. are reserved 32MB for OPTEE. May I reduce it?

SimoneBongini avatar Feb 21 '24 13:02 SimoneBongini