<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot">
    <title>gmane.comp.boot-loaders.u-boot</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131592"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131591"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131590"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131589"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131588"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131586"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131585"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131584"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131583"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131582"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131581"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131601">
    <title>[PATCH 2/2] tegra: Compulab TrimSlice board support</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131601</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
 MAINTAINERS                             |    1 +
 board/compulab/dts/tegra2-trimslice.dts |   57 ++++++++++++++++++++
 board/compulab/trimslice/Makefile       |   49 +++++++++++++++++
 board/compulab/trimslice/trimslice.c    |   76 ++++++++++++++++++++++++++
 boards.cfg                              |    1 +
 include/configs/trimslice.h             |   89 +++++++++++++++++++++++++++++++
 6 files changed, 273 insertions(+), 0 deletions(-)
 create mode 100644 board/compulab/dts/tegra2-trimslice.dts
 create mode 100644 board/compulab/trimslice/Makefile
 create mode 100644 board/compulab/trimslice/trimslice.c
 create mode 100644 include/configs/trimslice.h

diff --git a/MAINTAINERS b/MAINTAINERS
index 7c161db..9d35c0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -912,6 +912,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
 
 ventanaTegra2 (ARM7 &amp;amp; A9 Dual Core)
 paz00Tegra2 (ARM7 &amp;amp; A9 Dual Core)
+trimsliceTegra2 (AR&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T23:54:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131600">
    <title>[PATCH 1/2] tegra: add SDMMC1 on SDIO1 funcmux entry</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131600</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

This will be used on TrimSlice.

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
 arch/arm/cpu/armv7/tegra2/funcmux.c        |    7 +++++++
 arch/arm/include/asm/arch-tegra2/funcmux.h |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/arm/cpu/armv7/tegra2/funcmux.c b/arch/arm/cpu/armv7/tegra2/funcmux.c
index 1559869..820ba4e 100644
--- a/arch/arm/cpu/armv7/tegra2/funcmux.c
+++ b/arch/arm/cpu/armv7/tegra2/funcmux.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -127,6 +127,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int funcmux_select(enum periph_id id, int config)
 }
 break;
 
+case PERIPH_ID_SDMMC1:
+if (config == FUNCMUX_SDMMC1_SDIO1_4BIT) {
+pinmux_set_func(PINGRP_SDIO1, PMUX_FUNC_SDIO1);
+pinmux_tristate_disable(PINGRP_SDIO1);
+}
+break;
+
 case PERIPH_ID_SDMMC2:
 if (config == FUNCMUX_SDMMC2_DTA_DTD_8BIT) {
 pinmux_set_func(PINGRP_DTA, PMUX_FUNC_SDIO2);
diff --git a/arch/arm/include/asm/arch-tegra2/funcmux.h b/arch/arm/include/asm/arch-tegra2/funcmux.h
index 19184d1..b16c496 100644
---&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T23:54:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131599">
    <title>Re: [PATCH V2 2/4] tegra: flesh out bootcmd</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131599</link>
    <description>&lt;pre&gt;...
...

True.

In this case, I would assert these should simply be ignored; checkpatch
is a tool to help you get readable source, and in this case I think it's
much more readable by not forcing artificial wrapping.
&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T21:31:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131598">
    <title>Re: [PATCH V2 2/4] tegra: flesh out bootcmd</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131598</link>
    <description>&lt;pre&gt;Stephen,


I'm getting checkpatch errors (over 80 chars) for tegra2-common-post.h:

WARNING: line over 80 characters
#414: FILE: include/configs/tegra2-common-post.h:93:
+"script_boot="\

WARNING: line over 80 characters
#415: FILE: include/configs/tegra2-common-post.h:94:
+"for fs in " BOOTCMD_FS_EXT2 BOOTCMD_FS_FAT "; do "\

WARNING: line over 80 characters
#416: FILE: include/configs/tegra2-common-post.h:95:
+    "for prefix in / /boot/; do "\

WARNING: line over 80 characters
#417: FILE: include/configs/tegra2-common-post.h:96:
+"for script in boot.scr.uimg boot.scr; do "\

WARNING: line over 80 characters
#418: FILE: include/configs/tegra2-common-post.h:97:
+    "echo Scanning ${devtype} ${devnum}:${rootpart} ${fs} ${prefix}${script} ...; "\

WARNING: line over 80 characters
#419: FILE: include/configs/tegra2-common-post.h:98:
+    "if ${fs}load ${devtype} ${devnum}:${rootpart} ${scriptaddr} ${prefix}${script}; then "\

WARNING: line over 80 character&lt;/pre&gt;</description>
    <dc:creator>Tom Warren</dc:creator>
    <dc:date>2012-05-16T21:27:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131597">
    <title>[PATCH] EXT2: Indent cleanup</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131597</link>
    <description>&lt;pre&gt;Signed-off-by: Marek Vasut &amp;lt;marex&amp;lt; at &amp;gt;denx.de&amp;gt;
Cc: Wolfgang Denk &amp;lt;wd&amp;lt; at &amp;gt;denx.de&amp;gt;
---
 fs/ext2/dev.c |   74 +++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 39 deletions(-)

diff --git a/fs/ext2/dev.c b/fs/ext2/dev.c
index 315ff53..f8cb8b7 100644
--- a/fs/ext2/dev.c
+++ b/fs/ext2/dev.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,6 +35,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static disk_partition_t part_info;
 int ext2fs_set_blk_dev(block_dev_desc_t *rbdd, int part)
 {
 ext2fs_block_dev_desc = rbdd;
+int ret;
 
 if (part == 0) {
 /* disk doesn't use partition table */
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -42,60 +43,53 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int ext2fs_set_blk_dev(block_dev_desc_t *rbdd, int part)
 part_info.size = rbdd-&amp;gt;lba;
 part_info.blksz = rbdd-&amp;gt;blksz;
 } else {
-if (get_partition_info
-    (ext2fs_block_dev_desc, part, &amp;amp;part_info)) {
+ret = get_partition_info(ext2fs_block_dev_desc, part,
+&amp;amp;part_info);
+if (ret)
 return 0;
-}
 }
+
 return part_info.size;
 }
 
-
 int ext2fs_devread(int sector, int byte_offset, int byte_len, char *buf)
 {
 ALLOC_CACHE_ALIGN_BUFFER&lt;/pre&gt;</description>
    <dc:creator>Marek Vasut</dc:creator>
    <dc:date>2012-05-16T21:00:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131596">
    <title>Re: [PATCH v2 03/21] net: Move MAC-seeded rand out ofbootp.c</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131596</link>
    <description>&lt;pre&gt;Hi Simon,

On Fri, Apr 20, 2012 at 9:54 PM, Simon Glass &amp;lt;sjg&amp;lt; at &amp;gt;chromium.org&amp;gt; wrote:

OK.


In this case it is using the env to read the mac.  It is not creating
a random mac.  The point is to create a random number based on the MAC
so that the numbers vary from device to device in the absence of other
entropy.  In the link-local case it also should lead to the same
device choosing the same address each time by default and most likely
different than other devices.

In the future I could make it take an index for which MAC address to
seed with, but for now, using the first is best suited to its
application.


OK


OK


Thanks,
-Joe
&lt;/pre&gt;</description>
    <dc:creator>Joe Hershberger</dc:creator>
    <dc:date>2012-05-16T20:30:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131595">
    <title>Re: [PATCH 0/2] omap_dss: add optional 32bit XXRRGGBBframebuffer</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131595</link>
    <description>&lt;pre&gt;And the promised patch for the twister board, I used for testing;
assuming a lg 4.3 inch display. _Not to be applied, testing only_

Jeroen
_______________________________________________
U-Boot mailing list
U-Boot&amp;lt; at &amp;gt;lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
&lt;/pre&gt;</description>
    <dc:creator>Jeroen Hofstee</dc:creator>
    <dc:date>2012-05-16T19:40:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131594">
    <title>[PATCH 1/2] omap3_dss: add optional framebuffer</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131594</link>
    <description>&lt;pre&gt;From: Jeroen Hofstee &amp;lt;jhofstee&amp;lt; at &amp;gt;victronenergy.com&amp;gt;

The beagle board uses the background color to show an orange screen during
startup. This patch adds the ability to add a frame buffer, with the
intention not to break the beagle board use case (I don't have one).
videomodes.c is not used. Scrolling depends on this patch:

http://patchwork.ozlabs.org/patch/155662/

cc: s-paulraj&amp;lt; at &amp;gt;ti.com
cc: khasim&amp;lt; at &amp;gt;ti.com
Signed-off-by: Jeroen Hofstee &amp;lt;jhofstee&amp;lt; at &amp;gt;victronenergy.com&amp;gt;
---
 arch/arm/include/asm/arch-omap3/dss.h |   41 ++++++++++++++++++++++++++----
 drivers/video/Makefile                |    2 +-
 drivers/video/omap3_dss.c             |   45 +++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+), 6 deletions(-)

diff --git a/arch/arm/include/asm/arch-omap3/dss.h b/arch/arm/include/asm/arch-omap3/dss.h
index 4c56e5e..ae994ee 100644
--- a/arch/arm/include/asm/arch-omap3/dss.h
+++ b/arch/arm/include/asm/arch-omap3/dss.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -28,15 +28,19 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #ifndef DSS_H
 #define DSS_H
 
-/*
- * DSS Base Registers
- */
-#d&lt;/pre&gt;</description>
    <dc:creator>Jeroen Hofstee</dc:creator>
    <dc:date>2012-05-16T19:04:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131593">
    <title>[PATCH 2/2] omap3_dss: cosmetic changes</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131593</link>
    <description>&lt;pre&gt;From: Jeroen Hofstee &amp;lt;jhofstee&amp;lt; at &amp;gt;victronenergy.com&amp;gt;

Remove unnecessary brackets.
Unwrap lines which are below 80 chars.
Single line comment as single line.
Moved init values to the source code.

cc: s-paulraj&amp;lt; at &amp;gt;ti.com
cc: khasim&amp;lt; at &amp;gt;ti.com
Signed-off-by: Jeroen Hofstee &amp;lt;jhofstee&amp;lt; at &amp;gt;victronenergy.com&amp;gt;
---
 arch/arm/include/asm/arch-omap3/dss.h |   20 +++-----------------
 drivers/video/omap3_dss.c             |   33 +++++++++++++--------------------
 2 files changed, 16 insertions(+), 37 deletions(-)

diff --git a/arch/arm/include/asm/arch-omap3/dss.h b/arch/arm/include/asm/arch-omap3/dss.h
index ae994ee..a830c43 100644
--- a/arch/arm/include/asm/arch-omap3/dss.h
+++ b/arch/arm/include/asm/arch-omap3/dss.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -161,26 +161,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct venc_regs {
 #define GP_OUT0(1 &amp;lt;&amp;lt; 15)
 #define GP_OUT1(1 &amp;lt;&amp;lt; 16)
 
-#define DISPC_ENABLE(LCD_ENABLE | \
- DIG_ENABLE | \
- GO_LCD | \
- GO_DIG | \
- GP_OUT0| \
- GP_OUT1)
-
 /* Configure VENC DSS Params */
 #define VENC_CLK_ENABLE(1 &amp;lt;&amp;lt; 3)
 #d&lt;/pre&gt;</description>
    <dc:creator>Jeroen Hofstee</dc:creator>
    <dc:date>2012-05-16T19:04:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131592">
    <title>[PATCH 0/2] omap_dss: add optional 32bit XXRRGGBBframebuffer</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131592</link>
    <description>&lt;pre&gt;I could not resist removing some brackets etc while looking at the file..
These changes are optional and in a seperate patch. I will email a
seperate patch which I use for testing, but should NOT be in mainline,
since it assumes which LCD is connected.

Beagle owners, please test that I didn't break your orange background;
I don't have the board.

Jeroen Hofstee (2):
  omap3_dss: add optional framebuffer
  omap3_dss: cosmetic changes

 arch/arm/include/asm/arch-omap3/dss.h |   61 ++++++++++++++++----------
 drivers/video/Makefile                |    2 +-
 drivers/video/omap3_dss.c             |   78 ++++++++++++++++++++++++---------
 3 files changed, 98 insertions(+), 43 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Jeroen Hofstee</dc:creator>
    <dc:date>2012-05-16T19:04:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131591">
    <title>[PATCH 2/2] tegra: add SDIO1 funcmux entry for UARTA</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131591</link>
    <description>&lt;pre&gt;This is based on top of:
tegra: add alternate UART1 funcmux entry
tegra: add UART1 on GPU funcmux entry

v2: remove enum change

Signed-off-by: Lucas Stach &amp;lt;dev&amp;lt; at &amp;gt;lynxeye.de&amp;gt;
Acked-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;wwwdotorg.org&amp;gt;
CC: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;wwwdotorg.org&amp;gt;
CC: Tom Warren &amp;lt;twarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
CC: Marek Vasut &amp;lt;marex&amp;lt; at &amp;gt;denx.de&amp;gt;
---
 arch/arm/cpu/armv7/tegra2/board.c          |    2 ++
 arch/arm/cpu/armv7/tegra2/funcmux.c        |    5 +++++
 arch/arm/include/asm/arch-tegra2/funcmux.h |    1 +
 3 Dateien geändert, 8 Zeilen hinzugefügt(+)

diff --git a/arch/arm/cpu/armv7/tegra2/board.c b/arch/arm/cpu/armv7/tegra2/board.c
index 0e805e3..850a517 100644
--- a/arch/arm/cpu/armv7/tegra2/board.c
+++ b/arch/arm/cpu/armv7/tegra2/board.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -125,6 +125,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int uart_configs[] = {
 FUNCMUX_UART1_UAA_UAB,
 #elif defined(CONFIG_TEGRA2_UARTA_GPU)
 FUNCMUX_UART1_GPU,
+#elif defined(CONFIG_TEGRA2_UARTA_SDIO1)
+FUNCMUX_UART1_SDIO1,
 #else
 FUNCMUX_UART1_IRRX_IRTX,
 #endif
diff --git a/arch/arm/cpu/armv7/tegra2&lt;/pre&gt;</description>
    <dc:creator>Lucas Stach</dc:creator>
    <dc:date>2012-05-16T18:21:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131590">
    <title>[PATCH 1/2] tegra: sync SDIO1 pingroup enum name with TRM</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131590</link>
    <description>&lt;pre&gt;Signed-off-by: Lucas Stach &amp;lt;dev&amp;lt; at &amp;gt;lynxeye.de&amp;gt;
CC: Tom Warren &amp;lt;twarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
 arch/arm/include/asm/arch-tegra2/pinmux.h |    2 +-
 board/compal/paz00/paz00.c                |    6 +++---
 2 Dateien geändert, 4 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)

diff --git a/arch/arm/include/asm/arch-tegra2/pinmux.h b/arch/arm/include/asm/arch-tegra2/pinmux.h
index 469d742..03fa7ca 100644
--- a/arch/arm/include/asm/arch-tegra2/pinmux.h
+++ b/arch/arm/include/asm/arch-tegra2/pinmux.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -67,7 +67,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enum pmux_pingrp {
 PINGRP_KBCF,
 PINGRP_GMA,
 PINGRP_GMC,
-PINGRP_SDMMC1,
+PINGRP_SDIO1,
 PINGRP_OWC,
 
 /* 32: APB_MISC_PP_TRISTATE_REG_B_0 */
diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c
index 3b48917..b249866 100644
--- a/board/compal/paz00/paz00.c
+++ b/board/compal/paz00/paz00.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -48,10 +48,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void pin_mux_mmc(void)
 pinmux_tristate_disable(PINGRP_GMA);
 pinmux_tristate_disable(PINGRP_GME);
 
-/* SDMMC1: SDIO1_CLK, SDIO1_CMD, SDIO1_DAT[3:0] */
-pinmux_set_fun&lt;/pre&gt;</description>
    <dc:creator>Lucas Stach</dc:creator>
    <dc:date>2012-05-16T18:21:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131589">
    <title>Re: [PATCH] tegra: add SDIO1 funcmux entry for UARTA</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131589</link>
    <description>&lt;pre&gt;Am Mittwoch, den 16.05.2012, 10:59 -0700 schrieb Tom Warren:

Oh, sorry. Thanks for the heads-up.

As the churn of the sync is bigger than I thought, I will split up this
patch. Updated patches follow in a minute.

Thanks,
Lucas


_______________________________________________
U-Boot mailing list
U-Boot&amp;lt; at &amp;gt;lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
&lt;/pre&gt;</description>
    <dc:creator>Lucas Stach</dc:creator>
    <dc:date>2012-05-16T18:09:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131588">
    <title>Re: [PATCH 1/2] Add env vars describing U-Boot target board</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131588</link>
    <description>&lt;pre&gt;
I do like the idea; this moves to the right direction for generic scripts :)

&lt;/pre&gt;</description>
    <dc:creator>Otavio Salvador</dc:creator>
    <dc:date>2012-05-16T18:05:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131586">
    <title>[PATCH 1/2] Add env vars describing U-Boot target board</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131586</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

This can be useful for generic scripts. For example, rather than hard-
coding a script to ext2load tegra-harmony.dtb, it could load
${board_soc}-${board_name}.dtb and hence not need adjustments to
run on multiple boards.

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
Wolfgang, does this seem like a reasonable feature? If so, can we merge
it through the Tegra tree, since the next patch enables this for Tegra.
Thanks!

 common/Makefile       |    9 +++++++++
 common/env_common.c   |   15 +++++++++++++++
 common/env_embedded.c |   15 +++++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/common/Makefile b/common/Makefile
index 6e23baa..e9fcd6a 100644
--- a/common/Makefile
+++ b/common/Makefile
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -44,6 +44,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; COBJS-y += cmd_nvedit.o
 COBJS-y += cmd_version.o
 
 # environment
+board_config_vars := \
+'-DBOARD_ARCH="$(ARCH)"' \
+'-DBOARD_CPU="$(CPU)"' \
+'-DBOARD_NAME="$(BOARD)"' \
+'-DBOARD_VENDOR="$(VENDOR)"' \
+'-DBOARD_SOC="&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T17:36:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131585">
    <title>[PATCH 2/2] tegra: enabledCONFIG_ENV_VAR_BOARD_NAME/VENDOR/SOC</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131585</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

So that all Tegra boards define environment variables that describe
themselves.

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
 include/configs/tegra2-common.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 1931179..de9c39c 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -68,6 +68,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #endif
 
 /* Environment */
+#define CONFIG_ENV_VAR_BOARD_NAME
+#define CONFIG_ENV_VAR_BOARD_VENDOR
+#define CONFIG_ENV_VAR_BOARD_SOC
 #define CONFIG_ENV_SIZE0x2000/* Total Size Environment */
 
 /*
&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T17:36:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131584">
    <title>Re: [PATCH V3 RESEND 2/4] mtd/NAND: Add FSMC driver support</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131584</link>
    <description>&lt;pre&gt;
return bits_data + bits_ecc;


Where is change_bit defined?  I see __change_bit in
arch/arm/include/asm/bitops.h, but change_bit is defined as an extern
prototype.  In Linux change_bit (without the __) is defined as an atomic
operation, which probably isn't appropriate here.

These two in particular could just be err_idx[i] ^= 3, right?


Increment i unconditionally.

-Scott
&lt;/pre&gt;</description>
    <dc:creator>Scott Wood</dc:creator>
    <dc:date>2012-05-16T16:54:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131583">
    <title>Re: [PATCH] tegra: add SDIO1 funcmux entry for UARTA</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131583</link>
    <description>&lt;pre&gt;
Acked-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;wwwdotorg.org&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T16:37:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131582">
    <title>[PATCH V3 1/2] tegra: whistler: reduce and comment networkcfg options</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131582</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

CONFIG_CMD_PING/NFS aren't required for Whistler to boot.

Add some comments.

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
v3: Fix duplicate #defines
v2: Fix typo in comment

Tom, this series replaces patches 3 and 4 of the V2 series I just posted.
---
 include/configs/whistler.h |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/include/configs/whistler.h b/include/configs/whistler.h
index 2f2a512..6c0c77e 100644
--- a/include/configs/whistler.h
+++ b/include/configs/whistler.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -74,16 +74,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define CONFIG_USB_EHCI_TEGRA
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
-#define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_SMSC95XX
-#define CONFIG_USB_ETHER_ASIX
+
+/* USB networking support */
 #define CONFIG_USB_HOST_ETHER
 #define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
 
-#define CONFIG_CMD_NET      /* bootp, tftpboot, rarpboot    */
-#define CONFIG_CMD_NFS      /* NFS support          */
-#d&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T16:36:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131581">
    <title>[PATCH V3 2/2] tegra: seaboard: add support for USBnetworking</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131581</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
---
v3: Fix duplicate #defines
---
 include/configs/seaboard.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5e91675..6671ed3 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -99,6 +99,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
 
+/* USB networking support */
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_SMSC95XX
+#define CONFIG_USB_ETHER_ASIX
+
+/* General networking support */
+#define CONFIG_CMD_NET
+#define CONFIG_CMD_DHCP
+
 /* Enable keyboard */
 #define CONFIG_TEGRA2_KEYBOARD
 #define CONFIG_KEYBOARD
&lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-16T16:36:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131580">
    <title>Re: [PATCH V2 4/4] tegra: seaboard: add support for USB networking</title>
    <link>http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/131580</link>
    <description>&lt;pre&gt;Hi Stephen,

Am Mittwoch, den 16.05.2012, 10:21 -0600 schrieb Stephen Warren:

The duplication here seems bogus.
&lt;/pre&gt;</description>
    <dc:creator>Lucas Stach</dc:creator>
    <dc:date>2012-05-16T16:30:58</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.boot-loaders.u-boot">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.boot-loaders.u-boot</link>
  </textinput>
</rdf:RDF>

