[U-Boot] Is there something wrong withing README file.

2011-03-24 Thread MrGates
Version v2010.09-rc2 ,i use git to fetch this version source code . When i read README file in the top level directory ,i found LINE 131 is something strange 129 U-Boot uses a 3 level version number containing a version, a 130 sub-version, and a patchlevel: U-Boot-2.34.5 means version 2, 131

[U-Boot] Is there something wrong withing README file.

2011-03-24 Thread MrGates
Version v2010.09-rc2 ,i use git to fetch this version source code . When i read README file in the top level directory ,i found LINE 131 is something strange 129 U-Boot uses a 3 level version number containing a version, a 130 sub-version, and a patchlevel: U-Boot-2.34.5 means version 2, 131

[U-Boot] Is there something wrong withing README file.

2011-03-24 Thread MrGates
Version v2010.09-rc2 ,i use git to fetch this version source code . When i read README file in the top level directory ,i found LINE 131 is something strange 129 U-Boot uses a 3 level version number containing a version, a 130 sub-version, and a patchlevel: U-Boot-2.34.5 means version 2, 131

[U-Boot] [PATCH v5] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-03-24 Thread Macpaul Lin
Faraday ftwdt010 watchdog is an architecture independant watchdog. It is usaually used in SoC chip design. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v2: - Fix the wrong title of ftwdt010_wdt patch. Changes for v3: - Patch v2 was encoded in utf-8. Fixed to ASCII. Changes

[U-Boot] Please pull u-boot-samsung/master

2011-03-24 Thread Minkyu Kang
Dear Albert Aribaud, The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-02-16 08:54:52 +0900) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (2):

[U-Boot] uboot.lds issue

2011-03-24 Thread Chander M. Kashyap
Hi. I am getting data abort while using original u-boot.lds file. If i allign bss to 4 bytes rather than using .bss __rel_dyn_start (OVERLAY) : {. With existing code i am getting odd address leading to data abort. PFA the patch. Is this a right approach to fix the data abort? regards, Chander

Re: [U-Boot] uboot.lds issue

2011-03-24 Thread Wolfgang Denk
Dear Chander M. Kashyap, please submit patches ONLY inline, not as attachments! In message AANLkTinEzYUhEs+vOU6e1qX6VZR=LMFGu4t+hjEJTA=z...@mail.gmail.com you wrote: Hi. I am getting data abort while using original u-boot.lds file. If i allign bss to 4 bytes rather than using .bss

[U-Boot] (no subject)

2011-03-24 Thread Erik Hansen
From 0348473bedecd7c15f9eb6fd1e9fbe264307fcdf Mon Sep 17 00:00:00 2001 From: Erik Hansen e...@makarta.com Date: Thu, 17 Mar 2011 14:42:27 +0100 Subject: [PATCH] fat32 root directory handling Fat directory handling didn't check reaching the end of the root directory. It relied on a stop condition

[U-Boot] [PATCH] fat32 root directory handling

2011-03-24 Thread Erik Hansen
Fat directory handling didn't check reaching the end of the root directory. It relied on a stop condition based on a directory entry with a name starting with a '\0' character. This check in itself is wrong ('\0' indicates free entry, not end_of_directory) but outside the scope of this fix. For

[U-Boot] [PATCH v6] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-03-24 Thread Macpaul Lin
Faraday ftwdt010 watchdog is an architecture independant watchdog. It is usaually used in SoC chip design. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v2: - Fix the wrong title of ftwdt010_wdt patch. Changes for v3: - Patch v2 was encoded in utf-8. Fixed to ASCII. Changes

[U-Boot] [PATCH] ftsmc020: enhance for features and asm support.

2011-03-24 Thread Macpaul Lin
1. Enhance ftsmc020 according to datasheets. 2. Add assembly register offsets for support lowlevel_init.S. Signed-off-by: Macpaul Lin macp...@andestech.com --- Note: This patch should be applied after patch [U-Boot,v2,4/4] ftsmc020: move ftsmc020 static mem controller to driver/mtd

[U-Boot] [PATCH v6 02/13] nds32: add NDS32 support into common header file

2011-03-24 Thread Macpaul Lin
Add NDS32 support into common header file. Signed-off-by: Macpaul Lin macp...@andestech.com --- include/common.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/common.h b/include/common.h index d8c912d..31434aa 100644 --- a/include/common.h +++

[U-Boot] [PATCH v6 03/13] nds32: config.mk of NDS32 architecture

2011-03-24 Thread Macpaul Lin
Add config.mk for supporting NDS32 architecture. Signed-off-by: Macpaul Lin macp...@andestech.com --- arch/nds32/config.mk | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 arch/nds32/config.mk diff --git a/arch/nds32/config.mk

[U-Boot] [PATCH v6 01/13] nds32: add header files support for nds32

2011-03-24 Thread Macpaul Lin
Add generic header files support for nds32 architecture. Cache, ptregs, data type and other definitions are included. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v4: - Code cleanup and style formatting. Changes for v5-v6: - This patch also updated the following

[U-Boot] [PATCH v6 04/13] nds32/core N1213: NDS32 N12 core family N1213

2011-03-24 Thread Macpaul Lin
Add N1213 cpu core (N12 Core family) support for NDS32 arch. This patch includes start.S for the initialize procedure of N1213. NDS32 Core N1213 has the following hardware features. Core: - 16-/32-bit mixable instruction format - 32 general-purpose 32-bit registers - 8-stage pipeline -

[U-Boot] [PATCH v6 05/13] nds32/ag101: dev offset header of SoC ag101

2011-03-24 Thread Macpaul Lin
Add header file of device offset support for SoC ag101. SoC ag101 is the first chip using NDS32 N1213 cpu core. Note: Ag101 is actually use ftsdmc021 instead of ftsdmc020 as dram controller, which is probably wrong in the datasheet. Signed-off-by: Macpaul Lin macp...@andestech.com ---

[U-Boot] [PATCH v6 06/13] nds32/ag101: lowlevel_init.S of ag101

2011-03-24 Thread Macpaul Lin
lowlevel_init.S is a peripheral initial procedure of ag101. It configures onboard dram, clock, and power settings. It also prepars the dram environment before moving u-boot from rom and flash into dram. Signed-off-by: Macpaul Lin macp...@andestech.com --- ChangeLog from v1-v4: - Code clean up

[U-Boot] [PATCH v6 07/13] nds32/ag101: cpu and init funcs of SoC ag101

2011-03-24 Thread Macpaul Lin
Add main function of SoC ag101 based on NDS32 n1213 core. cpu.c According to the bootstrap procedure in n1213 Core, to turn off watchdog timer is suggested after the cpu is in superuser mdoe. 1. bootstrap 1.1 reset - start of Andesboot 1.2 to superuser mode - as is when reset 1.3 Turn off

[U-Boot] [PATCH v6 08/13] nds32/lib: add generic funcs in NDS32 lib

2011-03-24 Thread Macpaul Lin
Add Makefile, board.c, interrupts.c and bootm.c functions to nds32 architecture. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v4: - code clean up and formatting style. Changes for v5-v6 - board.c - Do some clean up and add code - Remove display banner which

[U-Boot] [PATCH v6 09/13] nds32: standalone support

2011-03-24 Thread Macpaul Lin
Add standalone program related support for nds32 architecture. Signed-off-by: Macpaul Lin macp...@andestech.com --- examples/standalone/nds32.lds | 64 + examples/standalone/stubs.c | 17 +- examples/standalone/x86-testapp.c | 12

[U-Boot] [PATCH v6 10/13] nds32: common bdinfo, bootm, image support

2011-03-24 Thread Macpaul Lin
Add support of NDS32 to common commands bdinfo, bootm, and image format. Signed-off-by: Macpaul Lin macp...@andestech.com --- common/cmd_bdinfo.c | 26 ++ common/cmd_bootm.c |2 ++ common/image.c |1 + include/image.h |5 + 4 files changed, 34

[U-Boot] [PATCH v6 12/13] nds32/ag101/adp-ag101: add board adp-ag101 support

2011-03-24 Thread Macpaul Lin
Add adp-ag101.c board config and related settings. Signed-off-by: Macpaul Lin macp...@andestech.com --- MAINTAINERS | 11 + MAKEALL |6 +++ board/AndesTech/adp-ag101/Makefile| 51 +

[U-Boot] [PATCH v6 11/13] nds32/ag101/adp-ag101: add config adp-ag101.h

2011-03-24 Thread Macpaul Lin
Add evaluation board adp-ag101 aconfiguration file adp-ag101.h. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v4: - code clean up Changes for v5-v6: - Refine the definitions and parameters about CLK, AHB controller, SDRAM controller, Static memory controllers. -

[U-Boot] [PATCH v6 13/13] nds32/ag101/adp-ag101: add board adp-ag101 into boards.cfg

2011-03-24 Thread Macpaul Lin
Add board adp-ag101 into boards.cfg Signed-off-by: Macpaul Lin macp...@andestech.com --- boards.cfg |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/boards.cfg b/boards.cfg index 45c3102..75e3157 100644 --- a/boards.cfg +++ b/boards.cfg @@ -243,6 +243,7 @@ vct_platinumavc

Re: [U-Boot] [beagleboard] Re: [PATCH] omap3_beagle: Switch default console from ttyS2 to ttyO2

2011-03-24 Thread Albert ARIBAUD
Cc:ing Dirk as the omap3_beagle maintainer, and Wolfgang for advice. Le 02/03/2011 12:00, Alexander Holler a écrit : Hello, Am 02.03.2011 11:50, schrieb Thomas Weber: Hello Alexander, Am 02.03.2011 00:13, schrieb Jason Kridner: On Fri, Feb 18, 2011 at 3:37 AM, Alexander

[U-Boot] [PATCH] Remove unnecessary reset request in usb_stor_get_info

2011-03-24 Thread Erik Hansen
The reset request in usb_stor_get_info is causing issues with some usb sticks. Some of these sticks vendor_id/product_id have been hardcoded to not reset but better is to remove the reset altogether. It is not needed. --- common/usb_storage.c | 25 - 1 files changed, 0

Re: [U-Boot] [PATCH] ftsmc020: enhance for features and asm support.

2011-03-24 Thread Wolfgang Denk
Dear Macpaul Lin, In message 1300965924-20508-1-git-send-email-macp...@andestech.com you wrote: 1. Enhance ftsmc020 according to datasheets. 2. Add assembly register offsets for support lowlevel_init.S. NAK. Such register offsets should be automatically generated from the respective C structs

Re: [U-Boot] [PATCH v6 01/13] nds32: add header files support for nds32

2011-03-24 Thread Wolfgang Denk
Dear Macpaul Lin, In message 1300969687-2428-1-git-send-email-macp...@andestech.com you wrote: Add generic header files support for nds32 architecture. Cache, ptregs, data type and other definitions are included. Signed-off-by: Macpaul Lin macp...@andestech.com It appears you did not bother

Re: [U-Boot] [PATCH v6 03/13] nds32: config.mk of NDS32 architecture

2011-03-24 Thread Wolfgang Denk
Dear Macpaul Lin, In message 1300969687-2428-3-git-send-email-macp...@andestech.com you wrote: Add config.mk for supporting NDS32 architecture. Signed-off-by: Macpaul Lin macp...@andestech.com --- arch/nds32/config.mk | 34 ++ 1 files changed, 34

Re: [U-Boot] [PATCH v6 05/13] nds32/ag101: dev offset header of SoC ag101

2011-03-24 Thread Wolfgang Denk
Dear Macpaul Lin, In message 1300969687-2428-5-git-send-email-macp...@andestech.com you wrote: Add header file of device offset support for SoC ag101. SoC ag101 is the first chip using NDS32 N1213 cpu core. Note: Ag101 is actually use ftsdmc021 instead of ftsdmc020 as dram

Re: [U-Boot] [PATCH v6 12/13] nds32/ag101/adp-ag101: add board adp-ag101 support

2011-03-24 Thread Wolfgang Denk
Dear Macpaul Lin, In message 1300969687-2428-12-git-send-email-macp...@andestech.com you wrote: Add adp-ag101.c board config and related settings. Signed-off-by: Macpaul Lin macp...@andestech.com --- MAINTAINERS | 11 + MAKEALL

Re: [U-Boot] Please pull u-boot-samsung/master

2011-03-24 Thread Albert ARIBAUD
Le 24/03/2011 07:58, Minkyu Kang a écrit : Dear Albert Aribaud, The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-02-16 08:54:52 +0900) are available in the git repository at:

Re: [U-Boot] [PATCH] omap3_beagle: Switch default console from ttyS2 to ttyO2

2011-03-24 Thread Alexander Holler
Am 24.03.2011 14:01, schrieb Albert ARIBAUD: Cc:ing Dirk as the omap3_beagle maintainer, and Wolfgang for advice. ... Apart from Thomas' question, there seems to be no Nak for this patch -- I've taken the liberty to Cc: the board maintainer just in case -- so we might as well apply it.

Re: [U-Boot] Any ARM repository pull requests or patches pending before release?

2011-03-24 Thread Ben Gardiner
Hi Albert, On Wed, Mar 23, 2011 at 5:41 PM, Albert ARIBAUD albert.arib...@free.fr wrote: Hi all, I am preparing for a last pull request for ARM before the upcoming release, since I have at least two fixes at the tip of my current master branch which need pulling. I will send the pull request

[U-Boot] [PATCH] Remove unnecessary reset in usb_stor_get_info

2011-03-24 Thread Erik Hansen
The reset request in usb_stor_get_info is causing issues with some usb sticks. Some of these sticks vendor_id/product_id have been hardcoded to not reset but better is to remove the reset altogether. It is not needed. Signed-off-by: Erik Hansen e...@makarta.com --- common/usb_storage.c | 25

Re: [U-Boot] [PATCH] arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h update

2011-03-24 Thread Albert ARIBAUD
Le 22/03/2011 20:27, Tom Warren a écrit : Albert, On Wed, Feb 23, 2011 at 1:45 PM, Albert ARIBAUDalbert.arib...@free.fr wrote: Le 23/02/2011 21:03, Tom Warren a écrit : OK, I'm an idiot. I see now that I needed to add -n to format-patch to add the numbering to the [PATCH] header. Sorry

Re: [U-Boot] [PATCH V3] arm: Use optimized memcpy and memset from linux

2011-03-24 Thread Albert ARIBAUD
Le 11/03/2011 08:36, Matthias Weisser a écrit : Using optimized versions of memset and memcpy from linux brings a quite noticeable speed (x2 or better) improvement for these two functions. Here are some numbers for test done with jadecpu | HEAD(1)| HEAD(1)|

Re: [U-Boot] [PATCH v2] Don't grab memory for LCD if FB address is defined

2011-03-24 Thread Albert ARIBAUD
Hi Minkyu Kang, Le 15/03/2011 09:35, Minkyu Kang a écrit : f FB address is defined specific address then don't grab memory for LCD Signed-off-by: Minkyu Kangmk7.k...@samsung.com Cc: Albert Aribaudalbert.arib...@free.fr Cc: Wolfgang Denkw...@denx.de Cc: Stefan Roeses...@denx.de Cc: Kim

Re: [U-Boot] [RFC PATCH 1/2] armv7: enable Thumb build for armv7

2011-03-24 Thread Albert ARIBAUD
Le 17/03/2011 08:30, Aneesh V a écrit : Albert, On Wednesday 16 March 2011 10:55 PM, Albert ARIBAUD wrote: Le 16/03/2011 09:39, Aneesh V a écrit : [snip ..] Some toolchains in current use (notably the one provided with ELDK 4.2, and possibly others) do not support -march=armv7[-a]. Do we

Re: [U-Boot] [PATCH] arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h update

2011-03-24 Thread Tom Warren
Albert, On Thu, Mar 24, 2011 at 7:27 AM, Albert ARIBAUD albert.arib...@free.fr wrote: Le 22/03/2011 20:27, Tom Warren a écrit : Albert, On Wed, Feb 23, 2011 at 1:45 PM, Albert ARIBAUDalbert.arib...@free.fr  wrote: Le 23/02/2011 21:03, Tom Warren a écrit : OK, I'm an idiot. I see now

Re: [U-Boot] [PATCH v6 05/13] nds32/ag101: dev offset header of SoC ag101

2011-03-24 Thread Macpaul Lin
Hi Wolfgang, This e-mail (and its attachments) may contain confidential and legally privileged information or information protected from disclosure. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained

[U-Boot] [PATCH] Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE

2011-03-24 Thread Loïc Minier
Signed-off-by: Loïc Minier loic.min...@linaro.org --- common/cmd_nvedit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index fb69c24..c9ee3ed 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -65,7 +65,7 @@

Re: [U-Boot] CFI flash broken for 8-bit bus

2011-03-24 Thread Rogan Dawes
On 2011/03/24 5:07 AM, Aaron Williams wrote: I have it working on our 8-bit boards properly now, though I've only done some limited testing. I basically put in the correct addresses into cfi_flash.h and updated various addresses for 8-bit support. The problem was that the CFI code was

[U-Boot] [PATCH V2] ColdFire: Queued SPI driver

2011-03-24 Thread Richard Retanubun
This patch adds a driver for Freescale Colfire Queued SPI bus. Coded to work with 8 bits per transfer to use with SPI flash. CPOL, CPHA, and CS_ACTIVE_HIGH can be configured. Tested with MCF5270 which have 4 chip selects. Activate by #define CONFIG_CF_QSPI in board config. Signed-off-by:

Re: [U-Boot] [beagleboard] Re: [PATCH] omap3_beagle: Switch default console from ttyS2 to ttyO2

2011-03-24 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4d8b40be.9070...@free.fr you wrote: Wolfgang, which tree is this patch supposed to go through? Mine because the board is ARM? yours because it is a board, not arch, patch? Or whichever? Formally it would need Dirk's ACK and then go though the TI tree and

Re: [U-Boot] [PATCH] arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h update

2011-03-24 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4d8b54b8.6020...@free.fr you wrote: Is the current patch OK as is? It's a simple one-line change. I guess so. As soon as I get confirmation from Wolfgang that board patches can go through any tree, I'll apply it as a bugfix to master. If you consider it OK,

Re: [U-Boot] [PATCH] omap3_beagle: Switch default console from ttyS2 to ttyO2

2011-03-24 Thread Dirk Behme
On 02.03.2011 00:13, Jason Kridner wrote: On Fri, Feb 18, 2011 at 3:37 AM, Alexander Hollerhol...@ahsoftware.de wrote: Linux kernels= 2.6.36 are using ttyOn instead ttySn for the serials on OMAPs. Signed-off-by: Alexander Hollerhol...@ahsoftware.de Ack. Acked-by: Dirk Behme

Re: [U-Boot] [PATCH] Remove unnecessary reset request in usb_stor_get_info

2011-03-24 Thread Wolfgang Denk
Dear Erik Hansen, In message 1300972692-26627-1-git-send-email-e...@makarta.com you wrote: The reset request in usb_stor_get_info is causing issues with some usb sticks. Some of these sticks vendor_id/product_id have been hardcoded to not reset but better is to remove the reset altogether. It

Re: [U-Boot] [PATCH] Remove unnecessary reset request in usb_stor_get_info

2011-03-24 Thread Wolfgang Denk
Dear Erik Hansen, In message 1300972692-26627-1-git-send-email-e...@makarta.com you wrote: ... Reply-to: qeha@ws038732.localdomain Please make sure to fix your broken mailer setup!!! NEVER add such crap to any messages that leave your systems. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2011-03-24 Thread Wolfgang Denk
Dear Kumar Gala, In message alpine.lfd.2.00.1103230021430.1...@right.am.freescale.net you wrote: [ a few fixes for v2011.03 related to DDR settings on MPC8572DS ] The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2: Wolfgang Denk (1): Merge branch 'master'

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2011-03-24 Thread Kumar Gala
On Mar 24, 2011, at 3:18 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message alpine.lfd.2.00.1103230021430.1...@right.am.freescale.net you wrote: [ a few fixes for v2011.03 related to DDR settings on MPC8572DS ] The following changes since commit

[U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-03-24 Thread jozsef imrek
Add ENTRY() command to the linker script so that entry point is correctly marked in the final ELF file. Signed-off-by: jozsef imrek ma...@imrek.org --- arch/powerpc/cpu/ppc4xx/u-boot.lds |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/cpu/ppc4xx/u-boot.lds

[U-Boot] Network Code Custodian ?

2011-03-24 Thread Gray Remlin
Who is the custodian for the network code ? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-03-24 Thread Wolfgang Denk
Dear jozsef imrek, In message 1301002747-8943-1-git-send-email-ma...@imrek.org you wrote: Add ENTRY() command to the linker script so that entry point is correctly marked in the final ELF file. Which exact problem are you trying to fix? Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] Network Code Custodian ?

2011-03-24 Thread Wolfgang Denk
Dear Gray Remlin, In message 4d8bc6d1.7060...@gmail.com you wrote: Who is the custodian for the network code ? We don't have one at the moment, so I try to cover that. Why are you asking - do you want to volunteer? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-03-24 Thread jozsef imrek
dear wolfgang, On Fri, 25 Mar 2011, Wolfgang Denk wrote: Add ENTRY() command to the linker script so that entry point is correctly marked in the final ELF file. Which exact problem are you trying to fix? i'm sorry, i probably should have been more verbose in the changelog. when

[U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-03-24 Thread Minkyu Kang
If FB address is defined specific address then don't grab memory for LCD Signed-off-by: Minkyu Kang mk7.k...@samsung.com Cc: Albert Aribaud albert.arib...@free.fr Cc: Wolfgang Denk w...@denx.de Cc: Stefan Roese s...@denx.de Cc: Kim Phillips kim.phill...@freescale.com Cc: Andy Fleming

Re: [U-Boot] Please pull u-boot-samsung/master

2011-03-24 Thread Minkyu Kang
Dear Albert ARIBAUD, 2011-03-24 오후 10:57, Albert ARIBAUD 쓴 글: Le 24/03/2011 07:58, Minkyu Kang a écrit : Dear Albert Aribaud, The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-02-16 08:54:52 +0900)

[U-Boot] OpenRD-{Client,Ultimate}

2011-03-24 Thread Clint Adams
What is the status of the OpenRD-Ultimate support discussed last summer? Is there no way to detect the board type and use a single U-Boot image for all three variants? ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] last reboot information for u-boot

2011-03-24 Thread sywang
I have a question about how to save last warm-reboot information. I am trying to find a method to save last warm-reboot reason. If I want to save the information by DRAM memory, how to do this? Thanks! Shuyou ___ U-Boot mailing list

[U-Boot] Changing USB speed from slow to fast

2011-03-24 Thread Nikhilesh Dwivedi
Hi, I am working on ARM at91sam9g20ek. I am copying my Kernel image and rootfilesystem (jffs2) from USB to nand memory in UBOOT. Currently copying files from USB to RAM takes more time and I figured out from the code that USB Speed is low (1.5Mb/s). How can I change it to Fast speed in Uboot?

Re: [U-Boot] last reboot information for u-boot

2011-03-24 Thread Hebbar, Gururaja
Hi, On Fri, Mar 25, 2011 at 08:21:46, sywang wrote: I have a question about how to save last warm-reboot information. I am trying to find a method to save last warm-reboot reason. If I want to save the information by DRAM memory, how to do this? AFAIK, there isn't any direct