Dear Kumar Gala,
In message <47177dab-3638-4978-bd72-78629adcd...@kernel.crashing.org> you wrote:
>
> On Sep 18, 2009, at 6:08 PM, Paul Gortmaker wrote:
...
> applied to 85xx.
Argh... So how much time do you allow for code reviews?
I ask you to wait at least 3...5 working days, please.
Please
Dear Paul Gortmaker,
In message
<8c4c3a2e238ee8ef67637f499cc3269acbb1bf00.1253315004.git.paul.gortma...@windriver.com>
you wrote:
> The size of the LB SDRAM on this board is 128MB, spanning CS3
> and CS4. It was previously only being configured for 64MB on
> CS3, since that was what the origina
Dear Kumar Gala,
In message <96e0cbb9-5b6c-40ee-b6bd-703b3d8cc...@kernel.crashing.org> you wrote:
>
> On Sep 18, 2009, at 6:08 PM, Paul Gortmaker wrote:
...
> it would be nice to move this to using IO accessors (out_be32)
Not only nice, but necessary. Thanks for catching this.
Best regards,
Wo
Dear Paul Gortmaker,
In message
<7d1e5723fdd2d2e1cf51559f876edf17ae8e7a46.1253315004.git.paul.gortma...@windriver.com>
you wrote:
> The PCI/PCI-e support for the sbc8548 was based on an earlier
> version of what the MPC8548CDS board was using, and in its
> current state it won't even compile. T
Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <47177dab-3638-4978-bd72-78629adcd...@kernel.crashing.org> you
> wrote:
>> On Sep 18, 2009, at 6:08 PM, Paul Gortmaker wrote:
> ...
>> applied to 85xx.
>
> Argh... So how much time do you allow for code reviews?
>
> I ask you to wait at lea
> Anybody have an idea as to what I'm doing wrong? Could there be
> something wrong with my CLK2?
Once again I'm going to answer my own question. The problem WAS with
CLK2 not being properly initialized. I had to do the following to get
everything working:
1. To get BRG1 to use CLK2, made change
Wolfgang Denk wrote:
> Dear Paul Gortmaker,
>
> In message
> <7d1e5723fdd2d2e1cf51559f876edf17ae8e7a46.1253315004.git.paul.gortma...@windriver.com>
> you wrote:
>> The PCI/PCI-e support for the sbc8548 was based on an earlier
>> version of what the MPC8548CDS board was using, and in its
>> curre
Hi,
On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote:
> Dear Olof Johansson,
>
> In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you wrote:
> ...
>>> Use the omap gpio interface described in README.omap3
>>
>> Seriously, this code is a 1:1 replica from the evm code. Obviously
>> that
Dear Kumar Gala,
In message <1253376008-13225-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
> platform. We reuse the 85xx immap and just add new definitions for
> local access and global utils. The global utils i
Dear Kumar Gala,
In message <1253376008-13225-2-git-send-email-ga...@kernel.crashing.org> you
wrote:
> On CoreNet based platforms the LAW address is split between an high &
> low register and we no longer shift the address. Also, the target IDs
> on CoreNet platforms have been completely re-assi
Dear Kumar Gala,
In message <1253380099-27864-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
> platform. We reuse the 85xx immap and just add new definitions for
> local access and global utils. The global utils i
Dear Kumar Gala,
In message <1253380099-27864-6-git-send-email-ga...@kernel.crashing.org> you
wrote:
> On CoreNet style platforms the timebase frequency is the bus frequency
> defined by 16 (on PQ3 it is divide by 8). Also on the CoreNet platforms
> the core not longer controls the enabling of t
On Sep 23, 2009, at 1:37 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1253380099-27864-1-git-send-email-ga...@kernel.crashing.org
> > you wrote:
>> The p4080 SoC has a significant amount of commonality with the 85xx/
>> PQ3
>> platform. We reuse the 85xx immap and just add new d
Dear Kumar Gala,
In message <1253380099-27864-7-git-send-email-ga...@kernel.crashing.org> you
wrote:
> The means to determine the core, bus, and DDR frequencies are completely
> new on CoreNet style platforms. Additionally on p4080 we can have
> different frequencies for FMAN and PME IP blocks.
Dear Paul Gortmaker,
In message <4aba81da.8020...@windriver.com> you wrote:
>
> I'd considered the line length, but there were many lines in tlb.c
> that were already way past 80 char (see directly under the
> comment/* TLB 0 - for temp stack in cache */ ) so I
> decided to be consistent wit
On CoreNet based platforms the CCSRBAR address is split between an high &
low register and we no longer shift the address.
Signed-off-by: Kumar Gala
Signed-off-by: Scott Wood
---
* Added setup_ccsrbar helper to deal with PQ3 vs CoreNet diffs
cpu/mpc85xx/cpu_init_early.c | 72
The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
platform. We reuse the 85xx immap and just add new definitions for
local access and global utils. The global utils is now broken into
global utils, clocking and run control/power management.
The offsets from CCSR for a numbe
The CoreNet platform style of bringing secondary cores out of reset is
a bit different that the PQ3 style. Mostly the registers that we use
to setup boot translation, enable time bases, and boot release the cores
have moved around.
Signed-off-by: Kumar Gala
---
* Renamed pq3_mp_up to plat_mp_up
On CoreNet based platforms the LAW address is split between an high &
low register and we no longer shift the address. Also, the target IDs
on CoreNet platforms have been completely re-assigned.
Additionally, added a new find_law() API to which LAW an address hits in.
This is need for the CoreNet
There are various locations that we have chip specific info:
* Makefile for which ddr code to build
* Added p4080 & p4040 to cpu_type_list and SVR list
* Added number of LAWs for p4080
* Set CONFIG_MAX_CPUS to 8 for p4080
Signed-off-by: Kumar Gala
---
cpu/mpc85xx/Makefile|1 +
cpu/m
On CoreNet style platforms the timebase frequency is the bus frequency
defined by 16 (on PQ3 it is divide by 8). Also on the CoreNet platforms
the core not longer controls the enabling of the timebase. We now need
to enable the boot core's timebase via CCSR register writes.
Signed-off-by: Kumar
The means to determine the core, bus, and DDR frequencies are completely
new on CoreNet style platforms. Additionally on p4080 we can have
different frequencies for FMAN and PME IP blocks. We need to keep track
of the FMAN & PME frequencies since they are used for time stamping
capabilities insid
Dear Kumar Gala,
In message <19e9b551-f442-4ba2-98a3-c941620e4...@kernel.crashing.org> you wrote:
>
> Dope, posted the wrong version. I agree w/the long lines, not sure
> what to do about it. Move to something like:
>
> typedef struct ccsr_local {
> /* 0x0 - Control Configuration Statu
Olof Johansson wrote:
> Hi,
>
> On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote:
>
>> Dear Olof Johansson,
>>
>> In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you wrote:
>> ...
Use the omap gpio interface described in README.omap3
>>>
>>> Seriously, this code is a 1:1 replica
> index 39fdb8e..100dfe1 100644
> --- a/include/asm-ppc/immap_85xx.h
> +++ b/include/asm-ppc/immap_85xx.h
> @@ -16,6 +16,29 @@
> #include
> #include
>
> +typedef struct ccsr_local {
> + u32 ccsrbarh; /* 0x0 - Control Configuration Status Registers
> Base
> Address Register High *
Dear Fred Fan,
In message <12537172421605-git-send-email-fanyef...@gmail.com> you wrote:
> This patch just supports boot into u-boot from mmc or spi-nor flash.
> It just implements console, iomux and clock. There are no ethernet,
> nor-flash, mmc or other peripheral drivers.
>
> Signed-off-by: Fr
Dear Paul Gortmaker,
In message
<5ad17f25a126b25be24467d1712d30a775a5b494.1253492532.git.paul.gortma...@windriver.com>
you wrote:
> The size of the LB SDRAM on this board is 128MB, spanning CS3
> and CS4. It was previously only being configured for 64MB on
> CS3, since that was what the origina
Dear Prafulla Wadaskar,
In message <1253545099-29437-2-git-send-email-prafu...@marvell.com> you wrote:
>
> following build warning was observed
>
> mv88e61xx.c: In function âmv88e61xx_busychkâ:
Please don't use non-text characters in the commit messages.
(Ben, please edit when applying).
Dear Tom,
In message <4ab8cf0b.5070...@windriver.com> you wrote:
>
> I would like to set up a process where I just cherry picked your changes
> directly from marvell/master.
Please pull in the normal case, don't cherry-pick unless really necessary.
> If I can assume what is good in marvell/maste
Dear Kumar Gala,
In message you wrote:
> The following changes since commit 3b6a9267f0de7b85d387fa4123d0b58379363447:
> Wolfgang Denk (1):
> board/flagadm/flash.c: fix compile warning
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> Ku
Dear Stefan Roese,
In message <200909231605.02544...@denx.de> you wrote:
> The following changes since commit 3b6a9267f0de7b85d387fa4123d0b58379363447:
> Wolfgang Denk (1):
> board/flagadm/flash.c: fix compile warning
>
> are available in the git repository at:
>
> git://www.denx.de/
Dear Stefan Roese,
In message <200909231605.39337...@denx.de> you wrote:
> The following changes since commit 3b6a9267f0de7b85d387fa4123d0b58379363447:
> Wolfgang Denk (1):
> board/flagadm/flash.c: fix compile warning
>
> are available in the git repository at:
>
> git://www.denx.de/
Dear Detlev Zundel,
In message <1253537396-8685-1-git-send-email-...@denx.de> you wrote:
> From: Werner Pfister
>
> This is needed to correctly start the charging of an attached capacitor
> or battery.
>
> Signed-off-by: Werner Pfister
> Signed-off-by: Detlev Zundel
> ---
> drivers/rtc/ds133
Dear Detlev Zundel,
In message <1253537396-8685-2-git-send-email-...@denx.de> you wrote:
> From: Werner Pfister
>
> Signed-off-by: Werner Pfister
> Signed-off-by: Detlev Zundel
> ---
> include/configs/digsy_mtc.h |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Dear "Eric Millbrandt",
In message <20090921160101.m47...@coldhaus.com> you wrote:
> Add version environment variable to the galaxy5200 board header file.
>
> Signed-off-by: Eric Millbrandt
> ---
> include/configs/galaxy5200.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Appli
[Re: [U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash] On
23/09/2009 (Wed 22:48) Wolfgang Denk wrote:
> Dear Paul Gortmaker,
>
> In message <4aba81da.8020...@windriver.com> you wrote:
> >
> > I'd considered the line length, but there were many lines in tlb.c
> > that were alre
Dear Peter Tyser,
In message <1253550038-16734-14-git-send-email-pty...@xes-inc.com> you wrote:
> Now that proper relocation is supported, the reloc_off field is no longer
> necessary.
>
> Note that the location of the standalone application jump table pointer
> in the global data structure is af
Dear Peter Tyser,
In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote:
> This series attempts to fix relocation to RAM for ppc boards.
>
> I split the patches up pretty liberally, let me know if you'd like
> them organized differently.
>
> I tried to be thorough during th
> In message <1253550038-16734-14-git-send-email-pty...@xes-inc.com> you wrote:
> > Now that proper relocation is supported, the reloc_off field is no longer
> > necessary.
> >
> > Note that the location of the standalone application jump table pointer
> > in the global data structure is affected
Dear Peter Tyser,
In message <1253552673-22299-1-git-send-email-pty...@xes-inc.com> you wrote:
> This change adds some basic summary information to the MAKEALL script.
> The summary information includes how many boards were compiled, how many
> boards had compile warnings or errors, and which spec
Dear Peter Tyser,
In message <1253552673-22299-2-git-send-email-pty...@xes-inc.com> you wrote:
> Signed-off-by: Peter Tyser
> ---
> MAKEALL |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: W
On Thu, 2009-09-24 at 00:31 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote:
> > This series attempts to fix relocation to RAM for ppc boards.
> >
> > I split the patches up pretty liberally, let me know if you'd like
On Sep 23, 2009, at 4:00 PM, Tom wrote:
> Olof Johansson wrote:
>> Hi,
>> On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote:
>>> Dear Olof Johansson,
>>>
>>> In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you
>>> wrote:
>>> ...
> Use the omap gpio interface described in README.o
On Wed, Sep 23, 2009 at 9:05 PM, Tom wrote:
> Minkyu Kang wrote:
>> Dear Tom
>>
>> 2009/9/23 Tom :
>>> Minkyu Kang wrote:
Adds new board SMDKC100 that uses s5pc100 SoC
Signed-off-by: Minkyu Kang
Signed-off-by: HeungJun, Kim
---
>
>
>
+#ifndef CONFIG_ONENAND_IPL
>>>
On Wed, Sep 23, 2009 at 7:49 PM, Minkyu Kang wrote:
> Dear Tom.
>
> 2009/9/22 Tom :
>> Minkyu Kang wrote:
>>> This patch includes the onenand driver for s5pc100
>>>
>>> Signed-off-by: Minkyu Kang
>>> Signed-off-by: Kyungmin Park
>>> ---
>>> Changes since v1:
>>> - move samsung_onenand.h to inclu
On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote:
> Olof Johansson said the following on 09/23/2009 09:43 PM:
>> On Sep 23, 2009, at 1:39 PM, Tom wrote:
>>
>>
>>> Olof Johansson wrote:
>>>
diff --git a/board/overo/overo.c b/board/overo/overo.c
index dd6d286..7d87e52 100644
--- a/bo
Olof Johansson said the following on 09/23/2009 09:43 PM:
> On Sep 23, 2009, at 1:39 PM, Tom wrote:
>
>
>> Olof Johansson wrote:
>>
>>> diff --git a/board/overo/overo.c b/board/overo/overo.c
>>> index dd6d286..7d87e52 100644
>>> --- a/board/overo/overo.c
>>> +++ b/board/overo/overo.c
>>>
Wolfgang Denk said the following on 09/23/2009 11:04 PM:
> Dear Nishanth Menon,
>
> In message <4ab4fad6.20...@gmail.com> you wrote:
>
>> This patch is need for booting SDP3430 from NOR flash.
>>
>
> There must be some problem elsewhere. It's extremely unlikely that
> just a single bo
Wolfgang Denk said the following on 09/23/2009 10:51 PM:
> Dear Nishanth Menon,
>
> In message <1253326918-1670-7-git-send-email...@ti.com> you wrote:
>
>> --===1247028818==
>>
>> From: David Brownell
>>
>> Start of SDP3430 support in "mainline"
>> u-boot mainline code
>>
>> Origina
Olof Johansson wrote:
> On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote:
>
>> Olof Johansson said the following on 09/23/2009 09:43 PM:
>>> On Sep 23, 2009, at 1:39 PM, Tom wrote:
>>>
>>>
Olof Johansson wrote:
> diff --git a/board/overo/overo.c b/board/overo/overo.c
> index dd6
Olof Johansson said the following on 09/24/2009 03:38 AM:
> On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote:
>
>> Olof Johansson said the following on 09/23/2009 09:43 PM:
>>> On Sep 23, 2009, at 1:39 PM, Tom wrote:
>>>
>>>
Olof Johansson wrote:
> diff --git a/board/overo/overo.c b/
Wolfgang Denk wrote:
> Dear Tom,
>
> In message <4ab8cf0b.5070...@windriver.com> you wrote:
>> I would like to set up a process where I just cherry picked your changes
>> directly from marvell/master.
>
> Please pull in the normal case, don't cherry-pick unless really necessary.
>
>> If I can as
Kyungmin Park wrote:
> On Wed, Sep 23, 2009 at 7:49 PM, Minkyu Kang wrote:
>> Dear Tom.
>>
>> 2009/9/22 Tom :
>>> Minkyu Kang wrote:
This patch includes the onenand driver for s5pc100
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
Changes since v1:
Kyungmin Park wrote:
> On Wed, Sep 23, 2009 at 9:05 PM, Tom wrote:
>> Minkyu Kang wrote:
>>> Dear Tom
>>>
>>> 2009/9/23 Tom :
Minkyu Kang wrote:
> Adds new board SMDKC100 that uses s5pc100 SoC
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: HeungJun, Kim
> ---
>>
>>
>>>
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Thursday, September 24, 2009 3:38 AM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik;
> Ben Warren
> Subject: Re: [U-Boot] [PATCH] net: phy: mv88e61xx.c : fixed
> build warn
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Fred Fan
> Sent: Wednesday, September 23, 2009 8:17 PM
> To: u-boot@lists.denx.de
> Cc: Fred.Fan
> Subject: [U-Boot] [PATCH] imx51:Add support basic boot code
> of freescale i
Dear all,
I am following up on a post I made earlier in the week on U-Boot
hanging (infinite looping) in a particular part of
drivers/usb/host/ehci-hcd.c . I also reported that it works for some
hubs and not for others.
I have been attempting to debug this problem and I have found
something of i
Hi Scott,
Resending the Flex-OneNAND driver support.
It is now a part of the mainline Linux Kernel.
Reference: http://lists.denx.de/pipermail/u-boot/2009-March/048803.html
Following are the patches:-
Patch 1/3: support for Flex-OneNAND devices.
Patch 2/3: for storing environment variables.
Patch
Add command for changing Flex-OneNAND SLC / MLC boundary.
Also onenand commands work for Flex-OneNAND.
Signed-off-by: Rohit Hagargundgi
Signed-off-by: Amul Kumar Saha
---
common/cmd_onenand.c | 90 +-
include/configs/apollon.h |2 -
2 files
This patch adds support for Flex-OneNAND devices.
Signed-off-by: Rohit Hagargundgi
Signed-off-by: Amul Kumar Saha
---
drivers/mtd/onenand/onenand_base.c | 733 +++-
drivers/mtd/onenand/onenand_bbt.c | 14
drivers/mtd/onenand/onenand_uboot.c |4
include/
Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX
for storing environment variables.
Signed-off-by: Rohit Hagargundgi
Signed-off-by: Amul Kumar Saha
---
common/env_onenand.c | 10 ++
include/configs/apollon.h |2 ++
2 files changed, 12 insertions(+)
diff --git a/c
Hi Prafulla:
if just one mail is permitted, I prefer to use
"fanyef...@gmail.com".
Best Regards
Fred
-Original Message-
From: Prafulla Wadaskar [mailto:prafu...@marvell.com]
Sent: Thursday, September 24, 2009 12:35 PM
To: Fred Fan; u-boot@lists.denx.de
Cc: Fan YeFeng-R01011
Sub
101 - 162 of 162 matches
Mail list logo