[PATCH 2/2] Add new board gta0x (for Openmoko Freerunner devices) and build it

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Steve Markgraf steve at steve-m.de
Mon May 17 14:12:39 UTC 2010


Hi,

Nico Golde wrote:

> I'm not sure what the correct value is in this case but 
> GSM_TXEN is not defined at this point.

Yes, just noticed it, too, currently preparing osmocon patches and will 
commit that to my branch today.

diff --git a/src/target/firmware/board/common/rffe_gta0x_triband.c 
b/src/target/firmware/board/common/rffe_gta0x_triband.c
index 63003d4..6406f04 100644
--- a/src/target/firmware/board/common/rffe_gta0x_triband.c
+++ b/src/target/firmware/board/common/rffe_gta0x_triband.c
@@ -11,7 +11,7 @@

  #define                RITA_RESET      TSPACT(0)       /* Reset of the 
Rita TRF6151 */
  #define                PA_ENABLE       TSPACT(9)       /* Enable the 
Power Amplifier */
-#define                GSM_TX          TSPACT(3)       /* PA GSM 
switch, low-active */
+#define                GSM_TXEN        TSPACT(3)       /* PA GSM 
switch, low-active */

  /* All VCn controls are low-active */
  #define                ASM_VC1         TSPACT(2)       /* Antenna 
switch VC1 */


--
Regards,
Steve




More information about the baseband-devel mailing list