This is an automated email from Gerrit. Mathias Küster ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/631
-- gerrit commit 8c0148c61f595cff7e84f4c8c4966243a6142ffa Author: Mathias K <[email protected]> Date: Wed May 9 21:58:28 2012 +0200 board: Add Sony Ericsson J100I Phone This patch add the Sony Ericsson J100I Phone to the board configurations. Change-Id: I083ddf067c8ecdfdda0404fe9e9df980dbb86fe8 Signed-off-by: Mathias K <[email protected]> diff --git a/tcl/board/phone_se_j100i.cfg b/tcl/board/phone_se_j100i.cfg new file mode 100644 index 0000000..fd27cb4 --- /dev/null +++ b/tcl/board/phone_se_j100i.cfg @@ -0,0 +1,9 @@ +# +# Sony Ericsson J100I Phone +# + +# external flash +source [find target/ti_calypso.cfg] + +set _FLASHNAME $_CHIPNAME.flash +flash bank $_FLASHNAME cfi 0x00000000 0x400000 2 2 $_TARGETNAME -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
