<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, branch v2014.07-rc4</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=v2014.07-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2014.07-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-06-23T13:11:41Z</updated>
<entry>
<title>mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board</title>
<updated>2014-06-23T13:11:41Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2014-06-22T04:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=038380597bc9b97378da2e18355cd7346d17b002'/>
<id>urn:sha1:038380597bc9b97378da2e18355cd7346d17b002</id>
<content type='text'>
- add CONFIG_SYS_GENERIC_BOARD
- remove CONFIG_OF_CONTROL to boot again

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Acked-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>tegra: Enable driver model</title>
<updated>2014-06-20T17:56:47Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-12T05:29:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47f3d3c80bfe70130054cb61ebbdbbfc61dc8267'/>
<id>urn:sha1:47f3d3c80bfe70130054cb61ebbdbbfc61dc8267</id>
<content type='text'>
Enable driver model for Tegra boards.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Stephen Warren &lt;swarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>sandbox: Support iotrace feature</title>
<updated>2014-06-20T17:54:42Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-12T05:29:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42d3b29d9ea7d93da4bae7058711c56b12ebf23c'/>
<id>urn:sha1:42d3b29d9ea7d93da4bae7058711c56b12ebf23c</id>
<content type='text'>
Support the iotrace feature for sandbox, and enable it, using some dummy
I/O access methods.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>bootm: Support android boot on sandbox</title>
<updated>2014-06-19T15:19:00Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-12T13:24:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=07c0cd71340e21c690b4921ced6790ea49adc4b4'/>
<id>urn:sha1:07c0cd71340e21c690b4921ced6790ea49adc4b4</id>
<content type='text'>
A small change allows this to operate on sandbox.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now</title>
<updated>2014-06-19T15:18:54Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-06-19T12:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=52aa1cf5ec8702974a65d875fe67c317df48f1ae'/>
<id>urn:sha1:52aa1cf5ec8702974a65d875fe67c317df48f1ae</id>
<content type='text'>
We don't make use of the device tree otherwise yet (and will need to
think how to not break the current multi-board support) and this causes
further breakage with additional changes.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>configs: iocon: Enabling CONFIG_CMD_FPGAD again</title>
<updated>2014-06-18T17:35:24Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2014-06-16T22:36:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d2357c1999ff1f93f795282526230a8bd176106'/>
<id>urn:sha1:7d2357c1999ff1f93f795282526230a8bd176106</id>
<content type='text'>
This is a MIME GnuPG-signed message.  If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.

Revert changes in iocon.h config file caused by
these two commits:
"configs: iocom: Fix typo on CMD_FPGA command"
(sha1: d0db28f94034ef02c1d6737895766fb3c19de47f)
and
"fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK"
(sha1: 64e809afeaf1572c3246a5bca198a77d0498fd89)

CONFIG_CMD_FPGAD is own command.

Reported-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>am33xx/omap: Add a new board to enable verified boot</title>
<updated>2014-06-11T20:25:47Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-03T04:04:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32e2c42a83e8676511e178e0285ea634bc4564fd'/>
<id>urn:sha1:32e2c42a83e8676511e178e0285ea634bc4564fd</id>
<content type='text'>
Enable verified boot functionality for a new am335x_boneblack_vboot target.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>am33xx/omap: Enable FIT support</title>
<updated>2014-06-11T20:25:47Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-03T04:04:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dd42a4abf67ed9c5fd1ef46663d2231d85c32ba6'/>
<id>urn:sha1:dd42a4abf67ed9c5fd1ef46663d2231d85c32ba6</id>
<content type='text'>
Enable booting a FIT containing a kernel/device tree.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>am33xx/omap: Enable CONFIG_OF_CONTROL</title>
<updated>2014-06-11T20:25:46Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-03T04:04:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5cc16cbf257a1c377c714486d55b6857be321c0f'/>
<id>urn:sha1:5cc16cbf257a1c377c714486d55b6857be321c0f</id>
<content type='text'>
Add support for device tree control and add device tree files for the
beaglebone black initially.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: ti: Increase malloc size to 16MB for armv7 boards</title>
<updated>2014-06-11T20:25:46Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-03T04:04:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0e1612a7d1578217f89bd55ac2c0d582e2f44c0f'/>
<id>urn:sha1:0e1612a7d1578217f89bd55ac2c0d582e2f44c0f</id>
<content type='text'>
The current size of 1MB is not enough use to use DFU. Increase it for
ARMv7 boards, all of which should have 32MB or more SDRAM.

With this change it is possible to do 'dfu mmc 0' on a Beaglebone Black.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
