This repository was archived by the owner on Jan 8, 2025. It is now read-only.
forked from efidroid/bootloader_lk
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msm7627] Add support for msm7627_7k product based on msm7627
Change-Id: I12c1ed17d6e25b84fab79bb7b6a63c17ec5ebf16
- Loading branch information
Ajay Dudani
committed
Jun 17, 2010
1 parent
faa5b6e
commit 7e2fc3a
Showing
5 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# top level project rules for the msm7627_ffa project | ||
# | ||
LOCAL_DIR := $(GET_LOCAL_DIR) | ||
|
||
TARGET := msm7627_ffa | ||
|
||
MODULES += app/aboot | ||
|
||
#DEFINES += WITH_DEBUG_DCC=1 | ||
#DEFINES += WITH_DEBUG_UART=1 | ||
#DEFINES += WITH_DEBUG_FBCON=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# top level project rules for the msm7627_ffa_nandwrite project | ||
# | ||
LOCAL_DIR := $(GET_LOCAL_DIR) | ||
|
||
TARGET := msm7627_ffa | ||
|
||
MODULES += app/nandwrite | ||
|
||
DEFINES += WITH_DEBUG_JTAG=1 | ||
DEFINES += ENABLE_NANDWRITE=1 | ||
#DEFINES += WITH_DEBUG_DCC=1 | ||
#DEFINES += WITH_DEBUG_UART=1 | ||
#DEFINES += WITH_DEBUG_FBCON=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# top level project rules for the msm7627_surf project | ||
# | ||
LOCAL_DIR := $(GET_LOCAL_DIR) | ||
|
||
TARGET := msm7627_surf | ||
|
||
MODULES += app/aboot | ||
|
||
#DEFINES += WITH_DEBUG_DCC=1 | ||
#DEFINES += WITH_DEBUG_UART=1 | ||
DEFINES += WITH_DEBUG_FBCON=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# top level project rules for the msm7627_surf_nandwrite project | ||
# | ||
LOCAL_DIR := $(GET_LOCAL_DIR) | ||
|
||
TARGET := msm7627_surf | ||
|
||
MODULES += app/nandwrite | ||
|
||
DEFINES += WITH_DEBUG_JTAG=1 | ||
DEFINES += ENABLE_NANDWRITE=1 | ||
#DEFINES += WITH_DEBUG_DCC=1 | ||
#DEFINES += WITH_DEBUG_UART=1 | ||
#DEFINES += WITH_DEBUG_FBCON=1 | ||
|
Empty file.