From 1501bc24fac69fabdd155dd7b0cd19689e35bb6c Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Sat, 17 Sep 2011 21:41:30 +0200 Subject: fw/compal/rffe: Add correct RFFE-configuration for Compal E86 The Compal E86 (C139/C140) has a different RFFE-configuration than the other Compal phones. The Motorola C139 schematics on this part look exactly the same, but in fact the board is missing a transistor (U16), and it uses TSPACT2 adittionally. This fixes the long-known problem with the C139/C140 phones of the rx-level being over -20dBm worse as compared to the E88/E89 phones, as well as the band selection on the antenna switch in TX-mode (which was completely wrong, but sort of worked anyway). Signed-off-by: Steve Markgraf --- src/target/firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/firmware/Makefile') diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile index 301bb313..1231df6f 100644 --- a/src/target/firmware/Makefile +++ b/src/target/firmware/Makefile @@ -43,9 +43,9 @@ e88loader_OBJS=board/compal/start.rom.o board/compal/header.o board/compal/excep e88flash_LDS=board/compal_e88/flash.lds e88flash_OBJS=board/compal/start.rom.o board/compal/header.o board/compal/exceptions_redirected.o board/compal/handlers.o -# Compal E86 +# Compal E86 (has a different RFFE configuration) -compal_e86_OBJS=$(compal_COMMON_OBJS) board/compal_e86/init.o +compal_e86_OBJS=$(calypso_COMMON_OBJS) board/compal_e86/rffe_dualband_e86.o board/compal/rf_power.o board/compal_e86/init.o compal_e86_ENVIRONMENTS=$(compal_COMMON_ENVIRONMENTS) # Compal E99 -- cgit v1.2.3