<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/st, branch v2020.10</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=v2020.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/st?h=v2020.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-08-13T08:10:33Z</updated>
<entry>
<title>board: stm32mp1: use const for struct node_info</title>
<updated>2020-08-13T08:10:33Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-29T11:24:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d0a3c4f9dbf0d661d3b91f46f0fa4db2dc33bb78'/>
<id>urn:sha1:d0a3c4f9dbf0d661d3b91f46f0fa4db2dc33bb78</id>
<content type='text'>
Use const for the variable nodes in ft_board_setup,
this patch follow fdt_fixup_mtdparts prototype and no more use stack.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: remove board.c</title>
<updated>2020-08-13T08:04:14Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-30T11:57:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5eafc1d3d9644ef8c6e821d95e31f01ee6614d87'/>
<id>urn:sha1:5eafc1d3d9644ef8c6e821d95e31f01ee6614d87</id>
<content type='text'>
Remove the file board/st/stm32mp1/board.c which is not more
compiled since commit 156732cc8939 ("board: stm32mp1: move the
function board_debug_uart_init in spl.c")

Fixes: 4fb46816c7e2 ("board: stm32mp1: move the function board_debug_uart_init in spl.c")
Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: update fdt fixup partitions table</title>
<updated>2020-08-13T07:53:35Z</updated>
<author>
<name>Christophe Kerello</name>
<email>christophe.kerello@st.com</email>
</author>
<published>2020-07-31T07:53:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=300669acd3c1452b8f9568473f150c6976e97cf3'/>
<id>urn:sha1:300669acd3c1452b8f9568473f150c6976e97cf3</id>
<content type='text'>
This patch adds "st,stm32mp1-fmc2-nfc" compatible string in the
fdt fixup partitions table.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setup</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06f624f28c8af7cc66682cf168f722b489ca5521'/>
<id>urn:sha1:06f624f28c8af7cc66682cf168f722b489ca5521</id>
<content type='text'>
Use IS_ENABLED to prevent ifdef in ft_board_setup.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ebfd592f16d46dae5690aa2552c77cb24d376009'/>
<id>urn:sha1:ebfd592f16d46dae5690aa2552c77cb24d376009</id>
<content type='text'>
Use IS_ENABLED to prevent ifdef in env functions:
- env_get_location
- env_ext4_get_intf
- mmc_get_env_dev

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=72b099897a61ce87cf95c88344690e1b8bf92142'/>
<id>urn:sha1:72b099897a61ce87cf95c88344690e1b8bf92142</id>
<content type='text'>
Use IS_ENABLED to prevent ifdef in board_late_init.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fix</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e817c8eca5a25762f44adf3871bae13af39215d4'/>
<id>urn:sha1:e817c8eca5a25762f44adf3871bae13af39215d4</id>
<content type='text'>
Use IS_ENABLED to prevent ifdef in dk2_i2c1_fix.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=75f9b190e4086d683ccde5cffe2144437d7501c5'/>
<id>urn:sha1:75f9b190e4086d683ccde5cffe2144437d7501c5</id>
<content type='text'>
Use CONFIG_IS_ENABLED to prevent ifdef in set_dfu_alt_inf.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_init</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3434bbe698427bcc27e98e7e04929e72d59ccbcd'/>
<id>urn:sha1:3434bbe698427bcc27e98e7e04929e72d59ccbcd</id>
<content type='text'>
Use IS_ENABLED to prevent ifdef in sysconf_init.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_power</title>
<updated>2020-08-13T07:52:49Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2020-07-31T14:31:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=feb6179ffefa455e8c88a9612528419b49c408a0'/>
<id>urn:sha1:feb6179ffefa455e8c88a9612528419b49c408a0</id>
<content type='text'>
Use IS_ENABLED to prevent ifdef in board_check_usb_power.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
</feed>
