<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2019.01</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.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2019.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-01-14T16:26:12Z</updated>
<entry>
<title>imx8mq_evk_defconfig: Move file system options to Kconfig</title>
<updated>2019-01-14T16:26:12Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2018-12-29T12:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=789ee25de60f28cf4b40b394e4063e6857c861cd'/>
<id>urn:sha1:789ee25de60f28cf4b40b394e4063e6857c861cd</id>
<content type='text'>
Chris Spencer reports that when enabling ext4 read support without
also enabling write support the following error is seen:

fs/fs.c:198:12: error: 'ext4_write_file' undeclared here (not in a
function); did you mean 'ext4_read_file'?
   .write = ext4_write_file,
            ^~~~~~~~~~~~~~~
Fix this problem by moving these options to Kconfig.

Reported-by: Chris Spencer &lt;spencercw@gmail.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2019-01-11T15:47:41Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-01-11T15:47:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7f9418688d253853d0f69e9911d0d172d97f62cf'/>
<id>urn:sha1:7f9418688d253853d0f69e9911d0d172d97f62cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usb: Make compiling gadget support optional</title>
<updated>2019-01-10T17:52:55Z</updated>
<author>
<name>Jean-Jacques Hiblot</name>
<email>jjhiblot@ti.com</email>
</author>
<published>2019-01-10T14:44:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=db17a92d28bd57dfa550e2d91c594e10dd487c6b'/>
<id>urn:sha1:db17a92d28bd57dfa550e2d91c594e10dd487c6b</id>
<content type='text'>
There is no need to compile and include this code if it is not used.
CONFIG_USB_GADGET can be used for the purpose.

Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;
</content>
</entry>
<entry>
<title>Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET</title>
<updated>2019-01-10T17:52:55Z</updated>
<author>
<name>Jean-Jacques Hiblot</name>
<email>jjhiblot@ti.com</email>
</author>
<published>2019-01-10T14:44:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e'/>
<id>urn:sha1:f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e</id>
<content type='text'>
The SPL option for USB gadget should be named after the option for u-boot
(CONFIG_USB_GADGET)

Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;
</content>
</entry>
<entry>
<title>board: tbs2910: Remove FIT support in defconfig to reduce u-boot size</title>
<updated>2019-01-09T15:55:58Z</updated>
<author>
<name>Soeren Moch</name>
<email>smoch@web.de</email>
</author>
<published>2019-01-05T08:31:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=72bc93e1ef20cf0da31155ad164817799fe5f01b'/>
<id>urn:sha1:72bc93e1ef20cf0da31155ad164817799fe5f01b</id>
<content type='text'>
The current defconfig build generates a u-boot.imx file that is too large
for the available space on a eMMC/SD card. Installing this file overwrites
the u-boot environment. So disable the unused FIT support to reduce the
size of the u-boot binary.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>arm: mx5: Enable WDT and bootcounter on M53Menlo</title>
<updated>2019-01-09T15:50:03Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2018-12-07T01:36:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf413781cfbbc3df5e154b1c00e231bc2d600550'/>
<id>urn:sha1:bf413781cfbbc3df5e154b1c00e231bc2d600550</id>
<content type='text'>
Enable watchdog and bootcounter support on the M53Menlo board.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: toradex: colibri_vf: unset NFS and LOADS/B</title>
<updated>2019-01-09T15:18:19Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-12-06T13:55:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1f2779f5188280b1f131138c649354ec67ad12e'/>
<id>urn:sha1:a1f2779f5188280b1f131138c649354ec67ad12e</id>
<content type='text'>
Safe some space by not selecting CMD_NFS and CMD_LOADS/B.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2019-01-07T23:11:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-01-07T22:46:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1bac199e8c876c37f31adeb23a75ae1ca12aea7f'/>
<id>urn:sha1:1bac199e8c876c37f31adeb23a75ae1ca12aea7f</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 'for-v2019.01' of git://git.denx.de/u-boot-video</title>
<updated>2019-01-03T20:34:44Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2019-01-03T20:34:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53240275666acf32cb9811e44eaf2fd571a6cb75'/>
<id>urn:sha1:53240275666acf32cb9811e44eaf2fd571a6cb75</id>
<content type='text'>
TrueType fixes and documentation
</content>
</entry>
<entry>
<title>rockchip: rk3399-puma: enable full pinctrl driver in Puma defconfig.</title>
<updated>2019-01-02T21:39:32Z</updated>
<author>
<name>Christoph Muellner</name>
<email>christoph.muellner@theobroma-systems.com</email>
</author>
<published>2019-01-02T14:09:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7370e84c8065d82f7dcff844e069f20422681e29'/>
<id>urn:sha1:7370e84c8065d82f7dcff844e069f20422681e29</id>
<content type='text'>
This patch enables the full pinctrl driver in the defconfig
for the RK3399-Q7.

Signed-off-by: Christoph Muellner &lt;christoph.muellner@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
</content>
</entry>
</feed>
