...
The device tree source (dts) for the SP7350 platform reserves a one-megabyte area beginning at 0x200000 for BL31. Please refer to the dts node provided below:
Code Block |
---|
reserved-memory { : : /* TF-A reserve memory: 0x200000-0x2fffff, total 1M */ tfa_reserve@200000 { reg = <0x0 0x200000 0x0 0x100000>; no-map; }; : : }; |
...