CCM .ld files (just STM32F407xG_CCM.ld?) need NOLOAD option for .ccm section:
".ccm :" should be changed to ".ccm (NOLOAD) :"
This is important for the linux guys who use https://github.com/texane/stlink - they flash .bin files, and without the NOLOAD the bin file is 130Mb and stlink fails to program it
See http://forum.chibios.org/phpbb/viewtopic.php?f=16&t=1912&p=15946#p15946
Fixed, thanks.
Giovanni