[U-Boot] [v3] arm: Fixed the offset for the no relocation.

2012-09-02 Thread Zhong Hongbo
From: Zhong Hongbo bocui...@gmail.com When the u-boot address of destination equal to __start, no relocation. relocation offset(r9) = 0. Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for V3: - Drop the change of arm720t, It has already merge the change. Change for V2:

Re: [U-Boot] [v3] arm: Fixed the offset for the no relocation.

2012-09-02 Thread Zhong Hongbo
Sorry, Add Albert to the thread. Thanks, hongbo On 02/09/12 14:49, Zhong Hongbo wrote: From: Zhong Hongbo bocui...@gmail.com When the u-boot address of destination equal to __start, no relocation. relocation offset(r9) = 0. Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for

Re: [U-Boot] [PATCH 3/6] stdio: dm: Make stdio_devices[] local

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 201209020202.51744.ma...@denx.de you wrote: Dear Andreas Bießmann, Dear Marek Vasut, Heh, this Dear $recipient became really popular :-) If somebody can recommend a more clever rule than %(friendly {from}) for my nmh replcomps file I would be all too happy!

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-09-02 Thread Wolfgang Denk
Dear Rob Herring, In message 502963fc.70...@gmail.com you wrote: Can you upload the image somewhere? And indicate which exact problems we should look for? Yes, I'll have to recreate one with a reasonable size. Did you manage to find time to create an image that couldbe used for testing

Re: [U-Boot] [PATCH v4 6/7] env: make env default selective, check and apply

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 201208242310.05189.marek.va...@gmail.com you wrote: +while (--argc 0 **++argv == '-') { m ... **++argv, yummy :) This might use some cleanup, to make more readable. Uhm, this pattern is being used all over the place on that file

Re: [U-Boot] [PATCH v4 0/7] env: handle special variables and selective env default

2012-09-02 Thread Wolfgang Denk
Dear Gerlando Falauto, In message 1345803102-21110-1-git-send-email-gerlando.fala...@keymile.com you wrote: This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables. On top of that we implement a selective env

Re: [U-Boot] [PATCH v4 7/7] env: delete selected vars not present in imported env

2012-09-02 Thread Wolfgang Denk
Dear Gerlando Falauto, In message 50379ad5.6030...@keymile.com you wrote: int himport_r(struct hsearch_data *htab, const char *env, size_t size, const char sep, int flag, - int nvars, char * const vars[], int do_apply) + int nvars, char * const __vars[],

Re: [U-Boot] [PATCH v2 1/5] pci: fix errant data types and corresponding access functions

2012-09-02 Thread Wolfgang Denk
Dear Andrew Sharp, In message 1346285792-32292-2-git-send-email-andywy...@gmail.com you wrote: In a couple of places, unsigned int and pci_config_*_dword were being used when u16 and _word should be used. Unsigned int was also being used in a couple of places that should be pci_addr_t.

Re: [U-Boot] [PATCH v2 2/5] [cosmetic] pci: clean up some whitespace and formatting

2012-09-02 Thread Wolfgang Denk
Dear Andrew Sharp, In message 1346285792-32292-3-git-send-email-andywy...@gmail.com you wrote: I tried to clean up the white space and formatting offenses and inconsistencies in the generic PCI code that obviously has been around for some time. Emphasis on large increases in readability and

Re: [U-Boot] [PATCH v2 3/5] pci: minor cleanup of CONFIG_PCI_PNP usage

2012-09-02 Thread Wolfgang Denk
Dear Andrew Sharp, In message 1346285792-32292-4-git-send-email-andywy...@gmail.com you wrote: Refactor the common PCI code just a tiny bit surrounding the PCI_PNP (pciauto) stuff. Makes the code a tiny bit easier to read, and also makes it more obvious that almost no platform needs to setup

Re: [U-Boot] [PATCH v2 4/5] pci: update pci_ids.h with a few new entries

2012-09-02 Thread Wolfgang Denk
Dear Andrew Sharp, In message 1346285792-32292-5-git-send-email-andywy...@gmail.com you wrote: Add some recent entries to pci_ids.h for Intel and AMD/ATI devices that are somewhat relevant to u-boot. Signed-off-by: Andrew Sharp andywy...@gmail.com --- include/pci_ids.h | 16

Re: [U-Boot] [PATCH v2 5/5] pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup done

2012-09-02 Thread Wolfgang Denk
Dear Andrew Sharp, In message 1346285792-32292-6-git-send-email-andywy...@gmail.com you wrote: Introduce CONFIG_PCI_ENUM_ONLY variable for platforms that just want a quick enumberation of the PCI devices, but don't need any setup work done. This is very beneficial on platforms that have u-boot

Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-02 Thread Wolfgang Denk
Dear Zhong Hongbo, In message 1345075118-3131-1-git-send-email-bocui...@gmail.com you wrote: From: Zhong Hongbo bocui...@gmail.com all the patitions should depend CONFIG_PARTITIONS, no the CONFIG_CMD_$(device). The device symbol may be SATA, SCSI, USB, MMC, SYSTEMACE. Or else when the

Re: [U-Boot] [PATCH] hwconfig: Move HWCONFIG_BUFFER_SIZE into hwconfig.h

2012-09-02 Thread Wolfgang Denk
Dear York Sun, In message 1345226412.6510.38.camel@oslab-l1 you wrote: On Fri, 2012-08-17 at 12:54 -0500, Kumar Gala wrote: On Aug 15, 2012, at 7:53 PM, York Sun wrote: Before proper environment is setup, we extract hwconfig and put it into a buffer with size HWCONFIG_BUFFER_SIZE. We

Re: [U-Boot] [PATCH 13/13] Blackfin: update license to Clear BSD license.

2012-09-02 Thread Wolfgang Denk
Dear Bob Liu, In message 1345526833-10804-13-git-send-email-lliu...@gmail.com you wrote: Per the request from ADI Legal. Signed-off-by: Sonic Zhang sonic.zh...@analog.com Signed-off-by: Bob Liu lliu...@gmail.com --- arch/blackfin/Clear_BSD.txt| 33

Re: [U-Boot] [PATCH 3/7] mx35: Fix decode_pll

2012-09-02 Thread stefano babic
Am 01/09/2012 10:15, schrieb Stefano Babic: On 14/08/2012 22:32, Benoît Thébaudeau wrote: The MFN bit-field of the PLL registers represents a signed value. See the reference manual. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Stefano Babic sba...@denx.de --- Hi

Re: [U-Boot] [Patch V4 4/4] MIPS: add mips64 standalone support

2012-09-02 Thread Zhi-zhou Zhang
Dear Wolfgang Denk, On Sat, Sep 1, 2012 at 8:48 PM, Wolfgang Denk w...@denx.de wrote: Dear Zhizhou Zhang, In message 1346071750-6634-10-git-send-email-etou...@gmail.com you wrote: Move CONFIG_SYS_TEXT_BASE to the board specified header file. So change qemu-mips.h also.

Re: [U-Boot] [Patch V4 1/4] MIPS: Add support for MIPS64 cpus

2012-09-02 Thread Zhi-zhou Zhang
Dear Wolfgang Denk, On Sat, Sep 1, 2012 at 8:42 PM, Wolfgang Denk w...@denx.de wrote: Dear Zhizhou Zhang, In message 1346071750-6634-7-git-send-email-etou...@gmail.com you wrote: These files are derived from arch/mips/cpu/mips32/*. The main changes are: 1, changes ABI o32 to n64, 2, add

Re: [U-Boot] [PATCH 01/13] Blackfin: BF60x: new processor header files

2012-09-02 Thread Wolfgang Denk
Dear Bob Liu, In message 1345526833-10804-1-git-send-email-lliu...@gmail.com you wrote: Add header files for blackfin new processor bf60x. Signed-off-by: Bob Liu lliu...@gmail.com --- arch/blackfin/include/asm/blackfin_cdef.h |3 + arch/blackfin/include/asm/blackfin_def.h

Re: [U-Boot] [PATCH 13/13] Blackfin: update license to Clear BSD license.

2012-09-02 Thread Wolfgang Denk
Dear Bob Liu, In message 1345526833-10804-13-git-send-email-lliu...@gmail.com you wrote: From: Sonic Zhang sonic.zh...@analog.com Per the request from ADI Legal. ... --- /dev/null +++ b/arch/blackfin/Clear_BSD.txt @@ -0,0 +1,33 @@ +The Clear BSD license: + +Copyright (c) 2012, Analog

Re: [U-Boot] [Patch V4 4/4] MIPS: add mips64 standalone support

2012-09-02 Thread Wolfgang Denk
Dear Zhi-zhou Zhang, In message CACFOYQ=x-8g27oznzmey66y6nrr54-tzfusr8cwfvea05ed...@mail.gmail.com you wrote: Signed-off-by: Zhizhou Zhang etou...@gmail.com --- board/qemu-mips/config.mk | 10 --- examples/standalone/mips64.lds | 59

Re: [U-Boot] [Patch V4 1/4] MIPS: Add support for MIPS64 cpus

2012-09-02 Thread Wolfgang Denk
Dear Zhi-zhou Zhang, In message cacfoyqmtwh-7swns_qgpcxmczovbxhkjpjhjnfi92zxczaz...@mail.gmail.com you wrote: As requested before: please make sure your patches are bisectable. This references file mips64.lds, but doesn;t add it, so it cannot work. I'm a new learner, Please forgive my

Re: [U-Boot] [PATCH 1/4] patman: fix end of changes detection

2012-09-02 Thread Wolfgang Denk
Dear Ilya Yanok, In message 1344332768-11891-2-git-send-email-ilya.ya...@cogentembedded.com you wrote: Changes may end in '---' line or Signoff line (generated by git format-patch) in case of Series-changes: lines being the last ones in commit message. So detect it properly. Signed-off-by:

Re: [U-Boot] [PATCH 2/4] patman: don't pick changes while processing patches

2012-09-02 Thread Wolfgang Denk
Dear Ilya Yanok, In message 1344332768-11891-3-git-send-email-ilya.ya...@cogentembedded.com you wrote: We already got all changes from git log output and the comment to the ProcessLine function clearly states that 'patch' mode is not for scanning tags. Signed-off-by: Ilya Yanok

Re: [U-Boot] [PATCH 3/4] patman: don't mess with changelog

2012-09-02 Thread Wolfgang Denk
Dear Ilya Yanok, In message 1344332768-11891-4-git-send-email-ilya.ya...@cogentembedded.com you wrote: Don't try to sort and uniq changelog entries as this breaks multiline entries. It will be better to add some real multi-line support but for now just preserve the entries as is.

Re: [U-Boot] [PATCH 4/4] patman: don't mess with signoffs

2012-09-02 Thread Wolfgang Denk
Dear Ilya Yanok, In message 1344332768-11891-5-git-send-email-ilya.ya...@cogentembedded.com you wrote: Currently patman assumes that there should be only one Signoff line and this is obviously incorrect: we often have to work with patches containing other people signoffs. Moreover, it's

Re: [U-Boot] [PATCH] patman: Allow for changelog use in first version of a series

2012-09-02 Thread Wolfgang Denk
Dear Otavio Salvador, In message 1344888502-29178-1-git-send-email-ota...@ossystems.com.br you wrote: When a patchset had a RFC series, a v1 might have a changelog of changes done since the RFC. The patch changes the range checked for changelog and allow it to start for version 1.

Re: [U-Boot] [PATCH v3] patman: Do not Cc addresses included in To list

2012-09-02 Thread Wolfgang Denk
Dear Otavio Salvador, In message 1345310391-21286-1-git-send-email-ota...@ossystems.com.br you wrote: In case an address is listed in the To list, those will be skipped on Cc list or user might end with a duplicated message. This fixes the case when a tag points to same address used as

Re: [U-Boot] [PATCH 2/2] patman: Do not sort changlog items order

2012-09-02 Thread Wolfgang Denk
Dear Otavio Salvador, In message 1345311965-24414-2-git-send-email-ota...@ossystems.com.br you wrote: When writting the changelog of a series it is expect that this order s/writting/writing/ s/it is expect/it is expected/ is going to be respected. What exactly do you mean here by this

Re: [U-Boot] [PULL] u-boot-usb/master

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 201209011628.27969.ma...@denx.de you wrote: Dear Wolfgang Denk, This is a patch collection I accumulated in u-boot-usb/master, please apply= to=20 u-boot/master . btw. nice to have you back ;-) The following changes since commit

Re: [U-Boot] [PATCH] u-boot yaffs2: Fix compilation warnings

2012-09-02 Thread Wolfgang Denk
Dear Charles Manning, In message 1345004770-6929-1-git-send-email-cdhmann...@gmail.com you wrote: Also remove yaffs_hweight and use the hweight in u-boot. Signed-off-by: Charles Manning cdhmann...@gmail.com --- fs/yaffs2/Makefile|2 +- fs/yaffs2/stdio.h |1 -

Re: [U-Boot] [PATCH 2/2] patman: Do not sort changlog items order

2012-09-02 Thread Fabio Estevam
On Sun, Sep 2, 2012 at 11:30 AM, Wolfgang Denk w...@denx.de wrote: Dear Otavio Salvador, In message 1345311965-24414-2-git-send-email-ota...@ossystems.com.br you wrote: When writting the changelog of a series it is expect that this order s/writting/writing/ s/it is expect/it is expected/

Re: [U-Boot] [PATCH v2] ARM: Add X600 board support (SPEAr600 based)

2012-09-02 Thread Wolfgang Denk
Dear Stefan, In message 1338454748-16315-1-git-send-email...@denx.de you wrote: This patch adds support for the X600 SPEAr600 based board. Its also the first SPEAr600 board that uses the newly introduced SPEAr600 SPL support. Xloader is not necessary any more. By using the new u-boot.spr make

Re: [U-Boot] [PATCH] mmc: Remove unused item flags in struct mmc_cmd

2012-09-02 Thread Wolfgang Denk
Dear Kaspter Ju, In message 1338474470-19047-1-git-send-email-nigh0st3...@gmail.com you wrote: Signed-off-by: Kaspter Ju nigh0st3...@gmail.com --- drivers/mmc/mmc.c | 28 include/mmc.h |1 - 2 files changed, 29 deletions(-) Applied, thanks. Best

Re: [U-Boot] [PATCH v3 1/9] tools, config.mk: add binutils-version

2012-09-02 Thread Wolfgang Denk
Dear Allen Martin, In message 1345066741-19613-2-git-send-email-amar...@nvidia.com you wrote: Modeled after gcc-version, add function to get binutils version. Signed-off-by: Allen Martin amar...@nvidia.com --- config.mk |1 + tools/binutils-version.sh | 20

Re: [U-Boot] [PATCH] part_mac: dcache: allocate cacheline-aligned buffers

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 116613.1339389.1342207863387.javamail.r...@advansee.com you wrote: This patch forces the correct alignment for DMA operations of buffers used = by part_mac.c. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk

Re: [U-Boot] [PATCH] ppc: Create a stack frame for wait_ticks()

2012-09-02 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message 1342509940-12018-1-git-send-email-joakim.tjernl...@transmode.se you wrote: wait_ticks() calls get_ticks() without building a back chain which makes gdb unhappy when doing back trace. This can also cause improper memory accesses. Signed-off-by: Joakim

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1879824314.332488.1342790324727.javamail.r...@advansee.com you wrote: Remove spaces before opening parentheses in function calls. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de --- Changes for v2: - New

Re: [U-Boot] [PATCH v2 2/8] FAT: get_fatent: Fix FAT boundary check

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 907420307.332540.1342790369965.javamail.r...@advansee.com you wrote: startblock must be taken into account in order not to read past the end of = the FAT. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH v2 3/8] FAT: cosmetic: Remove useless assignment

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 334701180.332550.1342790391497.javamail.r...@advansee.com you wrote: fatlength is not used after this assignment, so it is useless and can be removed. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH v2 4/8] FAT: Fix redundant sector read

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1342599378.332558.1342790412010.javamail.r...@advansee.com you wrote: With the previous code, the remaining prefetched sectors were read again af ter each sector. With this patch, each sector is read only once, thus making th e prefetch useful.

Re: [U-Boot] [PATCH v2 5/8] FAT: Fix file contents listed as directory

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 2017658963.332562.1342790429735.javamail.r...@advansee.com you wrote: With: fatls mmc 0 /dir/file dir: regular directory file: regular file The previous code read the contents of file as if it were directory entries to list. This patch refuses to list

Re: [U-Boot] [PATCH v2 6/8] FAT: get_cluster: Add buffer bouncing

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1423162220.332690.1342790468790.javamail.r...@advansee.com you wrote: Add a buffer bouncing mechanism to get_cluster. This can be useful for misaligned applicative buffers passed through get_contents. This is require= d for the following patches in the case

Re: [U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1663419836.332713.1342790497668.javamail.r...@advansee.com you wrote: One call to get_cluster can be factorized with another, so avoid duplicatin g code. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1285759492.332736.1342790529256.javamail.r...@advansee.com you wrote: When storage devices contain files larger than the embedded RAM, it is usef ul to be able to read these files by chunks, e.g. for a software update to the embedded NAND Flash from an

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1882962205.333751.1342791280043.javamail.r...@advansee.com you wrote: Export the MD5 step-by-step API so that it is possible for the lib users to digest files by chunks. This is especially useful for very large files that would not fit into the embedded RAM.

Re: [U-Boot] [PATCH] rtc: pcf8563: Make century compatible with Linux

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 2136837803.335794.1342793136811.javamail.r...@advansee.com you wrote: This driver uses the century bit of this RTC in the opposite way Linux does . From Linux's rtc-pcf8563.c: /* * The meaning of MO_C bit varies by the chip type. * From

Re: [U-Boot] [PATCH 01/10] dm: arm: Remove support for lpc2292

2012-09-02 Thread Wolfgang Denk
Dear Albert, In message 1342882947-9174-1-git-send-email-ma...@denx.de Marek Vasut wrote: This stuff has been rotting in the tree for a year now. Remove it. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: U-Boot DM

Re: [U-Boot] [PATCH] image/FIT: Add ramdisk load, entry address and OS tag inclusion

2012-09-02 Thread Wolfgang Denk
Dear Jagan, In message 1343462542-1556-2-git-send-email-ja...@techved.org you wrote: From: Jagannadha Sutradharudu Teki 402ja...@gmail.com This patch adds support to include Load, Entry address and OS tag of ramdisk on to FIT image through mkimage tool. Signed-off-by: Jagannadha

Re: [U-Boot] [PATCH] env_nand: align NAND buffers

2012-09-02 Thread Wolfgang Denk
Dear Stephen Warren, In message 1343669918-2114-1-git-send-email-swar...@wwwdotorg.org you wrote: From: Stephen Warren swar...@nvidia.com This allows cache flush/invalidate operations to succeed on the buffers. Signed-off-by: Stephen Warren swar...@nvidia.com --- common/env_nand.c |

Re: [U-Boot] [PATCH] fix out of tree building with kallsyms

2012-09-02 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1343724293-7935-1-git-send-email-vap...@gentoo.org you wrote: The call to SYSTEM_MAP assumes that the u-boot output is in $PWD when it really should be in $(obj). This fixes building out of tree. Signed-off-by: Mike Frysinger vap...@gentoo.org --- Makefile

Re: [U-Boot] [PATCH] PPC temac phy probe unsigned int underflow fix.

2012-09-02 Thread Wolfgang Denk
Dear hpeyerl, In message 574be49434caea48b4f5ed1953673...@mail.beer.org you wrote: Signed-off-by: hpey...@beer.org (Herb Peyerl) Apologies for the non-git formatted drive-by patch. If, during phy detection, your phy does not respond, then ll_temac_phy_addr() will underflow due to the

Re: [U-Boot] [PATCH] input: key_matrix: fix header inclusion

2012-09-02 Thread Wolfgang Denk
Dear Stephan Linz, In message 1343940564-31464-1-git-send-email-l...@li-pro.net you wrote: On Microblaze with device tree support enabled we run into the error below. I'm not sure, but I think that all source code should include at least the common.h and just this fix the problem on

Re: [U-Boot] [PATCH v2] README: Add handy kermit primer

2012-09-02 Thread Wolfgang Denk
Dear Karl O. Pinc, In message 1344017124-5749-1-git-send-email-...@meme.com you wrote: Add doc/README.kermit. Mention in README. Signed-off-by: Karl O. Pinc k...@meme.com ... --- a/README +++ b/README @@ -4631,7 +4631,7 @@ Over time, many people have reported problems when trying to

Re: [U-Boot] [PATCH 01/14] dm: Initial import of design documents

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-1-git-send-email-ma...@denx.de you wrote: From: Marek Vasut marek.va...@gmail.com This patch contains UDM-design.txt, which is document containing general description of the driver model. The remaining files contains descriptions of conversion

Re: [U-Boot] [PATCH 02/14] dm: Add Driver cores design document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-2-git-send-email-ma...@denx.de you wrote: From: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- doc/driver-model/UDM-cores.txt | 127 1 file changed,

Re: [U-Boot] [PATCH 03/14] dm: Add GPIO API transition document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-3-git-send-email-ma...@denx.de you wrote: From: Viktor Křivák viktor.kri...@gmail.com Signed-off-by: Viktor Křivák viktor.kri...@gmail.com --- doc/driver-model/UDM-gpio.txt | 106 + 1 file changed, 106

Re: [U-Boot] [PATCH 04/14] dm: Add MMC subsystem analysis

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-4-git-send-email-ma...@denx.de you wrote: From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com --- doc/driver-model/UDM-mmc.txt | 319 ++ 1 file changed, 319

Re: [U-Boot] [PATCH 05/14] dm: Add networking subsystem analysis

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-5-git-send-email-ma...@denx.de you wrote: Signed-off-by: Marek Vasut ma...@denx.de --- doc/driver-model/UDM-net.txt | 434 ++ 1 file changed, 434 insertions(+) create mode 100644

Re: [U-Boot] [PATCH 06/14] dm: Add SPI API transition document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-6-git-send-email-ma...@denx.de you wrote: From: Viktor Krivak viktor.kri...@gmail.com Signed-off-by: Viktor Krivak viktor.kri...@gmail.com --- doc/driver-model/UDM-spi.txt | 200 ++ 1 file changed, 200

Re: [U-Boot] [PATCH 07/14] dm: Add block device document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-7-git-send-email-ma...@denx.de you wrote: From: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- doc/driver-model/UDM-block.txt | 279 1 file changed,

Re: [U-Boot] [PATCH 08/14] dm: Add POWER API transition document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-8-git-send-email-ma...@denx.de you wrote: From: Viktor Krivak viktor.kri...@gmail.com Signed-off-by: Viktor Krivak viktor.kri...@gmail.com --- doc/driver-model/UDM-power.txt | 88 1 file changed, 88

Re: [U-Boot] [PATCH 09/14] dm: Hwmon UDM subsystem analysis added.

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-9-git-send-email-ma...@denx.de you wrote: From: Tomas Hlavacek tmshl...@gmail.com Signed-off-by: Tomas Hlavacek tmshl...@gmail.com --- doc/driver-model/UDM-hwmon.txt | 119 1 file changed, 119

Re: [U-Boot] [PATCH 10/14] dm: Driver model analysis document for Watchdog subsystem has been added.

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-10-git-send-email-ma...@denx.de you wrote: From: Tomas Hlavacek tmshl...@gmail.com Signed-off-by: Tomas Hlavacek tmshl...@gmail.com --- doc/driver-model/UDM-watchdog.txt | 335 + 1 file changed, 335

Re: [U-Boot] [PATCH 11/14] dm: add PCI design document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-11-git-send-email-ma...@denx.de you wrote: From: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- doc/driver-model/UDM-pci.txt | 265 ++ 1 file changed,

Re: [U-Boot] [PATCH 12/14] dm: Add pcmcia design document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-12-git-send-email-ma...@denx.de you wrote: From: Viktor Krivak viktor.kri...@gmail.com Signed-off-by: Viktor Krivak viktor.kri...@gmail.com --- doc/driver-model/UDM-pcmcia.txt | 79 +++ 1 file changed, 79

Re: [U-Boot] [PATCH 13/14] dm: RTC subsystem analysis added.

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-13-git-send-email-ma...@denx.de you wrote: From: Tomas Hlavacek tmshl...@gmail.com Signed-off-by: Tomas Hlavacek tmshl...@gmail.com --- doc/driver-model/UDM-rtc.txt | 258 ++ 1 file changed, 258

Re: [U-Boot] [PATCH 14/14] dm: Add twserial device document

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 1344426150-1229-14-git-send-email-ma...@denx.de you wrote: From: Tomáš Hlaváček tmshl...@gmail.com Signed-off-by: Tomas Hlavacektmshl...@gmail.com --- doc/driver-model/UDM-twserial.txt | 47 + 1 file changed, 47

Re: [U-Boot] [PATCH 01/10] dm: arm: Remove support for lpc2292

2012-09-02 Thread Marek Vasut
Dear Wolfgang Denk, Dear Albert, In message 1342882947-9174-1-git-send-email-ma...@denx.de Marek Vasut wrote: This stuff has been rotting in the tree for a year now. Remove it. Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud

Re: [U-Boot] [PATCH v4 0/7] env: handle special variables and selective env default

2012-09-02 Thread Marek Vasut
Dear Wolfgang Denk, Dear Gerlando Falauto, In message 1345803102-21110-1-git-send-email-gerlando.fala...@keymile.com you wrote: This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables. On top of that

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 1725235724.2300239.1344694624384.javamail.r...@advansee.com you wrote: On 08/11/2012 05:18 AM, Mike Frysinger wrote: ... if you want dcache disabled, then why don't you run `dcache off` first ? i think it's useful to be able to do both, and forcing it

Re: [U-Boot] [PATCH 01/14] dm: Initial import of design documents

2012-09-02 Thread Vikram Narayanan
Hello Wolfgang Denk, On 9/2/2012 9:30 PM, Wolfgang Denk wrote: Dear Marek Vasut, In message1344426150-1229-1-git-send-email-ma...@denx.de you wrote: From: Marek Vasutmarek.va...@gmail.com This patch contains UDM-design.txt, which is document containing general description of the driver

Re: [U-Boot] [PATCH 0/5] *** Qualcomm chipset support patches ***

2012-09-02 Thread Wolfgang Denk
Dear Srikanth Reddy Vintha, In message 1344846046-1-1-git-send-email-srikanth.re...@lntinfotech.com you wrote: From: Shrinivas Sahukar shrinivas.sahu...@lntinfotech.com *** This patch series contains the following support for Qualcomm chipsets *** This is a summary comment for the whole

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-09-02 Thread Marek Vasut
Dear Wolfgang Denk, Dear Rob Herring, In message 502963fc.70...@gmail.com you wrote: Can you upload the image somewhere? And indicate which exact problems we should look for? Yes, I'll have to recreate one with a reasonable size. Did you manage to find time to create an image

Re: [U-Boot] [PATCH 01/14] dm: Initial import of design documents

2012-09-02 Thread Marek Vasut
Dear Vikram Narayanan, Hello Wolfgang Denk, On 9/2/2012 9:30 PM, Wolfgang Denk wrote: Dear Marek Vasut, In message1344426150-1229-1-git-send-email-ma...@denx.de you wrote: From: Marek Vasutmarek.va...@gmail.com This patch contains UDM-design.txt, which is document containing

Re: [U-Boot] [PATCH 1/5] MSM7630: USB Gadget support

2012-09-02 Thread Wolfgang Denk
Dear Srikanth Reddy Vintha, In message 1344846046-1-2-git-send-email-srikanth.re...@lntinfotech.com you wrote: Signed-off-by: Srikanth Reddy Vintha srikanth.re...@lntinfotech.com --- arch/arm/include/asm/arch-msm7630/irqs.h | 162 + drivers/serial/usbtty.h |

Re: [U-Boot] [PATCH] README: Update ver env var description

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message 791653575.2357512.1344862874565.javamail.r...@advansee.com you wrote: Commit 155cb01 replaced the read-only property of the ver env var with an auto-restoring behavior. Update the README file accordingly. Signed-off-by: Benoît Thébaudeau

Re: [U-Boot] [PATCH 1/1] lib, panic: don't call do_reset in SPL (debug).

2012-09-02 Thread Wolfgang Denk
Dear Tom Rini, In message 5037d648.1050...@ti.com you wrote: And no need to not include command.h I think. This makes it clear that a panic results in hang in SPL so that in the future, should someone depend on other behavior it's at least saying why we aren't resetting which is my

Re: [U-Boot] [PATCH 1/2] README.SPL: Add a small Debugging section

2012-09-02 Thread Wolfgang Denk
Dear Tom Rini, In message 1345051401-6104-1-git-send-email-tr...@ti.com you wrote: Signed-off-by: Tom Rini tr...@ti.com --- doc/README.SPL |7 +++ 1 file changed, 7 insertions(+) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH 2/2] README.SPL: Move the 'Estimating stack usage' from omap3 to here

2012-09-02 Thread Wolfgang Denk
Dear Tom Rini, In message 1345051401-6104-2-git-send-email-tr...@ti.com you wrote: The instructions are generic, so move to the generic doc. Signed-off-by: Tom Rini tr...@ti.com --- doc/README.SPL | 23 +++ doc/SPL/README.omap3 | 22 -- 2

Re: [U-Boot] [PATCH] README: Cleanup description of supported partitions.

2012-09-02 Thread Wolfgang Denk
Dear Karl O. Pinc, In message 1345134015-21508-1-git-send-email-...@meme.com you wrote: README: Cleanup description of supported partitions. Signed-off-by: Karl O. Pinc k...@meme.com --- I'm still trying to figure things out, and so am trying to clarify the docs as I go. FYI, I'm fuzzy

Re: [U-Boot] [PATCH 1/3] disk: part_efi: parse and store partition UUID

2012-09-02 Thread Wolfgang Denk
Dear Stephen Warren, In message 1345158942-31512-1-git-send-email-swar...@wwwdotorg.org you wrote: From: Stephen Warren swar...@nvidia.com Each EFI partition table entry contains a UUID. Extend U-Boot's struct disk_partition to be able to store this information, and modify

Re: [U-Boot] [PATCH 1/3] hush: Add default value substitution support

2012-09-02 Thread Wolfgang Denk
Dear Joe Hershberger, In message 1345235191-13757-1-git-send-email-joe.hershber...@ni.com you wrote: Use standard sh syntax: ${VAR:-default} Use default value: if VAR is set and non-null, expands to $VAR. Otherwise, expands to default. ${VAR:=default} Set default value: if

Re: [U-Boot] [PATCH 2/3] hush: Don't parse the contents of a dereferenced var

2012-09-02 Thread Wolfgang Denk
Dear Joe Hershberger, In message 1345235191-13757-2-git-send-email-joe.hershber...@ni.com you wrote: When a variable which contains a user-supplied value is dereferenced (e.g. to be echo'ed), make sure that the value is not further parsed by hush. Set the hush local variable HUSH_NO_EVAL=1

Re: [U-Boot] [PATCH 3/3] hush: Include file and line number when reporting syntax errors

2012-09-02 Thread Wolfgang Denk
Dear Joe Hershberger, In message 1345235191-13757-3-git-send-email-joe.hershber...@ni.com you wrote: Make debugging script problems easier just like non-u-boot. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- common/hush.c | 6 -- 1 file changed, 4 insertions(+), 2

Re: [U-Boot] [PATCH 1/3] hush: Add default value substitution support

2012-09-02 Thread Wolfgang Denk
Dear Joe, In message 201208171931.35608.vap...@gentoo.org Mike Frysinger wrote: ${VAR:-default} ... ${VAR:=default} ... ${VAR:+default} ... how about ${VAR-default} and ${VAR=default} and ${VAR+default} ? Maybe we (= you?) can add these, too? + if (assign) { +

[U-Boot] [PATCH] [RFC] powerpc: re-add bi_ip_addr to bd_t struct

2012-09-02 Thread Anatolij Gustschin
Since commit 50a47d0523e8efebe912bef539a77ffd42116451 (net: punt bd-bi_ip_addr) booting old 2.4.x ppc kernels is broken due to changed offsets of the fields in struct bd_t. Offsets of the fields after removed bi_ip_addr are wrong, causing wrong bus clocks and console baudrate configurations and

Re: [U-Boot] [PATCH] Add a memory get command

2012-09-02 Thread Wolfgang Denk
Dear Joe Hershberger, In message 1345237121-20594-1-git-send-email-joe.hershber...@ni.com you wrote: This command allows you to read the value of a memory address and store it in an environment variable. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- common/cmd_mem.c | 47

Re: [U-Boot] [PATCH 2/2] patman: Do not sort changlog items order

2012-09-02 Thread Wolfgang Denk
Dear Fabio, In message CAOMZO5De1v6uTSQRBQcg3Fb=ve6ebog+81rnhddh1atgvkv...@mail.gmail.com you wrote: I cannot really parse this, not even if I assume we should s/of/if/ here. What exactly do you mean? Looks like Otavio meant to do the same as this patch from Ilya Yanok, which is now

Re: [U-Boot] [PATCH 01/10] dm: arm: Remove support for lpc2292

2012-09-02 Thread Wolfgang Denk
Dear Marek Vasut, In message 201209021815.02418.ma...@denx.de you wrote: In case you are going to apply any of these patches, please do make sure to drop the dm: string from all these subjects. At least add some ID so I can mine these patches back when we finish the project. If you

Re: [U-Boot] [PATCH 01/14] dm: Initial import of design documents

2012-09-02 Thread Wolfgang Denk
Dear Vikram Narayanan, In message 504389e1.4060...@gmail.com you wrote: May I know to which tree these patches are going in? I couldn't see it in the u-boot.git. Master. It takes a while until I push the stuff out to the public server. You should see them now. Best regards, Wolfgang

Re: [U-Boot] [PATCH] [RFC] powerpc: re-add bi_ip_addr to bd_t struct

2012-09-02 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1346612940-8580-1-git-send-email-ag...@denx.de you wrote: Since commit 50a47d0523e8efebe912bef539a77ffd42116451 (net: punt bd-bi_ip_addr) booting old 2.4.x ppc kernels is broken due to changed offsets of the fields in struct bd_t. Offsets of the fields

Re: [U-Boot] [PATCH] [RFC] powerpc: re-add bi_ip_addr to bd_t struct

2012-09-02 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1346612940-8580-1-git-send-email-ag...@denx.de you wrote: Since commit 50a47d0523e8efebe912bef539a77ffd42116451 (net: punt bd-bi_ip_addr) booting old 2.4.x ppc kernels is broken due to changed offsets of the fields in struct bd_t. Offsets of the fields

Re: [U-Boot] [PATCH 01/10] dm: arm: Remove support for lpc2292

2012-09-02 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 201209021815.02418.ma...@denx.de you wrote: In case you are going to apply any of these patches, please do make sure to drop the dm: string from all these subjects. At least add some ID so I can mine these patches back when we

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-09-02 Thread Rob Herring
On 09/02/2012 06:36 AM, Wolfgang Denk wrote: Dear Rob Herring, In message 502963fc.70...@gmail.com you wrote: Can you upload the image somewhere? And indicate which exact problems we should look for? Yes, I'll have to recreate one with a reasonable size. Did you manage to find time to

Re: [U-Boot] [v3] arm: Fixed the offset for the no relocation.

2012-09-02 Thread Marek Vasut
Dear Zhong Hongbo, From: Zhong Hongbo bocui...@gmail.com When the u-boot address of destination equal to __start, no relocation. relocation offset(r9) = 0. Good, now what kind of issue does this patch fix? Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for V3: - Drop

[U-Boot] How to manage RMOBILE patches?

2012-09-02 Thread Nobuhiro Iwamatsu
Dear, Wolfgang Denk. I am working supporting Renesas RMOBILE to U-Boot. Renesas's RMOBILE SoC family contains an ARM Cortex-A9, and this uses the same IP as SH. (For example, timer, ether, serial, etc.) I already sent to patches of rmobile, I got review from some developers. And the patch is

Re: [U-Boot] [PATCH 1/3] disk: part_efi: parse and store partition UUID

2012-09-02 Thread Stephen Warren
On 09/02/2012 10:45 AM, Wolfgang Denk wrote: Dear Stephen Warren, In message 1345158942-31512-1-git-send-email-swar...@wwwdotorg.org you wrote: From: Stephen Warren swar...@nvidia.com Each EFI partition table entry contains a UUID. Extend U-Boot's struct disk_partition to be able to

Re: [U-Boot] [PATCH v3 4/4] mmc: sdhci: increase the timeout and udelay value

2012-09-02 Thread Jaehoon Chung
Hi Andy, I understood your comment, I will try to solve the problem. (didn't change the udelay and loop count) Then Could you merge the patch [1/4~3/4]? I will debug more and resend the patch related with this problem. If you can merge the patches[1/4~3/4], I think that other people can also

Re: [U-Boot] [PATCHv1] ARM: Add Altera SOCFPGA Cyclone5

2012-09-02 Thread Chin Liang See
Hi Pavel, On the constant 0x3, its to enable the timer plus configure the timer mode to user-defined count mode. We can covert them to constant as below: #define TIMER_ENABLE(10) #define TIMER_MODE_USERDEF (11) writel((readl((timer_base-ctrl)) | TIMER_ENABLE |

  1   2   >