<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, branch v2020.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2020.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2020.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-08-08T15:03:52Z</updated>
<entry>
<title>Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig</title>
<updated>2020-08-08T15:03:52Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-07-24T21:14:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d080773347c1f6e0e896d9284134a2a411155d6'/>
<id>urn:sha1:7d080773347c1f6e0e896d9284134a2a411155d6</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_MMC_ENV_DEV
   CONFIG_SYS_MMC_ENV_PART

Note that with this conversion we now have consistent behavior with
respect to ensuring that we have always selected the correct MMC
device and hardware partition.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Remove CONFIG_SYS_SRAM_START</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9a17bfb6420bb5de1781b37b5a423f41aab29000'/>
<id>urn:sha1:9a17bfb6420bb5de1781b37b5a423f41aab29000</id>
<content type='text'>
Remove ad-hoc CONFIG_SYS_SRAM_START and use CONFIG_SYS_SRAM_BASE instead.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9f63f02755f4cbdb8ee39d8da605d2f643aae220'/>
<id>urn:sha1:9f63f02755f4cbdb8ee39d8da605d2f643aae220</id>
<content type='text'>
This converts ad-hoc CONFIG_SYS_SRAM_SIZE to Kconfig.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dd084b0a378c83e1f80785cc82049578849fb3d6'/>
<id>urn:sha1:dd084b0a378c83e1f80785cc82049578849fb3d6</id>
<content type='text'>
This converts ad-hoc CONFIG_SYS_SRAM_BASE to Kconfig.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh</title>
<updated>2020-08-05T20:06:42Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-08-05T20:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89150a9314bd432ed8cca9a03034435346fb0b16'/>
<id>urn:sha1:89150a9314bd432ed8cca9a03034435346fb0b16</id>
<content type='text'>
- r2dplus updates
</content>
</entry>
<entry>
<title>arm: move CONFIG_PREBOOT="usb start" to KConfig</title>
<updated>2020-08-05T03:30:02Z</updated>
<author>
<name>Jonas Smedegaard</name>
<email>dr@jones.dk</email>
</author>
<published>2020-07-21T07:32:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=44758771eefb8e600144e2e0a13cf87b9df64276'/>
<id>urn:sha1:44758771eefb8e600144e2e0a13cf87b9df64276</id>
<content type='text'>
This commit moves CONFIG_PREBOOT="usb start" to common/KConfig
for all boards also declaring USB_KEYBOARD.

Besides simplifying defconfig files, this also enables support for
board-specific CONFIG_PREBOOT for sunxi boards:
commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to
Kconfig") intended to support CONFIG_PREBOOT, but
include/configs/sunxi-common.h hardcodes preboot as part of internally
defined CONSOLE_STDIN_SETTINGS, silently ignoring any board-specific
CONFIG_PREBOOT.

Signed-off-by: Jonas Smedegaard &lt;dr@jones.dk&gt;
Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
Series-Cc: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Series-Cc: Lukasz Majewski &lt;lukma@denx.de&gt;
Series-Cc: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2020-08-04T15:11:02Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-08-04T15:11:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1'/>
<id>urn:sha1:f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1</id>
<content type='text'>
For 2020.10
-----------

- fixes for Toradex board
- fix warnings from previous PR
- HAB: reset instead of panic after failure
- new board:  MYiR Tech MYS-6ULX
- mx6cuboxi: use OF_PLATDATA
- further changes for DM

Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/714513163
</content>
</entry>
<entry>
<title>imx8m: enlarge CONFIG_SYS_BOOTM_LEN</title>
<updated>2020-08-03T15:03:57Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2020-07-28T09:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b297c0d70702786f3c572b7fed49f4eb7b2174b8'/>
<id>urn:sha1:b297c0d70702786f3c572b7fed49f4eb7b2174b8</id>
<content type='text'>
Enlarge CONFIG_SYS_BOOTM_LEN when booting FIT image with AArch32 mode
Linux kernel.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: Add MYiR Tech MYS-6ULX support</title>
<updated>2020-08-03T15:03:57Z</updated>
<author>
<name>Parthiban Nallathambi</name>
<email>parthiban@linumiz.com</email>
</author>
<published>2020-07-27T14:48:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=10e959a1ca85c66d877cc2fcab6e1fe49b478b1b'/>
<id>urn:sha1:10e959a1ca85c66d877cc2fcab6e1fe49b478b1b</id>
<content type='text'>
MYS-6ULX is single board computer (SBC) comes with eMMC or NAND based
on imx6ULL SoC from NXP and provision for expansion board. This
commit adds support only for SBC with NAND.

CPU:   Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 45C
Reset cause: WDOG
Model: MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND
Board: MYiR MYS-6ULX 6ULL Single Board Computer
DRAM:  256 MiB
NAND:  256 MiB
MMC:   FSL_SDHC: 0
In:    serial@2020000
Out:   serial@2020000
Err:   serial@2020000
Net:   FEC0

Working:
 - Eth0
 - MMC/SD
 - NAND
 - UART 1
 - USB host

Signed-off-by: Parthiban Nallathambi &lt;parthiban@linumiz.com&gt;
</content>
</entry>
<entry>
<title>sh: r2dplus: Enable DM_SERIAL and DM_CLK</title>
<updated>2020-08-02T17:58:27Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@gmail.com</email>
</author>
<published>2020-05-09T17:08:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3adaa254766b18e77ff38a370f0b20538fd268b5'/>
<id>urn:sha1:3adaa254766b18e77ff38a370f0b20538fd268b5</id>
<content type='text'>
Switch r2dplus to DM and DT probing for serial and clock.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
</feed>
