Re: [PATCH v2 00/18] Add support to STMicroelectronics STM32 family

2015-02-25 Thread David Howells
Maxime Coquelin wrote: > > Is support for this in upstream binutils and gcc? What's the preferred > > target tuple? I'll add support to Fedora's cross-binutils and cross-gcc > > sets if I can. > > I just rebuilt using latest upstream binutils and gcc. > To compile Kernel and bootloader, I buil

Re: [PATCH v2 00/18] Add support to STMicroelectronics STM32 family

2015-02-25 Thread Maxime Coquelin
Hello David, 2015-02-24 15:14 GMT+01:00 David Howells : > Is support for this in upstream binutils and gcc? What's the preferred target > tuple? I'll add support to Fedora's cross-binutils and cross-gcc sets if I > can. I just rebuilt using latest upstream binutils and gcc. To compile Kernel an

Re: [PATCH v2 00/18] Add support to STMicroelectronics STM32 family

2015-02-24 Thread David Howells
Is support for this in upstream binutils and gcc? What's the preferred target tuple? I'll add support to Fedora's cross-binutils and cross-gcc sets if I can. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org Mor

[PATCH v2 00/18] Add support to STMicroelectronics STM32 family

2015-02-20 Thread Maxime Coquelin
Thanks for the first round of reviews. Most of the comments made have been taken into account (see below for details), except that I failed to find an easy/clean way to move vector_table location in order to limit the waste of memory. If you have any idea/example to do that, I will be pleased to ad