Re: [U-Boot] U-boot with USB storage support for WonderMedia WM8505

2011-07-04 Thread Chris Barnes
Hi Albert, Sorry for the confusion. I did try several u-boots. None of them appeared to have any USB support as far as I could tell because u-boot didnt respond to any usb commands - e.g. usbinit however I have been successful if restoring functionality to my netbook. It appears the netbook

Re: [U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled

2011-07-04 Thread Jens Scharsig
Am 2011-07-03 23:06, schrieb Albert ARIBAUD: Hi Jens, Le 30/06/2011 11:51, Jens Scharsig a écrit : Am 2011-06-30 10:54, schrieb Reinhard Meyer: PS: for better readability of Submitter it would be nice to have real names with the e-Mail address ;) Dear Reinhard Meyer, sorry about this.

Re: [U-Boot] U-boot with USB storage support for WonderMedia WM8505

2011-07-04 Thread Albert ARIBAUD
Le 04/07/2011 08:02, Chris Barnes a écrit : however I have been successful if restoring functionality to my netbook. Great! The working version is: U-Boot 1.1.4 (Oct 8 2010 - 10:39:28) Not that old if you look at the date, quite old if you look at the version number. But hey, IIAB(any

Re: [U-Boot] using a GPIO to toggle tftp boot mode

2011-07-04 Thread Albert ARIBAUD
Hi Chris, Le 04/07/2011 07:50, Chris Gray a écrit : I'm hoping to come up with a way to configure a recovery mechanism using uboot. the idea is if the main OS image needs to be reflashed, or for recovery options. what are my options for configuring uboot to use a different set of

Re: [U-Boot] [PATCH 5/5] imx: Add support for zmx25 board

2011-07-04 Thread Matthias Weißer
Hi Stefano Am 30.06.2011 17:36, schrieb Stefano Babic: On 06/30/2011 11:57 AM, Matthias Weisser wrote: zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an optional NAND flash. Hi Matthias, diff --git a/board/syteco/zmx25/lowlevel_init.S

Re: [U-Boot] U-boot SPL direct Linux boot

2011-07-04 Thread Grant Likely
On Fri, Jul 1, 2011 at 10:42 AM, Simon Schwarz simonschwarz...@googlemail.com wrote: Addition: As I read a bit about FDT it does not replace ATAGS (http://elinux.org/Device_Trees) - it is more a supplement to it. So it would not harm to implement minimal ATAGS support and later add the FDT to

[U-Boot] [PATCH] arm: auto gen asm-offsets.h for mb86r0x

2011-07-04 Thread Matthias Weisser
auto gen asm-offsets.h for mb86r0x Signed-off-by: Matthias Weisser weiss...@arcor.de --- This patch needs http://patchwork.ozlabs.org/patch/102773/ to be applied first. arch/arm/cpu/arm926ejs/mb86r0x/Makefile |2 + arch/arm/cpu/arm926ejs/mb86r0x/asm-offsets.c| 65

Re: [U-Boot] [PATCH][ATMEL] Fix author names

2011-07-04 Thread Reinhard Meyer
Dear Albert, thanks for fixing the names. My assumption of needing an afteernoon to get a new GIT up and running was too optimistic... After ubuntu 10.10 offered an automated upgrade to 11.04, I happyly accepted this and ended up with a broken installation that stops in grub, complaining there

[U-Boot] USB tty corrupted stream on Beagleboard xM.

2011-07-04 Thread javier Martin
Hi, I am trying to get u-boot console out of USB OTG included in Beagleboard XM. For that purpose I'm using u-boot v2011.03 compiled for omap3_beagle. I just boot my board and stop u-boot's booting process and enter the following: setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty

Re: [U-Boot] Pull request: nand flash

2011-07-04 Thread Wolfgang Denk
Dear Scott Wood, In message 20110701220254.ga27...@schlenkerla.am.freescale.net you wrote: The following changes since commit 2c4ed7d2506621574284ee66da27ce88b7c21a06: Merge branch 'next' of git://git.denx.de/u-boot-nios (2011-07-01 09:42:25 +0200) are available in the git repository

Re: [U-Boot] [PATCH 2/8] Update at91sam9m10g45_devices.c to fix compile errors.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, Move this file to the new ATMEL_BASE_* and ATMEL_ID_* defines. Also fixed a problem appearing in the ethernet initialization where the entire board was being reset, not just the ethernet controller. This at least makes ethernet work on my board if the correct environment

Re: [U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, Some boards use AT91_SLOW_CLOCK and other use CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs clock code will return which ever is set. Signed-off-by: Alex Waterman awater...@dawning.com --- arch/arm/cpu/arm926ejs/at91/clock.c |4 1 files

Re: [U-Boot] [PATCH 6/8] Adds wait to atmel_usart serial_init function

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, Adds a short busy loop wait to the atmel_usart.c serial_init() function. Signed-off-by: Alex Waterman awater...@dawning.com --- drivers/serial/atmel_usart.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/serial/atmel_usart.c

Re: [U-Boot] [PATCH 7/8] Updates the at91sam9m10g45ek.h config file.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, Moves to using newer defines and adds possible support for the second bank of RAM (if so desired). Also, some coding clean up: removed the needless define to 1s for defines that just act as flags. Signed-off-by: Alex Waterman awater...@dawning.com ---

Re: [U-Boot] [PATCH 8/8] Updates the boards.cfg file

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, Add the default generic at91sam9m10g45ek_config target to the new config system. Not all possible configurations of u-boot for the at91sam9m10g45ek are included yet. Add them as needed. Signed-off-by: Alex Waterman awater...@dawning.com --- boards.cfg |1 + 1

[U-Boot] [PATCH 3/3] arm: omap: innovator: use common code for machine type

2011-07-04 Thread Igor Grinberg
Innovator and H2 boards used machine_is_* macros for setting the machine type. These macros are expanded in compile time and thus leaves unreachable code (though gcc might optimize it). Switch them to use common code for machine type setting. Signed-off-by: Igor Grinberg grinb...@compulab.co.il

[U-Boot] [PATCH 2/3] arm: nvidia and smdk6400: use common code for machine type

2011-07-04 Thread Igor Grinberg
NVIDIA boards and Samsung SMDK6400 already use a local variant of CONFIG_MACH_TYPE option. Switch to use the new common code. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/nvidia/common/board.c |2 -- board/samsung/smdk6400/smdk6400.c |1 -

[U-Boot] [PATCH 1/3] arm: add CONFIG_MACH_TYPE option and documentation

2011-07-04 Thread Igor Grinberg
CONFIG_MACH_TYPE can be used to set the machine type number in the common arm code instead of setting it in the board code. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- README | 12 arch/arm/lib/board.c |5 + 2 files changed, 17 insertions(+), 0

[U-Boot] Pull request: u-boot-arm/master

2011-07-04 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit ff6b47ad23365964f7d75f8878f17388a024dc8d: Makefile: need to remove generated u-boot-nand_spl.lds (2011-07-01 15:58:46 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Andreas Bießmann (9):

[U-Boot] CF Card Driver on MPC8548

2011-07-04 Thread zq_fan
Hi,I've got a problem here. There is a CF card on my board, which is connecting to the Local Bus of MPC8548 using UPM mode. The CF card is connecting in PCcard Memory mode. But I can't find an available or a propriate reference driver. What can I do? Where can I find a reference CF card driver.

Re: [U-Boot] [PATCH] ARM: Update maintainer of board scb9328

2011-07-04 Thread Torsten Koschorrek
Torsten Koschorrek wrote: Signed-off-by: Torsten Koschorrekkoschor...@synertronixx.de --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c462ae2..fe578ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -684,7 +684,7

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-07-04 Thread Torsten Koschorrek
Torsten Koschorrek wrote: Hello, Stefano Babic wrote: On 06/10/2011 07:44 AM, Torsten Koschorrek wrote: Hi Torsten, send your answer to the ML, too. Someone else can help you ;-) Oh, yes, right. This little 'Reply All' Button, sorry :-) size1 = get_ram_size((volatile void

Re: [U-Boot] [PATCH RFC] smc911x: enable mii commands

2011-07-04 Thread Helmut Raiger
On 06/30/2011 04:02 PM, Luca Ceresoli wrote: +static int smc911x_miiphy_read_byname(char *devname, unsigned char addr, + unsigned char reg, unsigned short *value) +{ + struct eth_device *dev; + + if (devname == NULL) + return -1; + +

Re: [U-Boot] [PATCH] scb9328: Add ARM relocation support

2011-07-04 Thread Stefano Babic
On 07/04/2011 11:34 AM, Torsten Koschorrek wrote: Hi Torsten, What's the status of this patch? Do I need to resend a modified version without config.mk and scb9328.c? Or I could do a small cleanup as discussed in this thread. But as I said, MAKEALL is happy with the modified scb9328.h The

Re: [U-Boot] [PATCH 3/6] arm: add __ilog2 function

2011-07-04 Thread Wolfgang Denk
Dear Rob Herring, In message 1309275583-11763-4-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com Add __ilog2 function for ARM. Needed for ahci.c Signed-off-by: Rob Herring rob.herr...@calxeda.com Cc: Albert ARIBAUD albert.arib...@free.fr ---

Re: [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-07-04 Thread Wolfgang Denk
Dear Rob Herring, In message 1309275583-11763-6-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com Add support for AHCI controllers that are not PCI based. Signed-off-by: Rob Herring rob.herr...@calxeda.com Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH v4 0/6] Add Highbank platform

2011-07-04 Thread Wolfgang Denk
Dear Rob Herring, In message 1309275583-11763-1-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com This series enables non-PCI AHCI controllers and adds support for Calxeda Highbank platform which uses the AHCI changes. Changes from v3: - Added

[U-Boot] [PATCH 1/2] net/eth.c: make eth_get_dev_by_name(NULL) safe

2011-07-04 Thread helmut . raiger
From: Helmut Raiger helmut.rai...@hale.at eth_get_dev_by_name() is not safe to use for devname being NULL as it uses strcmp. This patch makes it return NULL if devname NULL is passed. Signed-off-by: Helmut Raiger helmut.rai...@hale.at --- net/eth.c |2 +- 1 files changed, 1 insertions(+), 1

[U-Boot] [PATCH 2/2] smc911x MII made available

2011-07-04 Thread helmut . raiger
From: Helmut Raiger helmut.rai...@hale.at The driver already had the MII functions, but they have not been registered using miiphy_register(). Signed-off-by: Helmut Raiger helmut.rai...@hale.at --- drivers/net/smc911x.c | 36 ++-- 1 files changed, 30

[U-Boot] sending updated patch versions

2011-07-04 Thread Holger Brunck
Hi Wolfgang, I have a short question about sending updated patch versions. I have read: http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions and I wonder if it is needed to update the history of *all* patches in a serie even if for different specific patches nothing was

[U-Boot] [PATCH v2] scb9328: Add ARM relocation support

2011-07-04 Thread Torsten Koschorrek
This patch fixes compiler errors due to missing definitions of CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. It also does some cleanup: CONFIG_SYS_TEXT_BASE was moved to scb9328.h, obsolete config.mk was removed. The scb9328 board has 1 DRAM bank, so don't ask for more banks.

Re: [U-Boot] debugging with XDS100v2 Omap 3530

2011-07-04 Thread Nick Thompson
On 02/07/11 14:47, Amit kumar wrote: Hi, I am new to U-Boot and my task involves porting U-Boot to Omap3530. I have XDS100v2 but I don't have a JTAG Software to support this on Ubuntu host PC. Please, suggest an open source Jtag Software for this. TI's debugger CCSv5.1.x (not open source)

Re: [U-Boot] debugging with XDS100v2 Omap 3530

2011-07-04 Thread Amit kumar
Hi, I found openocd and xds100v2 working with omap3530, the issue was related to libusb version (0.1.12 works fine). Still trying to use it fully. Thanks very much. On Mon, Jul 4, 2011 at 7:11 PM, Nick Thompson nick.thomp...@ge.com wrote: On 02/07/11 14:47, Amit kumar wrote: Hi, I

Re: [U-Boot] [PATCH 3/6] arm: add __ilog2 function

2011-07-04 Thread Rob Herring
Wolfgang, On 07/04/2011 05:13 AM, Wolfgang Denk wrote: Dear Rob Herring, In message 1309275583-11763-4-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com Add __ilog2 function for ARM. Needed for ahci.c Signed-off-by: Rob Herring

[U-Boot] [PATCH] MUSB timeout broken

2011-07-04 Thread Orjan Friberg
The following construct (musb_hcd.c, usb_lowlevel_init) timeout = musb_cfg.timeout; while (timeout--) if (readb(musbr-devctl) MUSB_DEVCTL_HM) break; will leave timeout == -1 when the timeout is reached, hence the timeout detecting code

Re: [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-07-04 Thread Rob Herring
Wolfgang, On 07/04/2011 05:17 AM, Wolfgang Denk wrote: Dear Rob Herring, In message 1309275583-11763-6-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com Add support for AHCI controllers that are not PCI based. Signed-off-by: Rob Herring

Re: [U-Boot] sending updated patch versions

2011-07-04 Thread Wolfgang Denk
Dear Holger, In message 4e119d36.7040...@keymile.com you wrote: and I wonder if it is needed to update the history of *all* patches in a serie even if for different specific patches nothing was changed. Or if it sufficient if only the subject indicates the version number for such patches.

Re: [U-Boot] [PATCH] MUSB timeout broken

2011-07-04 Thread Wolfgang Denk
Dear Orjan Friberg, In message 4e11d02e.7030...@flatfrog.com you wrote: The following construct (musb_hcd.c, usb_lowlevel_init) timeout = musb_cfg.timeout; while (timeout--) if (readb(musbr-devctl) MUSB_DEVCTL_HM) break; will leave

Re: [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers

2011-07-04 Thread Wolfgang Denk
Dear Rob, In message 4e11d372.8090...@calxeda.com you wrote: -#error no scsi device defined +#define SCSI_VEND_ID 0 +#define SCSI_DEV_ID 0 #endif I'm not sure if this is a good idea. Please explain. This is the PCI ID and is only used here: common/cmd_scsi.c:183:

Re: [U-Boot] [PATCH v4 0/6] Add Highbank platform

2011-07-04 Thread Albert ARIBAUD
Hi Wolfgang, Le 04/07/2011 12:28, Wolfgang Denk a écrit : Dear Albert ARIBAUD, In message4e0c63d0.9010...@aribaud.net you wrote: Seems like there are no additional comments and most of the code is for There are not much additional comments because Rob's patches should all be ignored, or

Re: [U-Boot] sending updated patch versions

2011-07-04 Thread Holger Brunck
Hi, On 07/04/2011 05:05 PM, Wolfgang Denk wrote: In message 4e119d36.7040...@keymile.com you wrote: and I wonder if it is needed to update the history of *all* patches in a serie even if for different specific patches nothing was changed. Or if it sufficient if only the subject

Re: [U-Boot] sending updated patch versions

2011-07-04 Thread Wolfgang Denk
Dear Holger, In message 4e11db54.9000...@keymile.com you wrote: So if I get a request to update 4/5 from a already posted patch serie which message id I have to enter for In-Reply-To for the first email? I assume I have to use the message id from the initial 4/5 Patch Email which has hit the

[U-Boot] [PATCH v2] MUSB timeout broken

2011-07-04 Thread Orjan Friberg
Use pre-decrement to leave timeout at 0 when the timeout happens (which is what the timeout detecting code expects). Signed-off-by: Orjan Friberg o...@flatfrog.com --- drivers/usb/musb/musb_hcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] using a GPIO to toggle tftp boot mode

2011-07-04 Thread Chris Gray
simple genius. thanks! On Sun, Jul 3, 2011 at 11:12 PM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Chris, Le 04/07/2011 07:50, Chris Gray a écrit : I'm hoping to come up with a way to configure a recovery mechanism using uboot. the idea is if the main OS image needs to be

Re: [U-Boot] [PATCH] part_dos: fix crash with big sector size

2011-07-04 Thread Sergei Shtylyov
Hello. I wrote: Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when it tries to read the MBR into 512-byte buffer situated on stack. Instead use the variable length arrays to be safe with any large sector size. Signed-off-by: Sergei Shtylyov sshtyl...@ru.mvista.com

[U-Boot] [PATCH 0/5] Make u-boot a bit easier for newbies to port

2011-07-04 Thread Christopher Harvey
After learning a bit about u-boot I created this series of patches that I thought would help people port u-boot in the future. Patches range from adding documentation for things that weren't immediately obvious to me, up to checking to make sure that values that are essential to booting the kernel

[U-Boot] [PATCH 1/5] Added documentation for CONFIG_SYS_TEXT_BASE for ARM.

2011-07-04 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- README |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index a760cf3..a0090ef 100644 --- a/README +++ b/README @@ -2355,6 +2355,15 @@ Configuration Settings: - CONFIG_SYS_SDRAM_BASE:

[U-Boot] [PATCH 2/5] Added extra documentation about how the relocation address to RAM is picked for ARM.

2011-07-04 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- doc/README.arm-relocation |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/doc/README.arm-relocation b/doc/README.arm-relocation index 5a9a2fb..954627d 100644 --- a/doc/README.arm-relocation +++

[U-Boot] [PATCH 3/5] Removed unused define, CONFIG_ARMV7.

2011-07-04 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- include/configs/am3517_crane.h |2 +- include/configs/am3517_evm.h|2 +- include/configs/ca9x4_ct_vxp.h |2 +- include/configs/cm_t35.h|2 +- include/configs/devkit8000.h|2 +-

[U-Boot] [PATCH 4/5] Don't compile in large memory test function by default.

2011-07-04 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- common/cmd_mem.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index a5576aa..833af66 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -610,6 +610,8 @@ int

[U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- arch/arm/lib/board.c |4 arch/arm/lib/bootm.c |6 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 169dfeb..dbb835a 100644 --- a/arch/arm/lib/board.c +++

Re: [U-Boot] [PATCH 3/5] Removed unused define, CONFIG_ARMV7.

2011-07-04 Thread Jason
On Mon, Jul 04, 2011 at 01:44:26PM -0400, Christopher Harvey wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- include/configs/am3517_crane.h |2 +- include/configs/am3517_evm.h|2 +- include/configs/ca9x4_ct_vxp.h |2 +- include/configs/cm_t35.h

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Jason
On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- arch/arm/lib/board.c |4 arch/arm/lib/bootm.c |6 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/board.c

Re: [U-Boot] [PATCH 3/5] Removed unused define, CONFIG_ARMV7.

2011-07-04 Thread Christopher Harvey
On Mon, Jul 04, 2011 at 02:00:12PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 01:44:26PM -0400, Christopher Harvey wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- include/configs/am3517_crane.h |2 +- include/configs/am3517_evm.h|2 +-

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Christopher Harvey
On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- arch/arm/lib/board.c |4 arch/arm/lib/bootm.c |6 ++ 2 files changed, 10 insertions(+), 0

[U-Boot] [PATCH] mx31pdk: cosmetic: Fix line over 80 characters

2011-07-04 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx31pdk.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 5f70023..35ceacd 100644 --- a/include/configs/mx31pdk.h +++

Re: [U-Boot] [PATCH 1/5] Added documentation for CONFIG_SYS_TEXT_BASE for ARM.

2011-07-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110704174320.gb3...@harvey-pc.matrox.com you wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- README |9 + 1 files changed, 9 insertions(+), 0 deletions(-) Please don't make this ARM specific. CONFIG_SYS_TEXT_BASE has the

Re: [U-Boot] [PATCH 2/5] Added extra documentation about how the relocation address to RAM is picked for ARM.

2011-07-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110704174348.gc3...@harvey-pc.matrox.com you wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- doc/README.arm-relocation |9 - 1 files changed, 8 insertions(+), 1 deletions(-) Please let's stop with ARM specific documatation of

Re: [U-Boot] [PATCH 3/5] Removed unused define, CONFIG_ARMV7.

2011-07-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110704184659.gg3...@harvey-pc.matrox.com you wrote: Need the empty line that wasn't there before? Same Q for every file in this patch. I generated this patch with sed actually. I could easily re-run it and tell it to remove the newlines. Lets see if

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110704174541.gf3...@harvey-pc.matrox.com you wrote: Signed-off-by: Christopher Harvey char...@matrox.com --- arch/arm/lib/board.c |4 arch/arm/lib/bootm.c |6 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110704185554.gh3...@harvey-pc.matrox.com you wrote: On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote: Signed-off-by: Christopher Harvey char...@matrox.com ---

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Jason
On Mon, Jul 04, 2011 at 02:55:54PM -0400, Christopher Harvey wrote: On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote: +Hopefully there will never be this many machines. +Can't use 0 since 0 is already used

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Christopher Harvey
On Mon, Jul 04, 2011 at 04:13:49PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 02:55:54PM -0400, Christopher Harvey wrote: On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote: + Hopefully there will never be

Re: [U-Boot] [PATCH] video: Use memset instead of loop

2011-07-04 Thread Anatolij Gustschin
On Wed, 29 Jun 2011 13:57:25 +0200 Matthias Weisser weiss...@arcor.de wrote: There is a optimized version of memset in u-boot available so use it instead of the hand written loop version. Signed-off-by: Matthias Weisser weiss...@arcor.de --- drivers/video/mb86r0xgdc.c |3 +-- 1 files

Re: [U-Boot] [PATCH 1/3] arm: add CONFIG_MACH_TYPE option and documentation

2011-07-04 Thread Christopher Harvey
On Mon, Jul 04, 2011 at 12:00:19PM +0300, Igor Grinberg wrote: CONFIG_MACH_TYPE can be used to set the machine type number in the common arm code instead of setting it in the board code. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- README | 12

Re: [U-Boot] [PATCH 5/5] Warn when the machine ID isn't passed to an ARM kernel and u-boot is compiled in debug mode. The kernel cannot boot without it.

2011-07-04 Thread Jason
On Mon, Jul 04, 2011 at 04:32:35PM -0400, Christopher Harvey wrote: On Mon, Jul 04, 2011 at 04:13:49PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 02:55:54PM -0400, Christopher Harvey wrote: On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote: On Mon, Jul 04, 2011 at 01:45:41PM -0400,

[U-Boot] [PATCH] video: update Makefile to include OMAP3 DSS driver

2011-07-04 Thread Anatolij Gustschin
From: Jason Kridner jkrid...@beagleboard.org Adding the OMAP3 DSS video driver to the Makefile. The patch applied to u-boot-ti didn't include this for some reason. Signed-off-by: Jason Kridner jkrid...@beagleboard.org Signed-off-by: Anatolij Gustschin ag...@denx.de --- replaces patch video: DSS

Re: [U-Boot] [PATCH v3] OMAP3: Add DSS driver for OMAP3

2011-07-04 Thread Anatolij Gustschin
On Wed, 20 Apr 2011 18:52:48 -0500 Jason Kridner jkrid...@beagleboard.org wrote: From: Syed Mohammed Khasim kha...@ti.com Supports dynamic panel configuration Supports dynamic tv standard selection Adds support for DSS register access through generic APIs Incorporated DSS register access

Re: [U-Boot] [PATCH 1/3] arm: add CONFIG_MACH_TYPE option and documentation

2011-07-04 Thread Albert ARIBAUD
Hi Harvey, Le 04/07/2011 23:06, Christopher Harvey a écrit : On Mon, Jul 04, 2011 at 12:00:19PM +0300, Igor Grinberg wrote: CONFIG_MACH_TYPE can be used to set the machine type number in the common arm code instead of setting it in the board code. Signed-off-by: Igor

Re: [U-Boot] [PATCH 1/3] arm: add CONFIG_MACH_TYPE option and documentation

2011-07-04 Thread Albert ARIBAUD
Le 05/07/2011 00:03, Albert ARIBAUD a écrit : Hi Harvey, Sorry Christopher, I mixed up. Le 04/07/2011 23:06, Christopher Harvey a écrit : On Mon, Jul 04, 2011 at 12:00:19PM +0300, Igor Grinberg wrote: CONFIG_MACH_TYPE can be used to set the machine type number in the common arm code instead

Re: [U-Boot] [PATCH 1/3] arm: add CONFIG_MACH_TYPE option and documentation

2011-07-04 Thread Wolfgang Denk
Dear Christopher Harvey, In message 20110704210619.ga3...@harvey-pc.matrox.com you wrote: I'm curious, is it a feature that bd-bi_arch_number can be set at runtime? Do any boards actually make a decision about what value to Yes, this is a feature. It comes in handy in a number of cases. set

Re: [U-Boot] [PATCH 1/5] video: mb862xx: support Coral-PA controller

2011-07-04 Thread Anatolij Gustschin
On Fri, 27 May 2011 16:08:20 +0200 Anatolij Gustschin ag...@denx.de wrote: Add detection of Coral-PA and configure Coral CCF an MMR parameters using CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx_MMR macros. Use CCF and MMR parameters for Coral-P Eval. Board if the appropriate macros weren't

Re: [U-Boot] Pull request: u-boot-arm/master

2011-07-04 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4e1182f8.2010...@aribaud.net you wrote: Hi Wolfgang, The following changes since commit ff6b47ad23365964f7d75f8878f17388a024dc8d: Makefile: need to remove generated u-boot-nand_spl.lds (2011-07-01 15:58:46 -0500) are available in the git repository

Re: [U-Boot] [PATCH] [v2] video: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-07-04 Thread Anatolij Gustschin
On Thu, 26 May 2011 09:02:17 -0500 Timur Tabi ti...@freescale.com wrote: The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision C) board. This device only supports 800x600 resolution, so if that resolution is selected, assume that this is the device. The device is attached to the

Re: [U-Boot] [PATCH] video: update Makefile to include OMAP3 DSS driver

2011-07-04 Thread Anatolij Gustschin
On Mon, 4 Jul 2011 23:51:27 +0200 Anatolij Gustschin ag...@denx.de wrote: From: Jason Kridner jkrid...@beagleboard.org Adding the OMAP3 DSS video driver to the Makefile. The patch applied to u-boot-ti didn't include this for some reason. Signed-off-by: Jason Kridner

[U-Boot] Pull request: u-boot-video/master

2011-07-04 Thread Anatolij Gustschin
Hello Wolfgang, The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c: Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200) are available in the git repository at: git://git.denx.de/u-boot-video.git master Anatolij Gustschin (1): video:

Re: [U-Boot] Pull request u-boot-blackfin.git (post branch)

2011-07-04 Thread Mike Frysinger
On Sunday, July 03, 2011 18:30:05 Wolfgang Denk wrote: Mike Frysinger wrote: i'm not ignoring any rules. you said you dont want dumps of patches that havent been changed and lack pointing back to previous sets. fine.

Re: [U-Boot] [PATCH 1/2] net/eth.c: make eth_get_dev_by_name(NULL) safe

2011-07-04 Thread Mike Frysinger
On Monday, July 04, 2011 06:29:51 helmut.rai...@hale.at wrote: eth_get_dev_by_name() is not safe to use for devname being NULL as it uses strcmp. This patch makes it return NULL if devname NULL is passed. i'm not sure about this. passing NULL is wrong, and the caller should catch that

Re: [U-Boot] Pull request u-boot-blackfin.git (post branch)

2011-07-04 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201107042125.54555.vap...@gentoo.org you wrote: http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions which is irrelevant like i already said multiple times -- these patches arent updated So there is zero reason for resending. you

Re: [U-Boot] [PATCH 3/6] arm: add __ilog2 function

2011-07-04 Thread Aneesh V
Hi Rob, On Tuesday 28 June 2011 09:09 PM, Rob Herring wrote: From: Rob Herringrob.herr...@calxeda.com Add __ilog2 function for ARM. Needed for ahci.c Signed-off-by: Rob Herringrob.herr...@calxeda.com Cc: Albert ARIBAUDalbert.arib...@free.fr --- arch/arm/include/asm/bitops.h |9

[U-Boot] [PATCH v2] Blackfin: dont reset SWRST on newer bf526 parts

2011-07-04 Thread Mike Frysinger
The bug in the BF526 rom when doing a software reset exists only in older silicon versions, so don't clear SWRST on newer parts. Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - skip 0.1 silicon as well since it seems to work arch/blackfin/cpu/reset.c |4 +++- 1 files

[U-Boot] [PATCH 19/21] Blackfin: serial: move early debug strings into .rodata section

2011-07-04 Thread Mike Frysinger
Rewrite the assembly serial_early_puts() helper to place the strings in the .rodata section rather than embedding them directly in the .text section. Using .text is a little simpler, but it doesn't let people execute out of internal L1 sram (since core reads don't work on those regions).

[U-Boot] [PATCH 20/21] Blackfin: switch to common display_options()

2011-07-04 Thread Mike Frysinger
Use common code to output the version string rather than doing it ourselves. Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/lib/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/lib/board.c b/arch/blackfin/lib/board.c index

[U-Boot] [PATCH 21/21] Blackfin: jtag-console: fix timer usage

2011-07-04 Thread Mike Frysinger
Reported-by: Graeme Russ graeme.r...@gmail.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/blackfin/cpu/jtag-console.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/cpu/jtag-console.c b/arch/blackfin/cpu/jtag-console.c index