<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2018.09-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2018.09-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2018.09-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-08-13T18:04:04Z</updated>
<entry>
<title>db410: alter WLAN/BT MAC address fixup</title>
<updated>2018-08-13T18:04:04Z</updated>
<author>
<name>Ramon Fried</name>
<email>ramon.fried@gmail.com</email>
</author>
<published>2018-08-03T13:25:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ff06dc24032599c015d70b84a9ff9e6e7b80c6c3'/>
<id>urn:sha1:ff06dc24032599c015d70b84a9ff9e6e7b80c6c3</id>
<content type='text'>
Change the way MAC address fixup is done:
1. Stop using LK handed device-tree and calculate
   the MAC address our own.
2. Allow overriding the generated MACS with environment variables:
   "wlanaddr" and  "btaddr".

Signed-off-by: Ramon Fried &lt;ramon.fried@gmail.com&gt;
</content>
</entry>
<entry>
<title>stm32f7: board: Fix memory init</title>
<updated>2018-08-13T18:03:57Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-08-03T11:09:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8ff21d6d9c26e1aca5a6d0df9a43519d24948f69'/>
<id>urn:sha1:8ff21d6d9c26e1aca5a6d0df9a43519d24948f69</id>
<content type='text'>
Commit 1473b12ad0b3 ("lib: fdtdec: Update ram_base to store ram start
adddress") brings regression on STM32F7 which can't boot.

Use fdtdec_setup_mem_size_base() to setup memory base and size.
Use fdtdec_setup_memory_banksize() to setup memory bank base and size.

Reported-by: Mark Olsson &lt;mark@markolsson.se&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Cc: Mark Olsson &lt;mark@markolsson.se&gt;
Reviewed-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>board: stm32: use bi_dram[0].start instead of hardcoded value</title>
<updated>2018-08-13T18:03:57Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-08-03T09:46:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=725e09b82392711a3bf9822a2d7449e1deba4865'/>
<id>urn:sha1:725e09b82392711a3bf9822a2d7449e1deba4865</id>
<content type='text'>
Use gd-&gt;bd-&gt;bi_dram[0].start initialized from DT instead of using
hardcoded CONFIG_SYS_SDRAM_BASE from config file.

Remove unused CONFIG_SYS_RAM_BASE and CONFIG_SYS_SDRAM_BASE defines.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-fsl-qoriq</title>
<updated>2018-08-13T16:34:55Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-13T16:34:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8a1f47be3ab050090cd8625e580cf3c63e3ff53'/>
<id>urn:sha1:b8a1f47be3ab050090cd8625e580cf3c63e3ff53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>db410c: Fixup DRAM</title>
<updated>2018-08-10T17:45:35Z</updated>
<author>
<name>Ramon Fried</name>
<email>ramon.fried@gmail.com</email>
</author>
<published>2018-07-31T09:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9beb49061031b5b7a59360849a9fdf701a30c071'/>
<id>urn:sha1:9beb49061031b5b7a59360849a9fdf701a30c071</id>
<content type='text'>
Call the MSM DRAM detection and fixup function to support
dynamic detection of onboard memory.

Signed-off-by: Ramon Fried &lt;ramon.fried@gmail.com&gt;
</content>
</entry>
<entry>
<title>armv8: layerscape: move ns_dev[] define from h to c file.</title>
<updated>2018-08-10T17:36:03Z</updated>
<author>
<name>Ran Wang</name>
<email>ran.wang_1@nxp.com</email>
</author>
<published>2018-08-10T06:59:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd35855492aafc4076a634a6d748bffc9e26795e'/>
<id>urn:sha1:cd35855492aafc4076a634a6d748bffc9e26795e</id>
<content type='text'>
Move ns_dev[] from header file to C file to avoid compiling warning
when header file is included by others.

Signed-off-by: Ran Wang &lt;ran.wang_1@nxp.com&gt;
[YS: rewrite commit message]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1046a: initial icid setup support</title>
<updated>2018-08-10T17:35:33Z</updated>
<author>
<name>Laurentiu Tudor</name>
<email>laurentiu.tudor@nxp.com</email>
</author>
<published>2018-08-09T12:19:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3cb4fe65f9e88c6cfea2fea5ca934acfa3c415b4'/>
<id>urn:sha1:3cb4fe65f9e88c6cfea2fea5ca934acfa3c415b4</id>
<content type='text'>
Add infrastructure for ICID setup and device tree fixup on ARM
platforms. This include basic ICID setup for several devices.

Reviewed-by: Bharat Bhushan &lt;bharat.bhushan@nxp.com&gt;
Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>sandbox: led: use new function to configure default state</title>
<updated>2018-08-10T14:27:32Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2018-07-27T14:37:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=17585e2dc33c23b3ea37daf485ced880c8fea3f8'/>
<id>urn:sha1:17585e2dc33c23b3ea37daf485ced880c8fea3f8</id>
<content type='text'>
Initialize the led with the default state defined in device tree
in board_init and solve issue with test for led default state.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>stm32mp1: use new function led default state</title>
<updated>2018-08-10T14:27:32Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2018-07-27T14:37:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1f5118b4d38d9caaab4c451f974542297bd1e2a7'/>
<id>urn:sha1:1f5118b4d38d9caaab4c451f974542297bd1e2a7</id>
<content type='text'>
Initialize the led with the default state defined in device tree.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>bcm968380gerg: Add MAINTAINERS file</title>
<updated>2018-08-09T15:48:39Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-08-09T15:48:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f05ebbf47a9dc863ff4bb084649ecb34d728b5f2'/>
<id>urn:sha1:f05ebbf47a9dc863ff4bb084649ecb34d728b5f2</id>
<content type='text'>
Add an initial MAINTAINERS file based on author of the code.

Cc: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
