mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7ad47f227a
PD#SWPL-195943 Problem: When analyzing a crash, parameters such as --kaslr and --kimage_voffset are required, but obtaining these parameters is challenging. Solution: 1.Add global string that contains parameter infor such as kaslr, kimage_voffset, and others. 2.Get parameter: strings DUMP | grep aml_ramdump Verify: sc2_ah212 Change-Id: I5847dab4f4f2b09b9fb922ca2f456fee1e59147c Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
6 lines
202 B
Makefile
6 lines
202 B
Makefile
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
$(MODULE_NAME)-$(CONFIG_AMLOGIC_RAMDUMP) += ramdump/ram_dump.o
|
|
|
|
BUILD_TIME := $(shell date +%Y.%m.%d-%H.%M.%S)
|
|
ccflags-y += "-DBUILD_TIME=\"$(BUILD_TIME)\""
|