<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2018.11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2018.11</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2018.11'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-11-14T15:53:27Z</updated>
<entry>
<title>configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS</title>
<updated>2018-11-14T15:53:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-11-14T00:54:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cbabe7f87f87c47a2d1e31c4bba1de375e3c85df'/>
<id>urn:sha1:cbabe7f87f87c47a2d1e31c4bba1de375e3c85df</id>
<content type='text'>
Now that CMD_UBI does not select CMD_MTDPARTS we need to make platforms
that had been enabling it turn it on by hand.  This exposed that we had
not yet migrated CMD_MTDPARTS fully, so do so now.

Fixes: 86dfa556d927 ("cmd: ubi: Remove useless call to mtdparts_init()")
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2018-11-14T00:44:53Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-11-14T00:44:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba'/>
<id>urn:sha1:4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba</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>board: toradex: colibri_vf: drop SPI support</title>
<updated>2018-11-12T10:08:44Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2018-11-09T14:31:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42cc42aceab73f25b7a4e791aa1478add987cee8'/>
<id>urn:sha1:42cc42aceab73f25b7a4e791aa1478add987cee8</id>
<content type='text'>
Drop SPI support saving precious 4 Kb on boards with tough size
restrictions.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Signed-off-by: Marcel Ziswiler &lt;marcel@ziswiler.com&gt;
</content>
</entry>
<entry>
<title>board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING</title>
<updated>2018-11-12T10:08:32Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2018-11-09T14:31:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=873629cd63b024f6795765affe8a8a8f74f49e68'/>
<id>urn:sha1:873629cd63b024f6795765affe8a8a8f74f49e68</id>
<content type='text'>
Unset CONFIG_CMDLINE_EDITING saving precious 4 Kb on boards with tough
size restrictions.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
</entry>
<entry>
<title>board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION</title>
<updated>2018-11-12T10:08:10Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2018-11-09T14:31:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f127124f8bfb9e83f4b6867ec9cd1db81085d0e5'/>
<id>urn:sha1:f127124f8bfb9e83f4b6867ec9cd1db81085d0e5</id>
<content type='text'>
Unset CONFIG_EFI_UNICODE_CAPITALIZATION on boards with tough size
restrictions.

This is analogous to commit a90bf07afc43
("efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION").

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Reviewed-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO</title>
<updated>2018-11-07T17:13:45Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2018-11-07T11:50:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c5bbfaf05dc8592b479a44df6abaadbab54fec2b'/>
<id>urn:sha1:c5bbfaf05dc8592b479a44df6abaadbab54fec2b</id>
<content type='text'>
Due to revert of commit c0434407b595, this board does not build
any more. Disable CONFIG_DISPLAY_CPUINFO for v2018.11 release.

This commit should be reverted after v2018.11 release.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'arc-for-2018.11' of git://git.denx.de/u-boot-arc</title>
<updated>2018-11-02T13:39:18Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-11-02T13:39:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=99431c1c21685fe63d46b6eac995b78ce9adce0a'/>
<id>urn:sha1:99431c1c21685fe63d46b6eac995b78ce9adce0a</id>
<content type='text'>
Just 2 non-functinal changes:

 1. Rename of EMDK to EMSDP so it matches real marketing name
 2. Add essential README for IoTDK
</content>
</entry>
<entry>
<title>emdk-&gt;emsdp: Rename board</title>
<updated>2018-11-01T20:04:05Z</updated>
<author>
<name>Alexey Brodkin</name>
<email>alexey.brodkin@synopsys.com</email>
</author>
<published>2018-10-18T06:54:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=adc9b09a23f3cfef56130abc4c4c1a9085a0ec13'/>
<id>urn:sha1:adc9b09a23f3cfef56130abc4c4c1a9085a0ec13</id>
<content type='text'>
Real marketing name of the board was recently updated so
to accommodate that change renaming the board and all
related to it.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>configs: sama5d2_ptc_ek: read environment from FAT</title>
<updated>2018-11-01T14:02:43Z</updated>
<author>
<name>Andrei.Stefanescu@microchip.com</name>
<email>Andrei.Stefanescu@microchip.com</email>
</author>
<published>2018-10-23T08:13:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=25ae8651711ecf1934f4a2468d31d47543a41ea6'/>
<id>urn:sha1:25ae8651711ecf1934f4a2468d31d47543a41ea6</id>
<content type='text'>
On our demo setup for SD card boot, the u-boot environment
is in a FAT partition.

This patch changes the default configuration, specifing that
the u-boot environment is in a FAT partition instead of raw MMC.

Signed-off-by: Andrei Stefanescu &lt;andrei.stefanescu@microchip.com&gt;
Acked-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-sunxi</title>
<updated>2018-10-29T15:21:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-10-29T15:21:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f07a9a6d1abd1eeb283a21a8d718dc9628429a4'/>
<id>urn:sha1:2f07a9a6d1abd1eeb283a21a8d718dc9628429a4</id>
<content type='text'>
</content>
</entry>
</feed>
