<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2019.10</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.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2019.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-10-06T19:20:53Z</updated>
<entry>
<title>arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10</title>
<updated>2019-10-06T19:20:53Z</updated>
<author>
<name>Simon Goldschmidt</name>
<email>simon.k.r.goldschmidt@gmail.com</email>
</author>
<published>2019-10-05T20:10:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e263607a038a28e7655f8e38bb35daf5fe1291c8'/>
<id>urn:sha1:e263607a038a28e7655f8e38bb35daf5fe1291c8</id>
<content type='text'>
These boards don't have a watchdog enabled in SPL, so make sure
CONFIG_SPL_WDT is not enabled.

Fixes: commit 6874cb72204f ("watchdog: Split WDT from SPL_WDT")

Signed-off-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: Migrate CONFIG_BOOTM_* options</title>
<updated>2019-10-04T16:21:23Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-09-20T21:36:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b'/>
<id>urn:sha1:4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b</id>
<content type='text'>
Migrate all of the existing OS support options that are under
CONFIG_BOOTM_* to Kconfig.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>rpi4: enable dram bank initialization</title>
<updated>2019-10-01T09:14:47Z</updated>
<author>
<name>Matthias Brugger</name>
<email>mbrugger@suse.com</email>
</author>
<published>2019-09-09T16:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9de5b89e4c898ec770878eb4848588c635a37bac'/>
<id>urn:sha1:9de5b89e4c898ec770878eb4848588c635a37bac</id>
<content type='text'>
When booting through the efi stub, the memory map get's created by
reading the dram bank information. Depending on the version of the RPi4
this information changes. Read the device tree to initialize the dram
bank data structure. This way the kernel is able to access the whole
range of available memory.

Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;
</content>
</entry>
<entry>
<title>arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT</title>
<updated>2019-09-30T06:15:23Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2019-08-27T06:14:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e074d0f79b2e2893e5c1752b2c302bb4aa5a491e'/>
<id>urn:sha1:e074d0f79b2e2893e5c1752b2c302bb4aa5a491e</id>
<content type='text'>
This patch enables the BBT in NAND on the AT91SAM based GARDENA smart
Gateway. This is especially important, since the Linux driver also
enables this option and uses the BBT table pages. Without setting this
option, U-Boot will try to re-use these pages again (e.g. UBI).

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2019-09-23T15:47:37Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-09-23T15:47:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=665c35a764f9bcd2a42454f5c8fb7963352af8c1'/>
<id>urn:sha1:665c35a764f9bcd2a42454f5c8fb7963352af8c1</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video.git</title>
<updated>2019-09-22T20:39:01Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-09-22T20:39:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=780a17e814503f71d1b51d578b32bc9c89933183'/>
<id>urn:sha1:780a17e814503f71d1b51d578b32bc9c89933183</id>
<content type='text'>
- fix sunxi LCD clock divider
- fix splash logo with DM_VIDEO and CONFIG_VIDEO_LOGO
- fix splash banner output with DM_VIDEO
</content>
</entry>
<entry>
<title>imx: mx6sabreauto: fix splash logo drawing</title>
<updated>2019-09-21T08:22:35Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2019-09-18T15:40:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8eba7397169aba5e84474ab45cf284d936b86e0a'/>
<id>urn:sha1:8eba7397169aba5e84474ab45cf284d936b86e0a</id>
<content type='text'>
Enable BMP code. Also configure white on black for video console.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: icore: fix splash logo drawing</title>
<updated>2019-09-21T08:22:08Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2019-09-18T15:23:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e80aa8b0293c3569f4f9980040a9b70f0cb9cbff'/>
<id>urn:sha1:e80aa8b0293c3569f4f9980040a9b70f0cb9cbff</id>
<content type='text'>
Define "splashimage" variable in the default environment
and enable BMP code. Also configure white on black for
video console.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: mx6sabresd: fix splash logo drawing</title>
<updated>2019-09-21T08:20:45Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2019-09-18T15:05:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0413fc14b183842687bddb2d8f907bfdce9aa23'/>
<id>urn:sha1:b0413fc14b183842687bddb2d8f907bfdce9aa23</id>
<content type='text'>
After mxc_ipuv3 DM_VIDEO conversion showing splash image
doesn't work. Fix this. Also enable white on black console
configuration as it used to be with cfb_console driver.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Reported-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Tested-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx: wandboard: fix splash logo drawing</title>
<updated>2019-09-21T08:12:55Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2019-09-18T14:55:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b2ec22b52d6c1541cabf7103a098e6c80f27637b'/>
<id>urn:sha1:b2ec22b52d6c1541cabf7103a098e6c80f27637b</id>
<content type='text'>
After mxc_ipuv3 DM_VIDEO conversion showing splash image
doesn't work. Fix this. Also enable white on black console
configuration as it used to be with cfb_console driver.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
</feed>
