Skip to content
Snippets Groups Projects
Commit 10b3e7aa authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

linux-ramdump-parser-v2: Add support for APQ8953

Add support for detecting APQ8953 target
and parsing the ramdumps.

Change-Id: I9529d2187ce70401d57ca14c4294c4a7cee2c810
parent 621f112d
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. # Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and # it under the terms of the GNU General Public License version 2 and
...@@ -531,6 +531,7 @@ boards.append(Board8937(socid=294)) ...@@ -531,6 +531,7 @@ boards.append(Board8937(socid=294))
boards.append(Board8937(socid=295)) boards.append(Board8937(socid=295))
boards.append(Board8953(socid=293)) boards.append(Board8953(socid=293))
boards.append(Board8953(socid=304))
def get_supported_boards(): def get_supported_boards():
""" Called by other part of the code to get a list of boards """ """ Called by other part of the code to get a list of boards """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment