Commit Graph

14 Commits

Author SHA1 Message Date
Francescodario Cuzzocrea 85baa390bf misc: Import SM-G900H kernel source code
* Samsung Package Version: G800HXXU1CRJ1
    * CAF Tag: LA.BF.1.1.3-00110-8x26.0
2019-08-02 15:14:10 +02:00
Samir Mehta 1ec0b65997 ARM: msm: GCC Version change.
- This reverts commit 1e3bae22f3.
- Changing gcc toolchain to 4.9 version.
- Fix linker error of unknown CPU architecture by
  adding CONFIG_MSM_CORTEX_A7 in the arch options
  for the GCC. The issue is seen after bump up to
  gcc-4.9.
- Fix section mismatch errors after upgrading gcc to 4.9
  version. To fix these errors variables are moved to
  appropriate sections.

Change-Id: I7b5c9212e63826a0cb5b7e4ab161737ae87a2157
Signed-off-by: Samir Mehta <samirn@codeaurora.org>
2015-09-18 04:11:30 -07:00
Atul 1e3bae22f3 Fix arm-eabi-gcc build error for kernel by
falling back to arm-eabi-4.8 gcc version

Change-Id: I83adc43b7de6f1f48640c1370cf7bdac47b0b6bc
Signed-off-by: Atul <c_araut@codeaurora.org>
2015-07-02 23:02:49 -07:00
Sridhar Gujje f2bed4e634 AndroidKernel.mk: Define the path where the kernel should be installed
We now set the install path for the kernel image if it has not already been
set earlier by the build system.
Change-Id: I88d23916901ae9a96917c138a200d7e1772f02c0
Signed-off-by: Ameya Thakur <ameyat@codeaurora.org>
Signed-off-by: Sridhar Gujje <sgujje@codeaurora.org>
2014-07-07 17:54:30 +05:30
Shashank Mittal 9ee375eda6 build: Add support to build multiple appended dtbs.
Add support to build zImage with multiple dtbs appended.

Change-Id: Iddb7884df3b8ff0da1b65ccba7efeb64acc0c0aa
Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
2013-07-26 17:35:48 -07:00
Ravi Kumar V a8d66ccb5b build: Pickup ARCH_MPQ8092 from defconfig
Change Android kernel build makefile to pick up CONFIG_ARCH_MPQ8092

Change-Id: Id99b78f59be9809c6a6a6d24636e5a16c46659bf
Signed-off-by: Ravi Kumar V <kumarrav@codeaurora.org>
2012-09-26 12:36:50 +05:30
Linux Build Service Account e3687b032b Merge "build: strip debug symbols from installed kernel modules" 2012-09-23 23:27:31 -07:00
Nagender Telkar bb77a75767 build: strip debug symbols from installed kernel modules
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. 

CRs-fixed: 400053
Change-Id: Ic7f75faf6d44b5bca831c159d7bb09bba6a12b66
Signed-off-by: Nagender Telkar <ntelkar@codeaurora.org>
2012-09-18 14:52:14 -06:00
David Ng 6d8fe65d92 build: Pick up multiple CONFIG_ARCH_ targets from defconfig for Android
Change Android kernel build makefile to pick up multiple CONFIG_ARCH_
options for device tree targets.  These options are used to indicate the
DTS file(s) to compile.

Change-Id: I25ea8072f428171b21c056177ea5fec1be660aa3
Signed-off-by: David Ng <dave@codeaurora.org>
2012-09-17 17:00:46 -07:00
Sathish Ambley 9d69ac3817 msm: copper: Add target specific dts files
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>
2012-04-04 11:20:25 -07:00
Satya Durga Srinivasu Prabhala b3ed5d5890 build: Fix Device Tree file path
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>
2012-02-22 20:44:34 +05:30
Neeti Desai 334bbc6d02 Set $(PERL) variable in AndroidKernel.mk
Change-Id: Ied321716cfd60460b3bbc849cdbd1cf1dbaf52f4
Signed-off-by: Neeti Desai <neetid@codeaurora.org>
2012-01-26 17:09:09 -08:00
neetid 77a63c58bc msm-copper: Adding support for Device Trees
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>
2012-01-20 16:49:43 -08:00
Bryan Huntsman 3f2bc4d6eb Initial Contribution
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142

Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
2011-10-03 09:57:10 -07:00