This is an automated email from Gerrit.

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

-- gerrit

commit 9127d4185c65e4a2a57c23c216c88d55c704a284
Author: Vincent Palatin <[email protected]>
Date:   Tue Nov 18 12:04:23 2014 -0800

    psoc4: add support for Cypress CCG1 family
    
    Add the identifiers to support the flash on the Cypress Type-C Port 
Controller
    chips of the CCG1 family : http://www.cypress.com/ccg1/.
    
    Tested successfully on CYPD1132-16SXI.
    
    Change-Id: I3fe6283379e5bcab964afac31b547ef95535aa2c
    Signed-off-by: Vincent Palatin <[email protected]>

diff --git a/src/flash/nor/psoc4.c b/src/flash/nor/psoc4.c
index 10db783..be803d4 100644
--- a/src/flash/nor/psoc4.c
+++ b/src/flash/nor/psoc4.c
@@ -108,6 +108,14 @@ const struct psoc4_chip_details psoc4_devices[] = {
        { 0x0412, "CY8C4125PVI-482", "SSOP-28", .flash_size_in_kb = 32 },
        { 0x0417, "CY8C4125LQI-483", "QFN-40",  .flash_size_in_kb = 32 },
        { 0x041C, "CY8C4125AXI-483", "TQFP-44", .flash_size_in_kb = 32 },
+
+       /* CCG1 series */
+       { 0x0490, "CYPD1103-35FNXI", "CSP-35",  .flash_size_in_kb = 32 },
+       { 0x048A, "CYPD1122-40LQXI", "QFN-40",  .flash_size_in_kb = 32 },
+       { 0x0491, "CYPD1131-35FNXI", "CSP-35",  .flash_size_in_kb = 32 },
+       { 0x0498, "CYPD1132-16SXI",  "SOIC-16", .flash_size_in_kb = 32 },
+       { 0x0481, "CYPD1134-28PVXI", "SSOP-28", .flash_size_in_kb = 32 },
+       { 0x048B, "CYPD1134-40LQXI", "QFN-40",  .flash_size_in_kb = 32 },
 };
 
 

-- 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to