This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3922

-- gerrit

commit 4b57b11fa9858dce308527e8af8ee0986048a9b9
Author: Jerome Lambourg <[email protected]>
Date:   Wed Apr 6 17:16:41 2016 +0200

    Add support for the ATMEL SAM G55 Xplained Pro board and CPU.
    
    Change-Id: Iffe59dcf9f2cb1f5949c37d11fe0d2141a47f8da
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/src/flash/nor/at91sam4.c b/src/flash/nor/at91sam4.c
index 88ff6d7..836cdb7 100644
--- a/src/flash/nor/at91sam4.c
+++ b/src/flash/nor/at91sam4.c
@@ -897,6 +897,41 @@ static const struct sam4_chip_details all_sam4_details[] = 
{
                }
        },
 
+       /* at91samg55j19 */
+       {
+               .chipid_cidr    = 0x24570ae0,
+               .name           = "at91samg55j19",
+               .total_flash_size     = 512 * 1024,
+               .total_sram_size      = 160 * 1024,
+               .n_gpnvms       = 2,
+               .n_banks        = 1,
+
+/*             .bank[0] = {*/
+               {
+                       {
+                               .probed = 0,
+                               .pChip  = NULL,
+                               .pBank  = NULL,
+                               .bank_number = 0,
+                               .base_address = FLASH_BANK_BASE_S,
+                               .controller_address = 0x400e0a00,
+                               .flash_wait_states = 6, /* workaround silicon 
bug */
+                               .present = 1,
+                               .size_bytes =  512 * 1024,
+                               .nsectors   =  64,
+                               .sector_size = 8192,
+                               .page_size   = 512,
+                       },
+/*             .bank[1] = {*/
+                 {
+                       .present = 0,
+                       .probed = 0,
+                       .bank_number = 1,
+
+                 },
+               }
+       },
+
        /* terminate */
        {
                .chipid_cidr    = 0,
@@ -1474,6 +1509,7 @@ static const struct archnames { unsigned value; const 
char *name; } archnames[]
        { 0x42,  "AT91x42 Series"                                               
        },
        { 0x43,  "SAMG51 Series"
        },
+       { 0x45,  "SAMG55 Series"                                                
        },
        { 0x47,  "SAMG53 Series"
        },
        { 0x55,  "AT91x55 Series"                                               
        },
diff --git a/tcl/board/atmel_samg55_xplained_pro.cfg 
b/tcl/board/atmel_samg55_xplained_pro.cfg
new file mode 100644
index 0000000..3797bf8
--- /dev/null
+++ b/tcl/board/atmel_samg55_xplained_pro.cfg
@@ -0,0 +1,11 @@
+#
+# Atmel SAMG55 Xplained Pro evaluation kit.
+# http://www.atmel.com/tools/ATSAMG55-XPRO.aspx
+#
+
+source [find interface/cmsis-dap.cfg]
+
+# chip name
+set CHIPNAME ATSAMG55J19
+
+source [find target/at91samg5x.cfg]

-- 

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to