[U-Boot] How to debug uboot code on Samsung S5pv210 chip by eclipse and JTAG?

2012-05-28 Thread 坚石
    I have found some tutorials to debug uboot an samsung 2440 and 6410 chip by JTAG .I also known I must write a init program or script first .But I don't known to debug uboot on S5pv210 and write the init DDR script.Anyone gives me a guide to establish the process. Thanks.

[U-Boot] Detecting board revision that needs to be done after relocation

2012-05-28 Thread Fabio Estevam
Hi, I need to provide a get_board_rev() function that depends on I2C probe of a PMIC to decide between the board revision. I2C is only available after relocation, so what is the correct way to "delay" get_board_rev, so that it gets called only at a time when I2C is ready? Thanks, Fabio Estevam

[U-Boot] AM3703 Overo SPL/u-boot booting woes

2012-05-28 Thread Charles Manning
Hello All I am trying to use SPL to boot an AM3703-based overo board from NAND. SPL runs and seems to load u-boot correctly but u-boot does not run correctly. When I use the same SPL and u-boot from MMC, everything boots fine. I have modified SPL slightly to add some extra debugging. Any ideas

Re: [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-28 Thread Michael Walle
Am Donnerstag 24 Mai 2012, 10:26:44 schrieb Prafulla Wadaskar: > > + > > +void kirkwood_mpp_save(void) > > This should be > void kirkwood_mpp_save(unsigned int *mpp_ctrl, int len) > > > +{ > > + int i; > > + > > + for (i = 0; i < MPP_NR_REGS; i++) > > + mpp_regs[i] = readl(MPP_CTRL(

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-28 Thread Michael Walle
[sorry for my first mail.. wasn't intented to be send] Sorry for being too late on this. Am Mittwoch 23 Mai 2012, 19:57:58 schrieb Joe Hershberger: > Make the MAC-seeded random number generator available to /net in > general. MAC-seeded rand will be needed by link-local as well, so > give it an

Re: [U-Boot] [PATCH v3 02/21] net: Move MAC-seeded rand out of bootp.c

2012-05-28 Thread Michael Walle
Am Mittwoch 23 Mai 2012, 19:57:58 schrieb Joe Hershberger: > t_ran -- Mit freundlichen Grüßen, Michael Walle In den Rohrwiesen 1a 66440 Blieskastel mich...@walle.cc --- Don't cry because it is over, smile because it happened. ___ U-Boot mailing lis

Re: [U-Boot] [PATCH] Kirkwood: declare mpp config static and const

2012-05-28 Thread Michael Walle
Hi Luka, Am Sonntag 27 Mai 2012, 23:20:29 schrieb Luka Perkov: > NACK. At least in this version. Please double check all the kirkwood > boards (taken from boards.cfg): ups sorry, actually my tree wasn't up to date :( pogo_e02 is missing, too. > diff --git a/board/raidsonic/ib62x0/ib62x0.c > b/

[U-Boot] U-boot on xup-ml509 board

2012-05-28 Thread Wesley Gonçalves
Hello, I have been working with Leon3 on a XUP-ML509 ( http://www.xilinx.com/univ/xupv5-lx110t.htm) and I have ported the u-boot for this board. In the u-boot execution I have a problem with the flash: Flash: 32 MiB *** Warning - bad CRC, using default environment Following some readings in fo

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-28 Thread Dirk Behme
On 27.05.2012 19:16, Eric Nelson wrote: Hi Dirk, On 05/26/2012 11:04 PM, Dirk Behme wrote: Hi Troy, On 26.05.2012 23:01, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can boot from either SD Card. Thanks! Just for my unders

[U-Boot] [PATCH] mx53loco: Fix revision of Dialog boards

2012-05-28 Thread Fabio Estevam
Original code was assuming that the fuse revision version for all mx53loco boards based on Dialog PMIC was the same, which is not the case. Force the revision of Dialog-based boards to 0. This fixes a kernel crash when Dialog PMIC is accessed in the kernel for rev E boards. Signed-off-by: Fabi

Re: [U-Boot] [PATCH 2/3] usb/gadget: add the fastboot gadget

2012-05-28 Thread Macpaul Lin
Hi Wolfgang and Mike, > > missing comment block with license/copyright/etc... > > -mike > > [strip] > Are you 100% sure this is a GPLv2+ compatible license??? I don't think > so... [strip] > > For U-Boot, we need GPLv2+. Please see bullet # 3 at > http://www.denx.de/wiki/view/U Boot/Patches#Attri

[U-Boot] msm7630 mainline request

2012-05-28 Thread Srikanth Reddy
Hi, The patch for msm7630 was released to the u-boot community on 16-Feb-2-2012 can this be mainlined in v2012.07 release.The Patches contain the following support * low speed uart for msm7630 * inter processor communication * qc_mmc microcontroller * msm7630 soc

Re: [U-Boot] [PATCH] Kirkwood: declare mpp config static and const

2012-05-28 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 26 May 2012 05:57 > To: u-boot@lists.denx.de > Cc: Mike Frysinger; Michael Walle; Prafulla Wadaskar; Simon Guinot; > Jason Cooper; Siddarth Gore; Eric Cooper; Stefan Herbrechtsmeier; > Valentin Longchamp > Subjec

Re: [U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-05-28 Thread Bo Shen
Hi All, On 5/21/2012 9:50, Bo Shen wrote: Enable new PIO feature supported by Atmel SoC. Using CPU_HAS_PIO3 micro to enable PIO new feature. Signed-off-by: Bo Shen --- Changes since v1: - remove the legacy interface. Changes since v2: - keep the legacy interface, don't touch it. arch/arm

Re: [U-Boot] [PATCH v3] video: atmel/lcd: add LCD driver for new Atmel SoC

2012-05-28 Thread Bo Shen
Hi Anatolij, On 5/25/2012 18:59, Anatolij Gustschin wrote: From: Bo Shen The new Atmel SoC (at91sam9x5 series and at91sam9n12) add a totally different LCD controller. Add this new driver to support it. Using CONFIG_ATMEL_HLCD (distinguish with CONFIG_ATMEL_LCD) to enable this in board configur

Re: [U-Boot] [PATCH v2] video: atmel/lcd: add LCD driver for Atmel new SoC

2012-05-28 Thread Bo Shen
Hi Anatolig, On 5/25/2012 19:04, Anatolij Gustschin wrote: Hi, On Tue, 22 May 2012 16:47:29 +0800 Bo Shen wrote: ... diff --git a/drivers/video/atmel_hlcdfb.c b/drivers/video/atmel_hlcdfb.c new file mode 100644 index 000..0fd7800 --- /dev/null +++ b/drivers/video/atmel_hlcdfb.c ... +#de