On 04/03/2012 08:35 AM, Prafulla Wadaskar wrote:
>
>
>> -Original Message-
>> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com]
>> Sent: 02 April 2012 19:07
>> To: Prafulla Wadaskar
>> Cc: u-boot@lists.denx.de; Gerlando Falauto; Holger Brunck
>> Subject: Re: [PATCH v2] spi/
Hi Mike,
On Sun, Apr 1, 2012 at 12:48 PM, Mike Frysinger wrote:
> On Saturday 31 March 2012 03:30:55 Simon Glass wrote:
>> --- a/common/cmd_pxe.c
>> +++ b/common/cmd_pxe.c
>>
>> + return run_command_list(localcmd, strlen(localcmd), 0);
>
> should be -1 instead of strlen()
done
>
>> +int run
Dear Mike Frysinger,
> On Monday 02 April 2012 08:57:56 Daniel Schwierzeck wrote:
> > Make endianess of target CPU configurable. Use the new config
> > option for dbau1550_el and pb1000 boards.
> >
> > Adapt linking of standalone applications to pass through
> > endianess options to LD.
>
> Acke
Hi Mike,
On Sun, Apr 1, 2012 at 12:53 PM, Mike Frysinger wrote:
> On Saturday 31 March 2012 03:30:58 Simon Glass wrote:
>> --- /dev/null
>> +++ b/test/Makefile
>>
>> +include $(TOPDIR)/config.mk
>> +
>> +LIB = $(obj)libtest.o
>> +
>> +COBJS-$(CONFIG_SANDBOX) += command_ut.o
>> +
>> +COBJS
> -Original Message-
> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com]
> Sent: 04 April 2012 12:32
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Gerlando Falauto; Holger Brunck
> Subject: Re: [PATCH v2] spi/kirkwood: add weak functions
> board_spi_bus_claim/release
Hi Gerlando,
On Mon, Apr 2, 2012 at 1:43 PM, Gerlando Falauto
wrote:
> On 04/02/2012 08:57 PM, Marek Vasut wrote:
>>
>> Dear Gerlando Falauto,
>>
>>> Add 2 new arguments to himport_r():
>>>
>>> o "nvars", "vars": number and list of variables to take into account
>>> (0 means ALL)
>>>
>>
>> Lo
On 04/04/2012 00:13, Fabio Estevam wrote:
> Hi Stefano,
>
Hi Fabio,
> On Tue, Mar 20, 2012 at 6:40 PM, Fabio Estevam
> wrote:
>> mx5: Add clock config interface
>>
>> Add clock config interface support, so that we
>> can configure CPU or DDR clock in the later init
>>
>> Signed-off-by: Jason Li
On 04/04/2012 07:54, Dirk Behme wrote:
> On 03.04.2012 16:32, Stefano Babic wrote:
>> Freescale SOCs require an header to u-boot.bin
>>
>> The patch adds u-boot.imx to the default targets
>> if the imx file is set (IMX_CONFIG).
>>
>> Signed-off-by: Stefano Babic
>> Cc: Albert ARIBAUD
>> CC: Loïc
Dear Puneet Saxena,
> This avoids cache-alignment warnings shown in console
> when a usb command is entered.
>
> Whenever X bytes of unaligned buffer is invalidated, arm core
> invalidates X + Y bytes as per the cache line size and throws
> these warnings.
>
> Signed-off-by: Puneet Saxena
> ---
Dear Amit Virdi,
> From: Pratyush Anand
>
> Driver for designware otg device only implements device functionality
> and is meant to be used with usbtty interface.
> This driver will work mainly for Control and Bulk endpoints. Periodic
> transfer has not been verified using these drivers.
>
> Si
On 2 April 2012 17:39, Donghwa Lee wrote:
> This patch is for display driver version 3 of EXYNOS SoC.
>
> [1/4]: ARM: EXYNOS: definition of system registers
> - to contorl FIMD of LBLK0 bypass selection, add missed
> definitions of system register
> [2/4]: ARM: EXYNOS: add data st
Hi Simon,
OK I haven't tried it yet, but this sounds awesome.
I wonder how people manage to send and rework their patches without such
tool. Even one single patchset has been giving me strong enough
headaches so far, not to mention the massive waste of time.
I pretty much agree with Albert, t
Hi Dirk,
On Apr 4, 2012, at 1:37 AM, Dirk Behme wrote:
> On 04.04.2012 02:33, Joe Hershberger wrote:
>> On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass wrote:
>>> Hi Dirk,
>>>
>>> On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme
>>> wrote:
5. I'm still hoping that we could get
http:/
Hi!
Sorry for not looking at this earlier. The patch looks pretty good, but
there are some style issues, please see some comments below.
Also the patch subject should reflect on which subsystem the patch is
doing the changes, so I would suggest using the patch subject like
"LCD: add data structur
Hi Mike,
On Mon, Jan 16, 2012 at 8:10 PM, Mike Frysinger wrote:
> This field gets read in one place (by "bdinfo"), and we can replace
> that with getenv("ipaddr"). After all, the bi_ip_addr field is kept
> up-to-date implicitly with the value of the ipaddr env var.
>
> Signed-off-by: Mike Frysin
Hi Mike,
On Mon, Jan 16, 2012 at 8:10 PM, Mike Frysinger wrote:
> All arches init this the same way, so move the logic into the core
> net code to avoid duplicating it everywhere else.
>
> Signed-off-by: Mike Frysinger
Please rebase.
Thanks,
-Joe
___
Hi!
On Wed, 4 Apr 2012 17:24:17 +0900
Minkyu Kang wrote:
> On 2 April 2012 17:39, Donghwa Lee wrote:
> > This patch is for display driver version 3 of EXYNOS SoC.
> >
> > [1/4]: ARM: EXYNOS: definition of system registers
> > - to contorl FIMD of LBLK0 bypass selection, add missed
> >
Hi Rob,
On Tue, Mar 6, 2012 at 9:03 PM, Rob Herring wrote:
> From: Rob Herring
>
> If the net driver has setup a valid ethernet address and an ethernet
> address is not set in the environment already, then set the environment
> variables from the net driver setting.
>
> This enables pxe booting
Hi Wolfgang,
Please pull following commits:
The following changes since commit
c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)
are available in the git repository at:
ssh://gu-onen...@git.denx.de/u-boot-onenand master
Lukasz Majewski (4):
on
Hi Sebastian,
On Tue, Apr 3, 2012 at 3:54 PM, Sebastian Andrzej Siewior
wrote:
> On 04/03/2012 10:42 PM, Mike Frysinger wrote:
>>
>> On Friday 23 March 2012 16:11:19 Sebastian Andrzej Siewior wrote:
>>>
>>> --- a/drivers/net/tsec.c
>>> +++ b/drivers/net/tsec.c
>>>
>>> + if (strcmp(getenv("s
Hi Stephan,
On Fri, Mar 30, 2012 at 5:07 PM, Stephan Linz wrote:
> I like it ;) but unfortunately I have no custodian tree :(
Applied.
Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Wolfgang,
Please pull following commits:
The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
Wolfgang Denk (1):
Prepare v2012.04-rc1
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Amit Virdi (1):
net/designware: Cha
Hi Stephan,
On Sat, Feb 25, 2012 at 5:06 AM, Stephan Linz wrote:
>> U-Boot's multipple network supports enables to use
>> several ethernet drivers but microblaze-generic
>> platform config file select only one driver.
Applied.
Thanks,
-Joe
___
U-Boot
Hi Stephan,
On Sat, Feb 25, 2012 at 4:48 AM, Stephan Linz wrote:
> Expand the specific configuration for the microblaze-generic
> board in xparameters.h with a faked setup to enable the
> LL_TEMAC driver.
Applied.
Thanks,
-Joe
___
U-Boot mailing list
Hi Stephan,
On Sat, Feb 25, 2012 at 4:48 AM, Stephan Linz wrote:
> Initialize ll_temac driver.
Applied.
Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Gerlando,
On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto
wrote:
> Hi Simon,
>
> OK I haven't tried it yet, but this sounds awesome.
> I wonder how people manage to send and rework their patches without such
> tool. Even one single patchset has been giving me strong enough headaches so
> far,
On 04/04/2012 06:16 PM, Simon Glass wrote:
Hi Gerlando,
On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto
wrote:
Hi Simon,
OK I haven't tried it yet, but this sounds awesome.
I wonder how people manage to send and rework their patches without such
tool. Even one single patchset has been givin
Hi Gerlando,
On Wed, Apr 4, 2012 at 9:38 AM, Gerlando Falauto
wrote:
> On 04/04/2012 06:16 PM, Simon Glass wrote:
>>
>> Hi Gerlando,
>>
>> On Wed, Apr 4, 2012 at 3:35 AM, Gerlando Falauto
>> wrote:
>>>
>>> Hi Simon,
>>>
>>> OK I haven't tried it yet, but this sounds awesome.
>>> I wonder how pe
this patch fixed following warning.
tzpc_init.c: In function 'tzpc_init':
tzpc_init.c:35: warning: assignment from incompatible pointer type
Signed-off-by: Minkyu Kang
Cc: Chander Kashyap
---
board/samsung/smdk5250/tzpc_init.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --
Hi all,
I am trying to talk to some device connected to the i2c bus from u boot
terminal. When I issue i2c md command able to get some values, then when I
use i2c md command to write data in to some address of the same device it
works without any error. BUt the main problem is when I issue a rea
Some cosmetic changes in the imx gpio driver.
Vikram Narayanan(4):
imx: Add GPIO_TO_PORT macro
imx: Use GPIO_TO_PORT macro instead of (gpio >> 5)
imx: Return gpio_set_value in gpio_direction_output
arch/arm/include/asm/arch-mx5/gpio.h |2 ++
arch/arm/include/asm/arch-mx6/gpio.h |2 ++
imx: Return gpio_set_value in gpio_direction_output
Signed-off-by: Vikram Narayanan
---
drivers/gpio/mxc_gpio.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
100.0% drivers/gpio/
diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c
index c4ef001..147c2c9 100644
--- a/d
Sorry for the subject. It should have been [PATCH 0/3]
A small typo.
On 4/4/2012 9:33 PM, Vikram Narayanan wrote:
Some cosmetic changes in the imx gpio driver.
Vikram Narayanan(4):
imx: Add GPIO_TO_PORT macro
imx: Use GPIO_TO_PORT macro instead of (gpio >> 5)
imx: Return gpio_set_value in gpio_
Trying to read (and then modify) the uboot environment in NAND from
linux userspace and I am running into some issues.
I downloaded the latest uboot and I am first trying only the latest
fw_printenv on my current system:
root:/> cat /etc/fw_env.config
# Configuration file for fw_(printenv/saveenv
imx: Add GPIO_TO_PORT macro
Signed-off-by: Vikram Narayanan
---
arch/arm/include/asm/arch-mx5/gpio.h |2 ++
arch/arm/include/asm/arch-mx6/gpio.h |2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
50.0% arch/arm/include/asm/arch-mx5/
50.0% arch/arm/include/asm/arch-mx6/
diff --g
imx: Use GPIO_TO_PORT macro instead of (gpio >> 5)
Signed-off-by: Vikram Narayanan
---
drivers/gpio/mxc_gpio.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
100.0% drivers/gpio/
diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c
index df6..c4ef001 100644
---
On Wednesday 04 April 2012 12:00:42 Bishop, Mark wrote:
> root:/> cat /etc/fw_env.config
> /dev/mtd0 0x6 0x2 0x2 1
>
> ioctl(3, MEMGETINFO, {type=MTD_NANDFLASH,
> flags=MTD_WRITEABLE, size=0x8, erasesize=0x2, writesize=0x800,
> oobsize=0x40, paddin
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote:
> From: Vipin KUMAR
>
> The network controller mac resets hardware address stored in MAC_HI and MAC_LO
> registers if mac is resetted. So, hw mac address needs to be restored in case
> mac is explicitly resetted from driver.
>
> Signed-off-by: Vi
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote:
> From: Vipin KUMAR
>
> The max frame length for normal descriptor can be 0x7FF i.e 2047. It was
> wrongly
> specified as 2048. Currently, the max descriptor length is around 1500, so
> redefining the mask to 1600
>
> Signed-off-by: Vipin Kumar
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote:
> From: Vipin Kumar
>
> Phy autonegotiation works only when the ethernet cable is plugged in.
> Since the phy was configured only at the init time, a plugged in cable
> was necessary to initialize the phy properly.
>
> This patch keeps a flag to
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote:
> From: Vikas Manocha
>
> If AN(auto-negotiation) is ON, speed bit of control register are not
> applicable. Also phy registers were not getting programmed as per the
> result of AN. This patch sets only AN bit & restart AN bit for AN ON
> selec
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote:
> From: Armando Visconti
>
> This patch forces the advertised capabilities during auto
> negotiation to always be 10/100 Mbps and half/full as duplexing.
>
> Signed-off-by: Armando Visconti
> Signed-off-by: Amit Virdi
Applied.
Thanks,
-Joe
__
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote:
> The new implementation changes the timeout loop implementation to avoid 1 ms
> delay in each failing test. It also configures the delay to 10usec.
>
> Signed-off-by: Amit Virdi
Applied.
Thanks,
-Joe
___
On Tue, Apr 03, 2012 at 10:42:38PM -0400, Mike Frysinger wrote:
> On Tuesday 03 April 2012 19:45:11 Tom Rini wrote:
> > On Tue, Apr 03, 2012 at 05:35:25PM -0400, Mike Frysinger wrote:
> > > On Thursday 22 March 2012 15:09:14 Tom Rini wrote:
> > > > --- a/include/configs/omap3_common.h
> > > > +++ b
On Tue, Apr 03, 2012 at 12:37:03PM +0200, Thomas Weber wrote:
> From: Bernhard Walle
>
> Since kernel should be in a ubifs partition, we need UBIFS.
> The greater malloc size is needed for UBIFS.
>
> Signed-off-by: Bernhard Walle
>
> Squashed two commits (UBIFS enabled and malloc size increas
> -Original Message-
> From: Mike Frysinger [mailto:vap...@gentoo.org]
> Sent: Wednesday, April 04, 2012 1:15 PM
> To: u-boot@lists.denx.de
> Cc: Bishop, Mark
> Subject: Re: [U-Boot] fw_printenv can't read the uboot enviroment from
> NAND
>
> On Wednesday 04 April 2012 12:00:42 Bishop, Mar
This SD DMA function of i.MX28 is still apparently too experimental to be
enabled by default in 2012.04 release. Enable this feature only if the user
plans to tinker with DCache or explicitly enables it.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Fabio
On Wed, Apr 4, 2012 at 6:51 PM, Marek Vasut wrote:
> +/* Enable DMA transfers only if DCache is on. */
> +#ifndef CONFIG_SYS_DCACHE_OFF
> +#define CONFIG_MXS_MMC_DMA
> +#endif
Your patch makes sense, but I would prefer not to couple
CONFIG_MXS_MMC_DMA with DCACHE support.
Someone may want to en
Hi,
I will modify as your comments.
On Wen, 04 Apr 2012 23:25, Anatolij Gustschin wrote:
> Hi!
>
> On Wed, 4 Apr 2012 17:24:17 +0900
> Minkyu Kang wrote:
>
>> On 2 April 2012 17:39, Donghwa Lee wrote:
>>> This patch is for display driver version 3 of EXYNOS SoC.
>>>
>>> [1/4]: ARM: EXYNOS: d
Hi,
Thank you for your comments.
On Wen, 04 Apr 2012 21:53, Anatolij Gustschin wrote:
> Hi!
>
> Sorry for not looking at this earlier. The patch looks pretty good, but
> there are some style issues, please see some comments below.
>
> Also the patch subject should reflect on which subsystem th
Hi,
I will abandon this patch set because of some dependency on previously sended
patch set and update next version.
Thank you.
On Wen 4 Apr 2012 15:28, Donghwa Lee wrote:
> EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI
> based LCD Panel could be used with it. This patch supports MIP
Dear Fabio Estevam,
> On Wed, Apr 4, 2012 at 6:51 PM, Marek Vasut wrote:
> > +/* Enable DMA transfers only if DCache is on. */
> > +#ifndef CONFIG_SYS_DCACHE_OFF
> > +#define CONFIG_MXS_MMC_DMA
> > +#endif
>
> Your patch makes sense, but I would prefer not to couple
> CONFIG_MXS_MMC_DMA with DCA
Hi Prafulla,
On Mon, Apr 2, 2012 at 7:49 AM, Prafulla Wadaskar wrote:
> Yes, the location is correct.
>
> May you please go through marvell bootloader code (if you have), I hope they
> might have hardcoded the messages.
>
>
>
> Regards..
>
> Prafulla . . .
>
>
>
>
On Wed, Apr 4, 2012 at 9:48 PM, Marek Vasut wrote:
>> Someone may want to enable cache, but still uses MMC driver in PIO mode.
>
> You don't, it's slow as crap then.
Well, this is how we have been using the MMC driver for the last 4 months.
I like the fact that your patch let PIO and DMA mode c
Building usb for Blackfin boards fails as we get linux/compiler.h
included which expands the "noinline" inside of the attribute and
we get attribute(attribute(noinline)).
Explicitly use the helper define to avoid this.
Signed-off-by: Mike Frysinger
---
common/usb.c |3 ++-
1 files changed,
No other driver sets up the part type to DOS in their init, and it
doesn't seem to be needed as `mmcinfo` and `mmc part` stll work, so
drop it.
Reported-by: Marek Vasut
Signed-off-by: Mike Frysinger
---
drivers/mmc/bfin_sdh.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --gi
All arches init this the same way, so move the logic into the core
net code to avoid duplicating it everywhere else.
Signed-off-by: Mike Frysinger
---
v2
- rebased onto mainline
arch/arm/lib/board.c|8
arch/avr32/lib/board.c |3 ---
arch/bla
This field gets read in one place (by "bdinfo"), and we can replace
that with getenv("ipaddr"). After all, the bi_ip_addr field is kept
up-to-date implicitly with the value of the ipaddr env var.
Signed-off-by: Mike Frysinger
---
v2
- rebased onto mainline
arch/arm/include/asm/u-boot.h
Hi Joe,
On 3/26/2012 3:39 PM, Amit VIRDI wrote:
From: Vipin KUMAR
The code assumes the phy address to be> 0, which is not true, the phy address
can be in the range 0-31.
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
Could you please confirm if you have applied this patch too?
Thanks
On Wednesday 04 April 2012 13:15:15 Mike Frysinger wrote:
> On Wednesday 04 April 2012 12:00:42 Bishop, Mark wrote:
> > root:/> cat /etc/fw_env.config
> > /dev/mtd0 0x6 0x2 0x2 1
> >
> > ioctl(3, MEMGETINFO, {type=MTD_NANDFLASH,
> > flags=MTD_WRITEABLE, si
If we attempt to probe beyond the end of flash, MEMGETBADBLOCK will fail
(as well it should), but we end up erroring out with the distracting:
Cannot read bad block mark: Invalid argument
Instead of the correct error:
Too few good blocks within range
Re-order the tests so we check
This patch support EXYNOS display drivers including Framebuffer and
MIPI DSI interface.
[PATCH 1/7] EXYNOS: definitions of system resgister and power management
registers.
[PATCH 2/7] EXYNOS: add LCD and MIPI DSI clock interface.
[PATCH 3/7] LCD: add data structure for EXYNOS display driver
[PAT
This is definitions of system registers and power mananagement registers for
EXYNOS SoC.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
Signed-off-by: Inki Dae
---
arch/arm/cpu/armv7/exynos/Makefile|2 +-
arch/arm/cpu/armv7/exynos/power.c | 54 ++
To sets up lcd and mipi clock in EXYNOS display driver, added clock interface.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
Signed-off-by: Inki Dae
---
arch/arm/cpu/armv7/exynos/clock.c | 184
arch/arm/include/asm/arch-exynos/clk.h |3 +
2
Add vidinfo data structure for EXYNOS display driver
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
Signed-off-by: Inki Dae
---
include/lcd.h | 64 +
1 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/include/lcd.h
This patch support EXYNOS FB and FIMD display drivers.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
Signed-off-by: Inki Dae
---
arch/arm/include/asm/arch-exynos/fb.h | 446 +
drivers/video/Makefile|4 +
drivers/video/exynos_fb.c
This patch support S6E8AX0 amoled driver based on EXYNOS MIPI DSI interface.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
Signed-off-by: Inki Dae
---
drivers/video/s6e8ax0.c | 289 +++
1 files changed, 289 insertions(+), 0 deletions(-)
c
This patch support TRATS board configuration and display function.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
Signed-off-by: Inki Dae
---
board/samsung/trats/trats.c | 147 +++
include/configs/trats.h |8 +++
2 files changed, 155 in
68 matches
Mail list logo