This is an automated email from Gerrit. Venant DeSouza ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3515
-- gerrit commit faae72c4c58b9a845e6858bd8fdcae47553274f8 Author: Venant DeSouza <[email protected]> Date: Fri Jun 3 08:15:21 2016 -0700 at91sam4.c: add ID for 64 pin SAM4SD32(sam4sd32b) The project HW is using a SAM4SD32B, which is the 64 pin version of a SAM4SD32C (100 pin). I based the 32B on the 32C description. Change-Id: I5e77d9e4a873c909c1438109dba96753befd8608 Signed-off-by: Venant DeSouza <[email protected]> diff --git a/src/flash/nor/at91sam4.c b/src/flash/nor/at91sam4.c index 1e7f64c..7338df1 100644 --- a/src/flash/nor/at91sam4.c +++ b/src/flash/nor/at91sam4.c @@ -738,39 +738,39 @@ static const struct sam4_chip_details all_sam4_details[] = { .n_banks = 2, /* .bank[0] = { */ - { - { - .probed = 0, - .pChip = NULL, - .pBank = NULL, - .bank_number = 0, - .base_address = FLASH_BANK0_BASE_SD, - .controller_address = 0x400e0a00, - .flash_wait_states = 6, /* workaround silicon bug */ - .present = 1, - .size_bytes = 1024 * 1024, - .nsectors = 128, - .sector_size = 8192, - .page_size = 512, - }, + { + { + .probed = 0, + .pChip = NULL, + .pBank = NULL, + .bank_number = 0, + .base_address = FLASH_BANK0_BASE_SD, + .controller_address = 0x400e0a00, + .flash_wait_states = 6, /* workaround silicon bug */ + .present = 1, + .size_bytes = 1024 * 1024, + .nsectors = 128, + .sector_size = 8192, + .page_size = 512, + }, /* .bank[1] = { */ - { - .probed = 0, - .pChip = NULL, - .pBank = NULL, - .bank_number = 1, - .base_address = FLASH_BANK1_BASE_2048K_SD, - .controller_address = 0x400e0c00, - .flash_wait_states = 6, /* workaround silicon bug */ - .present = 1, - .size_bytes = 1024 * 1024, - .nsectors = 128, - .sector_size = 8192, - .page_size = 512, - }, - }, - }, + { + .probed = 0, + .pChip = NULL, + .pBank = NULL, + .bank_number = 1, + .base_address = FLASH_BANK1_BASE_2048K_SD, + .controller_address = 0x400e0c00, + .flash_wait_states = 6, /* workaround silicon bug */ + .present = 1, + .size_bytes = 1024 * 1024, + .nsectors = 128, + .sector_size = 8192, + .page_size = 512, + }, + }, + }, /*at91sam4sd32c*/ { -- ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
