From: Emil Medve
The user manual refers to FMAN1 and FMAN2 not 0 and 1.
Signed-off-by: Emil Medve
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/cpu.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cp
Move to using fdt_node_offset_by_compat_reg to find the node offsets we
want to update instead of using aliases.
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/fdt.c | 19 +++
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/fdt.c
There are various locations that we have chip specific info:
* Makefile for which ddr code to build
* Added p5020 & p5010 to cpu_type_list and SVR list
* Added number of LAWs for p5020
* Set CONFIG_MAX_CPUS to 2 for p5020
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/Makefile|1
There are various locations that we have chip specific info:
* Makefile for which ddr code to build
* Added p3041 to cpu_type_list and SVR list
* Added number of LAWs for p3041
* Set CONFIG_MAX_CPUS to 4 for p3041
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/Makefile|1 +
arch
Add basic structures for Frame Manager on P4080/P3041/P5020 devices
Signed-off-by: Kumar Gala
---
arch/powerpc/include/asm/fsl_fman.h | 212 +
arch/powerpc/include/asm/immap_85xx.h |1 +
2 files changed, 213 insertions(+), 0 deletions(-)
create mode 100644
* Added PCIE4 address, offset, DEVDISR & LAW target ID
* Added new p4080 DDR registers and defines to immap
* Add missing corenet platform DEVDISR related defines
* Updated ccsr_gur to include LIODN registers
* Add RCWSR defines
* Added Basic qman, pme, bman immap structs
* Added SATA related offse
On QorIQ CoreNet based devices we have a global clocking block. We want
to keep track of SYSCLK frequency as it is what is used to derive all
other frequencies in the SoC
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/fdt.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
doing so helps avant garde users, such as those using simulators that
allow users to configure the number of cores, so as to not have to
manually adjust u-boot sources. h/w should also be reliably setting
FRR NCPU in the future.
Signed-off-by: Kim Phillips
---
arch/powerpc/cpu/mpc8xxx/cpu.c
because it's convenient.
Signed-off-by: Kim Phillips
---
include/configs/MPC8536DS.h |1 +
include/configs/MPC8540ADS.h |3 ++-
include/configs/MPC8541CDS.h |3 ++-
include/configs/MPC8544DS.h |3 ++-
include/configs/MPC8548CDS.h |3 ++-
include/configs/MPC8555CDS.h |
Le 15/07/2010 00:35, Albert ARIBAUD a écrit :
> Le 14/07/2010 23:49, Wolfgang Denk a écrit :
>> Dear Albert ARIBAUD,
>>
>> why not keeping the list on Cc:?
>
> Wrong and unintended action on my part, sorry: I hit the wrong reply
> button (maybe there's a Thunderbird plugin that helps avoiding this?
Le 14/07/2010 23:49, Wolfgang Denk a écrit :
> Dear Albert ARIBAUD,
>
> why not keeping the list on Cc:?
Wrong and unintended action on my part, sorry: I hit the wrong reply
button (maybe there's a Thunderbird plugin that helps avoiding this?).
As I don't know if you meant this reply of yours to
On Wed, Jul 14, 2010 at 3:16 PM, Wolfgang Denk wrote:
> NAK.
>
> Please do not reinvent the wheel and add yet another meory test. Use
> one of the existing memory tests we already have -
> post/drivers/memory.c comes to mind.
That code is not capable of testing more than 2GB of RAM. It assumes
Add 'errata' command to report what errata we workaround. Report
workaround for erratum SATA-A001 on P1022/P1013.
Also sorted the CONFIG_CMD_* list.
Signed-off-by: Kumar Gala
---
* Sorted the CMD list
arch/powerpc/cpu/mpc85xx/Makefile |1 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51
On Jul 14, 2010, at 4:43 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1279142410-30629-1-git-send-email-ga...@kernel.crashing.org> you
> wrote:
>> Add 'errata' command to report what errata we workaround. Report
>> workaround for erratum SATA-A001 on P1022/P1013.
>>
>> Signed-o
Dear Kumar Gala,
In message <1279142410-30629-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> Add 'errata' command to report what errata we workaround. Report
> workaround for erratum SATA-A001 on P1022/P1013.
>
> Signed-off-by: Kumar Gala
...
> +#if defined(CONFIG_FSL_SATA_V2) && def
Please merge into -master.
The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:
Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14 22:07:41
+0200)
are available in the git repository at:
git://git.denx.de/u-boot-pxa.git master
Marek Vasut (9):
E
We have several boards that use the same ICS307 CLK chip to drive the
System clock and DDR clock. Move the code into a common location so we
share it.
Convert the P2020DS board as the first to use the new common ICS307
code.
Signed-off-by: Kumar Gala
Acked-by: Timur Tabi
---
* Fixed commit mes
Signed-off-by: Kumar Gala
---
* use case statement and handle unknown values
arch/powerpc/cpu/mpc85xx/cpu.c | 28 ++--
1 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c
index fb8fa5e..fe2b52d
Add 'errata' command to report what errata we workaround. Report
workaround for erratum SATA-A001 on P1022/P1013.
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/Makefile |1 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51 +
include/configs/P1022DS
On Jul 14, 2010, at 3:22 PM, Timur Tabi wrote:
> Signed-off-by: Timur Tabi
> ---
> board/freescale/p1022ds/p1022ds.c | 20 ++--
> 1 files changed, 10 insertions(+), 10 deletions(-)
applied and squashed into p1022ds patch
- k
___
U-B
Dear Kumar Gala,
In message you wrote:
>
> >> +#if defined(CONFIG_FSL_SATA_V2) && > defined(CONFIG_FSL_SATA_ERRATUM_A001)
> >> + if (IS_SVR_REV(svr, 1, 0) &&
> >> + ((SVR_SOC_VER(svr) == SVR_P1022) ||
> >> + (SVR_SOC_VER(svr) == SVR_P1022_E) ||
> >> + (SVR_SOC_VER(svr) == SVR_P
On Jul 14, 2010, at 2:30 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1276143535-22532-2-git-send-email-ga...@kernel.crashing.org> you
> wrote:
>> Signed-off-by: Kumar Gala
>> ---
>> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++
>> 1 files changed, 14 insertions(+)
On Jul 14, 2010, at 4:00 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <4203e0db-91ec-4311-8c52-7ec48f570...@kernel.crashing.org> you
> wrote:
>>
>>> NAK. Please do not add dead code.
>>>
>>> Please re-submit when you really add code here.
>>>
>>> Best regards,
>>>
>>> Wolfgang
Dear Kumar Gala,
In message <4203e0db-91ec-4311-8c52-7ec48f570...@kernel.crashing.org> you wrote:
>
> > NAK. Please do not add dead code.
> >
> > Please re-submit when you really add code here.
> >
> > Best regards,
> >
> > Wolfgang Denk
>
> Do you want me to just merge w/the patch that does a
Dear Albert ARIBAUD,
In message <4c3e20a3.1020...@free.fr> you wrote:
>
> > Eventually your processor (which you do not care to mention) has it's
> > reset entry point at the end of the physical addess space, so this
> > will always be included in theimage - the further you move TEXT_BASE
> > down
Dear Timur Tabi,
In message <1279138965-21510-1-git-send-email-ti...@freescale.com> you wrote:
> Signed-off-by: Timur Tabi
> ---
> board/freescale/p1022ds/p1022ds.c | 20 ++--
> 1 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/board/freescale/p1022ds/p1022ds
Dne St 14. července 2010 22:54:55 Marek Vasut napsal(a):
> Dne St 14. července 2010 21:31:51 Scott Wood napsal(a):
> > On Wed, 14 Jul 2010 21:18:48 +0200
> >
> > Wolfgang Denk wrote:
> > > Dear Marek Vasut,
> > >
> > > In message <201007060323.45787.marek.va...@gmail.com> you wrote:
> > > > Hey,
Dne St 14. července 2010 21:31:51 Scott Wood napsal(a):
> On Wed, 14 Jul 2010 21:18:48 +0200
>
> Wolfgang Denk wrote:
> > Dear Marek Vasut,
> >
> > In message <201007060323.45787.marek.va...@gmail.com> you wrote:
> > > Hey, these are some additions and fixes. This is against u-boot.git
> > > mas
Dear Albert ARIBAUD,
In message <4c3e135b.7040...@free.fr> you wrote:
>
> Even if your "golden", uboot1 and uboot2 bootloaders are all full-blown
> u-boots, you still don't need to change their TEXT_BASE: just make sur
> uboot{1,2} have CONFIG_SKIP_LOWLEVEL_INIT defined, and that "golden"
Be care
On Wed, 14 Jul 2010 22:43:49 +0200
Wolfgang Denk wrote:
> Dear Scott Wood,
>
> In message <20100714143151.3cea3...@schlenkerla.am.freescale.net> you wrote:
> >
> > > This has to go through the NAND custodian.
> >
> > I've provided comments on this patch.
>
> Sorry if I missed this.
http://lis
On Jul 14, 2010, at 2:29 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1276143535-22532-1-git-send-email-ga...@kernel.crashing.org> you
> wrote:
>> Add 'errata' command to report what errata we workaround
>>
>> Signed-off-by: Kumar Gala
>> ---
>> arch/powerpc/cpu/mpc85xx/Makefil
Dear Scott Wood,
In message <20100714143151.3cea3...@schlenkerla.am.freescale.net> you wrote:
>
> > This has to go through the NAND custodian.
>
> I've provided comments on this patch.
Sorry if I missed this.
> This one is just touching ARM init code. It isn't really NAND stuff
> (or OneNAND,
Le 14/07/2010 22:29, Wolfgang Denk a écrit :
> Eventually your processor (which you do not care to mention) has it's
> reset entry point at the end of the physical addess space, so this
> will always be included in theimage - the further you move TEXT_BASE
> down, the bigger your image will be.
U
Signed-off-by: Timur Tabi
---
board/freescale/p1022ds/p1022ds.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/board/freescale/p1022ds/p1022ds.c
b/board/freescale/p1022ds/p1022ds.c
index 8cc73ed..be692cb 100644
--- a/board/freescale/p1022ds/p1022ds.
Dear Sagar Heroorkar,
In message you
wrote:
>
> I changed the TEXT_BASE to implement the uboot redundancy. I got in to
> problem of having image size.
>
> See this:
>
>
> I am planning to implement uboot redundancy.
> This means having the following idea which we thought.
>
> Golden-Uboot wh
Dear Sagar Heroorkar,
please mind the Netiquette - do not top post, do not full quote.
In message you
wrote:
>
> I am trying to relocate the uboot code to different address in the norflash.
You definitely do NOT want to do that - mind that "relocate" is a
well-defined term that does not mean
Hi Sandeep,
Any plan to merge SD/MMC support patches [1] for davinci boards?
I dont see these patches in u-boot-ti. git tree [2], Please correct me if I am
wrong or I have missed any discussions on these patches.
[1] http://lists.denx.de/pipermail/u-boot/2010-May/071434.html
[2] git://gi
Dear Kumar Gala,
In message <1279120502-6289-8-git-send-email-ga...@kernel.crashing.org> you
wrote:
> From: york
>
> If enabled in config file and hwconfig, the memory test is performed
> after DDR initialization when U-boot stills runs in flash and cache.
> Whole memory is testable. However, o
Dear Scott McNutt,
In message <4c3b3fb3.3050...@psyent.com> you wrote:
> Dear Wolfgang,
>
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
>Wolfgang Denk (1):
> Make sure that argv[] argument pointers are not modified.
>
> are available in the git repos
Dear Kim Phillips,
In message <20100709161510.bcf6caf3.kim.phill...@freescale.com> you wrote:
> Wolfgang Denk,
>
> please pull:
>
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
>
> Make sure that argv[] argument pointers are not modified. (2010-07-04
> 23:55:4
Dear Ben Warren,
In message <4c3c0b91.40...@gmail.com> you wrote:
>
>
> Wolfgang,
>
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
>Wolfgang Denk (1):
> Make sure that argv[] argument pointers are not modified.
>
> are available in the git repositor
Dear Mike Frysinger,
In message <1278713901-15574-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
>
> Make sure that argv[] argument pointers are not modified. (2010-07-04
> 23:55:42 +0200)
>
> are available in the
On Wed, 14 Jul 2010 21:18:48 +0200
Wolfgang Denk wrote:
> Dear Marek Vasut,
>
> In message <201007060323.45787.marek.va...@gmail.com> you wrote:
> > Hey, these are some additions and fixes. This is against u-boot.git master
> > branch. Please pull, thanks.
> >
> > -
Dear Scott Wood,
In message <20100709194156.ga7...@schlenkerla.am.freescale.net> you wrote:
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
> Wolfgang Denk (1):
> Make sure that argv[] argument pointers are not modified.
>
> are available in the git reposi
Le 14/07/2010 21:25, Sagar Heroorkar a écrit :
> I changed the TEXT_BASE to implement the uboot redundancy. I got in to
> problem of having image size.
> See this:
> I am planning to implement uboot redundancy.
> This means having the following idea which we thought.
>
> Golden-Uboot which is flash
Dear Kumar Gala,
In message you wrote:
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
> Wolfgang Denk (1):
> Make sure that argv[] argument pointers are not modified.
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx mas
Dear Timur Tabi,
In message <1276547304-10105-1-git-send-email-ti...@freescale.com> you wrote:
> Add basic suport for the Freescale P1022DS reference board.
>
> Specifics:
>
> 1) 36-bit only
> 2) Booting from NOR flash only
> 3) Environment stored in NOR flash only
> 4) No SPI support
...
> +int
Dear Kumar Gala,
In message <1277891327-24506-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc85xx/cpu.c | 20 ++--
> 1 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/arch/powerpc/cpu/mpc85xx/cp
Dear Kumar Gala,
In message <93aa257e-bdbb-4ac9-80d3-d83c7f7b4...@kernel.crashing.org> you wrote:
>
> On May 24, 2010, at 3:09 PM, Kumar Gala wrote:
>
> > We have several boards that use the same ICS307 CLK chip to drive the
> > System clock and DDR clock. Move the code into a common location s
Dear Kumar Gala,
In message <1276143535-22532-2-git-send-email-ga...@kernel.crashing.org> you
wrote:
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++
> 1 files changed, 14 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/cpu/mpc85xx/cm
Dear Kumar Gala,
In message <1276143535-22532-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> Add 'errata' command to report what errata we workaround
>
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc85xx/Makefile |1 +
> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 35
I changed the TEXT_BASE to implement the uboot redundancy. I got in to
problem of having image size.
See this:
I am planning to implement uboot redundancy.
This means having the following idea which we thought.
Golden-Uboot which is flashed in the NOR-FLASH. This is not field
upgradable.
This g
Dear Marek Vasut,
In message <201007060323.45787.marek.va...@gmail.com> you wrote:
> Hey, these are some additions and fixes. This is against u-boot.git master
> branch. Please pull, thanks.
>
> ---
>
> The following ch
Dear Marek Vasut,
In message <201007060323.39074.marek.va...@gmail.com> you wrote:
> Hey, these are some new boards with PXA cpus. This is against u-boot.git
> master
> branch. Please pull, thanks.
>
> ---
>
> The foll
Dear Marek Vasut,
In message <201007060323.26001.marek.va...@gmail.com> you wrote:
> Hey, this is the new PXA mmc driver. This is against u-boot.git master
> branch.
> Please pull, thanks.
>
> ---
>
> The following cha
Dear s-paul...@ti.com,
In message <1278376152-26972-1-git-send-email-s-paul...@ti.com> you wrote:
> Wolfgang,
>
> Please pull u-boot-ti/master.
> I ran MAKEALL for all ARMV7 boards and saw one compilation warning.
> This however was not becuase of the recent updates by Steve Sakoman.
> The compil
I am trying to relocate the uboot code to different address in the norflash.
-Sagar
On Wed, Jul 14, 2010 at 2:10 AM, Wolfgang Denk wrote:
> Dear Sagar Heroorkar,
>
> In message
> you wrote:
> >
> > I changed the TEXT_BASE address to something different. I see that the
> image
> > size of the u
Dear Matteo Facchinetti,
In message <4c3d83f3.1040...@sirius-es.it> you wrote:
>
> I'm updating my uboot to mainline and I have a question about a link
> generate from mkconfig (with mpc5121_config).
Which code are you talkign about? There is no target mpc5121_config
supported in mainline...
>
Radovan Vápeník wrote:
> Hello,
> i have compiled new u-boot (2010-06) for at91sam9263-ek and I have problem
> with access and save environment variables to NAND Flash. When I set any
> environment variable and save it to Nand (saveenv), uBoot shows me "Saving
> Environment to NAND..." and afte
Dne St 14. července 2010 19:20:34 Maciek Błachnio napsal(a):
> Hi Marek,
Hi,
linux-arm-kernel, u-boot CCed.
> I found your address in the description of a kernel module and decided to
> give it a shot.
> I'm sure I am one of many, but I wonder if you could help me with one
> thing.
What kernel
SILVER SOLUTIONS MARKETING
No business can afford to wait for the phone to ring.
Email marketing has evolved a lot since its early days, and it can now be
considered as an important branch of marketing.
Embarking on an email marketing program is one of the most effective online
marketing tacti
Hello,
Am Mittwoch, 14. Juli 2010, 17:05:47 schrieb Radovan Vápeník:
> i have compiled new u-boot (2010-06) for at91sam9263-ek and I have problem
> with access and save environment variables to NAND Flash. When I set any
> environment variable and save it to Nand (saveenv), uBoot shows me
> "Savi
Hello,
i have compiled new u-boot (2010-06) for at91sam9263-ek and I have problem with
access and save environment variables to NAND Flash. When I set any environment
variable and save it to Nand (saveenv), uBoot shows me "Saving Environment to
NAND..." and after it shows the command prompt. Th
From: york
If enabled in config file and hwconfig, the memory test is performed
after DDR initialization when U-boot stills runs in flash and cache.
Whole memory is testable. However, only the low 2GB space is mapped
for DDR. The testing is conducted in the 2GB window and uses TLBs to
map the hig
From: york
Enabled SPD
Enabled DDR2
Enabled hwconfig
Signed-off-by: York Sun
---
Makefile |1 +
board/freescale/p2020ds/ddr.c | 56 ++---
board/freescale/p2020ds/p2020ds.c |7 +++-
include/configs/P2020DS.h |6 +
From: york
Enabled registered DIMMs using data from SPD. RDIMMs have registers
which need to be configured before using. The register configuration
words are stored in SPD byte 60~116 (JEDEC standard No.21-C). Software
should read those RCWs and put into DDR controller before initialization.
Sig
From: york
Changes for P2020DS DDR applies to other 8xxx platform
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 14 +++---
arch/powerpc/cpu/mpc8xxx/ddr/options.c |1 +
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8x
From: york
For 85xx silicon which supports address hashing, it can be activated by
hwconfig.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc85xx/ddr-gen3.c |2 ++
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 10 ++
arch/powerpc/cpu/mpc8xxx/ddr/options.c |7 +++
arch
From: york
Verified on MPC8641HPCN with four DDR2 dimms. Each dimm has dual
rank with 512MB each rank.
Also check dimm size and rank size for memory controller interleaving
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 113 +++--
arch/powerpc
From: york
Previous code presumes each DIMM has up to two rank (chip select). Newer
DDR controller supports up to four chip select on one DIMM.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 52 ++-
.../cpu/mpc8xxx/ddr/lc_common_dimm_params.c
Replace environmental variables memctl_intlv_ctl and ba_intlv_ctl with
hwconfig parameters. The syntax is
setenv hwconfig "fsl_ddr:ctlr_intlv=,bank_intlv="
The mode values for memory controller interleaving are
cacheline
page
bank
superbank
The mode values for bank interleavi
From: york
If 36-bit is enabled, move INIT_RAM_ADDR physical address higher
to free lowest 4GB address space.
Signed-off-by: York Sun
---
board/freescale/p2020ds/tlb.c |8
include/configs/P2020DS.h | 11 +++
2 files changed, 15 insertions(+), 4 deletions(-)
diff --g
From: york
If 36-bit physical address is used, move the INIT_RAM_ADDR to higher
address. This frees the low 4GB address space for better use.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc85xx/start.S |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc
Hi all,
Looking at the custodians list on the Denx site, I haven't found one for
ide or mass storage. Did I miss him/her? If not, then, apart from
Prafulla's for Marvell stuff, whose Ack or Nak should I expect for this
patch set?
Thanks in advance,
Amicalement,
Albert.
Le 13/07/2010 14:02, A
Stefano Babic wrote:
> Matteo Facchinetti wrote:
>
>> Hi,
>>
>>
>
> Hi Matteo,
>
>
Hi Stefano,
>> I'm updating my uboot to mainline and I have a question about a link
>> generate from mkconfig (with mpc5121_config).
>> Follwing link in "include/asm", I found a link named "arch" genarate
Hi,
>> The device unplug/plug behaviour was a pain for RNDIS,
>
> Do you mean that Windows and u-boot do not recognize cable unplug?
Device unplug/plug behaviour on Windows is so slow...
What I mean with unplug/plug is removing and adding the pullup
resistor that makes the devices visible to
Matteo Facchinetti wrote:
> Hi,
>
Hi Matteo,
> I'm updating my uboot to mainline and I have a question about a link
> generate from mkconfig (with mpc5121_config).
> Follwing link in "include/asm", I found a link named "arch" genarated by
> mkconfig.
> This is broken so point to "arch-mpc512x"
Hi,
> We also implemented the CDC and RNDIS on our board and working well.
> If you merge your usb gadget tree then we will send the patches also.
Have you shared this anywhere (public git?)?
I would like to look at your patches to sync them with mine.
___
WBR,
Vitaly.
On 07/14/2010 11:10 AM, Ky
Hi Remi,
> What do you mean with ported to 2010.03?
> It was already working on latest git, do you mean you backported it to
> an older version?
I mean that I have to work over our fork of main u-boot 2010.03.
Of course before submitting the patches I will test them on both
'master' branches of m
Hi Nobuhiro san,
I see STBCR registers but never used.
Where are the modules set out from thye stand by?
Regards
--
Fabio Giovagnini
Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Cell. +39.335.83.50.919
www.aurion-tech.com
_
Hi nobuhiro san.
Is it running really on rsk7203 u-boot?
in the directory board/renesas/rsk7203
the file
lowlevel_init.S
defines
PDCRL4_A
but do not ise it.
So if the port are not set as Data bus, how the sysstem can boot?
Thanks a in advance
--
Fabio Giovagnini
Aurion s.r.l.
P.I e C.F.
0088
Hi,
I'm updating my uboot to mainline and I have a question about a link
generate from mkconfig (with mpc5121_config).
Follwing link in "include/asm", I found a link named "arch" genarated by
mkconfig.
This is broken so point to "arch-mpc512x" instead of
"arch/powerpc/cpu/mpc512x".
Result is "#
Thanks Guennadi.
I hope Nobuhiro san would answer to me.
This is my condition.
I have derived a board based on rsk7203 keeping in mind the hw of rks7203.
But I used 8 MBytes of Nor FLASH and 64 MBytes of SDRAM.
I have potred the linux-2.6.17 given with rsk7203 and I developed the kernel
driver fo
Thanks Guennadi.
I hope Nobuhiro san would answer to me.
This is my condition.
I have derived a board based on rsk7203 keeping in mind the hw of rks7203.
But I used 8 MBytes of Nor FLASH and 64 MBytes of SDRAM.
I have potred the linux-2.6.17 given with rsk7203 and I developed the kernel
driver fo
On Wed, Jul 14, 2010 at 4:48 AM, Remy Bohmer wrote:
> Hi,
>
> 2010/7/13 Vitaly Kuzmichev :
>> FYI I'm doing some work on this branch too.
>
> Great!
>
>> Actually I have ported it to 2010.03
>
> What do you mean with ported to 2010.03?
> It was already working on latest git, do you mean you backpo
On Wed, 14 Jul 2010, Fabio Giovagnini wrote:
> Hi Guennadi.
> I saw your work about sh mobile.
> I have these problem:
> 1) I have my own board a little bit different than rsk7203; much NOR flash;
> much
> SDRAM;
> 2) To know better the structure I'd like to run from NOR flash without reloc.
>
Hi Guennadi.
I saw your work about sh mobile.
I have these problem:
1) I have my own board a little bit different than rsk7203; much NOR flash;
much
SDRAM;
2) To know better the structure I'd like to run from NOR flash without reloc.
How can I change noot.lds?
I'd not have the email of Nobuhiro
87 matches
Mail list logo