Hello PratapChandu,
PratapChandu wrote:
> The following code fragment in the file common/cmd_i2c.c seems to be
> redundant.
> Is not good to delete ?
>
> Line 330 - 336 is like below
>
> #if 0
> for (timeout = 0; timeout < 10; timeout++) {
> udelay(2000);
> if
Hi Mike,
On Thu, Nov 12, 2009 at 12:50 AM, Mike Frysinger wrote:
>
> here's my [compile] tested change as the board i have with this part isnt
> readily accessible atm ...
> -mike
I've tested your changes, MAC register dumps works Ok. I needed to
make some changes to make it work, see the commen
When the board is booted without serial cable attached (which
is how most of them will be used) UART RX is left floating and
sometimes picks noise, which interrupts countdown and enters
U-Boot prompt instead of booting the kernel.
Fix this by setting up internal pullup on UART RX pin. This
does no
Davinci: add a pin multiplexer configuration API.
Creates a method allowing pin settings to be logically grouped into data
structure arrays and provides an API to configure the pinmux settings to
enable the relevant pin functions.
Signed-off-by: Nick Thompson
---
Applies to: u-boot-ti
Changes f
On 12/11/09 02:58, Tom wrote:
> Nick Thompson wrote:
>> Add initial support for DA8xx SoC's and the spectrum digital DA830 EVM board.
>> This patch set depends on "[PATCH V3] Davinci: add a pin multiplexer
>> configuration API" posted on 2009-11-04
>
> Yes it is dependent.
> There is a compil
Dear Wolfgang,
Wolfgang Denk wrote:
> Dear Mike Rapoport,
>
> In message <1257955131-16729-1-git-send-email-m...@compulab.co.il> you wrote:
>> Add CM-T35 board support
>>
>> --
>> v2 changes:
>> - rename board config file from omap3_cm-t35.h to cm-t35.h
>> - remove SZ_xx references
>> - add MAKEA
Mike Frysinger wrote:
> On Wednesday 11 November 2009 03:03:00 Mike Rapoport wrote:
>> --- a/drivers/net/smc911x.c
>> +++ b/drivers/net/smc911x.c
>> @@ -243,7 +243,7 @@
>> dev = malloc(sizeof(*dev));
>> if (!dev) {
>> free(dev);
>> -return 0;
>> +retur
Nick Thompson wrote:
> On 12/11/09 02:58, Tom wrote:
>> Nick Thompson wrote:
>>> Add initial support for DA8xx SoC's and the spectrum digital DA830 EVM
>>> board.
>
>>> This patch set depends on "[PATCH V3] Davinci: add a pin multiplexer
>>> configuration API" posted on 2009-11-04
>> Yes it i
Grazvydas Ignotas wrote:
> When the board is booted without serial cable attached (which
> is how most of them will be used) UART RX is left floating and
> sometimes picks noise, which interrupts countdown and enters
> U-Boot prompt instead of booting the kernel.
>
> Fix this by setting up interna
Nick Thompson wrote:
> Davinci: add a pin multiplexer configuration API.
>
> Creates a method allowing pin settings to be logically grouped into data
> structure arrays and provides an API to configure the pinmux settings to
> enable the relevant pin functions.
>
> Signed-off-by: Nick Thompson
>
There is some dead code enclosed by #if 0 #endif in the file
common/cmd_i2c.c
This patch removes the dead code.
Signed-off-by: Pratap Chandu
---
common/cmd_i2c.c |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c
index 8f0fc9
On Nov 6, 2009, at 2:27 AM, Liu Yu wrote:
> Signed-off-by: Liu Yu
> ---
> board/freescale/common/pq-mds-pib.c |2 +-
> board/freescale/mpc8569mds/mpc8569mds.c |7 +++
> include/configs/MPC8569MDS.h|3 +++
> 3 files changed, 11 insertions(+), 1 deletions(-)
>
> diff -
On Nov 11, 2009, at 5:26 PM, Dave Liu wrote:
> commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
> introduced one new bug to chip-select interleaving.
>
> Single DDR controller also can do the chip-select
> interleaving if there is dual-rank or qual-rank DIMMs.
>
> Signed-off-by: Dave Liu
> ---
>
The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-net
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Dave Liu (1):
fsl-ddr: Fix the chip-select inter
Hi Heiko,
> Hello PratapChandu,
>
> PratapChandu wrote:
>> The following code fragment in the file common/cmd_i2c.c seems to be
>> redundant.
>> Is not good to delete ?
>>
>> Line 330 - 336 is like below
>>
>> #if 0
>> for (timeout = 0; timeout < 10; timeout++) {
>> udelay
Hello,
Have you found yourself frustrated due to the ever-rising power
bills?
I have found myself struggling with the same problem as well,
But now, there is a solution. Did you know that you can generate your
own
electric energy, using a magnetic energy generator.
It works by itself, and
> I withdraw this patch.
> I will rethink this and come up with something better.
I agree weak is better than ifdef. But the led situation on ARM isn't
really pleasant when you look in lib_arm/board.c .
When I proposed a simplification of board.c back on Jul 22 ("[RFC]
arm/board.c: avoid ifdef us
> -Original Message-
> From: Tom [mailto:tom@windriver.com]
> Sent: Thursday, November 12, 2009 8:42 AM
> To: Nick Thompson; Paulraj, Sandeep
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH V5 0/4] add TI DA8xx support:
>
> Nick Thompson wrote:
> > On 12/11/09 02:58, Tom wro
USB0_DRVVBUS pinmux configuration is required for USB functinality
in uboot.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
This patch set is created against Nick Thompson's latest patch set
(v5) on DA8xx support and another patch from him on Davinci pinmux.
[Davinci: add a pin
Tested USB host functionality on DA830 EVM.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
drivers/usb/musb/Makefile |1 +
drivers/usb/musb/da8xx.c | 143 +
drivers/usb/musb/da8xx.h | 83 ++
include/u
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/configs/da830evm.h | 35 +++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index 38e2ce1..52e6473 100644
--- a/incl
Ajay Kumar Gupta wrote:
> USB0_DRVVBUS pinmux configuration is required for USB functinality
> in uboot.
>
> Signed-off-by: Ajay Kumar Gupta
> Signed-off-by: Swaminathan S
> ---
> This patch set is created against Nick Thompson's latest patch set
> (v5) on DA8xx support and another patch from hi
> Ajay Kumar Gupta wrote:
> > USB0_DRVVBUS pinmux configuration is required for USB functinality
> > in uboot.
> >
> > Signed-off-by: Ajay Kumar Gupta
> > Signed-off-by: Swaminathan S
> > ---
> > This patch set is created against Nick Thompson's latest patch set
> > (v5) on DA8xx support and an
Alessandro Rubini wrote:
>> I withdraw this patch.
>> I will rethink this and come up with something better.
>
> I agree weak is better than ifdef. But the led situation on ARM isn't
> really pleasant when you look in lib_arm/board.c .
>
> When I proposed a simplification of board.c back on Jul 2
Paulraj, Sandeep wrote:
>
>> Ajay Kumar Gupta wrote:
>>> USB0_DRVVBUS pinmux configuration is required for USB functinality
>>> in uboot.
>>>
>>> Signed-off-by: Ajay Kumar Gupta
>>> Signed-off-by: Swaminathan S
>>> ---
>>> This patch set is created against Nick Thompson's latest patch set
>>> (v
On 12/11/09 15:39, Ajay Kumar Gupta wrote:
> Tested USB host functionality on DA830 EVM.
>
> Signed-off-by: Ajay Kumar Gupta
> Signed-off-by: Swaminathan S
> ---
> drivers/usb/musb/Makefile |1 +
> drivers/usb/musb/da8xx.c | 143
> +
> drivers/
> Davinci: add a pin multiplexer configuration API.
>
> Creates a method allowing pin settings to be logically grouped into data
> structure arrays and provides an API to configure the pinmux settings to
> enable the relevant pin functions.
>
> Signed-off-by: Nick Thompson
> ---
> Applies to: u
>
> Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
> See http://www.ti.com
>
> The DA8xx devices are similar to DaVinci devices but have a differing
> memory map and updated peripheral versions.
>
> Signed-off-by: Nick Thompson
> Signed-off-by: Sekhar Nori
> ---
> Applies to u-bo
> On 12/11/09 15:39, Ajay Kumar Gupta wrote:
> > Tested USB host functionality on DA830 EVM.
> >
> > Signed-off-by: Ajay Kumar Gupta
> > Signed-off-by: Swaminathan S
> > ---
> > drivers/usb/musb/Makefile |1 +
> > drivers/usb/musb/da8xx.c | 143
> +
>
> From: Sekhar Nori
>
> Add new directory for da830evm board
>
> Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
> Digital EVM board. See http://www.spectrumdigital.com/
>
> Provides:
> Initial boot and configuration.
> Support for i2c.
> UART support (console).
>
> >> Introduce Micron DDR timings and provide
> >> CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config
> >> options to allow for platform files to setup their timings as
> >> per the type of DDR selected
> >>
> >> Reported-by: Steve Sakoman in
> >>
> http://www.nabble.com/forum/Permalink.
>
> Remove volatiles and memory mapped structure accesses and replace with
> readl and writel macro usage.
>
> Signed-off-by: Nick Thompson
> ---
> This patch was originally part of the da830 support patch, but this
> effort is now being integrated into davinci. As a result, these
> changes wo
>
> From: Sekhar Nori
>
> Integrate DA830 EVM support into U-Boot.
>
> Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
> Digital EVM board. See http://www.spectrumdigital.com/
>
> Signed-off-by: Nick Thompson
> ---
> Applies to u-boot-ti
>
> MAINTAINERS
>
> Paulraj, Sandeep wrote:
> >
> >> Ajay Kumar Gupta wrote:
> >>> USB0_DRVVBUS pinmux configuration is required for USB functinality
> >>> in uboot.
> >>>
> >>> Signed-off-by: Ajay Kumar Gupta
> >>> Signed-off-by: Swaminathan S
> >>> ---
> >>> This patch set is created against Nick Thompson's
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Nick Thompson
> Sent: Tuesday, November 10, 2009 10:10 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V5 2/4] add TI DA8xx support: Add DA8xx cpu
> functions
>
> From:
On 12/11/09 15:39, Ajay Kumar Gupta wrote:
> Signed-off-by: Ajay Kumar Gupta
> Signed-off-by: Swaminathan S
> ---
> include/configs/da830evm.h | 35 +++
> 1 files changed, 35 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/da830evm.h b/include/co
Paulraj, Sandeep wrote:
Introduce Micron DDR timings and provide
CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config
options to allow for platform files to setup their timings as
per the type of DDR selected
Reported-by: Steve Sakoman in
>> http://www.nab
> From: Tom [mailto:tom@windriver.com]
> Sent: Thursday, November 12, 2009 11:30 AM
>
> Paulraj, Sandeep wrote:
> Introduce Micron DDR timings and provide
> CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config
> options to allow for platform files to setup their timings
Signed-off-by: Magnus Lilja
---
include/configs/imx31_litekit.h | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h
index 6131008..f413994 100644
--- a/include/configs/imx31_litekit.h
+++ b/include/co
Hi all,
This series adds NAND support for i.MX31 using the mxc_nand driver
that was added for i.MX27. The same NAND flash controller is used
in i.MX31.
Tested on i.MX31 Litekit. MAKEALL ARM11&ARM9 performed.
Changes since v1: Changed variable name in mxc_nand.c.
Regards, Magnus
Magnus Lilja
Tested on i.MX31 Litekit.
Signed-off-by: Magnus Lilja
Acked-by: Scott Wood
---
Change since v1: Renamed sc_regs variable for i.MX31 to cc_regs.
drivers/mtd/nand/mxc_nand.c | 34 +++---
1 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/drivers/mtd/na
Signed-off-by: Magnus Lilja
---
include/asm-arm/arch-mx31/mx31-regs.h | 39 +
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/include/asm-arm/arch-mx31/mx31-regs.h
b/include/asm-arm/arch-mx31/mx31-regs.h
index 51b02a2..6f6e9a4 100644
--- a/includ
Dear Customer,
NationWide Loans to help you change the way you live. Arranging a loan with
us is simple and straightforward,loans from £10,000 to £5,000,000 over 5
to 35 years we make the process convenient and fast. Please if interested in
getting a loan from our bank do get back to us as soon as
Dear Customer,
NationWide Loans to help you change the way you live. Arranging a loan with
us is simple and straightforward,loans from £10,000 to £5,000,000 over 5
to 35 years we make the process convenient and fast. Please if interested in
getting a loan from our bank do get back to us as soon as
On Thursday 12 November 2009 04:13:48 Mike Rapoport wrote:
> On Thu, Nov 12, 2009 at 12:50 AM, Mike Frysinger wrote:
> > here's my [compile] tested change as the board i have with this part isnt
> > readily accessible atm ...
>
> I've tested your changes, MAC register dumps works Ok. I needed to
>
When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was
missed. The config option needed updating as well as overhauling of the
rergister read/write functions.
Signed-off-by: Mike Frysinger
Tested-by: Mike Rapoport
---
examples/standalone/smc911x_eeprom.c | 122
> -Original Message-
> From: Nick Thompson [mailto:nick.thomp...@gefanuc.com]
> Sent: Thursday, November 12, 2009 10:25 PM
> To: Gupta, Ajay Kumar
> Cc: u-boot@lists.denx.de; Subbrathnam, Swaminathan
> Subject: Re: [PATCH 3/3] DA830: Add usb config
>
> On 12/11/09 15:39, Ajay Kumar Gupta w
When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was
missed. The config option needed updating as well as overhauling of the
rergister read/write functions.
Signed-off-by: Mike Frysinger
Tested-by: Mike Rapoport
---
v2
- fix building under certain gcc versions/comp
On Thursday 12 November 2009 08:35:08 Mike Rapoport wrote:
> Mike Frysinger wrote:
> > On Wednesday 11 November 2009 03:03:00 Mike Rapoport wrote:
> >> --- a/drivers/net/smc911x.c
> >> +++ b/drivers/net/smc911x.c
> >> @@ -243,7 +243,7 @@
> >>dev = malloc(sizeof(*dev));
> >>if (!dev) {
> >>
> -Original Message-
> From: Paulraj, Sandeep
> Sent: Thursday, November 12, 2009 10:00 PM
> To: Tom; Nick Thompson
> Cc: Gupta, Ajay Kumar; u-boot@lists.denx.de; Subbrathnam, Swaminathan
> Subject: RE: [U-Boot] [PATCH 1/3] DA830: Add pinmux for USB0_DRVVBUS
>
>
>
> >
> > Paulraj, Sand
Wolfgang,
The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-net
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Mike Frysinger (1):
smc911x_eeprom: f
USB0_DRVVBUS pinmux configuration is required for USB functinality
in uboot.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
Created and tested against latest uboot-ti/master branch.
Changes from v1:
- Added GPIO definitions
- Used GPIO register pointer to progra
Added DA8xx GPIO base addresses in gpio_defs.h and pointers
to different BANKs which can be used to program GPIOs.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/asm-arm/arch-davinci/gpio_defs.h | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
Adding USB configuration. Default is set for USB MSC host.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
include/configs/da830evm.h | 38 +-
1 files changed, 33 insertions(+), 5 deletions(-)
diff --git a/include/configs/da830evm.h b/incl
Tested USB host functionality on DA830 EVM.
Signed-off-by: Ajay Kumar Gupta
Signed-off-by: Swaminathan S
---
drivers/usb/musb/Makefile |1 +
drivers/usb/musb/da8xx.c | 138 +
drivers/usb/musb/da8xx.h | 79 ++
include/u
Dear Seunghyeon Rhee,
2009/11/10 Minkyu Kang :
> Dear Seunghyeon Rhee,
>
> 2009/11/2 "Seunghyeon Rhee (이승현)" :
>> Dear Minkyu Kang,
>>
>> 2009/11/2 Minkyu Kang :
>>> Dear Seunghyeon Rhee
>>>
>>> 2009/10/31 "Seunghyeon Rhee (이승현)" :
stack_setup is modified to initialize the stack on the correc
2009/11/10 Minkyu Kang :
> Because of Frame error, Parity error and Overrun error are occured only
> receive
> operation, need to masking when error checking.
>
> Signed-off-by: Minkyu Kang
> ---
> drivers/serial/serial_s5pc1xx.c | 24 +---
> 1 files changed, 17 insertions(
Dear Kevin Morfitt
2009/11/10 kevin.morf...@fearnside-systems.co.uk
:
> This patch adds a unified s3c24x0 cpu header file that selects the header
> file for the specific s3c24x0 cpu from the SOC and CPU configs defined in
> board config file. This removes the current chain of s3c24-type #ifdef's
>
Fix stack_setup to place the stack on the correct address in DRAM
accroding to U-Boot standard and remove conditional compilation by
CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro
was introduced and used only by this board for some unclear reason.
The definition of this macro is a
59 matches
Mail list logo