| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use relative path names when building the kernel and kernel binary
images. Things like dynamic debug (and any usage of the __FILE__
macro) cause the absolute path name of kernel source files to be
encoded in binaries produced when using the O= make option.
- Strip the GNU linker unique build ID from kernel module binaries.
Change-Id: I8eb2f813fbbc97285a63d58118b8338d410b09d4
Signed-off-by: Jeffrey Carlyle <jeff.carlyle@motorola.com>
Reviewed-on: http://gerrit.pcs.mot.com/521329
Tested-by: Jira Key <jirakey@motorola.com>
Reviewed-by: Check Patch <CHEKPACH@motorola.com>
Reviewed-by: Klocwork kwcheck <klocwork-kwcheck@sourceforge.mot.com>
Reviewed-by: Christopher Fries <qcf001@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do module move and clean by looking for modules.order
Mac has no depmod tool so modules.dep is not generated
Change-Id: Ie712606db01f134d44741e3e04651a373b793a6c
Signed-off-by: Liejun Tao <L.J.Tao@motorola.com>
Reviewed-on: http://gerrit.pcs.mot.com/487398
Tested-by: Jira Key <JIRAKEY@motorola.com>
Reviewed-by: Check Patch <CHEKPACH@motorola.com>
Reviewed-by: Klocwork kwcheck <klocwork-kwcheck@sourceforge.mot.com>
Reviewed-by: Igor Kovalenko <Igor.Kovalenko@motorola.com>
Reviewed-by: Jeffrey Carlyle <jeff.carlyle@motorola.com>
Reviewed-on: http://gerrit.pcs.mot.com/520344
Reviewed-by: Dmitry Sokolov <ads047@motorola.com>
Tested-by: Dmitry Sokolov <ads047@motorola.com>
Submit-Approved: Dmitry Sokolov <ads047@motorola.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
When building an Android eng or userdebug build, the eng_bld.config file
will be appended to the defconfig file. This allows extra debugging
options to be enabled for the Android debug builds.
Change-Id: I4a93f6197102eb206c9522eeaac364ca0937e16e
Signed-off-by: Jeffrey Carlyle <jeff.carlyle@motorola.com>
Reviewed-on: http://gerrit.pcs.mot.com/506754
Tested-by: Jira Key <JIRAKEY@motorola.com>
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
drivers/tty/serial/msm_serial_hs_hwreg.h
drivers/video/msm/mdp4_overlay_writeback.c
drivers/video/msm/msm_fb.c
Change-Id: I786999adb0841c71e2d55d2b6d28da77f30ffaa6
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, if CONFIG_USE_OF was defined in the defconfig
the upstream AndroidKernel.mk would generate and append
a dtb to the zImage.
Remove the DTC generation from the build script since it
is incompatible with our current and near term implementation.
Change-Id: Ic7875061115070c8b675a82839db859fc5be680e
Signed-off-by: James Wylder <jwylder1@motorola.com>
Reviewed-on: http://gerrit.pcs.mot.com/496495
Tested-by: Jira Key <JIRAKEY@motorola.com>
Reviewed-by: Jason Hrycay <e50276@motorola.com>
(cherry picked from commit 2eb7de88467829526ab7594a42c8f20023e7e0c2)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
Build the dtbs target during normal kernel compilation to generate
all of the .dtb. These can then be used to generate a combined
device tree binary and appended to the boot images.
Change-Id: I41dc253e0743c61330d6cc47428728182e06c2a3
Signed-off-by: Jason Hrycay <jason.hrycay@motorola.com>
Reviewed-on: http://gerrit.pcs.mot.com/494008
Tested-by: Jira Key <JIRAKEY@motorola.com>
Reviewed-by: Jason Hrycay <e50276@motorola.com>
(cherry picked from commit 1a086b9f345f63a066c9b62254f4893c3014537d)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|