On Mon, Jun 17, 2013 at 1:38 AM, Andreas Bießmann
wrote:
> Dear Joel A Fernandes,
>
> On 16.06.13 17:44, Joel A Fernandes wrote:
>> On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote:
>>
>>> From: Jagannadha Sutradharudu Teki
>>>>
>>>
On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote:
> From: Jagannadha Sutradharudu Teki
> >
>
> checkpatch.pl requires perl v5.10.0 to run but it
> doesn't require to place in /usr/bin/perl
> Use env to ensure that the interpreter used is the
> first one on environment's $PATH on syste
ed-by: Muddegowda, Deepak . Thanks Deepak!
Reported-by: Tom Rini
Signed-off-by: Joel A Fernandes
Cc: Muddegowda, Deepak
Cc: Tom Rini
---
Makefile | 19 +--
config.mk |6 ++
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 6a
Hi Tom,
Sorry for the delay as I've been traveling.
On Friday, May 17, 2013, Tom Rini wrote:
> On Tue, May 07, 2013 at 10:52:54AM -0500, Joel A Fernandes wrote:
>
> > SPL defines CONFIG_SPL_BUILD but this does not percolate to the
> > autoconf.mk Makefile. As a resul
Not doing so breaks cases where CPSW is not required such as for USB RNDIS
network boot.
Signed-off-by: Joel A Fernandes
---
board/ti/am335x/board.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c
index b371376
_SPL_ variables for cases where
some
options are required in U-boot but not in SPL.
We add a spl-autoconf.mk rule that is generated for SPL with the
CONFIG_SPL_BUILD flag
and conditionally include it for SPL builds.
Signed-off-by: Joel A Fernandes
---
Makefile | 19 +--
config.mk |
On Thu, Feb 21, 2013 at 4:37 AM, Russell King - ARM Linux
wrote:
> On Wed, Feb 20, 2013 at 07:37:10PM -0600, Joel A Fernandes wrote:
>> Hello,
>> I've been spinning some work-in-progress patches for FIT build support
>> in the kernel.
>> With the move to multipla
On Wed, Feb 20, 2013 at 10:26 PM, Stephen Warren wrote:
> On 02/20/2013 06:37 PM, Joel A Fernandes wrote:
>> Hello,
>> I've been spinning some work-in-progress patches for FIT build support
>> in the kernel.
>> With the move to multiplatform support on OMAP, I
Hello,
I've been spinning some work-in-progress patches for FIT build support
in the kernel.
With the move to multiplatform support on OMAP, I feel it is a good
time to add FIT support, also looking at the proliferating number of
dtbs, as it is a nice way
Currently the following is what I envisio
Just trying to correlate old patches on U-boot mailing list to draw a
picture of the current state of FIT (Flattened Image Tree format)..
still have the following questions:
Can anyone familiar with this topic comment on the following?
(1) Other than Chromium OS, who are the most notable examples
On Tue, Dec 25, 2012 at 5:18 PM, Tetsuyuki Kobayashi wrote:
> Hello, Joel
>
>
> (2012/12/22 0:17), Joel A Fernandes wrote:
>>
>> Hi Tesuyuki and friends,
>>
>> I had a question with this patch.
>>
>> On Wed, Jun 27, 2012 at 8:27 PM, Tetsuyuki K
Hi Tesuyuki and friends,
I had a question with this patch.
On Wed, Jun 27, 2012 at 8:27 PM, Tetsuyuki Kobayashi wrote:
>>> This patch moves vector table before jumping relocated code.
>>>
>>> Signed-off-by: Tetsuyuki Kobayashi
>>> ---
>>> arch/arm/cpu/armv7/start.S | 12
>>> 1
f-by: Joel A Fernandes
---
arch/arm/cpu/armv7/am33xx/board.c| 134 ++
arch/arm/cpu/armv7/am33xx/pmic.h | 76 +++
arch/arm/cpu/armv7/am33xx/tps65217.h | 90 +++
3 files changed, 300 insertions(+)
create mode 100644 ar
DDR3 support is tested and working with beaglebone hardware. Include a check
for this board type and configure DDR3. The timings and other configuration
match EVM SK.
Signed-off-by: Joel A Fernandes
---
arch/arm/cpu/armv7/am33xx/board.c |9 +++--
1 file changed, 7 insertions(+), 2
U-boot should not ignore getting the bootmode passed on from the bootrom.
With this, U-boot SPL knows it was loaded from MMC1 and use this info to
read full U-boot from MMC1 as well.
Cc: pprak...@ti.com
Cc: tr...@ti.com
Signed-off-by: Joel A Fernandes
---
arch/arm/cpu/armv7/omap-common
From: Joel A Fernandes
SPL builds could leave an MLO which is an mkimage of type omapimage
Make sure its deleted on make clean/distclean
Signed-off-by: Joel A Fernandes
---
Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 99b9278
On Fri, Sep 16, 2011 at 7:31 AM, Wolfgang Denk wrote:
> Dear Joel A Fernandes,
>
> In message
> you
> wrote:
>>
>> Just one question about one of your patches I happen to notice [1],
>> why is there a SPL build for each different boot mode such as for
>>
On Fri, Sep 16, 2011 at 1:11 AM, Joel A Fernandes wrote:
> Hi Simon,
>
> Great work on the SPL patches for omap. I am getting a bit familiar
> with this and earlier SPL work.
>
> Just one question about one of your patches I happen to notice [1],
Sorry, I was referring t
Hi Simon,
Great work on the SPL patches for omap. I am getting a bit familiar
with this and earlier SPL work.
Just one question about one of your patches I happen to notice [1],
why is there a SPL build for each different boot mode such as for
NAND, MMC etc?. Wouldn't it be nicer to have a single
[resending to list as it bounced]
On Tue, Sep 6, 2011 at 10:24 PM, Fernandes, Joel A wrote:
> Hi,
>
> Here are some problems I see currently with the today's mainline U-boot not
> seen with v2011.06 Just sharing them here.
>
> HEAD: 05f64ae996a51e32ef47e0db2c806e704606606e: led: remove camel cas
Hi Jason,
On Sun, Sep 11, 2011 at 2:54 PM, Jason Kridner wrote:
> On Sun, Sep 11, 2011 at 2:41 PM, Joel A Fernandes
> wrote:
>> Remove userbutton command and do the detection in board config file using
>> the gpio command
>
> Can you split these into two
Remove userbutton command and do the detection in board config file using the
gpio command
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
---
This addresses the suggestions at: http://patchwork.ozlabs.org/patch/110123/
Also, with the removal of the userbutton command, all
Remove userbutton command and do the detection in board config file using the
gpio command
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
---
This addresses the suggestions at: http://patchwork.ozlabs.org/patch/110123/
Also, with the removal of the userbutton command, all
On Thu, Sep 8, 2011 at 3:05 AM, Wolfgang Denk wrote:
> Dear Joel A Fernandes,
>
> In message <1313462214-3716-2-git-send-email-agnel.j...@gmail.com> you wrote:
>> From: Jason Kridner
>>
>> Based on commit f1099c7c43caf5bac3bf6a65aa266fade4747072
>> Auth
On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason wrote:
>
>
> On Sep 8, 2011, at 11:03 AM, "Albert ARIBAUD"
> wrote:
>
>> Hi Joel,
>>
>> Le 08/09/2011 16:56, Joel A Fernandes a écrit :
>>
>>>> Also, I agree with Albert: t
On Fri, Sep 9, 2011 at 9:19 AM, Jason Kridner wrote:
> On Thu, Sep 8, 2011 at 9:41 PM, Joel A Fernandes wrote:
>> On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason wrote:
>>>
>>>
>>> On Sep 8, 2011, at 11:03 AM, "Albert ARIBAUD"
>>> wrote:
On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason wrote:
>
>
> On Sep 8, 2011, at 11:03 AM, "Albert ARIBAUD"
> wrote:
>
>> Hi Joel,
>>
>> Le 08/09/2011 16:56, Joel A Fernandes a écrit :
>>
>>>> Also, I agree with Albert: t
On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason wrote:
>
>
> On Sep 8, 2011, at 11:03 AM, "Albert ARIBAUD"
> wrote:
>
>> Hi Joel,
>>
>> Le 08/09/2011 16:56, Joel A Fernandes a écrit :
>>
>>>> Also, I agree with Albert: t
On Thu, Sep 8, 2011 at 3:05 AM, Wolfgang Denk wrote:
> Dear Joel A Fernandes,
>
> In message <1313462214-3716-2-git-send-email-agnel.j...@gmail.com> you wrote:
>> From: Jason Kridner
>>
>> Based on commit f1099c7c43caf5bac3bf6a65aa266fade4747072
>> Auth
On Tue, Sep 6, 2011 at 1:16 PM, Premi, Sanjeev wrote:
> I don't remember seeing any errors/warnings after applying my patches... on
> all boards listed in the cover letter.
> ...except for SMSC95x - in case of Panda.
>
> Infact, once the patches are applied, this function shouldn't even exist.
>
gcc-4.2.2-glibc-20070515T2025-eldk/arm-linux-gnu
>>
>> eabi/binutils-2.17.90/bfd/elf32-arm.c:8886
>>>>
>>>> arm-linux-ld: BFD (GNU Binutils) 2.17.90.20070806 assertion fail
>>>>
>>> /opt/eldk/build/arm-2008-11-24/work/usr/src/denx/BUILD/cross
[This didn't go to the list due to "too many recipients" so I'm
sending it again]
Hi,
Here are some problems I see currently with the today's mainline
U-boot not seen with v2011.06 Just sharing them here.
HEAD: 05f64ae996a51e32ef47e0db2c806e704606606e: led: remove camel
casing of led identifiers
From: Christian Spielberger
Changes made by Jason Kridner with inputs from Eric Benard to special case xM
Rev A and xM Rev B
Signed-off-by: Joel A Fernandes
Cc: Eric Benard
Cc: Christian Spielberger
Cc: Jason Kridner
---
Previous discussions:
http://www.mail-archive.com/u-boot
All,
I'm post a v2 now, please give ACKs, thanks :)
On Sat, Aug 27, 2011 at 11:19 AM, Jason Kridner
wrote:
> On Sat, Aug 27, 2011 at 9:51 AM, Eric Bénard wrote:
>> Hi Joel,
>>
>> Le 27/08/2011 06:46, Joel A Fernandes a écrit :
>>>> The logic is wrong here.
+U-boot list
-- Forwarded message --
From: Joel A Fernandes
Date: Fri, Aug 26, 2011 at 11:45 PM
Subject: Re: [PATCH] beagleboard: enable HUB power on all variants of
the BeagleBoard
To: Jason Kridner
>
> The logic is wrong here. I don't remember the polarit
On Wed, Aug 24, 2011 at 10:30 PM, Jason Kridner
wrote:
> On Wed, Aug 24, 2011 at 11:22 PM, Marek Vasut wrote:
>> On Thursday, August 25, 2011 12:47:41 AM Joel A Fernandes wrote:
>>> From: Christian Spielberger
>>>
>>> Signed-off-by: Joel A Fernandes
>&g
From: Christian Spielberger
Signed-off-by: Joel A Fernandes
Cc: "Eric Bénard"
Cc: "Christian Spielberger"
---
Pushing this patch myself as no one else did.
Previous discussions:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/105663/
http://article.gmane
+u-boot@lists.denx.de
On Mon, Aug 22, 2011 at 5:08 PM, Wolfgang Denk wrote:
> Dear Sandeep & Albert,
>
> In message <2011080245.e99a911f9...@gemini.denx.de> I wrote:
>> Dear Joel A Fernandes,
>>
>> In message <1313462834-4008-3-git-send-email-agnel.j.
On Fri, Aug 12, 2011 at 2:47 PM, Jason Kridner wrote:
> On Fri, Jun 10, 2011 at 6:21 PM, Eric Bénard wrote:
>> which is used to provide 120MHz to USB EHCI
>> This allows EHCI to work on BeagleBoard XM
>>
>> Signed-off-by: Eric Bénard
>
> Acked-by: Jason Kridner
>
> We've tested this at TI. Tha
/pipermail/u-boot/2011-August/097976.html
Signed-off-by: Syed Mohammed Khasim
Signed-off-by: Jason Kridner
Signed-off-by: Joel A Fernandes
---
arch/arm/include/asm/arch-omap3/dss.h | 174 +
drivers/video/Makefile|2 +
drivers/video/omap3_dss.c
Hi Simon,
Thanks a lot for reviewing the issue.
>>> With respect to using a bulk USB stick (some of which take 3s or more
>>> to respond to a submit) this doesn't make any difference for me. It
>>> seems to take a long time to respond the first time, so the 5s timeout
>>> seems prudent.
>>>
>>> S
* Read the led output state from GPIO instead saving state in memory when it is
[re]set
* Added a toggle option to the led command
Previous discussion:
http://lists.denx.de/pipermail/u-boot/2011-May/093068.html
Changes since v1:
Fixed checkpatch errors
Signed-off-by: Joel A Fernandes
Signed
On Tue, Aug 16, 2011 at 6:14 AM, Sergei Shtylyov wrote:
> Hello.
>
> On 16-08-2011 6:42, Joel A Fernandes wrote:
>
>> Fix for only one led getting set or reset when the led_name is 'all'
>
Hi, Thanks for pointing that out. Should I have to re-send the entire
patch s
Fix for only one led getting set or reset when the led_name is 'all'
Previous discussion:
http://lists.denx.de/pipermail/u-boot/2011-May/093068.html
Changes since v1:
Fixed checkpatch if statement error noticed by Sergei.
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
tch/84988/
Signed-off-by: Jason Kridner
Signed-off-by: Joel A Fernandes
---
arch/arm/cpu/arm920t/ep93xx/led.c | 24 +-
arch/arm/cpu/arm926ejs/at91/led.c | 12
arch/arm/lib/board.c | 32
board/atmel/at91rm9200dk/led.c|
From: Jason Kridner
* Improved boot env var setting
* Made room for a 64MB ramdisk by moving from 0x8160 to 0x8100
* Added ramarg, ramroot and ramboot env variables
Signed-off-by: Jason Kridner
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h | 20
From: Jason Kridner
Signed-off-by: Jason Kridner
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 6038c91..85bd0da 100644
--- a
From: Jason Kridner
buddy and camera are used to configure peripherals in the kernel at boot
time that cannot easily be detected by the kernel.
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |6 ++
1 files
From: Jason Kridner
Enable the expression evaluator.
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include
From: Jason Kridner
Utilize the alternate mtest and define a valid region.
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/include
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 0bfbfc1..9fc65f7 100644
--- a/include
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 722dfc3..0bfbfc1 100644
--- a/include
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 36ccd4e..722dfc3 100644
--- a
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 263e478..36ccd4e 100644
--- a/include
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 78d0aa2..263e478 100644
--- a/include/configs/omap3_beagle.h
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 6e66100..78d0aa2 100644
--- a/include/configs/omap3_beagle.h
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 038fb5b..6e66100 100644
--- a/include/configs
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index a494f99..038fb5b 100644
--- a/include
* Read the led output state from GPIO instead saving state in memory when it is
[re]set
* Added a toggle option to the led command
Previous discussion:
http://lists.denx.de/pipermail/u-boot/2011-May/093068.html
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
---
board/ti/beagle
Read directly from OMAP24XX_GPIO_DATAOUT to get the output state of the GPIO pin
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
---
arch/arm/cpu/armv7/omap3/gpio.c| 20
arch/arm/include/asm/arch-omap3/gpio.h |2 ++
2 files changed, 22 insertions
Fix for only one led getting set or reset when the led_name is 'all'
Previous discussion:
http://lists.denx.de/pipermail/u-boot/2011-May/093068.html
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
---
common/cmd_led.c |4 +++-
1 files changed, 3 insertions(+), 1
From: Jason Kridner
Although the initialization should probably be done with names, the
existing implementation has these structures filled in the opposite
order.
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
common/cmd_led.c |4 ++--
1 files
From: Jason Kridner
Addition of cmd_led into the Makefile wasn't included in the patch
applied to u-boot-ti.
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
common/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --
From: Jason Kridner
Fixed USR0/USR1 to be LED 0/1 respectively
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
board/ti/beagle/led.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/ti/beagle/led.c b/board/ti/beagle
From: Jason Kridner
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
common/cmd_led.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/common/cmd_led.c b/common/cmd_led.c
index c53195f..8b46848 100644
--- a/common/cmd_led.c
://www.mail-archive.com/u-boot@lists.denx.de/msg51446.html
Signed-off-by: Jason Kridner
Signed-off-by: Joel A Fernandes
---
board/ti/beagle/beagle.c | 24 +
board/ti/beagle/beagle.h | 86 ++
2 files changed, 110 insertions(+), 0 deletions
.txt file
* Added an example, showing how a different environment file can be loaded
with
the user button pressed
Signed-off-by: Jason Kridner
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
Cc: Greg Turner
---
board/ti/beagle/beagle.c | 56
From: Koen Kooi
This fixes display problems in linux
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
board/ti/beagle/beagle.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 7768901..a958545
your feedback for the patch titled:
ehci-hcd: Allow cleanups to happen on an EHCI timeout. [1]
> On Sat, Jun 25, 2011 at 12:28 PM, Joel A Fernandes
> wrote:
>> With this, the EHCI seems to "recover" from a timeout. This is particularly
>> observable if you were to ping the w
itled:
ehci-hcd: Allow cleanups to happen on an EHCI timeout. [1]
> On Sat, Jun 25, 2011 at 12:28 PM, Joel A Fernandes
> wrote:
>> With this, the EHCI seems to "recover" from a timeout. This is particularly
>> observable if you were to ping the wrong IP Address and t
From: Jason Kridner
Switched to align(4) to prevent byte access to soc registers in some gcc
versions.
Credits have to go to Laine Walker-Avina for finding the
problem.
Signed-off-by: Jason Kridner
Signed-off-by: Joel A Fernandes
Cc: Koen Kooi
Cc: Alexander Holler
Cc: Sandeep Paulraj
From: Steve Sakoman
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakoman
Signed-off-by: Joel A Fernandes
---
Changes since v1:
Added myself to SOB
include/configs/omap3_beagle.h |2 --
include/configs/omap3_overo.h |2 --
2
On Thu, Aug 11, 2011 at 1:24 PM, Jason Kridner wrote:
> On Thu, Aug 11, 2011 at 1:34 AM, Joel A Fernandes
> wrote:
>> From: Steve Sakoman
>>
>>
>> The kernel DSS2 code is mature now, and keeping this setting hurts
>> performance
>>
>> Signed-of
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
board/ti/beagle/beagle.c | 10 ++
board/ti/beagle/beagle.h |1 +
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 15d061a
From: Koen Kooi
Signed-off-by: Koen Kooi
Signed-off-by: Joel A Fernandes
---
include/configs/omap3_beagle.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 42575f1..c41d48e 100644
--- a/include
From: Steve Sakoman
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakoman
---
include/configs/omap3_beagle.h |2 --
include/configs/omap3_overo.h |2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/config
: Bob Feretich
Signed-off-by: Joel A Fernandes
---
Resending patch. git-send-email inserted another "From", sorry about that.
board/ti/beagle/beagle.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beag
.html
Signed-off-by: Bob Feretich
Signed-off-by: Joel A Fernandes
---
board/ti/beagle/beagle.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index ab50514..15d061a 100644
--- a/board/ti/beagle/beagle.c
+++ b
rk (lot
of traffic), even if the traffic is not for the board, the timeouts don't occur.
Signed-off-by: Joel A Fernandes
---
Robert, Could you see if this patch solves the issue you're seeing without
increasing the timeout?
Simon, Could this be a fix for a similar issue you were seeing with
79 matches
Mail list logo