Re: [U-Boot] [PATCH v6] POST cleanup.

2010-08-08 Thread Michael Zaidman
Dear Wolfgang, On Wed, Jun 30, 2010 at 7:16 PM, Michael Zaidman michael.zaid...@gmail.com wrote: - Revives POST for blackfin arch; - Removes redundant code:     arch/blackfin/lib/post.c     board/ssv/common/post.c     arch/powerpc/cpu/ppc4xx/commproc.c     arch/powerpc/cpu/mpc512x/common.c

Re: [U-Boot] [PATCH] orion5x: allow overriding default mappings windows

2010-08-08 Thread Albert ARIBAUD
Hi all, Le 13/07/2010 09:04, Albert Aribaud a écrit : Turn all ORION5X_DEF{ADR,SZ}_xxx macros into ORION5X_{ADR,SZ}_xxx and allow defining them from board code to override defaults. This is particularly useful for defining board-specific FLASH address and size in board header file rather

[U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-08 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org Before: Marvell usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk Capacity: 28759.9 MB = 28.0 GB (488397168 x 512) After: Marvell usb storage Device 0: Vendor: StoreJet Rev:

Re: [U-Boot] Bug in IP/UDP defragment?

2010-08-08 Thread Wolfgang Denk
Dear Fillod Stephane, In message 0b45e93c5ff65740aeae690bf3848b7a02087...@rennsmail04.eu.thmulti.com you wrote: I'm encountering a problem when tftp'ing a file of size 1747851 bytes with CONFIG_IP_DEFRAG defined and CONFIG_TFTP_BLOCKSIZE set to 4096. U-Boot's tftp times out on the last

Re: [U-Boot] Bug in IP/UDP defragment?

2010-08-08 Thread Alessandro Rubini
The patch below appears to solve my problem. Can you please resubmit this (eventually integrating Alessandro's comments) and add your Signed-off-by: line, so we can integrate this fix into mainline? This already happened, it's upstream as e397e59e861aa818cda12a23206dde06f7e9f660

Re: [U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-08 Thread Sergei Shtylyov
Hello. Sergei Trofimovich wrote: Before: Marvell usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk Capacity: 28759.9 MB = 28.0 GB (488397168 x 512) After: Marvell usb storage Device 0: Vendor: StoreJet Rev:

Re: [U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk

2010-08-08 Thread Jens Scharsig
Dear Reinhard I think the timer.c is more broken that just that return value: You are right, but the patch fixes only the single small problem. example 1: /* * timer without interrupts */ unsigned long long get_ticks(void) { at91_pit_t *pit = (at91_pit_t *) AT91_PIT_BASE;

[U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-08 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org Before: Marvell usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk Capacity: 28759.9 MB = 28.0 GB (488397168 x 512) After: Marvell usb storage Device 0: Vendor: StoreJet Rev:

[U-Boot] [PATCH 1/3 v2] PXA: Fix off-the-tree build problems

2010-08-08 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- V2: Add missing $(obj) before .depend in the following line: rm -f $(LIB) core *.bak $(obj).depend board/colibri_pxa270/Makefile | 20 board/vpac270/Makefile| 20 2 files changed, 24

[U-Boot] [PATCH 3/3] PXA: Declare __io for vpac270 IDE

2010-08-08 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- include/configs/vpac270.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 6d02995..d3e22d9 100644 --- a/include/configs/vpac270.h +++

[U-Boot] [PATCH 2/3] PXA: Fix missing includes

2010-08-08 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- board/colibri_pxa270/colibri_pxa270.c |1 + board/vpac270/vpac270.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/colibri_pxa270/colibri_pxa270.c b/board/colibri_pxa270/colibri_pxa270.c index

Re: [U-Boot] [PATCH] fdt: Fix bug in size calculation in fdt_resize() with initrd use

2010-08-08 Thread Jerry Van Baren
On 08/03/2010 10:22 AM, Stefan Roese wrote: From: Feng Wangfwan...@harris.com Original bug description from Feng (fdt_resize() bug caused WARNING: could not set linux, initrd-start FDT_ERR_NOSPACE.): What I got is an error: WARNING: could not set linux,initrd-start FDT_ERR_NOSPACE. after

Re: [U-Boot] [PATCH v2] Add mkimage manpage

2010-08-08 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message 1276652304-22025-1-git-send-email-iwama...@nigauri.org you wrote: As for some distribution, a mkimage command is made a package. However, there was not manual of mkimage. This provides manual of mkimage. Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH 1/2] mmc: omap3: make local symbols static

2010-08-08 Thread Wolfgang Denk
Dear Andy, In message 1276722323-12045-1-git-send-email-nota...@gmail.com Grazvydas Ignotas wrote: Make driver local variables and functions static and remove them from the arch header. Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- arch/arm/include/asm/arch-omap3/mmc.h |9

Re: [U-Boot] [U-BOOT][PATCH]mmc: modify setting tran_speed and change csd's instead of response value

2010-08-08 Thread Wolfgang Denk
Dear Andy In message 4c1b0e85.5030...@samsung.com Jaehoon Chung wrote: This patch do the following 1. we need not use cmd.response, because we assinged cmd.response value to mmc-csd. 2. mmc_set_clock() is hard setting, that is not good solution and if mmc is not MMC_MODE_HS, mmc will set

Re: [U-Boot] [PATCH] eSPI and Intel E1000 support for P1/P2 RDB

2010-08-08 Thread Wolfgang Denk
Dear Kumar Gala, In message 57cdb146-383a-4629-b7e4-c2729200a...@kernel.crashing.org you wrote: On Jun 23, 2010, at 8:56 AM, Poonam Aggrwal wrote: This patch enables the eSPI configuration to use the Spansion Flash on P1 and P2 RDB Platforms This also enables the Intel Pro/1000 PT

Re: [U-Boot] [PATCH] fdt relocate: have more attention to use a bootmap or not

2010-08-08 Thread Wolfgang Denk
Dear Stephan Linz, In message 0ac40268094bc00a447aeb4f5775c670a79868e9.1277481856.git.l...@li-pro.net you wrote: Platforms with flat device tree support can use a bootmap to relocate the fdt_blob. This is not a must. That's why the relocation function boot_relocate_fdt() should be use only

Re: [U-Boot] [PATCH] bug fix and cleanup for s3c44b0 serial driver

2010-08-08 Thread Wolfgang Denk
Dear Minkyu Kang, In message 1277830727-1794-1-git-send-email-br...@cozybit.com Brian Cavagnolo wrote: Specifically, don't dereference the URXH0 register twice; calculate the BRD based on the formula in the databook instead of using a messy switch statement; and migrate the BRD calculation

Re: [U-Boot] [PATCH 2/4 v2] musb: MSC host support for AM35x

2010-08-08 Thread Wolfgang Denk
Dear Remy Bohmer, In message aanlkti=gcqgny4myvvvuauvksemu67zwsnzkpydm7...@mail.gmail.com you wrote: 2010/7/9 Ajay Kumar Gupta ajay.gu...@ti.com: Tested MSC Host on AM3517EVM. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- drivers/usb/musb/Makefile |1 +

Re: [U-Boot] [PATCH v2] AT91SAM9XE add embedded flash support

2010-08-08 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c400e81.8070...@emk-elektronik.de you wrote: Add support for the embedded flash in the AT91SAM9XE128/256/512 SoCs: - Environment can be put into that flash - U-Boot can be in that flash - Commands cp and protect are supported Signed-off-by: Reinhard

Re: [U-Boot] [PATCH 1/2 v2] 8xx, kup4: minor configuration changes

2010-08-08 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4c444176.2050...@denx.de you wrote: - nfs-options removed - hda-sda changed - mtd parts added - loadaddress changed - cmd-line length increased - lcd stuff removed - code cleanup Signed-off-by: Klaus Heydeck heyd...@kieback-peter.de --- - changes

Re: [U-Boot] [PATCH 1/2 v3] 8xx, kup4: minor configuration changes

2010-08-08 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4c44c7c8.1070...@denx.de you wrote: - nfs-options removed - hda-sda changed - mtd parts added - loadaddress changed - cmd-line length increased - lcd stuff removed - code cleanup Signed-off-by: Klaus Heydeck heyd...@kieback-peter.de --- - changes

Re: [U-Boot] [PATCH 2/2 v3] 8xx, kup4: add FDT support

2010-08-08 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4c44c7dc.3010...@denx.de you wrote: Signed-off-by: Heiko Schocher h...@denx.de --- - changes since v1 - rebased against current mainline - fix printf output - changes since v2 added comments from Scott Wood removed ft_blob_update() complete,

Re: [U-Boot] [PATCH] net, fec: Shorten device name as done for other drivers

2010-08-08 Thread Wolfgang Denk
Dear Ben Warren, In message 4c46196c.8050...@gmail.com you wrote: Hi Stefano, n 7/19/2010 10:57 PM, Stefano Babic wrote: After discussion on the ML it is suggested to drop unrequired and not useful characters from the device name. This patch changes the name for the fec_mxc driver

Re: [U-Boot] [PATCH] memmove_wd: Allow overlapping memory area

2010-08-08 Thread Wolfgang Denk
Dear Alexander Stein, In message 1279701826-20083-1-git-send-email-alexander.st...@systec-electronic.com you wrote: Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- common/image.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) Why would this

Re: [U-Boot] [PATCH] memmove_wd: Allow overlapping memory area

2010-08-08 Thread Wolfgang Denk
Dear Alexander Stein, In message 1279701826-20083-1-git-send-email-alexander.st...@systec-electronic.com you wrote: Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- common/image.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) And BTW: +

Re: [U-Boot] [PATCH] MX51EVK: fix return value of get_timer_masked

2010-08-08 Thread Wolfgang Denk
Dear Stefano, In message 1279714212.2643.32.ca...@localhost Li Haibo wrote: get_timer_masked() should return current timestamp, not current ticks from hardware register. Tested on one custom board with NAND flash. Without this patch, NAND write always TIMEOUT because get_timer(0) return a

Re: [U-Boot] [PATCH] cmd editing: optimize/shrink output blanking

2010-08-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1279877295-4823-1-git-send-email-vap...@gentoo.org you wrote: No need to output spaces 1 char at a time in a loop when the printf code can do the same thing with the right format string. This shrinks things and gives a nice speed up when killing off lines more

Re: [U-Boot] [PATCH] print_buffer: optimize shrink

2010-08-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1279880250-2226-1-git-send-email-vap...@gentoo.org you wrote: Applying a little creative format string allows us to shrink the initial data read display loop by only calling printf once. Re-using the local data buffer to generate the string we want to display

Re: [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards

2010-08-08 Thread Wolfgang Denk
Dear Stefan, In message 1279912586-7187-1-git-send-email...@denx.de I wrote: None of the AMCC boards uses an embedded environment, so there is no need to run saveenv after updating U-Boot. Drop the redundant commands from the default environment. Signed-off-by: Wolfgang Denk w...@denx.de

Re: [U-Boot] [PATCH v2] mflash: use common cmd_usage function

2010-08-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1280425349-29672-1-git-send-email-vap...@gentoo.org you wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - tail into cmd_usage() as pointed out by Detlev Zundel common/cmd_mgdisk.c |3 +-- 1 files changed, 1 insertions(+), 2

Re: [U-Boot] [PATCH v2] dataflash mmc mux: use common cmd_usage function

2010-08-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1280425330-29634-1-git-send-email-vap...@gentoo.org you wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - tail into cmd_usage() as pointed out by Detlev Zundel common/cmd_dataflash_mmc_mux.c |3 +-- 1 files changed, 1 insertions(+),

Re: [U-Boot] [PATCH] getenv_f(): fix handling of too short buffers

2010-08-08 Thread Wolfgang Denk
In message 1280002580-4087-1-git-send-email...@denx.de you wrote: Fix error handling in getenv_f() when the user provided buffer is too short to hold the variable name; make sure to truncate and NUL-terminate without overwriting the buffer limits. Signed-off-by: Wolfgang Denk w...@denx.de

Re: [U-Boot] [PATCH 1/3] ppc4xx: Fix building of AR405 board

2010-08-08 Thread Wolfgang Denk
Hallo Stefan, In message 12801574953946-git-send-email-matthias.fu...@esd.eu Matthias Fuchs wrote: From: Matthias Fuchs matthias.fu...@esd.eu Update image size after addition of new environment handling. Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu --- board/esd/ar405/config.mk

Re: [U-Boot] [PATCH v3] at91: Don't initialize watchdog if CONFIG_SKIP_WATCHDOG_INIT is undefined

2010-08-08 Thread Wolfgang Denk
Dear Alexander Stein, In message 1280145784-18909-1-git-send-email-alexander.st...@systec-electronic.com you wrote: On AT91 the watchdog mode register can only be written once after reset. If this register is written by u-boot e.g. a Linux driver can't reconfigure the watchdog later. If the

Re: [U-Boot] [PATCH] ext2fs: Fix optimization bug for doubly-indirect block pointers

2010-08-08 Thread Wolfgang Denk
Dear Aaron Pace, In message 4c4de8dc.4020...@alcatel-lucent.com you wrote: Fix optimization bug for doubly-indirect block pointers Doubly-indirect block numbers are compared against the first-level indirect block when checking for a cached copy. This is causing the doubly-indirect block to

Re: [U-Boot] [PATCH] flash_protect: check for NULL flash info

2010-08-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1280375103-8392-1-git-send-email-vap...@gentoo.org you wrote: If a flash is unable to be detected, and then someone calls flash_protect on it (like the common code does in flash_init), the flash_protect logic will dereference a NULL pointer. Since

Re: [U-Boot] [PATCH] tools/env/fw_printenv: Make redundant env work on locked flashes also

2010-08-08 Thread Wolfgang Denk
Dear Detlev Zundel, In message 1280481735-21275-1-git-send-email-...@denx.de you wrote: The invalidation of the old environment instance did not work for flashes supporting hardware locking. Now we unlock/lock around this update also. Signed-off-by: Detlev Zundel d...@denx.de ---

Re: [U-Boot] [PATCH 1/2] various cmd_* files: remove the command name from the help message

2010-08-08 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message 1280581313-5174-1-git-send-email-fransmeulenbro...@gmail.com you wrote: removed the command name from the help message as it is already printed. for cmd_mmc also rewrote the message a little bit Signed-off-by: Frans Meulenbroeks

Re: [U-Boot] [PATCH 2/2] various cmd_* files: fixed layout a little bit

2010-08-08 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message 1280581313-5174-2-git-send-email-fransmeulenbro...@gmail.com you wrote: Most of the files have U_BOOT_CMD on a separate line, but a few didn't and had the first line on the same line as U_BOOT_CMD. This changes these files by adding a line break and a

Re: [U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-08 Thread Wolfgang Denk
Dear Frans Meulenbroeks, In message 1280650241-7821-1-git-send-email-fransmeulenbro...@gmail.com you wrote: removed a variable that was not used Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com --- This supersedes 0001-board-purple-flash.c-removed-unneded-test.patch

Re: [U-Boot] [PATCH] fdt: Fix bug in size calculation in fdt_resize() with initrd use

2010-08-08 Thread Wolfgang Denk
Dear Stefan Roese, In message 1280845363-23197-1-git-send-email...@denx.de you wrote: From: Feng Wang fwan...@harris.com Original bug description from Feng (fdt_resize() bug caused WARNING: could not set linux, initrd-start FDT_ERR_NOSPACE.): What I got is an error: WARNING: could not set

Re: [U-Boot] [PATCH] fdt: Fix bug in size calculation in fdt_resize() with initrd use

2010-08-08 Thread Wolfgang Denk
Dear Jerry Van Baren, In message 4c5ef09e.3020...@gmail.com you wrote: Acked-by: Gerald Van Baren vanba...@cideas.com Stefan or Wolfgang, can you apply this? Done, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

Re: [U-Boot] [PATCH] config.mk: avoid -traditional-cpp on OS X 10.5

2010-08-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1280877458-20990-1-git-send-email-vap...@gentoo.org you wrote: Simply trying to include a basic header file like stdlib.h on OS X 10.5 and then building with -traditional-cpp fails with lots of errors like: In file included from /usr/include/stdlib.h:63,

Re: [U-Boot] [PATCH 1/3 v2] PXA: Fix off-the-tree build problems

2010-08-08 Thread Wolfgang Denk
Dear Marek Vasut, In message 1281275752-6466-1-git-send-email-marek.va...@gmail.com you wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com --- V2: Add missing $(obj) before .depend in the following line: rm -f $(LIB) core *.bak $(obj).depend board/colibri_pxa270/Makefile | 20

Re: [U-Boot] [PATCH 2/3] PXA: Fix missing includes

2010-08-08 Thread Wolfgang Denk
Dear Marek Vasut, In message 1281275752-6466-2-git-send-email-marek.va...@gmail.com you wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com --- board/colibri_pxa270/colibri_pxa270.c |1 + board/vpac270/vpac270.c |1 + 2 files changed, 2 insertions(+), 0

Re: [U-Boot] [PATCH 3/3] PXA: Declare __io for vpac270 IDE

2010-08-08 Thread Wolfgang Denk
Dear Marek Vasut, In message 1281275752-6466-3-git-send-email-marek.va...@gmail.com you wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com --- include/configs/vpac270.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] ATMEL Custodians == /dev/null ??

2010-08-08 Thread Haavard Skinnemoen
Mike Frysinger vap...@gentoo.org wrote: explicitly cc-ing the atmel guys just so there's no surprise when at91/avr32 have been handled over to someone else without their explicit ACK ... So...what exactly are you Cc'ing us on? Haavard ___ U-Boot

Re: [U-Boot] [PATCH 3/3] avr32: Add simple paging support

2010-08-08 Thread Haavard Skinnemoen
Wolfgang Denk w...@denx.de wrote: Can you please try and rebase this code on top of Heiko's ARM rework patches, i. e. with cache and relocation support? See http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/81825/focus=82142 My intention is that after -rc1 has been released (i. e.

Re: [U-Boot] [PATCH] get_ram_size: memory content of base address was not restored

2010-08-08 Thread Po-Yu Chuang
Dear Wolfgang, 2010/8/8 Wolfgang Denk w...@denx.de: Dear ratbert.chu...@gmail.com, I think this patch is wrong. The value at address (base + 0) is never saved, so there is no need to restore it (nor did we store it's value anywhere). The value at base+0 is saved. Please see the following

Re: [U-Boot] [PATCH v2] AT91SAM9XE add embedded flash support

2010-08-08 Thread Reinhard Meyer
Wolfgang Denk wrote: Dear Reinhard Meyer (-VC), In message 4c400e81.8070...@emk-elektronik.de you wrote: Add support for the embedded flash in the AT91SAM9XE128/256/512 SoCs: - Environment can be put into that flash - U-Boot can be in that flash - Commands cp and protect are supported

Re: [U-Boot] [PATCH] Add support for kirkwood sata controller

2010-08-08 Thread Prafulla Wadaskar
Hi Tor FYI: alternate patch series http://lists.denx.de/pipermail/u-boot/2010-August/074966.html On the top of http://lists.denx.de/pipermail/u-boot/2010-August/074950.html Will enable this I hope it will help you Regards.. Prafulla . . -Original Message- From:

Re: [U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-08 Thread Prafulla Wadaskar
Hi Sergei -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Sergei Trofimovich Sent: Sunday, August 08, 2010 5:36 PM To: Sergei Shtylyov Cc: u-boot@lists.denx.de; Sergei Trofimovich Subject: [U-Boot] [PATCH] disk/part.c: 'usb

Re: [U-Boot] [PATCH] orion5x: allow overriding default mappings windows

2010-08-08 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert ARIBAUD Sent: Sunday, August 08, 2010 2:13 PM To: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] orion5x: allow overriding default mappings windows Hi all,

Re: [U-Boot] [PATCH V8 0/5] Add disk support to orion5x and edminiv2

2010-08-08 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Saturday, August 07, 2010 6:22 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V8 0/5] Add disk support to orion5x and edminiv2 Patchset

Re: [U-Boot] [PATCH V8 1/5] ide: add configuration CONFIG_IDE_SWAP_IO

2010-08-08 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Saturday, August 07, 2010 6:22 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V8 1/5] ide: add configuration CONFIG_IDE_SWAP_IO This

Re: [U-Boot] [PATCH V8 2/5] ide: reorder object files alphabetically

2010-08-08 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Saturday, August 07, 2010 6:22 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V8 2/5] ide: reorder object files alphabetically Signed-off-by:

Re: [U-Boot] [PATCH V8 3/5] ide: add mvsata_ide driver

2010-08-08 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Saturday, August 07, 2010 6:22 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V8 3/5] ide: add mvsata_ide driver This driver only provides

Re: [U-Boot] ATMEL Custodians == /dev/null ??

2010-08-08 Thread Mike Frysinger
On Sun, Aug 8, 2010 at 9:27 PM, Haavard Skinnemoen wrote: Mike Frysinger vap...@gentoo.org wrote: explicitly cc-ing the atmel guys just so there's no surprise when at91/avr32 have been handled over to someone else without their explicit ACK ... So...what exactly are you Cc'ing us on? read

Re: [U-Boot] [PATCH V8 4/5] cmd_ide: add support for orion5x

2010-08-08 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Saturday, August 07, 2010 6:22 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V8 4/5] cmd_ide: add support for orion5x Add MVSATAHC definitions