aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* ARM: msm: GCC Version change.Samir Mehta2015-09-181-0/+3
| | | | | | | | | | | | | | | - This reverts commit 1e3bae22f3718341dea2d33c0a077a387537a6be. - 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>
* AndroidKernel.mk: Define the path where the kernel should be installedSridhar Gujje2014-07-071-0/+1
| | | | | | | | 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>
* gcc-wrapper: trim whitelist for gcc 4.7Bryan Huntsman2013-06-031-3/+0
| | | | | | | With recent code and defconfig changes, the number warnings needing to be ignored has gone done. Update the wrapper accordingly. Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
* Merge "scripts: gcc-wrapper: Add extents.c to allowed warning list"Linux Build Service Account2013-02-131-0/+1
|\
| * scripts: gcc-wrapper: Add extents.c to allowed warning listRohit Vaswani2013-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | With gcc-4.5.3 compiler, we get the error: In function 'ext4_ext_map_blocks': kernel/fs/ext4/extents.c:2091:24: warning: 'cex.ec_start' may be used uninitialized in this function Change-Id: I460abf305a725deb3c3b06582518f8cd35314385 Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
* | Update copyright to The Linux FoundationDuy Truong2013-02-131-2/+2
|/ | | | | Change-Id: I9d411a9c00b37d0907066dbfa6db3a78c108646f Signed-off-by: Duy Truong <dtruong@codeaurora.org>
* scripts: gcc-wrapper: Add an allowed warning for alignment.cSridhar Parasuram2012-06-111-1/+2
| | | | | | | | | | | kernel/arch/arm/mm/alignment.c:327:15: warning: 'offset.un' may be used uninitialized in this function [-Wuninitialized] | error, forbidden warning: alignment.c:327 | make[2]: *** [arch/arm/mm/alignment.o] Error 1 Change-Id: Iadba4720a38997682036527a89b5adeb52ea6119 Signed-off-by: Sridhar Parasuram <sridhar@codeaurora.org>
* Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4Steve Muckle2012-06-061-51/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AU_LINUX_ANDROID_ICS.04.00.04.00.126 from msm-3.0. First parent is from google/android-3.4. * commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126': (8712 commits) PRNG: Device tree entry for qrng device. vidc:1080p: Set video core timeout value for Thumbnail mode msm: sps: improve the debugging support in SPS driver board-8064 msm: Overlap secure and non secure video firmware heaps. msm: clock: Add handoff ops for 7x30 and copper XO clocks msm_fb: display: Wait for external vsync before DTV IOMMU unmap msm: Fix ciruclar dependency in debug UART settings msm: gdsc: Add GDSC regulator driver for msm-copper defconfig: Enable Mobicore Driver. mobicore: Add mobicore driver. mobicore: rename variable to lower case. mobicore: rename folder. mobicore: add makefiles mobicore: initial import of kernel driver ASoC: msm: Add SLIMBUS_2_RX CPU DAI board-8064-gpio: Update FUNC for EPM SPI CS msm_fb: display: Remove chicken bit config during video playback mmc: msm_sdcc: enable the sanitize capability msm-fb: display: lm2 writeback support on mpq platfroms msm_fb: display: Disable LVDS phy & pll during panel off ... Signed-off-by: Steve Muckle <smuckle@codeaurora.org>
* mmc: block: Add MMC write packing statisticsMaya Erez2012-06-041-2/+2
| | | | | | | | The write packing statistics are used for the packed commands unit tests in order to determine test success or failure Change-Id: I1b330033e59a775c64fb915038d58615aff0dbdd Signed-off-by: Maya Erez <merez@codeaurora.org>
* mmc: block: Add write packing controlMaya Erez2012-05-311-2/+2
| | | | | | | | | | | | | | The write packing control will ensure that read requests latency is not increased due to long write packed commands. The trigger for enabling the write packing is managing to pack several write requests. The number of potential packed requests that will trigger the packing can be configured via sysfs by writing the required value to: /sys/block/<block_dev_name>/num_wr_reqs_to_start_packing. The trigger for disabling the write packing is fetching a read request. Change-Id: I982170fa6dca9150ea4310bb546b838b7fd30e9b Signed-off-by: Maya Erez <merez@codeaurora.org>
* mmc: core: Support packed write command for eMMC4.5 deviceSeungwon Jeon2012-05-311-2/+2
| | | | | | | | | | | This patch supports packed write command of eMMC4.5 device. Several writes can be grouped in packed command and all data of the individual commands can be sent in a single transfer on the bus. Change-Id: I391c3e5f73b785a8b7d25eb8256051020cfb0631 Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Maya Erez <merez@codeaurora.org>
* scripts: gcc-wrapper: Add an allowed warning for block.cRohit Vaswani2012-02-281-0/+2
| | | | | | | | | | | | | | | | Commit f2b3f49ede3be96e11b60880c22a768328ce4d2f added a warning from Open Emdedded's gcc-4.6.3 compiler. | kernel/drivers/mmc/card/block.c: In function 'mmc_blk_issue_rq': | kernel/drivers/mmc/card/block.c:836:18: | warning: 'arg' may be used uninitialized in this function | [-Wuninitialized] error, forbidden warning: block.c:836 | kernel/drivers/mmc/card/block.c:835:6: warning: 'nr' may be used | uninitialized in this function [-Wuninitialized] | error, forbidden warning: block.c:835 Change-Id: I05a45033e5dae8b126cbbba89188d84244485afd Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
* scripts: gcc-wrapper: Add exceptions for netfilter failures with gcc-4.6.3Rohit Vaswani2012-02-091-0/+26
| | | | | | | | Compiling the kernel with gcc-4.6.3 generates multiple forbidden warnings for netfilter. Adding them to the allowed warnings list. Change-Id: I7214d8c1bb59c99e2422eaac2a820fb43cf62b1e Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
* scripts: gcc-wrapper: Add exceptions for failures with gcc-4.6.3Rohit Vaswani2012-02-031-1/+3
| | | | | | | | | | | | | | | | | Compiling the kernel with gcc-4.6.3 generates two new forbidden warnings. Adding them to the allowed warnings list. Warning 1: kernel/arch/arm/mm/alignment.c:298:15: warning: 'offset.un' may be used uninitialized in this function [-Wuninitialized] Warning 2: kernel/net/sched/sch_generic.c:678:2: warning: the comparison will always evaluate as 'true' for the address of 'noop_qdisc' will never be NULL [-Waddress] Change-Id: Ib559420337ac4c2d25b55eb80e8da3c2221b2f75 Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
* cpuidle: menu: Remove the unused get_loadavg functionRohit Vaswani2011-11-211-1/+0
| | | | | | | | | The fuction get_loadavg was unused and this also caused a warning during build. This change also removes it from the allowed warnings white-list. Change-Id: I85b184e1eb0ab8b3cf763cab87a30e140d00332b Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
* Merge remote-tracking branch 'common/android-3.0' into msm-3.0Bryan Huntsman2011-11-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * common/android-3.0: (570 commits) misc: remove kernel debugger core ARM: common: fiq_debugger: dump sysrq directly to console if enabled ARM: common: fiq_debugger: add irq context debug functions net: wireless: bcmdhd: Call init_ioctl() only if was started properly for WEXT net: wireless: bcmdhd: Call init_ioctl() only if was started properly net: wireless: bcmdhd: Fix possible memory leak in escan/iscan cpufreq: interactive governor: default 20ms timer cpufreq: interactive governor: go to intermediate hi speed before max cpufreq: interactive governor: scale to max only if at min speed cpufreq: interactive governor: apply intermediate load on current speed ARM: idle: update idle ticks before call idle end notifier input: gpio_input: don't print debounce message unless flag is set net: wireless: bcm4329: Skip dhd_bus_stop() if bus is already down net: wireless: bcmdhd: Skip dhd_bus_stop() if bus is already down net: wireless: bcmdhd: Improve suspend/resume processing net: wireless: bcmdhd: Check if FW is Ok for internal FW call tcp: Don't nuke connections for the wrong protocol ARM: common: fiq_debugger: make uart irq be no_suspend net: wireless: Skip connect warning for CONFIG_CFG80211_ALLOW_RECONNECT mm: avoid livelock on !__GFP_FS allocations ... Conflicts: arch/arm/mm/cache-l2x0.c arch/arm/vfp/vfpmodule.c drivers/mmc/core/host.c kernel/power/wakelock.c net/bluetooth/hci_event.c Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
* Initial ContributionBryan Huntsman2011-10-031-0/+117
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142 Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>