Re: [U-Boot] [PATCH v4][repost] sf: Macronix additional chips supported

2009-07-07 Thread Prafulla Wadaskar
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Tuesday, July 07, 2009 3:26 AM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Manas Saksena; Ronen Shitrit; Nicolas Pitre; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek Subject: Re: [U-Boot]

Re: [U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-07-07 Thread Prafulla Wadaskar
-Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Saturday, July 04, 2009 5:17 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH 4/6] usb: bugfix

Re: [U-Boot] [PATCH/RFC 0/2]: arm: Kirkwood: OpenRD base board support

2009-07-07 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Prafulla Wadaskar Sent: Friday, July 03, 2009 9:56 AM To: Simon Kagstrom; U-Boot ML Subject: Re: [U-Boot] [PATCH/RFC 0/2]: arm: Kirkwood: OpenRD base board support

Re: [U-Boot] [PATCH 3/6] Poseidon Board Support

2009-07-07 Thread Vivek
Hi Scott - Original Message - From: Scott Wood scottw...@freescale.com To: Vivek v.da...@samsung.com Cc: u-boot@lists.denx.de Sent: Wednesday, July 01, 2009 10:29 PM Subject: Re: [U-Boot] [PATCH 3/6] Poseidon Board Support On Wed, Jul 01, 2009 at 04:55:01PM +0530, Vivek wrote:

Re: [U-Boot] [PATCH/RFC 0/2]: arm: Kirkwood: OpenRD base board support

2009-07-07 Thread Simon Kagstrom
On Tue, 7 Jul 2009 01:35:54 -0700 Prafulla Wadaskar prafu...@marvell.com wrote: I am getting one OpenRD board next week :-) hopefully we together can provide good u-boot support for this board Good to hear! I've done a number of additional fixes around things which I'll send soon. // Simon

[U-Boot] ubifsmount problems

2009-07-07 Thread Simon Kagstrom
Hi! I'm trying to get ubifs working in U-boot on a ARM-based board (OpenRD base). I first encountered a number of build problems, and I'll send a set of patches to fix those later today, but I still can't get it to mount my filesystem. This is what I've done. 0. The board uses a Marvell 88f6281

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Richard Stallman
In my experience, people who want a more permissive license typically claim that their participation is absolutely necessary, and doing without it would be a disaster. It tends to be somewhat of an exaggeration. ___ U-Boot mailing list

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Richard Stallman
Richard, Wolfgang, U-Boot List, how do you view a loadable module loophole fitting in with GPLv3 (a) legally and (b) philosophically? Legally, the copyright holders of U-boot can give permission for linking with drivers under other licenses. The developers of Linux have in

Re: [U-Boot] [PATCH v2 1/3][repost] nand: Add Marvell Kirkwood NAND driver

2009-07-07 Thread Prafulla Wadaskar
-Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Saturday, June 27, 2009 8:53 PM To: Prafulla Wadaskar Cc: Scott Wood; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v2

Re: [U-Boot] EABI version error when building u-boot

2009-07-07 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ulrich Gerster Sent: Tuesday, July 07, 2009 3:45 PM To: u-boot@lists.denx.de Subject: [U-Boot] EABI version error when building u-boot Hello, I'm trying to build my u-boot

[U-Boot] Providing more board info from U-Boot to resident OS

2009-07-07 Thread Matthew Lear
Hello all, U-Boot provides data containing board information to a resident OS that may be booted. Are there plans to extend this so that an additional 'level' of more specific board information can be provided to the OS? Specifically, and for example, is there a mechanism that U-Boot can use to

[U-Boot] Changing the load address of uboot.

2009-07-07 Thread Rahanesh
Hi all, How do i change the loading address of uboot ? I have tried changing it by editing the config.mk file in (board/xxx/config.mk). Is that alone enough to change the loading address of uboot? Do we need to tell where is Linux Located? Do we need to recompile the primary boot

Re: [U-Boot] Providing more board info from U-Boot to resident OS

2009-07-07 Thread Wolfgang Denk
Dear Matthew Lear, In message 4a532251.8090...@bubblegen.co.uk you wrote: U-Boot provides data containing board information to a resident OS that may be booted. Are there plans to extend this so that an additional 'level' of more specific board information can be provided to the OS? There

[U-Boot] [PATCH 3/3] video: mb862xx: replace printf with puts

2009-07-07 Thread Anatolij Gustschin
Signed-off-by: Anatolij Gustschin ag...@denx.de --- drivers/video/mb862xx.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 57b8667..a8676cc 100644 --- a/drivers/video/mb862xx.c +++

[U-Boot] [PATCH 1/3] video: mb862xx: fix coding style and remove dead code

2009-07-07 Thread Anatolij Gustschin
Signed-off-by: Anatolij Gustschin ag...@denx.de --- drivers/video/mb862xx.c | 217 +-- 1 files changed, 114 insertions(+), 103 deletions(-) diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 01eda55..7bc3c9b 100644 ---

[U-Boot] [PATCH 2/3] video: mb862xx: use macros instead of magic numbers

2009-07-07 Thread Anatolij Gustschin
Signed-off-by: Anatolij Gustschin ag...@denx.de --- drivers/video/mb862xx.c | 96 -- include/mb862xx.h | 69 + 2 files changed, 119 insertions(+), 46 deletions(-) diff --git a/drivers/video/mb862xx.c

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-07 Thread Haavard Skinnemoen
Mike Frysinger wrote: Obviously the second item here will become void if vendor lockout of updates becomes common. So what will be left of the essential freedoms? I can study the code, I can modify it, but I am not allowed to run it. Excellent. and this is why i dislike the GPLv3.

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-07-07 Thread Anton Vorontsov
On Thu, Jun 11, 2009 at 04:53:50PM -0500, Kim Phillips wrote: On Thu, 11 Jun 2009 21:01:23 +0400 Anton Vorontsov avoront...@ru.mvista.com wrote: dr_usb.mode = host; .phy_type = ulpi; esdhc; - that isn't obvious that .phy_type is a continuation of dr_usb. :-/ It's kind of more special

Re: [U-Boot] [PATCH] Add suport for the graphic controller included in the JADE SOC

2009-07-07 Thread Anatolij Gustschin
Anatolij Gustschin wrote: But a common include file with the register offsets seems to be a good idea to me. I'will prepare a list of register offset defines for include/mb862xx.h and send a patch so that you can use them in your code. now the patch is out:

[U-Boot] working with the Custodian's GIT

2009-07-07 Thread Armando VISCONTI
Hello everybody, We are a team of developers that would like to post a series of patches for the support in u-boot of a new ARM platform (SPEAr). I have one questions regarding the GIT. Do we really require to have a public GIT repository to publish our work so that others can watch at it? Or

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-07 Thread Wolfgang Denk
Dear Haavard Skinnemoen, In message 20090707135141.79798...@hskinnemoen-d830 you wrote: While I think fighting for extensible and hackable hardware is good, I think a software license is the wrong way to go about it. Let's stick to the proven model of GPLv2: You can use my software if I get

Re: [U-Boot] working with the Custodian's GIT

2009-07-07 Thread Wolfgang Denk
Dear Armando, In message 4a53408c.1070...@st.com you wrote: We are a team of developers that would like to post a series of patches for the support in u-boot of a new ARM platform (SPEAr). You are welcome! I have one questions regarding the GIT. Do we really require to have a public GIT

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Robin Getz
On Mon 6 Jul 2009 06:55, Wolfgang Denk pondered: I am definitely _pro_ going for GPLv3. I am also realizing the efforts and the time this will take. I'm also glad that you acknowledge that you will loose developers, and users... So it seems we can set up something like a plan:

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-07 Thread Haavard Skinnemoen
Wolfgang Denk wrote: In message 20090707135141.79798...@hskinnemoen-d830 you wrote: While I think fighting for extensible and hackable hardware is good, I think a software license is the wrong way to go about it. Let's stick to the proven model of GPLv2: You can use my software if I get

Re: [U-Boot] [PATCH v4][repost] sf: Macronix additional chips supported

2009-07-07 Thread Mike Frysinger
On Tuesday 07 July 2009 03:14:46 Prafulla Wadaskar wrote: Next- I want to support protect off/on commands for Macronix-SF, but I could not see framework for the same in SF generic code, any pointers/guidelines/reference for this activity? should be straightforward to add it like other commands

[U-Boot] [PATCH 0/8]: Fixes for ubifs build on ARM

2009-07-07 Thread Simon Kagstrom
Hello! This series of patches corrects some of the issues I've had with building and using the ubifs support on ARM (and some general things). In summary: - move __set_bit and __clear_bit to bitops.h (was defined in ubifs.h) - define fls for all architectures (and ffs where it was missing) -

[U-Boot] [PATCH 4/8]: Add unaligned.h for arm

2009-07-07 Thread Simon Kagstrom
This patch adds unaligned.h for ARM (needed to build with LZO compression). The file is taken from the linux kernel, but includes u-boot headers instead. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- include/asm-arm/unaligned.h | 18 ++ 1 files changed, 18

[U-Boot] [PATCH 8/8]: Command improvements for ubifs

2009-07-07 Thread Simon Kagstrom
Check that an argument is passed to ubifsmount and that addresses and sizes are actually numbers for ubifsload. Also improve the instructions a bit. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- common/cmd_ubifs.c | 26 +- 1 files changed, 21

[U-Boot] [PATCH 6/8]: Use lldiv to avoid references to __udvidi3 on (at least) ARM

2009-07-07 Thread Simon Kagstrom
Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- drivers/mtd/ubi/build.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index 4f50b2d..d676573 100644 --- a/drivers/mtd/ubi/build.c +++

[U-Boot] [PATCH 1/8]: Move __set/clear_bit from ubifs.h to bitops.h

2009-07-07 Thread Simon Kagstrom
Move __set/clear_bit from ubifs.h to bitops.h __set_bit and __clear_bit are defined in ubifs.h as well as in asm/include/bitops.h for some architectures. This patch moves the generic implementation to include/linux/bitops.h and uses that unless it's defined by the architecture. Signed-off-by:

[U-Boot] [PATCH 2/8]: Define ffs/fls for all architectures

2009-07-07 Thread Simon Kagstrom
UBIFS requires fls(), which is not defined for arm (and some other architectures) and this patch adds it. The implementation is taken from Linux and is generic. ffs() is also defined for those that miss it. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- include/asm-arm/bitops.h

[U-Boot] [PATCH 3/8]: Define test_and_set/clear_bit for ARM

2009-07-07 Thread Simon Kagstrom
Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- include/asm-arm/bitops.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asm-arm/bitops.h b/include/asm-arm/bitops.h index e98dd56..2abca0b 100644 --- a/include/asm-arm/bitops.h +++

Re: [U-Boot] [PATCH 6/8]: Use lldiv to avoid references to __udvidi3 on (at least) ARM

2009-07-07 Thread Stefan Roese
Hi Simon, On Tuesday 07 July 2009 15:59:56 Simon Kagstrom wrote: Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- drivers/mtd/ubi/build.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index

Re: [U-Boot] [PATCH 6/8]: Use lldiv to avoid references to __udvidi3 on (at least) ARM

2009-07-07 Thread Simon Kagstrom
On Tue, 7 Jul 2009 16:20:49 +0200 Stefan Roese s...@denx.de wrote: - ubi-peb_count = ubi-mtd-size / ubi-mtd-erasesize; + ubi-peb_count = lldiv(ubi-mtd-size, ubi-mtd-erasesize); This rebinds me of a patch I sent a few weeks ago (and forgot to actually push into u-boot-ubi):

Re: [U-Boot] [PATCH] UBI: Fix build problem noticed on Apollon (arm/testing repo)

2009-07-07 Thread Stefan Roese
On Monday 29 June 2009 13:30:50 Stefan Roese wrote: This patch fixes a build problem noticed on Apollon by using mtd_dev_by_eb() instead of / as done in the Linux UBI version. So this brings the U-Boot UBI version more in sync with the Linux version again. Applied to u-boot-ubi. Thanks. Best

[U-Boot] Please pull ubi

2009-07-07 Thread Stefan Roese
The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move ALL += u-boot.ldr to blackfin_config.mk are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Stefan Roese (1): UBI: Fix build problem

[U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-07 Thread Simon Kagstrom
The VID header offset is sometimes needed to initialize the UBI partition. This patch adds it (optionally) to the command line for the ubi part command. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- common/cmd_ubi.c | 17 - 1 files changed, 12 insertions(+), 5

[U-Boot] [PATCH 5/8]: Use do_div from div64.h for vsprintf

2009-07-07 Thread Simon Kagstrom
Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- lib_generic/vsprintf.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/lib_generic/vsprintf.c b/lib_generic/vsprintf.c index 7f534c7..e84cfb0 100644 --- a/lib_generic/vsprintf.c +++

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-07 Thread Wolfgang Denk
Dear Haavard, In message 20090707155005.2e4a4...@hskinnemoen-d830 you wrote: The point is that GPLv2 results in situations where you cannot use and modify your own software any more because it is protected and any versions you build don't run. But this is a problem with the

Re: [U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-07 Thread Stefan Roese
On Tuesday 07 July 2009 16:00:30 Simon Kagstrom wrote: The VID header offset is sometimes needed to initialize the UBI partition. This patch adds it (optionally) to the command line for the ubi part command. Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net --- common/cmd_ubi.c |

Re: [U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-07 Thread Simon Kagstrom
The VID header offset is sometimes needed to initialize the UBI partition. This patch adds it (optionally) to the command line for the ubi part command. (Lines have been properly wrapped since last version) Signed-off-by: Simon Kagstrom simon.kagst...@netinsight.net Acked-by: Stefan Roese

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-07 Thread Haavard Skinnemoen
Wolfgang Denk wrote: I'm only talking about software (code and data) here. If I cannot change (or just rebuild) the (Free!) software any more because to actually run it I need some secret data (like a signature) then this is still a software problem. One that can be prevented by

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-07-07 Thread Wolfgang Denk
Dear Jon Smirl, In message 9e4733910907070828o7517b17td411ff88c62a8...@mail.gmail.com you wrote: I agree -- all ATMs, voting machines, slot machines, electricity meters, traffic lights, navigation systems, safety interlocks, etc should be hackable. I'm sure that no idiot teenager is going to

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Kumar Gala
On Jul 7, 2009, at 11:27 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- This is an attempt at using dlmalloc v2.8.4. Its a work in progress, but wanted to post to see what peoples feelings are on updating. This version resolves all the various warnings

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Scott Wood
On Tue, Jul 07, 2009 at 06:05:35AM -0400, Richard Stallman wrote: In my experience, people who want a more permissive license typically claim that their participation is absolutely necessary, and doing without it would be a disaster. It tends to be somewhat of an exaggeration. Talk about

Re: [U-Boot] DRAM test problem

2009-07-07 Thread Alemao
On Mon, Jul 6, 2009 at 7:07 PM, Alemaoxcarand...@gmail.com wrote: On Mon, Jul 6, 2009 at 3:45 PM, Scott Woodscottw...@freescale.com wrote: On Mon, Jul 06, 2009 at 02:39:26PM -0300, Alemao wrote: Hi all, I've made ports of u-boot for two powerpc processors, MPC8343 and MPC8541. The boards

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Mike Frysinger
On Tuesday 07 July 2009 12:30:18 Kumar Gala wrote: On Jul 7, 2009, at 11:27 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- This is an attempt at using dlmalloc v2.8.4. Its a work in progress, but wanted to post to see what peoples feelings are on

[U-Boot] [PULL] u-boot-mpc5xxx pull request

2009-07-07 Thread Wolfgang Denk
The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3: Wolfgang Denk (1): Merge branch 'next' of ../master are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master Grzegorz Bernacki (4): mpc52xx: Add SPI driver. digsy MTC:

Re: [U-Boot] Pull request u-boot-i2c.git

2009-07-07 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4a505171.3040...@denx.de you wrote: The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move ALL += u-boot.ldr to blackfin_config.mk are available in the git repository at:

[U-Boot] [PATCH] 85xx: Fix mapping of 0xfffffxxx when CONFIG_MP

2009-07-07 Thread Peter Tyser
Previously, boot page translation was enabled while U-Boot executed. This resulted in the address range 0xf000 - 0x being translated to SDRAM which made the 0xfxxx address space unusable for other peripherals. This change disables boot page translation after the secondary CPU

Re: [U-Boot] [PULL] u-boot-mpc5xxx pull request

2009-07-07 Thread Jon Smirl
On Tue, Jul 7, 2009 at 2:34 PM, Wolfgang Denkw...@denx.de wrote: The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3:  Wolfgang Denk (1):        Merge branch 'next' of ../master are available in the git repository at: Can you please merge my pcm030 driver for the

Re: [U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-07-07 Thread Remy Bohmer
Hello All, 2009/7/4 Michael Trimarchi trimar...@gandalf.sssup.it: Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:56 Mon 29 Jun     , Prafulla Wadaskar wrote: Signed-off-by: Prafulla Wadaskar prafu...@marvell.com ---  drivers/usb/host/ehci-hcd.c |    2 +-  1 files changed, 1 insertions(+),

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

2009-07-07 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.0907061013140.29...@localhost.localdomain you wrote: The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move ALL += u-boot.ldr to blackfin_config.mk are available in the git

Re: [U-Boot] [PATCH] mpc83xx: USB: fix: access of ehci struct elements

2009-07-07 Thread Remy Bohmer
Hello Vivek, 2009/6/24 Vivek Mahajan vivek.maha...@freescale.com: It fixes the access to the 'ehci' struct elements for mpc83xx which should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a Sorry about that. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com ---

Re: [U-Boot] Please pull ubi

2009-07-07 Thread Wolfgang Denk
Dear Stefan Roese, In message 200907071636.37442...@denx.de you wrote: The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move ALL += u-boot.ldr to blackfin_config.mk are available in the git repository at:

Re: [U-Boot] [PATCH 3/3] minor fixes for mvBL-M7 and use of common code

2009-07-07 Thread Wolfgang Denk
Dear Kim Phillips, In message 20090624112410.b287f606.kim.phill...@freescale.com you wrote: WD hasn't applied it yet - I applied it to my local tree. None of this means your patch should touch the same line and thus cause unnecessary conflicts. ... sure, go ahead - I guess we have to wait

Re: [U-Boot] [PULL] u-boot-mpc5xxx pull request

2009-07-07 Thread Wolfgang Denk
In message 20090707183453.0a2a8832e...@gemini.denx.de you wrote: The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3: Wolfgang Denk (1): Merge branch 'next' of ../master are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Remy Bohmer
Hello Wolfgang, 2009/7/6 Wolfgang Denk w...@denx.de: Dear Jerry Van Baren, 3) U-Boot currently has an explicit license to run stand alone applications that have a GPL-incompatible license. Thanks for mentioning this. But  this  is  explicitly  restricted  to stand  alone  applications,  

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread T Ziomek
On Tue, Jul 07, 2009 at 02:34:32PM -0400, Mike Frysinger wrote: On Tuesday 07 July 2009 12:30:18 Kumar Gala wrote: Here are some size #'s [ga...@blarg u-boot-85xx]$ size u-boot text data bss dec hex filename 392040 50536 41957 484533 764b5 u-boot

Re: [U-Boot] [PATCH 7/7] imx27lite: add support for imx27lite board from LogicPD

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090621112124.gh22...@game.jcrosoft.org you wrote: Wolfgang Denk w...@denx.de + imx27lite i.MX27 Wolfgang could you ack it? qongi.MX31 Yes, that's ok with me. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Wolfgang Denk
Dear Magnus Lilja, In message 6fd22327241accc2efcada8380923c8e9c523790.1244918138.git.lilja.mag...@gmail.com you wrote: Changes from last version: Added documentation for the macros. include/asm-arm/macro.h | 74 +++ 1 files changed, 74

Re: [U-Boot] [PATCH v4 4/6] i.MX31: Create a common device file.

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090620125019.gd3...@game.jcrosoft.org you wrote: On 20:50 Sat 13 Jun , Magnus Lilja wrote: Signed-off-by: Magnus Lilja lilja.mag...@gmail.com --- cpu/arm1136/mx31/Makefile|1 + cpu/arm1136/mx31/devices.c | 56

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Kumar Gala
On Jul 7, 2009, at 1:34 PM, Mike Frysinger wrote: On Tuesday 07 July 2009 12:30:18 Kumar Gala wrote: On Jul 7, 2009, at 11:27 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- This is an attempt at using dlmalloc v2.8.4. Its a work in progress, but wanted to

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Kumar Gala
On Jul 7, 2009, at 2:16 PM, T Ziomek wrote: On Tue, Jul 07, 2009 at 02:34:32PM -0400, Mike Frysinger wrote: On Tuesday 07 July 2009 12:30:18 Kumar Gala wrote: Here are some size #'s [ga...@blarg u-boot-85xx]$ size u-boot textdata bss dec hex filename 392040

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Scott Wood
Kumar Gala wrote: Those would help if the data structs had gotten bigger. In this case the code itself is just larger. Perhaps we should look into using/writing a malloc implementation that takes a space/speed tradeoff more in line with U-boot's requirements (using a simple first-fit

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Remy Bohmer
Hello Wolfgang, 2009/7/6 Wolfgang Denk w...@denx.de: 1) If we take into consideration that you are not subscribed  to  the   list, only 20 out of 1712 subscribers (less than 1.2%) bothered to   comment at all. FWIW, I did not comment on this so far, because from what I felt what I had to say

Re: [U-Boot] ARM Pull Request

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090706195551.gh30...@game.jcrosoft.org you wrote: Please pull The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move ALL += u-boot.ldr to blackfin_config.mk are

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:02 Tue 07 Jul , Scott Wood wrote: Kumar Gala wrote: Those would help if the data structs had gotten bigger. In this case the code itself is just larger. Perhaps we should look into using/writing a malloc implementation that takes a space/speed tradeoff more in line with

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Scott Wood
Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:02 Tue 07 Jul , Scott Wood wrote: Kumar Gala wrote: Those would help if the data structs had gotten bigger. In this case the code itself is just larger. Perhaps we should look into using/writing a malloc implementation that takes a

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:33 Tue 07 Jul , Wolfgang Denk wrote: Dear Magnus Lilja, In message 6fd22327241accc2efcada8380923c8e9c523790.1244918138.git.lilja.mag...@gmail.com you wrote: Changes from last version: Added documentation for the macros. include/asm-arm/macro.h | 74

Re: [U-Boot] [PATCH v2 1/3][repost] nand: Add Marvell Kirkwood NAND driver

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
+#include common.h +#include asm/io.h +#include asm/arch/kirkwood.h +#include nand.h I don't see kirkwood.h in upstream, so I guess this should go via an arch tree. Hi Jean, Similar to spi driver, can you please pull this driver too? I am posting the

Re: [U-Boot] [PATCH v3 2/6] nand: Add Marvell Kirkwood NAND driver

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:55 Mon 29 Jun , Prafulla Wadaskar wrote: This patch adds a NAND driver for the Marvell Kirkwood SoC's Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log: v2: updated as per feedback for v1 (cosmetic change) v3: missing year added for copy right statement Scott

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:26 Tue 07 Jul , Prafulla Wadaskar wrote: -Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Saturday, July 04, 2009 5:16 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen

Re: [U-Boot] [PATCH 1/2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:57 Mon 06 Jul , Tom wrote: Woodruff, Richard wrote: From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rix Sent: Monday, July 06, 2009 11:48 AM Since there is only one version of flushing the dcache for arm_cortex8, rename

Re: [U-Boot] [PATCH v3 2/6] nand: Add Marvell Kirkwood NAND driver

2009-07-07 Thread Scott Wood
Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:55 Mon 29 Jun , Prafulla Wadaskar wrote: This patch adds a NAND driver for the Marvell Kirkwood SoC's Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log: v2: updated as per feedback for v1 (cosmetic change) v3: missing

Re: [U-Boot] [PATCH/RFC 1/2]: arm: Kirkwood: Split PHY-related initialization to a common file

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:19 Thu 02 Jul , Simon Kagstrom wrote: Split PHY-related initialization to a common file The mv881116 PHY initialization is split out to a common file to enable code reuse between different boards. please note if that will be share with non Marvell code this is not the right place to

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread T Ziomek
On Tue, Jul 07, 2009 at 02:50:31PM -0500, Kumar Gala wrote: On Jul 7, 2009, at 2:16 PM, T Ziomek wrote: On Tue, Jul 07, 2009 at 02:34:32PM -0400, Mike Frysinger wrote: use the bloatcheck script to do a human readable compare between the two objects. you can find it in the linux kernel.

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-07 Thread Kim Phillips
On Tue, 7 Jul 2009 14:50:31 -0500 Kumar Gala ga...@kernel.crashing.org wrote: Those would help if the data structs had gotten bigger. In this case the code itself is just larger. fyi, gcc4.4.0 apparently doesn't like to emit ld/st multiple insns as much as prior versions did. NAND

Re: [U-Boot] [PATCH 1/2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-07-07 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: I will change the name to cache_ops.S I prefer cache.S cache.c is already taken. Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] usb: Fix compiler warning with gcc4.4

2009-07-07 Thread Kumar Gala
ehci-hcd.c: In function 'ehci_submit_root': ehci-hcd.c:719: warning: value computed is not used ehci-hcd.c:748: warning: value computed is not used Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- drivers/usb/host/ehci-hcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[U-Boot] [PATCH] fsl_sata: Fix compiler warnings shown by gcc-4.4

2009-07-07 Thread Kumar Gala
From: galak ga...@ducky.am.freescale.net Update fsl_sata to use common structures instead of casting back and forth between the fsl specific ones and the common ones (which are identical). fsl_sata.c: In function 'scan_sata': fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break

Re: [U-Boot] [PATCH] PalmTC support

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:00 Thu 02 Jul , Marek Vasut wrote: Dne Čt 2. července 2009 09:08:43 Anatolij Gustschin napsal(a): Hi, Marek Vasut wrote: I'd like to get this patch in. It adds support for Palm Tungsten|C (a pxa255 based handheld device). The patch is available here (it's not all that

[U-Boot] config_cmd_default.h?

2009-07-07 Thread Kumar Gala
Can anyone explain why CONFIG_CMD_NFS is part of include/ config_cmd_default.h. There are a few others in there that I'd question but this is one that I'm scratching my head on right now. - k ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Wolfgang Denk
Dear Remy, In message 3efb10970907071216h57288a2an91701c1c851de...@mail.gmail.com you wrote: Thanks for mentioning this. But this is explicitly restricted to stand alone applications, with a pretty tightly limited set of functions exported to such code. It is not intended to

Re: [U-Boot] Pull request: u-boot-video

2009-07-07 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 4a53a217.9010...@denx.de you wrote: Dear Wolfgang, The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move ALL += u-boot.ldr to blackfin_config.mk are available in the git repository at:

Re: [U-Boot] [PATCH 1/2] ARM Cortex8 Rename and move v7_flush_dcache_all to flush_dcache

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:44 Tue 07 Jul , Tom wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: I will change the name to cache_ops.S I prefer cache.S cache.c is already taken. and contain nearly only assembly so join everythink in cache.S will make more sense Best Regards, J.

Re: [U-Boot] U-book and GPLv3?

2009-07-07 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10970907071307u662f7d87g5a4a0c0b0740b...@mail.gmail.com you wrote: As far as I understand it, a move to gpl3 will need the approval of _all_ copyright holders to make such a switch. (not all names are listed in the headers) Only for files where such a

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090707202432.gk30...@game.jcrosoft.org you wrote: + * These macros provide a convenient way to write 8, 16 and 32 bit data + * to any address. I think this comment might be wrong. It should probably read ... to any _memory_

Re: [U-Boot] [PATCH v3 2/6] nand: Add Marvell Kirkwood NAND driver

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:55 Mon 29 Jun , Prafulla Wadaskar wrote: This patch adds a NAND driver for the Marvell Kirkwood SoC's Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log: v2: updated as per feedback for v1 (cosmetic change) v3: missing year added for copy right statement

[U-Boot] [PATCH 3/4] OMAP3 pandora: setup pulls for various GPIOs

2009-07-07 Thread Grazvydas Ignotas
Set pullups or pulldowns for GPIOs which need them. Disable them for others, which have external pulls. Also make disabled pull setting consistent (some pins had type set to up even if pull type selection was disabled). --- board/omap3/pandora/pandora.h | 50

[U-Boot] [PATCH 2/4] OMAP3 pandora: setup pin mux for pins used on rev3 boards

2009-07-07 Thread Grazvydas Ignotas
Setup pin mux for GPIO pins connected on rev3 or later boards. Also change NUB2 IRQ pin. This should not affect older boards because they don't have any nubs (analog controllers) attached to them. --- board/omap3/pandora/pandora.h | 11 ++- 1 files changed, 10 insertions(+), 1

Re: [U-Boot] ARM Pull Request

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:20 Tue 07 Jul , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090706195551.gh30...@game.jcrosoft.org you wrote: Please pull The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0: Mike Frysinger (1): Blackfin: move

[U-Boot] [PATCH 1/4] OMAP3 pandora: pin mux cleanup

2009-07-07 Thread Grazvydas Ignotas
Remove configuration of not unused pins, effectively leaving them in safe mode. --- board/omap3/pandora/pandora.h | 25 - 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/board/omap3/pandora/pandora.h b/board/omap3/pandora/pandora.h index 8f0838c..3d04b2a

[U-Boot] [PATCH 0/4] OMAP3 pandora: pin mux updates

2009-07-07 Thread Grazvydas Ignotas
This patch series clean up and update pin mux for pandora. The update is needed for rev3 or later boards to work properly, but older boards still work after this. Grazvydas Ignotas (4): OMAP3 pandora: pin mux cleanup OMAP3 pandora: setup pin mux for pins used on rev3 boards OMAP3 pandora:

Re: [U-Boot] config_cmd_default.h?

2009-07-07 Thread Wolfgang Denk
Dear Kumar Gala, In message 9fc82254-6aa7-4dae-9780-283c66d5d...@kernel.crashing.org you wrote: Can anyone explain why CONFIG_CMD_NFS is part of include/ config_cmd_default.h. There are a few others in there that I'd question but this is one that I'm scratching my head on right now.

Re: [U-Boot] ARM Pull Request

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090707213126.gb30...@game.jcrosoft.org you wrote: at91: add support for the PM9261 board of Ronetix GmbH Does this patch include and thus obsolete this one, too? Subject: [U-Boot] [PATCH 1/1] at91: add support for the

Re: [U-Boot] [PATCH] 85xx: Fix mapping of 0xfffffxxx when CONFIG_MP

2009-07-07 Thread Kumar Gala
On Jul 7, 2009, at 1:43 PM, Peter Tyser wrote: Previously, boot page translation was enabled while U-Boot executed. This resulted in the address range 0xf000 - 0x being translated to SDRAM which made the 0xfxxx address space unusable for other peripherals. This change

Re: [U-Boot] config_cmd_default.h?

2009-07-07 Thread Kumar Gala
On Jul 7, 2009, at 4:36 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message 9fc82254-6aa7-4dae-9780-283c66d5d...@kernel.crashing.org you wrote: Can anyone explain why CONFIG_CMD_NFS is part of include/ config_cmd_default.h. There are a few others in there that I'd question but this is

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:28 Tue 07 Jul , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090707202432.gk30...@game.jcrosoft.org you wrote: + * These macros provide a convenient way to write 8, 16 and 32 bit data + * to any address. I think this comment might be

Re: [U-Boot] config_cmd_default.h?

2009-07-07 Thread Wolfgang Denk
Dear Kumar Gala, In message e9c9002c-21b8-4001-8895-d04fdcd24...@kernel.crashing.org you wrote: Because NFS support is pretty small in terms of code size and pretty useful in terms of download speed (usually much faster than TFTP, and less restricted, too). its about 7k of size in my

  1   2   >