Deepa Dinamani | 7dc3d4b | 2013-02-08 16:40:38 -0800 | [diff] [blame] | 1 | # top level project rules for the msm8610 project |
| 2 | # |
| 3 | LOCAL_DIR := $(GET_LOCAL_DIR) |
| 4 | |
| 5 | TARGET := msm8610 |
| 6 | |
| 7 | MODULES += app/aboot |
| 8 | |
| 9 | DEBUG := 1 |
Channagoud Kadabi | 71bfc45 | 2013-08-26 11:47:45 -0700 | [diff] [blame] | 10 | EMMC_BOOT := 1 |
Channagoud Kadabi | e92cdb0 | 2013-05-09 16:06:30 -0700 | [diff] [blame] | 11 | ENABLE_SDHCI_SUPPORT := 1 |
Deepa Dinamani | 7dc3d4b | 2013-02-08 16:40:38 -0800 | [diff] [blame] | 12 | |
| 13 | #DEFINES += WITH_DEBUG_DCC=1 |
| 14 | DEFINES += WITH_DEBUG_UART=1 |
Channagoud Kadabi | c2ee561 | 2014-01-16 12:31:39 -0800 | [diff] [blame] | 15 | DEFINES += WITH_DEBUG_LOG_BUF=1 |
Deepa Dinamani | 7dc3d4b | 2013-02-08 16:40:38 -0800 | [diff] [blame] | 16 | #DEFINES += WITH_DEBUG_FBCON=1 |
| 17 | DEFINES += DEVICE_TREE=1 |
| 18 | #DEFINES += MMC_BOOT_BAM=1 |
| 19 | #DEFINES += CRYPTO_BAM=1 |
David Ng | 11a8cb2 | 2013-09-27 12:50:37 -0700 | [diff] [blame] | 20 | DEFINES += ABOOT_IGNORE_BOOT_HEADER_ADDRS=1 |
| 21 | |
| 22 | DEFINES += ABOOT_FORCE_KERNEL_ADDR=0x00008000 |
| 23 | DEFINES += ABOOT_FORCE_RAMDISK_ADDR=0x02000000 |
| 24 | DEFINES += ABOOT_FORCE_TAGS_ADDR=0x01e00000 |
Deepa Dinamani | 50ac930 | 2013-06-26 15:22:47 -0700 | [diff] [blame] | 25 | |
| 26 | #Disable thumb mode |
| 27 | #TODO: The gold linker has issues generating correct |
| 28 | #thumb interworking code for LK. Confirm that the issue |
| 29 | #is with the linker and file a bug report. |
| 30 | ENABLE_THUMB := false |
Channagoud Kadabi | e92cdb0 | 2013-05-09 16:06:30 -0700 | [diff] [blame] | 31 | |
| 32 | ifeq ($(ENABLE_SDHCI_SUPPORT),1) |
| 33 | DEFINES += MMC_SDHCI_SUPPORT=1 |
| 34 | endif |