mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: nv-public: Build android kdump DTBOs
Create dts files for enabling kdump Separate android bootargs into header file Bug 4652476 Change-Id: I357c6579da819316800c7fd33034788bcb77c3d2 Signed-off-by: Bhavik Joshi <bhavikj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3164575 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
e1a9d57a6e
commit
00d53f39f9
38
overlay/tegra234-android-crash-kernel.dts
Normal file
38
overlay/tegra234-android-crash-kernel.dts
Normal file
@@ -0,0 +1,38 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
//
|
||||
// This file contains the DT reserved-memory disable nodes of the kdump crash kernel
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment-t234-android@0 {
|
||||
target-path = "/";
|
||||
__overlay__ {
|
||||
reserved-memory {
|
||||
linux,cma {
|
||||
status = "disabled";
|
||||
};
|
||||
fsi-carveout {
|
||||
status = "disabled";
|
||||
};
|
||||
pva-carveout {
|
||||
status = "disabled";
|
||||
};
|
||||
rce-reservation {
|
||||
status = "disabled";
|
||||
};
|
||||
ramoops_carveout {
|
||||
status = "disabled";
|
||||
};
|
||||
vpr-carveout {
|
||||
status = "disabled";
|
||||
};
|
||||
camdbg_carveout {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user