Skip to content

Commit 0cc878d

Browse files
Jon Masonffainelli
authored andcommitted
arm64: dts: NS2: reserve memory for Nitro firmware
Nitro firmware is loaded into memory by the bootloader at a specific location. Set this memory range aside to prevent the kernel from using it. Signed-off-by: Jon Mason <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
1 parent 2f5cb59 commit 0cc878d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/ns2.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
*/
3232

33+
/memreserve/ 0x81000000 0x00200000;
34+
3335
#include <dt-bindings/interrupt-controller/arm-gic.h>
3436
#include <dt-bindings/clock/bcm-ns2.h>
3537

0 commit comments

Comments
 (0)