Skip to content

Commit 865fe71

Browse files
Jon Masongregkh
authored andcommitted
arm64: dts: NS2: reserve memory for Nitro firmware
[ Upstream commit 0cc878d678444392ca2a31350f89f489593ef5bb ] 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 <jon.mason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e2d12bd commit 865fe71

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

3537
/memreserve/ 0x84b00000 0x00000008;

0 commit comments

Comments
 (0)