<?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://blog.gmane.org/gmane.comp.boot-loaders.u-boot">
    <title>gmane.comp.boot-loaders.u-boot</title>
    <link>http://blog.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://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132310"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132309"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132307"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132297"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132272"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132262"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132255"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132247"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132240"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132239"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132234"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132181"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132177"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132169"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132167"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132154"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132142"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132131"/>
      </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://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132310">
    <title>[PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132310</link>
    <description>&lt;pre&gt;This is useful for forcing the ROM's
usb downloader to activate upon a watchdog reset.
Or, you can boot from either SD Card.

Currently, support added for MX53 and MX6Q
Signed-off-by: Troy Kisky &amp;lt;troy.kisky&amp;lt; at &amp;gt;boundarydevices.com&amp;gt;

Note: MX53 support untested.
---
 arch/arm/include/asm/arch-mx5/imx-regs.h |   18 +++++
 arch/arm/include/asm/arch-mx6/imx-regs.h |   21 +++++
 common/Makefile                          |    1 +
 common/cmd_rsmode.c                      |  118 ++++++++++++++++++++++++++++++
 4 files changed, 158 insertions(+), 0 deletions(-)
 create mode 100644 common/cmd_rsmode.c

diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/arm/include/asm/arch-mx5/imx-regs.h
index cef4190..4f27c00 100644
--- a/arch/arm/include/asm/arch-mx5/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx5/imx-regs.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -456,6 +456,24 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct src {
 u32simr;
 };
 
+struct srtc_regs {
+u32lpscmr;/* 0x00 */
+u32lpsclr;/* 0x04 */
+u32lpsar;/* 0x08 */
+u32lpsmcr;/* 0x0c */
+u32lpcr;/* 0x10 */
+u32l&lt;/pre&gt;</description>
    <dc:creator>Troy Kisky</dc:creator>
    <dc:date>2012-05-26T21:01:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132309">
    <title>[PATCH] Kirkwood: declare mpp config static and const</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132309</link>
    <description>&lt;pre&gt;Change the prototype of kirkwood_mpp_conf() from
  void kirkwood_mpp_conf(u32 *mpp_list)
to
  void kirkwood_mpp_conf(const u32 *mpp_list)

Now we can declare the kwmpp_config static and const where possible.

Signed-off-by: Michael Walle &amp;lt;michael&amp;lt; at &amp;gt;walle.cc&amp;gt;
Cc: Prafulla Wadaskar &amp;lt;prafulla&amp;lt; at &amp;gt;marvell.com&amp;gt;
Cc: Simon Guinot &amp;lt;simon.guinot&amp;lt; at &amp;gt;sequanux.org&amp;gt;
Cc: Jason Cooper &amp;lt;u-boot&amp;lt; at &amp;gt;lakedaemon.net&amp;gt;
Cc: Siddarth Gore &amp;lt;gores&amp;lt; at &amp;gt;marvell.com&amp;gt;
Cc: Eric Cooper &amp;lt;ecc&amp;lt; at &amp;gt;cmu.edu&amp;gt;
Cc: Stefan Herbrechtsmeier &amp;lt;stefan&amp;lt; at &amp;gt;code.herbrechtsmeier.net&amp;gt;
Cc: Valentin Longchamp &amp;lt;valentin.longchamp&amp;lt; at &amp;gt;keymile.com&amp;gt;
---

This was spotted by Mike in an earlier patch series (Kirkwood: add lschlv2
and lsxhl board support). Declaring the mpp_config static avoids generating
the array on the stack.
This was compile tested on all kirkwood boards and tested on the lschlv2.


 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +-
 arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
 board/LaCie/net2big_v2/net2big_v2.c             |    2 +-
 board/LaCie/nets&lt;/pre&gt;</description>
    <dc:creator>Michael Walle</dc:creator>
    <dc:date>2012-05-26T00:27:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132307">
    <title>[PATCH v6 0/3] Kirkwood: add lschlv2 and lsxhl boardsupport</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132307</link>
    <description>&lt;pre&gt;Changes:
v6:
 - remove dead code in Makefile
 - use eth_{g,s}etenv_enetaddr() instead of 
   eth_{g,s}etenv_enetaddr_by_index() since index is always 0

v5:
 - combine patchset again. the "net: *" patches should be individually
   acked by net custodian
 - make features configurable at compile time (CONFIG_RANDOM_MACADDR and
   CONFIG_SETENV_ENETADDR_BY_INDEX)
 - remove unused variable in boards/buffalo/lsxl.c
 - fix potential compiler warning "too many arguments for format"
 - new patch which fixes eth_getenv_enetaddr_by_index() and eth_mac_skip()
 - change initial seed of rand() to 1
 - enable CONFIG_API and CONFIG_CMD_ELF for lsxl boards

v4:
 - typo fixes (thanks Mike)
 - seed all 46bits of the generated ethernet address (suggested by Mike)
 - split patchset (generic net helpers and lsxl support)
 - fix typo in bootcmd_hdd
 - removed board/buffalo/lsxl/config.mk patch from patchset

v3:
 - add "Kirkwood:" prefix to patch subject
 - moved board/buffalo/lsxl/config.mk to an own patch, so it can be
   separ&lt;/pre&gt;</description>
    <dc:creator>Michael Walle</dc:creator>
    <dc:date>2012-05-25T23:43:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132297">
    <title>[PATCH v4 1/3] Add run_command_list() to run a list ofcommands</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132297</link>
    <description>&lt;pre&gt;This new function runs a list of commands separated by semicolon or newline.
We move this out of cmd_source so that it can be used by other code. The
PXE code also uses the new function.

Suggested-by: Michael Walle &amp;lt;michael&amp;lt; at &amp;gt;walle.cc&amp;gt;
Signed-off-by: Simon Glass &amp;lt;sjg&amp;lt; at &amp;gt;chromium.org&amp;gt;
---
Changes in v3:
- Added a few more comments on the need for malloc()
- Change PXE's printf() to a debug()
- Fix bug in built-in run_command()
- Fix commit message to mention ; and \n
- Move run_command_list() comment to header file

Changes in v4:
- Remove length param from run_command_list() call in PXE

 common/cmd_pxe.c    |   20 ++----------
 common/cmd_source.c |   49 +----------------------------
 common/main.c       |   85 +++++++++++++++++++++++++++++++++++++++++++++++++++
 include/common.h    |   13 ++++++++
 4 files changed, 102 insertions(+), 65 deletions(-)

diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index b3c1f67..55d1c05 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -515,33 +515,19 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void lab&lt;/pre&gt;</description>
    <dc:creator>Simon Glass</dc:creator>
    <dc:date>2012-05-25T20:22:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132272">
    <title>Please pull u-boot-ti/master</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132272</link>
    <description>&lt;pre&gt;Hello,

The following changes since commit 2ca4a209a5b961ad1be8782c68dabe326d77dfaf:

  OMAP4/5: Change omap4_sdp, omap4_panda, omap5_evm maintainer (2012-05-15 08:31:41 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-ti.git master

for you to fetch changes up to aa54ece4e24f6ddd14914ca8c0c02ce5f279020e:

  cm-t35: print PCB revision information (2012-05-25 07:58:41 -0700)

----------------------------------------------------------------
Heiko Schocher (1):
      arm,davinci: update for enbw_cmc board

Igor Grinberg (1):
      cm-t35: reduce the environment size

Lokesh Vutla (7):
      OMAP5: Adding correct Control id code for OMAP5430
      OMAP5: ADD chip detection for OMAP5432 SOC
      OMAP5: Configure the io settings for omap5432 uevm board
      OMAP5: ADD precalculated timings for ddr3
      OMAP5: EMIF: Add support for DDR3 device
      OMAP5: DPLL core lock for OMAP5432
      OMAP5: Change voltages for omap5432

Nikita Kiryanov (3):
      cm-t35: fix incorrect BOARD_REV_&lt;/pre&gt;</description>
    <dc:creator>Tom Rini</dc:creator>
    <dc:date>2012-05-25T15:02:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132262">
    <title>[PATCH v2 1/7] tegra: Rework Tamonten support</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132262</link>
    <description>&lt;pre&gt;This commit uses the common Tegra board implementation instead of
duplicating a lot of the code. In addition, the Plutux and Medcom
specific board files can be removed as the MMC/SD setup is common
among all Tamonten-based boards.

Signed-off-by: Thierry Reding &amp;lt;thierry.reding&amp;lt; at &amp;gt;avionic-design.de&amp;gt;
---
Changes in v2:
- new patch

 board/avionic-design/common/tamonten.c |   49 +++++---------------------------
 board/avionic-design/common/tamonten.h |   32 ---------------------
 board/avionic-design/medcom/Makefile   |    6 ++--
 board/avionic-design/medcom/medcom.c   |   45 -----------------------------
 board/avionic-design/plutux/Makefile   |    6 ++--
 board/avionic-design/plutux/plutux.c   |   45 -----------------------------
 6 files changed, 13 insertions(+), 170 deletions(-)
 delete mode 100644 board/avionic-design/common/tamonten.h
 delete mode 100644 board/avionic-design/medcom/medcom.c
 delete mode 100644 board/avionic-design/plutux/plutux.c

diff --git a/board/avionic-design/common/tamonten.c b/board/&lt;/pre&gt;</description>
    <dc:creator>Thierry Reding</dc:creator>
    <dc:date>2012-05-25T13:46:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132255">
    <title>[PATCH] MPC8xxx: Define cache ops for USB</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132255</link>
    <description>&lt;pre&gt;This patch conditionally defines flush_dcache_range() and
invalidate_dcache_range() on MPC8xxx, to avoid EHCI complaining,
resulting in the following output:

$ ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- ./MAKEALL MPC8572DS
Configuring for MPC8572DS board...
make: *** [u-boot] Error 1
powerpc-linux-gnu-size: './u-boot': No such file
e1000.c: In function ‘e1000_initialize’:
e1000.c:5264:13: warning: assignment from incompatible pointer type [enabled by default]
tsec.c: In function ‘tsec_initialize’:
tsec.c:638:12: warning: assignment from incompatible pointer type [enabled by default]
drivers/usb/host/libusb_host.o: In function `ehci_td_buffer':
/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:186: undefined reference to `flush_dcache_range'
drivers/usb/host/libusb_host.o: In function `ehci_submit_async':
/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:346: undefined reference to `flush_dcache_range'
/home/marex/U-Boot/u-boot-imx/drivers/usb/host/ehci-hcd.c:348: undefined referen&lt;/pre&gt;</description>
    <dc:creator>Marek Vasut</dc:creator>
    <dc:date>2012-05-25T12:24:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132247">
    <title>[PATCH 0/9] arm/km: bugfixes and small corrections</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132247</link>
    <description>&lt;pre&gt;This patchseris extracts the bugfixes and minor adaptions of the already
posted patchserie http://lists.denx.de/pipermail/u-boot/2012-May/124413.html
as requested.

There are now changes in the patches compared to the previous serie.

cc: Prafulla Wadaskar &amp;lt;prafulla&amp;lt; at &amp;gt;marvell.com&amp;gt;
cc: Holger Brunck &amp;lt;holger.brunck&amp;lt; at &amp;gt;keymile.com&amp;gt;
cc: Valentin Longchamp &amp;lt;valentin.longchamp&amp;lt; at &amp;gt;keymile.com&amp;gt;

Holger Brunck (7):
  arm/km: add board type to boards.cfg
  arm/km: add piggy mac adress offset for mgcoge3un
  arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
  arm/km: use ARRAY_SIZE macro
  arm/km: fix wrong comment in SDRAM config for mgcoge3un
  arm/km: change maintainer for mgcoge3un
  arm/km: remove CONFIG_RESET_PHY_R

Valentin Longchamp (2):
  arm/km: enable mii cmd
  km_arm: use filesize for erase in update command

 MAINTAINERS                               |    2 +-
 board/keymile/km_arm/km_arm.c             |    2 +-
 board/keymile/km_arm/kwbimage-memphis.cfg |    2 +-
 boards.cfg                                |  &lt;/pre&gt;</description>
    <dc:creator>Holger Brunck</dc:creator>
    <dc:date>2012-05-25T11:57:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132240">
    <title>[PATCH 0/4] EXYNOS: Add support for MSHCI driver</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132240</link>
    <description>&lt;pre&gt;This patch enables the MSHCI driver support for EXYNOS5.

Rajeshwari Shinde (4):
  EXYNOS: MSHCI: Add clock for EXYNOS5
  EXYNOS5: PINMUX: Add pinmux for SDMMC4
  EXYNOS: Add base address for MSHCI
  EXYNOS5: Enable support for MSHCI

This patchset is based on following patches:
"EXYNOS5: PINMUX: Added default pinumx settings"
"EXYNOS: SMDK5250: Enable the pinmux setup"
"PMIC: MAX77686: Add support for MAX77686"
"PMIC: SMDK5250: Enable MAX77686 pmic chip"
"EXYNOS5: Enable I2C support"
 arch/arm/cpu/armv7/exynos/clock.c      |   94 ++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/pinmux.c     |   24 ++++++---
 arch/arm/include/asm/arch-exynos/clk.h |    4 ++
 arch/arm/include/asm/arch-exynos/cpu.h |    3 +
 board/samsung/smdk5250/smdk5250.c      |    3 +
 include/configs/smdk5250.h             |    1 +
 6 files changed, 122 insertions(+), 7 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Rajeshwari Shinde</dc:creator>
    <dc:date>2012-05-25T11:53:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132239">
    <title>[PATCH] MMC: MSHCI: Add MSHCI driver</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132239</link>
    <description>&lt;pre&gt;Add MSHCI driver support and resgister description for same.

Signed-off-by: Alim Akhtar &amp;lt;alim.akhtar&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Terry Lambert &amp;lt;tlambert&amp;lt; at &amp;gt;chromium.org&amp;gt;
Signed-off-by: Rajeshwari Shinde &amp;lt;rajeshwari.s&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 arch/arm/include/asm/arch-exynos/mshc.h |  174 ++++++++++
 drivers/mmc/Makefile                    |    1 +
 drivers/mmc/exynos_mshc.c               |  553 +++++++++++++++++++++++++++++++
 3 files changed, 728 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/mshc.h
 create mode 100644 drivers/mmc/exynos_mshc.c

diff --git a/arch/arm/include/asm/arch-exynos/mshc.h b/arch/arm/include/asm/arch-exynos/mshc.h
new file mode 100644
index 0000000..7226619
--- /dev/null
+++ b/arch/arm/include/asm/arch-exynos/mshc.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,174 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+/*
+ * (C) Copyright 2012 SAMSUNG Electronics
+ * Abhilash Kesavan &amp;lt;a.kesavan&amp;lt; at &amp;gt;samsung.com&amp;gt;
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License &lt;/pre&gt;</description>
    <dc:creator>Rajeshwari Shinde</dc:creator>
    <dc:date>2012-05-25T11:51:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132234">
    <title>[PATCH 1/2] avr32:grasshopper: fix PHY initialisation</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132234</link>
    <description>&lt;pre&gt;Signed-off-by: Andreas Bießmann &amp;lt;andreas.devel&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 board/in-circuit/grasshopper/grasshopper.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/board/in-circuit/grasshopper/grasshopper.c b/board/in-circuit/grasshopper/grasshopper.c
index 475a759..222fe43 100644
--- a/board/in-circuit/grasshopper/grasshopper.c
+++ b/board/in-circuit/grasshopper/grasshopper.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -72,6 +72,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int board_early_init_f(void)
 portmux_enable_usart0(PORTMUX_DRIVE_MIN);
 portmux_enable_usart1(PORTMUX_DRIVE_MIN);
 #if defined(CONFIG_MACB)
+/* set PHY reset and pwrdown to low */
+portmux_select_gpio(PORTMUX_PORT_B, (1 &amp;lt;&amp;lt; 29) | (1 &amp;lt;&amp;lt; 30),
+PORTMUX_DIR_OUTPUT | PORTMUX_INIT_LOW);
+udelay(100);
+/* release PHYs reset */
+gpio_set_value(GPIO_PIN_PB(29), 1);
+
 portmux_enable_macb0(PORTMUX_MACB_MII, PORTMUX_DRIVE_LOW);
 #endif
 
&lt;/pre&gt;</description>
    <dc:creator>Andreas Bießmann</dc:creator>
    <dc:date>2012-05-25T10:29:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132210">
    <title>[PATCH 1/7] env_mmc: align buffers usingALLOC_CACHE_ALIGN_BUFFER</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132210</link>
    <description>&lt;pre&gt;From: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;

This allows MMC drivers to perform cache flusing on the bufffers
without issue.

Signed-off-by: Stephen Warren &amp;lt;swarren&amp;lt; at &amp;gt;nvidia.com&amp;gt;
Cc: Andy Fleming &amp;lt;afleming&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 common/env_mmc.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/env_mmc.c b/common/env_mmc.c
index 0c58ae1..be2f2be 100644
--- a/common/env_mmc.c
+++ b/common/env_mmc.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -95,7 +95,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static inline int write_env(struct mmc *mmc, unsigned long size,
 
 int saveenv(void)
 {
-env_tenv_new;
+ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1);
 ssize_tlen;
 char*res;
 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -104,16 +104,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int saveenv(void)
 if (init_mmc_for_env(mmc) || mmc_get_env_addr(mmc, &amp;amp;offset))
 return 1;
 
-res = (char *)&amp;amp;env_new.data;
+res = (char *)&amp;amp;env_new-&amp;gt;data;
 len = hexport_r(&amp;amp;env_htab, '\0', &amp;amp;res, ENV_SIZE, 0, NULL);
 if (len &amp;lt; 0) {
 error("Cannot export environment: errno = %d\n", errno);
 return 1;
 &lt;/pre&gt;</description>
    <dc:creator>Stephen Warren</dc:creator>
    <dc:date>2012-05-24T21:38:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132181">
    <title>[PATCH 0/4] cm-t35 updates and non-critical fixes</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132181</link>
    <description>&lt;pre&gt;This patch set fixes various board revsion related issues,
adds the PCB revision information printing and reduces the
environment size.

Igor Grinberg (1):
  cm-t35: reduce the environment size

Nikita Kiryanov (3):
  cm-t35: fix incorrect BOARD_REV_SIZE value
  cm-t35: fix legacy board revision representation
  cm-t35: print PCB revision information

 board/cm_t35/cm_t35.c    |   22 ++++++++++++++++++++++
 board/cm_t35/eeprom.c    |   26 ++++++++++++++++----------
 board/cm_t35/eeprom.h    |    5 +++++
 include/configs/cm_t35.h |    3 +--
 4 files changed, 44 insertions(+), 12 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Igor Grinberg</dc:creator>
    <dc:date>2012-05-24T14:01:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132177">
    <title>malloc failing in U-Boot</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132177</link>
    <description>&lt;pre&gt;Hi Everyone,

I am facing some issue while using malloc on my system.
The "malloc" always fails even if I try to do malloc for 1 byte.
Did anyone faced the issue. Any kind of pointer will be very helpful.
I am getting the following error after enabling the "DEBUG".

dlmalloc.c:1656: do_check_chunk: Assertion `(char*)p &amp;gt;= sbrk_base' failed.
resetting ...

Following are a few debug prints:

U-Boot 2011.12 (May 24 2012 - 17:34:38)

U-Boot code: 60800020 -&amp;gt; 60824304  BSS: -&amp;gt; 60858D4C
monitor len: 00058D2C
ramsize: 20000000
TLB table at: 7fff0000
Top of RAM usable for U-Boot at: 7fff0000
Reserving 355k for U-Boot at: 7ff97000
Reserving 640k for malloc() at: 7fef7000
Reserving 32 Bytes for Board Info at: 7fef6fe0
Reserving 120 Bytes for Global Data at: 7fef6f68
New Stack Pointer is: 7fef6f58
RAM Configuration:
Bank #0: 60000000 512 MiB
Bank #1: 80000000 512 MiB
relocation Offset is: 1f796fe0
WARNING: Caches not enabled
monitor flash len: 00028344

Reagrds,
Sandeep
&amp;lt;PRE&amp;gt;&amp;lt;font size="2" face="calibri" color="blue"&amp;gt;Th&lt;/pre&gt;</description>
    <dc:creator>Sandeep Kumar</dc:creator>
    <dc:date>2012-05-24T12:22:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132169">
    <title>[PATCH 0/7] common/lcd cleanup</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132169</link>
    <description>&lt;pre&gt;From: Nikita Kiryanov &amp;lt;nikita&amp;lt; at &amp;gt;compulab.co.il&amp;gt;

This patch series attempts to simplify #ifdef complexity in common/lcd.c. It 
preceeds my future work of adding splash screen support for omap.

It was compile tested on Arm and PowerPC using MAKEALL, and is dependant on the
following patches:
http://patchwork.ozlabs.org/patch/155491/
http://patchwork.ozlabs.org/patch/155492/
http://patchwork.ozlabs.org/patch/155493/
http://patchwork.ozlabs.org/patch/158179/

checkpatch reports warnings on some of the patches:
0001: line over 80 chars
Since the original line was over 80 characters already, and there's no
good way of shortening it, I left it over 80 chars.
0006: WARNING: use of volatile is usually wrong
Since 'volatile' was in the original code I left it in the patch as
well.

Nikita Kiryanov (7):
  common lcd: minor coding style changes
  common lcd: simplify #ifdefs
  common lcd: simplify bitmap_plot
  common lcd: simplify lcd_logo
  common lcd: simplify lcd_display
  common lcd: simplify core functions
  c&lt;/pre&gt;</description>
    <dc:creator>Igor Grinberg</dc:creator>
    <dc:date>2012-05-24T11:42:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132167">
    <title>[PATCH] ARM: OMAP4: Correct the lpddr2 io settingsregister value.</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132167</link>
    <description>&lt;pre&gt;To meet certain timing requirements on the lpddr2 cmd and data phy
interfaces ,lpddr iopads have to be configured as differential buffers
and a Vref has to be internally generated and provided to these buffers.

Correcting the above settings here.

Signed-off-by: R Sricharan &amp;lt;r.sricharan&amp;lt; at &amp;gt;ti.com&amp;gt;
---
Verified this on OMAP4 panda using mtest.

 arch/arm/include/asm/arch-omap4/omap.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/arch-omap4/omap.h b/arch/arm/include/asm/arch-omap4/omap.h
index 47c5883..03bd923 100644
--- a/arch/arm/include/asm/arch-omap4/omap.h
+++ b/arch/arm/include/asm/arch-omap4/omap.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -112,7 +112,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define CONTROL_LPDDR2IO_SLEW_325PS_DRV8_GATE_KEEPER0x9E9E9E9E
 #define CONTROL_LPDDR2IO_SLEW_315PS_DRV12_PULL_DOWN0x7C7C7C7C
 #define LPDDR2IO_GR10_WD_MASK(3 &amp;lt;&amp;lt; 17)
-#define CONTROL_LPDDR2IO_3_VAL0xA0888C00
+#define CONTROL_LPDDR2IO_3_VAL0xA0888C0F
 
 /* CONTROL_EFUSE_2 */
 #define CONTROL_EFUSE_2_NMOS_PMOS_PTV_CODE_10x00ffc000
&lt;/pre&gt;</description>
    <dc:creator>R Sricharan</dc:creator>
    <dc:date>2012-05-24T10:30:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132154">
    <title>[PATCH 1/3] tegra: usb: Add USB support to Tamonten boards</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132154</link>
    <description>&lt;pre&gt;This adds basic USB support for port 0. Device tree support is needed to
initialize the USB EHCI and will be added in a subsequent patch.

Signed-off-by: Thierry Reding &amp;lt;thierry.reding&amp;lt; at &amp;gt;avionic-design.de&amp;gt;
---
 board/avionic-design/common/tamonten.c |   11 +++++++++++
 board/avionic-design/common/tamonten.h |    2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/board/avionic-design/common/tamonten.c b/board/avionic-design/common/tamonten.c
index f23b657..794d90a 100644
--- a/board/avionic-design/common/tamonten.c
+++ b/board/avionic-design/common/tamonten.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -68,6 +68,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void pin_mux_mmc(void)
 }
 #endif
 
+static void pin_mux_usb_default(void)
+{
+}
+
+void pin_mux_usb(void) __attribute__((weak, alias("pin_mux_usb_default")));
+
 /*
  * Routine: board_init
  * Description: Early hardware init.
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -80,6 +86,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int board_init(void)
 /* boot param addr */
 gd-&amp;gt;bd-&amp;gt;bi_boot_params = (NV_PA_SDRAM_BASE + 0x100);
 
+#ifdef CONFIG_USB_EHCI_TEGRA
+pin_mux_usb();
+board_usb_init(gd-&lt;/pre&gt;</description>
    <dc:creator>Thierry Reding</dc:creator>
    <dc:date>2012-05-24T07:04:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132153">
    <title>[PATCH] tegra: Implement oscillator frequency detection</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132153</link>
    <description>&lt;pre&gt;Upon reset, the CRC_OSC_CTRL register defaults to a 13 MHz oscillator
input frequency. With Lucas' recent commit b8cb519 ("tegra2: trivially
enable 13 mhz crystal frequency) applied, this breaks on hardware that
provides a different frequency.

The Tegra clock and reset controller provides a means to detect the
input frequency by counting the number of oscillator periods within a
given number of 32 kHz periods. This commit introduces a function,
clock_detect_osc_freq(), which performs this calibration and programs
the CRC_OSC_CTRL accordingly.

This code is loosely based on the Linux kernel Tegra2 clock code.

Signed-off-by: Thierry Reding &amp;lt;thierry.reding&amp;lt; at &amp;gt;avionic-design.de&amp;gt;
---
 arch/arm/cpu/armv7/tegra2/ap20.c           |    2 ++
 arch/arm/cpu/armv7/tegra2/clock.c          |   42 ++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-tegra2/clk_rst.h |    9 ++++++
 arch/arm/include/asm/arch-tegra2/clock.h   |    3 ++
 4 files changed, 56 insertions(+)

diff --git a/arch/arm/cpu/armv7/tegra2/ap20.c b/arch/a&lt;/pre&gt;</description>
    <dc:creator>Thierry Reding</dc:creator>
    <dc:date>2012-05-24T07:03:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132142">
    <title>[PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132142</link>
    <description>&lt;pre&gt;This patchset adds support for ST's FSMC controller. In the current u-boot, a
SPEAr specific driver exists for FSMC controller.  This patchset adds a full
fledged driver that can be used across multiple platforms and removes the
obsolete SPEAr specific driver.

V4 -&amp;gt; V5
 - Dropped the patch that defined change_bit as wrapper over __change_bit and,
   instead, defined logic to correct bit errors without using __change_bit

V3 -&amp;gt; V4
 - Removed local_irq_save and local_irq_restore calls from change_bit wrapper
 - Report the total bit flips, including that of ECC, to the upper layers
 - Replace change_bit calls for err_idx's 0th and 1st bit with "^= 3" operation

V2 -&amp;gt; V3
 - Implemented timeout during hardware ecc read
 - Used __attribute__ ((aligned(2))) instead of using array of U16
 - Removed unnecessary enum

V1 -&amp;gt; V2
 - Defined CONFIG_SYS_NAND_SELF_INIT and did the related changes
 - Modified the error index calculation process
 - Modified newly erased page read algorithm
 - Initialized the badblockbits ind&lt;/pre&gt;</description>
    <dc:creator>Amit Virdi</dc:creator>
    <dc:date>2012-05-24T05:28:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132131">
    <title>EFI/GPT support in U-Boot : real-world tests</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132131</link>
    <description>&lt;pre&gt;Hi folks,

I'm hoping that a few of you (perhaps Kirkwood users in particular)
can tell me of their own personal experiences (hopefully all good)
when using EFI/GPT partitions w/ U-Boot.

Does it work as advertised?

Is it just a matter of setting CONFIG_EFI_PARTITION in the config?

Any unexpected/counterintuitive/gottcha issues to think about?  (other
that proper kernel suppport)

thanks,

Dave
&lt;/pre&gt;</description>
    <dc:creator>David Purdy</dc:creator>
    <dc:date>2012-05-23T23:13:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132129">
    <title>[U-Boot-Users] U-Boot WinCE booting support?</title>
    <link>http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/132129</link>
    <description>&lt;pre&gt;Good afternoon, Stephan and Andrea

 

I was looking for information about U-Boot and WinCE when I came across the
message "U-Boot WinCE booting support"

 

Andrea described a function "bootwince" that "check AND decompress" .bin
images and run WinCE.

Has this been implemented yet?

 

If not would it be possible to get a copy of the implementation to be done.

 

http://lists.denx.de/pipermail/u-boot/2008-February/029517.html

 

http://lists.denx.de/pipermail/u-boot/2008-February/029518.html

 

Thank a lot

 

 

Luc

 

 

Luc Dechamp

 
Description: Description: Description: cid:image002.gif&amp;lt; at &amp;gt;01CCE578.44472050
European Commission


Joint Research Centre

Institute for Transuranium Elements

Nuclear Security 

 

 

Via Fermi, 2749 - TP181
21027 Ispra (VA) - Italy

 

Phone:     +39 0332 785076

Fax:         +39 0332 789216

 

Email:        &amp;lt;mailto:luc.dechamp&amp;lt; at &amp;gt;jrc.ec.europa.eu&amp;gt;
luc.dechamp&amp;lt; at &amp;gt;jrc.ec.europa.eu

 

Web Site:  &amp;lt;http://npns.jrc.it/&amp;gt; http://npns.jrc.it

 

"The views expressed are purely those&lt;/pre&gt;</description>
    <dc:creator>Luc Dechamp</dc:creator>
    <dc:date>2012-05-23T13:32:43</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>

