<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2019.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2019.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2019.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-04-03T14:23:45Z</updated>
<entry>
<title>configs: khadas_vim2: Fix defconfig</title>
<updated>2019-04-03T14:23:45Z</updated>
<author>
<name>Neil Armstrong</name>
<email>narmstrong@baylibre.com</email>
</author>
<published>2019-04-03T11:46:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2118a272e3c2ae9e677ab0527939a979dc1a0f60'/>
<id>urn:sha1:2118a272e3c2ae9e677ab0527939a979dc1a0f60</id>
<content type='text'>
The Khadas VIM2 defconfig was missing the USB PHY config and
two other misc configs to setup dram banks and call misc_init_r.
Align it on the other Amlogic SoC based boards defconfig.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-sh</title>
<updated>2019-04-02T03:30:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-04-02T03:30:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=da06f9a1850b074904966121b125c000ffc07b2f'/>
<id>urn:sha1:da06f9a1850b074904966121b125c000ffc07b2f</id>
<content type='text'>
Minor fixes for the Alt board and PHY use on Gen2.
</content>
</entry>
<entry>
<title>configs: icorem6: Use imx6 cratch register for bootcount</title>
<updated>2019-03-31T18:12:37Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2019-03-21T08:35:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40ee163cc4e304d3b0a84cd0be37520270b95271'/>
<id>urn:sha1:40ee163cc4e304d3b0a84cd0be37520270b95271</id>
<content type='text'>
SRAM address used for bootcount on exiting code is erasing
previous count value when system reset from Linux. So use
the dedicated imx6 scratch register, GPR2 to preserve the
contents even if the system reset from Linux.

Fixes: 4eb9aa39350e ("configs: imx6qdl_icore_mmc: Enable watchdog and bootcounter")
Signed-off-by: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Tested-by: Shyam Saini &lt;shyam.saini@amarulasolutions.com&gt;
Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>configs: icore: Fix U-Boot proper loading from nand</title>
<updated>2019-03-31T18:04:31Z</updated>
<author>
<name>Michael Trimarchi</name>
<email>michael@amarulasolutions.com</email>
</author>
<published>2019-03-08T07:35:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b9cba0295dcdce5eb8bb10d79f6dafb5a167349'/>
<id>urn:sha1:8b9cba0295dcdce5eb8bb10d79f6dafb5a167349</id>
<content type='text'>
SPL on Engicam i.Core M6 boards enabled DM, so it would require some
malloc() pool before relocation in order to load U-Boot proper properly.

So, enable SPL malloc() pool of 0x2000 size similarly like what we have
used for icore mmc defconfigs.

Reviewed-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Tested-by: Shyam Saini &lt;shyam.saini@amarulasolutions.com&gt;
Signed-off-by: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: imx6q_logic: Enable UUID support</title>
<updated>2019-03-31T18:00:57Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2019-03-03T22:22:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7de88cd5cb8c213fb158b37fcf0662c1d2332cd'/>
<id>urn:sha1:b7de88cd5cb8c213fb158b37fcf0662c1d2332cd</id>
<content type='text'>
With UUID support, the root can now point to UUID.  This makes
swiching between mmc 0 and mmc 1 easier by simplying changing
mmcdev between 0 and 1.  From there, the scripts handle the rest.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: alt: Synchronize defconfig</title>
<updated>2019-03-30T06:31:02Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@gmail.com</email>
</author>
<published>2019-03-30T05:20:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=573b0f244c16f3f80441932f25fb64e77a7a6c31'/>
<id>urn:sha1:573b0f244c16f3f80441932f25fb64e77a7a6c31</id>
<content type='text'>
Synchronize the R8A7794 Alt defconfig, enable DM SPI, DM SPI FLASH
and I2C driver support.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'arc-last-minute-for-2019.04' of git://git.denx.de/u-boot-arc</title>
<updated>2019-03-29T01:44:49Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-03-29T01:44:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1111ff671f65a71f8577fe145b53f1f0c920faa4'/>
<id>urn:sha1:1111ff671f65a71f8577fe145b53f1f0c920faa4</id>
<content type='text'>
This is last minute change which fixes problems in runtime on
AXS10x board caused by some changes in NAND framework and
tiny documentation improvement.

Anyways NAND flash storage was never really used on the board for various
reasons and now we decided to drop it for good.

Note this change only touches 1 ARC board so that should be safe for others.
As usual - build tested in TravisCI, see
https://travis-ci.org/abrodkin/u-boot/builds/512041342
</content>
</entry>
<entry>
<title>ARC: AXS10x: drop NAND support</title>
<updated>2019-03-28T07:42:47Z</updated>
<author>
<name>Eugeniy Paltsev</name>
<email>eugeniy.paltsev@synopsys.com</email>
</author>
<published>2019-03-27T13:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4f5e552d95bb83adc439056dc387153d65685cb6'/>
<id>urn:sha1:4f5e552d95bb83adc439056dc387153d65685cb6</id>
<content type='text'>
On AXS10x boards we have non-standard NAND controller
which was never really used a lot as there're other much more
convenient [as they are standard &amp; removable] persistent media
like SD-card and USB mass storage.

Moreover after recent changes we face with some NAND controller
runtime issues. So instead of keeping support of yet another
non-standard peripheral we're dropping its support for good.

Signed-off-by: Eugeniy Paltsev &lt;Eugeniy.Paltsev@synopsys.com&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-socfpga</title>
<updated>2019-03-27T03:19:31Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-03-27T03:19:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f21ced0d2488605ccf6eb307daa9e18ee78aa94'/>
<id>urn:sha1:7f21ced0d2488605ccf6eb307daa9e18ee78aa94</id>
<content type='text'>
- configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF
</content>
</entry>
<entry>
<title>Convert CONFIG_ENV_SPI_* to Kconfig</title>
<updated>2019-03-25T21:36:59Z</updated>
<author>
<name>Patrick Delaunay</name>
<email>patrick.delaunay@st.com</email>
</author>
<published>2019-02-27T14:20:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=abe66b1b5decf9cc2fb5daad42c9e870e5b99b67'/>
<id>urn:sha1:abe66b1b5decf9cc2fb5daad42c9e870e5b99b67</id>
<content type='text'>
This converts the following to Kconfig:
  CONFIG_ENV_SPI_BUS
  CONFIG_ENV_SPI_CS
  CONFIG_ENV_SPI_MAX_HZ
  CONFIG_ENV_SPI_MODE

Most of time these value are not needed, CONFIG_SF_DEFAULT
with same value is used, so I introduced CONFIG_USE_ENV_SPI_*
to force the associated value for the environment.

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