This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/382
-- gerrit commit 926d10c1ba95cc5793747ef6f5980bb1d54a5a11 Author: Spencer Oliver <[email protected]> Date: Mon Jan 16 17:36:41 2012 +0000 flash: add missing stellaris device classes This adds missing classes to the stellaris flash driver. Change-Id: I90f2218479e5eb60950046fef04429b9529f7ddf Signed-off-by: Spencer Oliver <[email protected]> diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index 10e4d55..9645c5f 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -700,6 +700,8 @@ static int stellaris_read_part_info(struct flash_bank *bank) * always approximate. * * For Tempest: IOSC is calibrated, 16 MHz + * For Blizzard: IOSC is calibrated, 16 MHz + * For Firestorm: IOSC is calibrated, 16 MHz */ stellaris_info->iosc_freq = 12000000; stellaris_info->iosc_desc = " (±30%)"; @@ -722,6 +724,8 @@ static int stellaris_read_part_info(struct flash_bank *bank) case 1: /* Fury */ break; case 4: /* Tempest */ + case 5: /* Blizzard */ + case 6: /* Firestorm */ stellaris_info->iosc_freq = 16000000; /* +/- 1% */ stellaris_info->iosc_desc = " (±1%)"; /* FALL THROUGH */ -- ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
