flash/nor/efm32: Chip support extension (EFM32GG12B Giant)
authortscn92 <tscn@kamstrup.com>
Mon, 6 Apr 2020 13:51:23 +0000 (15:51 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Mon, 13 Apr 2020 16:53:26 +0000 (17:53 +0100)
For flash/nor/efm32 the EFM32GG12B Giant chip has been added to the
efm32_family along with its respective series and msc_rebase.
Testen on EFM32GG12B390F board

Change-Id: Idd7dfa93f26ac22566aed1be28f30db678cc0a25
Signed-off-by: tscn92 <tscn@kamstrup.com>
Reviewed-on: http://openocd.zylin.com/5567
Tested-by: jenkins
Reviewed-by: Marc Schink <dev@zapb.de>
src/flash/nor/efm32.c

index 479e0d475829bc6dd8c405a6c4270c41664fbdc1..9cdc325735f0c63349ebb3fe33dba72341ea09d8 100644 (file)
@@ -169,6 +169,7 @@ static const struct efm32_family_data efm32_families[] = {
                { 91, "EFM32JG13B Jade", .series = 1 },
                { 100, "EFM32GG11B Giant", .series = 1, .msc_regbase = 0x40000000 },
                { 103, "EFM32TG11B Tiny", .series = 1, .msc_regbase = 0x40000000 },
+               { 106, "EFM32GG12B Giant", .series = 1, .msc_regbase = 0x40000000 },
                { 120, "EZR32WG Wonder", .series = 0 },
                { 121, "EZR32LG Leopard", .series = 0 },
                { 122, "EZR32HG Happy", .series = 0, .page_size = 1024 },