<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/st, branch v2017.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/st?h=v2017.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/st?h=v2017.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-01-28T19:04:50Z</updated>
<entry>
<title>ARM: SPI: stm32: add stm32f746 qspi driver</title>
<updated>2017-01-28T19:04:50Z</updated>
<author>
<name>Michael Kurz</name>
<email>michi.kurz@gmail.com</email>
</author>
<published>2017-01-22T15:04:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d4363baada1505e126fc75c292f17903ab9c9e3a'/>
<id>urn:sha1:d4363baada1505e126fc75c292f17903ab9c9e3a</id>
<content type='text'>
This patch adds support for the QSPI IP found in stm32f7 devices.

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
</content>
</entry>
<entry>
<title>net: stm32: add designware mac glue code for stm32</title>
<updated>2017-01-28T19:04:47Z</updated>
<author>
<name>Michael Kurz</name>
<email>michi.kurz@gmail.com</email>
</author>
<published>2017-01-22T15:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b20b70fcc027a173b61950e9bb4a736557d19697'/>
<id>urn:sha1:b20b70fcc027a173b61950e9bb4a736557d19697</id>
<content type='text'>
This patch adds glue code required for enabling the designware
mac on stm32f7 devices.

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>ARM: stm32: use clock setup function defined in clock.c</title>
<updated>2017-01-28T19:04:45Z</updated>
<author>
<name>Michael Kurz</name>
<email>michi.kurz@gmail.com</email>
</author>
<published>2017-01-22T15:04:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=081de09d493e648f38b71180ca83fdf9f5c657e7'/>
<id>urn:sha1:081de09d493e648f38b71180ca83fdf9f5c657e7</id>
<content type='text'>
Use the clock setup function defined in clock.c instead of setting the
clock bits directly in the drivers.
Remove register definitions of RCC in rcc.h as these are already
defined in the struct in stm32.h

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
Reviewed-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>ARM: stm32: cleanup stm32f7 files</title>
<updated>2017-01-28T19:04:43Z</updated>
<author>
<name>Michael Kurz</name>
<email>michi.kurz@gmail.com</email>
</author>
<published>2017-01-22T15:04:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bad5188be2e9ef233d581a00b0dc2c8e6487b50d'/>
<id>urn:sha1:bad5188be2e9ef233d581a00b0dc2c8e6487b50d</id>
<content type='text'>
Cleanup stm32f7 files:
- use BIT macro
- use GENMASK macro
- use rcc struct instead of macro additions

Add missing stm32f7 register in rcc struct

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
Acked-by: Vikas MANOCHA&lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"</title>
<updated>2016-07-21T19:38:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-07-21T19:38:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95d52733036af7438a5285d729d53844ec48c63e'/>
<id>urn:sha1:95d52733036af7438a5285d729d53844ec48c63e</id>
<content type='text'>
Per Vikas' request, the problem this commit is supposed to be solving is
something he doesn't see and further this introduces additional hardware
requirements.

This reverts commit 4b2fd720a7b2f78c42d1565edf4c67f378c65440.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>stm32: Change USART port to USART6 for stm32f746 discovery board</title>
<updated>2016-07-14T22:22:44Z</updated>
<author>
<name>Toshifumi NISHINAGA</name>
<email>tnishinaga.dev@gmail.com</email>
</author>
<published>2016-07-07T16:02:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b2fd720a7b2f78c42d1565edf4c67f378c65440'/>
<id>urn:sha1:4b2fd720a7b2f78c42d1565edf4c67f378c65440</id>
<content type='text'>
This change is to remove a halt at about 200KiB
while sending a large(1MiB) binary to a micro controller using USART1.
USART1 is connected to a PC via an on-board ST-Link debugger
that also functions as a USB-Serial converter.
However, it seems to loss some data occasionally.
So I changed the serial port to USART6 and connected it to the PC using
an FTDI USB-Serial cable, therefore the transmission was successfully
completed.

Signed-off-by: Toshifumi NISHINAGA &lt;tnishinaga.dev@gmail.com&gt;
</content>
</entry>
<entry>
<title>stm32: Add SDRAM support for stm32f746 discovery board</title>
<updated>2016-07-14T22:22:43Z</updated>
<author>
<name>Toshifumi NISHINAGA</name>
<email>tnishinaga.dev@gmail.com</email>
</author>
<published>2016-07-07T16:02:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=25c1b1353ce4b8188de6058f9f3b0d5d2dad8230'/>
<id>urn:sha1:25c1b1353ce4b8188de6058f9f3b0d5d2dad8230</id>
<content type='text'>
This patch adds SDRAM support for stm32f746 discovery board.
This patch depends on previous patch.
This patch is based on STM32F4 and emcraft's[1].

[1]:  https://github.com/EmcraftSystems/u-boot

Signed-off-by: Toshifumi NISHINAGA &lt;tnishinaga.dev@gmail.com&gt;
</content>
</entry>
<entry>
<title>stm32: add support for stm32f7 &amp; stm32f746 discovery board</title>
<updated>2016-02-24T23:43:57Z</updated>
<author>
<name>Vikas Manocha</name>
<email>vikas.manocha@st.com</email>
</author>
<published>2016-02-11T23:47:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e66c49fa930ed002c507ae0217b4b274c25675fb'/>
<id>urn:sha1:e66c49fa930ed002c507ae0217b4b274c25675fb</id>
<content type='text'>
This patch adds support for stm32f7 family &amp; stm32f746 board.

Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>gpio: stm32_gpio: move clock config from driver to board</title>
<updated>2016-02-24T23:42:49Z</updated>
<author>
<name>Vikas Manocha</name>
<email>vikas.manocha@st.com</email>
</author>
<published>2016-02-11T23:47:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=14cec061139a8fb0461d8748d14a2dbcf8a56f2e'/>
<id>urn:sha1:14cec061139a8fb0461d8748d14a2dbcf8a56f2e</id>
<content type='text'>
This patch removes the gpio clock enable from gpio driver &amp; move it in the
board code, making it possible to use the gpio driver with other socs.

Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>serial: serial_stm32: move clock config from driver to board</title>
<updated>2016-02-08T15:10:36Z</updated>
<author>
<name>Vikas Manocha</name>
<email>vikas.manocha@st.com</email>
</author>
<published>2016-01-27T02:12:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dffceb4b15e4c5fd2487e625a08062a8120bd17f'/>
<id>urn:sha1:dffceb4b15e4c5fd2487e625a08062a8120bd17f</id>
<content type='text'>
This patch removes the uart clock enable from serial driver &amp; move it in the
board code.

Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
