| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Credit: @kernelhackx
Conflicts:
Makefile
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Debug symbols in installed kernel modules consume space
in the target filesystem, so strip them. Modules with
debug symbols should be present in the KERNEL_OBJ
location for debug purposes.
(cherry picked from commit bb77a75767f5dbb7327ab05f4ec4462b6ad62b10)
CRs-fixed: 400053
Signed-off-by: Nagender Telkar <ntelkar@codeaurora.org>
Change-Id: I4353e3733455e01cbe97c023d36b9bd3b7b8adf2
Signed-off-by: Neha Pandey <nehap@codeaurora.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The filename msmcopper.dts does not describe a target, split
these up to create SoC specific (.dtsi) and board specific
(.dts) device tree source files. The board specific files
need to include the SoC file and can selectively specify the
devices that are not present or supported.
Update the makefile to generate all board variants of appended
DTB zImage files or allow for a specific variant to be generated
using the DTS_NAME override.
Change-Id: Ic0bba8313866352dde67287fab88aa20b77738f0
Signed-off-by: Sathish Ambley <sambley@codeaurora.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
Debug build for msm-copper target fails due to usage
of relative path to get the Device Tree file.
This change replaces the relative path with absolute path
from top level directory in the workspace.
Change-Id: Idd39679028209cf75c327f61703e9fc51ad32d29
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
|
| |
|
|
|
| |
Change-Id: Ied321716cfd60460b3bbc849cdbd1cf1dbaf52f4
Signed-off-by: Neeti Desai <neetid@codeaurora.org>
|
| |
|
|
|
|
|
|
| |
Adding support to handle device trees in the make file for loading
Android on Virtio
Change-Id: I16e06f9a8b50b575e64aa68d88ab117bd0a2f083
Signed-off-by: neetid <neetid@codeaurora.org>
|
|
|
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142
Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
|