linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull linux-2.6-virtex.git
@ 2007-10-10 15:40 Grant Likely
  0 siblings, 0 replies; 15+ messages in thread
From: Grant Likely @ 2007-10-10 15:40 UTC (permalink / raw)
  To: Josh Boyer, linuxppc-dev, Antonino A. Daplas, Andrei Konovalov

Josh, please pull:

git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.24

This tree is based on Paulus' current top-of-tree.

There are some minor changes in here plus the XilinxFB migration to
use of_platform bus.  Normally fb changes go in via the -mm tree; but
I've confirmed with Tony that it's okay to go in via the powerpc tree
(which probably makes sense because it depends on the port of virtex
support to arch/powerpc).  The xilinxfb patches have also been acked
by Andrei, the xilinxfb author.

If I can get an account for patchwork; I can also take responsibility
for updating the state of virtex patches there.

The following changes since commit dcccb37e98e0444b0c6a03b303855771aa463c96:
  Grant Likely (1):
        [POWERPC] Lite5200: Use comma delimiter format for lists in device tree

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.24

Grant Likely (11):
      [POWERPC] XilinxFB: add banner output to probe routine when
DEBUG is defined
      [POWERPC] XilinxFB: Replace calls to printk with dev_dbg, dev_err, etc.
      [POWERPC] XilinxFB: rename failout labels to reflect failure
      [POWERPC] XilinxFB: Split device setup from bus binding
      [POWERPC] XilinxFB: cleanup platform_bus binding to use platform bus API.
      [POWERPC] XilinxFB: add of_platform bus binding
      [POWERPC] XilinxFB: Make missing pdata structure non-fatal
      [POWERPC] XilinxFB: sparse fixes
      [POWERPC] Virtex: Fix URL for Xilinx Virtex support in MAINTAINERS
      [POWERPC] Don't build arch/powerpc/sysdev/dcr.c for ARCH=ppc kernels
      [POWERPC] Uartlite: bootwrapper bug fix, getc loops forever

 MAINTAINERS                  |    2 +-
 arch/powerpc/boot/uartlite.c |    4 +-
 arch/powerpc/sysdev/Makefile |    2 +-
 drivers/video/xilinxfb.c     |  279 ++++++++++++++++++++++++++++++------------
 4 files changed, 203 insertions(+), 84 deletions(-)


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Please pull linux-2.6-virtex.git
@ 2008-01-09  6:07 Grant Likely
  2008-01-09 12:35 ` Josh Boyer
  0 siblings, 1 reply; 15+ messages in thread
From: Grant Likely @ 2008-01-09  6:07 UTC (permalink / raw)
  To: linuxppc-dev, Josh Boyer

Josh, here are some Xilinx Virtex changes for 2.6.25:

git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

Cheers,
g.

---

The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1:
  Paul Mackerras (1):
        Merge branch 'for-2.6.25' of git://git.kernel.org/.../olof/pasemi

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

Grant Likely (1):
      [POWERPC] Xilinx Uartlite: Make console output actually work.

Stephen Neuendorffer (6):
      [POWERPC] Xilinx: update compatible list for interrupt controller
      [POWERPC] Xilinx: Update compatible to use values generated by
BSP generator.
      [POWERPC] Xilinx: Add correct compatible list for device tree
bus bindings.
      [POWERPC] Xilinx: Update booting-without-of.
      [POWERPC] Xilinx: updated device tree compatibility to match
uboot bsp generator.
      [POWERPC] Xilinx uartlite: Section type fixups

 Documentation/powerpc/booting-without-of.txt |   56 +++++----
 arch/powerpc/boot/serial.c                   |    3 +-
 arch/powerpc/platforms/40x/virtex.c          |   14 ++-
 arch/powerpc/sysdev/xilinx_intc.c            |    8 +-
 drivers/block/xsysace.c                      |    4 +-
 drivers/serial/uartlite.c                    |  164 ++++++++++++++++---------
 drivers/video/xilinxfb.c                     |    2 +-
 7 files changed, 163 insertions(+), 88 deletions(-)

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-01-09  6:07 Grant Likely
@ 2008-01-09 12:35 ` Josh Boyer
  2008-01-09 12:44   ` Peter Korsgaard
  0 siblings, 1 reply; 15+ messages in thread
From: Josh Boyer @ 2008-01-09 12:35 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev

On Tue, 8 Jan 2008 23:07:51 -0700
"Grant Likely" <grant.likely@secretlab.ca> wrote:

> Josh, here are some Xilinx Virtex changes for 2.6.25:
> 
> git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

Hm..  Seems Peter has some comments on the first one.  Shall I wait for
that to get hashed out?

josh

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-01-09 12:35 ` Josh Boyer
@ 2008-01-09 12:44   ` Peter Korsgaard
  2008-01-09 15:03     ` Grant Likely
  0 siblings, 1 reply; 15+ messages in thread
From: Peter Korsgaard @ 2008-01-09 12:44 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

>>>>> "Josh" == Josh Boyer <jwboyer@linux.vnet.ibm.com> writes:

 Josh> On Tue, 8 Jan 2008 23:07:51 -0700
 Josh> "Grant Likely" <grant.likely@secretlab.ca> wrote:

 >> Josh, here are some Xilinx Virtex changes for 2.6.25:
 >> 
 >> git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

 Josh> Hm..  Seems Peter has some comments on the first one.  Shall I wait for
 Josh> that to get hashed out?

Yes please.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-01-09 12:44   ` Peter Korsgaard
@ 2008-01-09 15:03     ` Grant Likely
  2008-01-11 13:09       ` Josh Boyer
  0 siblings, 1 reply; 15+ messages in thread
From: Grant Likely @ 2008-01-09 15:03 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: linuxppc-dev

On 1/9/08, Peter Korsgaard <jacmet@sunsite.dk> wrote:
> >>>>> "Josh" == Josh Boyer <jwboyer@linux.vnet.ibm.com> writes:
>
>  Josh> On Tue, 8 Jan 2008 23:07:51 -0700
>  Josh> "Grant Likely" <grant.likely@secretlab.ca> wrote:
>
>  >> Josh, here are some Xilinx Virtex changes for 2.6.25:
>  >>
>  >> git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25
>
>  Josh> Hm..  Seems Peter has some comments on the first one.  Shall I wait for
>  Josh> that to get hashed out?
>
> Yes please.

Gah; teach me to pick up patches right before bed.  I shouldn't have
picked up the ulite console changes patch just yet.  I've dropped it
from the series until I have a chance to rework it.  Sorry.

Here's the new pull request

The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1:
  Paul Mackerras (1):
        Merge branch 'for-2.6.25' of git://git.kernel.org/.../olof/pasemi

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

Stephen Neuendorffer (5):
      [POWERPC] Xilinx: update compatible list for interrupt controller
      [POWERPC] Xilinx: Add correct compatible list for device tree
bus bindings.
      [POWERPC] Xilinx: Update booting-without-of.
      [POWERPC] Xilinx: updated device tree compatibility to match
uboot bsp generator.
      [POWERPC] Xilinx uartlite: Section type fixups

 Documentation/powerpc/booting-without-of.txt |   56 +++++++++++++++-----------
 arch/powerpc/boot/serial.c                   |    3 +-
 arch/powerpc/platforms/40x/virtex.c          |   12 +++++-
 arch/powerpc/sysdev/xilinx_intc.c            |    8 +++-
 drivers/serial/uartlite.c                    |    6 +-
 5 files changed, 56 insertions(+), 29 deletions(-)

>
> --
> Bye, Peter Korsgaard
>


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-01-09 15:03     ` Grant Likely
@ 2008-01-11 13:09       ` Josh Boyer
  0 siblings, 0 replies; 15+ messages in thread
From: Josh Boyer @ 2008-01-11 13:09 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev

On Wed, 9 Jan 2008 08:03:31 -0700
"Grant Likely" <grant.likely@secretlab.ca> wrote:

> Gah; teach me to pick up patches right before bed.  I shouldn't have
> picked up the ulite console changes patch just yet.  I've dropped it
> from the series until I have a chance to rework it.  Sorry.
> 
> Here's the new pull request
> 
> The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1:
>   Paul Mackerras (1):
>         Merge branch 'for-2.6.25' of git://git.kernel.org/.../olof/pasemi
> 
> are available in the git repository at:
> 
>   git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25
> 
> Stephen Neuendorffer (5):
>       [POWERPC] Xilinx: update compatible list for interrupt controller
>       [POWERPC] Xilinx: Add correct compatible list for device tree
> bus bindings.
>       [POWERPC] Xilinx: Update booting-without-of.
>       [POWERPC] Xilinx: updated device tree compatibility to match
> uboot bsp generator.
>       [POWERPC] Xilinx uartlite: Section type fixups

Pulled and pushed out.  I'll ask Paul to pull after I finish chasing
the Warp patches Sean is working on, and the RTC patch from David.

josh

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Please pull linux-2.6-virtex.git
@ 2008-07-04 17:22 Grant Likely
  2008-07-07 12:17 ` Josh Boyer
  2008-07-09 14:15 ` Josh Boyer
  0 siblings, 2 replies; 15+ messages in thread
From: Grant Likely @ 2008-07-04 17:22 UTC (permalink / raw)
  To: jwboyer, linuxppc-dev

Hi Josh,

Here are the bulk of the Xilinx 440 support patches.  Please pull
into your next branch.

Thanks,
g.

The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
  Michael Neuling (1):
        powerpc: Update for VSX core file and ptrace

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27

Grant Likely (2):
      powerpc/bootwrapper: Add documentation of boot wrapper targets
      powerpc/bootwrapper: add missing bit of simpleImage target

John Linn (5):
      powerpc/virtex: add dts file for ML507 reference design
      powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440
      powerpc/virtex: add Xilinx Virtex 5 ppc440 platform support
      powerpc/virtex: add Xilinx 440 cpu to the cputable
      powerpc/virtex: add defconfig for virtex 5 platforms

 Documentation/powerpc/bootwrapper.txt      |  141 ++++
 arch/powerpc/Makefile                      |   15 +-
 arch/powerpc/boot/Makefile                 |    2 +-
 arch/powerpc/boot/dts/virtex440-ml507.dts  |  238 ++++++
 arch/powerpc/boot/simpleboot.c             |    6 +
 arch/powerpc/boot/virtex.c                 |  100 +++
 arch/powerpc/boot/wrapper                  |   10 +-
 arch/powerpc/configs/44x/virtex5_defconfig | 1107 ++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c             |   10 +
 arch/powerpc/platforms/44x/Kconfig         |   26 +
 arch/powerpc/platforms/44x/Makefile        |    1 +
 arch/powerpc/platforms/44x/virtex.c        |   60 ++
 12 files changed, 1713 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/powerpc/bootwrapper.txt
 create mode 100644 arch/powerpc/boot/dts/virtex440-ml507.dts
 create mode 100644 arch/powerpc/boot/virtex.c
 create mode 100644 arch/powerpc/configs/44x/virtex5_defconfig
 create mode 100644 arch/powerpc/platforms/44x/virtex.c

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-07-04 17:22 Please pull linux-2.6-virtex.git Grant Likely
@ 2008-07-07 12:17 ` Josh Boyer
  2008-07-07 14:13   ` John Linn
  2008-07-09 14:15 ` Josh Boyer
  1 sibling, 1 reply; 15+ messages in thread
From: Josh Boyer @ 2008-07-07 12:17 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev

On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
> Hi Josh,
> 
> Here are the bulk of the Xilinx 440 support patches.  Please pull
> into your next branch.
> 
> Thanks,
> g.
> 
> The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
>   Michael Neuling (1):
>         powerpc: Update for VSX core file and ptrace
> 
> are available in the git repository at:
> 
>   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
> 

<snip>

> John Linn (5):
>       powerpc/virtex: add dts file for ML507 reference design

This one still isn't a dts-v1 file.  Any chance of that getting fixed in
the next day or two?

josh

^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: Please pull linux-2.6-virtex.git
  2008-07-07 12:17 ` Josh Boyer
@ 2008-07-07 14:13   ` John Linn
  2008-07-07 14:26     ` John Linn
  0 siblings, 1 reply; 15+ messages in thread
From: John Linn @ 2008-07-07 14:13 UTC (permalink / raw)
  To: Josh Boyer, grant.likely; +Cc: linuxppc-dev

I'll look at the dts file and converting it to v1 format, hopefully
soon.

Thanks,
John

> -----Original Message-----
> From: linuxppc-dev-bounces+john.linn=3Dxilinx.com@ozlabs.org
[mailto:linuxppc-dev-
> bounces+john.linn=3Dxilinx.com@ozlabs.org] On Behalf Of Josh Boyer
> Sent: Monday, July 07, 2008 6:17 AM
> To: grant.likely@secretlab.ca
> Cc: linuxppc-dev@ozlabs.org
> Subject: Re: Please pull linux-2.6-virtex.git
> =

> On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
> > Hi Josh,
> >
> > Here are the bulk of the Xilinx 440 support patches.  Please pull
> > into your next branch.
> >
> > Thanks,
> > g.
> >
> > The following changes since commit
f3e909c2750eb20536bacacc867dc9047b70546a:
> >   Michael Neuling (1):
> >         powerpc: Update for VSX core file and ptrace
> >
> > are available in the git repository at:
> >
> >   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
> >
> =

> <snip>
> =

> > John Linn (5):
> >       powerpc/virtex: add dts file for ML507 reference design
> =

> This one still isn't a dts-v1 file.  Any chance of that getting fixed
in
> the next day or two?
> =

> josh
> =

> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev


This email and any attachments are intended for the sole use of the named r=
ecipient(s) and contain(s) confidential information that may be proprietary=
, privileged or copyrighted under applicable law. If you are not the intend=
ed recipient, do not read, copy, or forward this email message or any attac=
hments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: Please pull linux-2.6-virtex.git
  2008-07-07 14:13   ` John Linn
@ 2008-07-07 14:26     ` John Linn
  2008-07-07 14:31       ` Grant Likely
  0 siblings, 1 reply; 15+ messages in thread
From: John Linn @ 2008-07-07 14:26 UTC (permalink / raw)
  To: John Linn, Josh Boyer, grant.likely; +Cc: linuxppc-dev

Where should I be looking to understand what's needed for dts-v1 format?

I did a quick review of Doc*/powerpc/booting-wihtout-of.txt and didn't
see it, but maybe I overlooked it.

Thanks,
John =


> -----Original Message-----
> From: linuxppc-dev-bounces+john.linn=3Dxilinx.com@ozlabs.org
[mailto:linuxppc-dev-
> bounces+john.linn=3Dxilinx.com@ozlabs.org] On Behalf Of John Linn
> Sent: Monday, July 07, 2008 8:14 AM
> To: Josh Boyer; grant.likely@secretlab.ca
> Cc: linuxppc-dev@ozlabs.org
> Subject: RE: Please pull linux-2.6-virtex.git
> =

> I'll look at the dts file and converting it to v1 format, hopefully
> soon.
> =

> Thanks,
> John
> =

> > -----Original Message-----
> > From: linuxppc-dev-bounces+john.linn=3Dxilinx.com@ozlabs.org
> [mailto:linuxppc-dev-
> > bounces+john.linn=3Dxilinx.com@ozlabs.org] On Behalf Of Josh Boyer
> > Sent: Monday, July 07, 2008 6:17 AM
> > To: grant.likely@secretlab.ca
> > Cc: linuxppc-dev@ozlabs.org
> > Subject: Re: Please pull linux-2.6-virtex.git
> >
> > On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
> > > Hi Josh,
> > >
> > > Here are the bulk of the Xilinx 440 support patches.  Please pull
> > > into your next branch.
> > >
> > > Thanks,
> > > g.
> > >
> > > The following changes since commit
> f3e909c2750eb20536bacacc867dc9047b70546a:
> > >   Michael Neuling (1):
> > >         powerpc: Update for VSX core file and ptrace
> > >
> > > are available in the git repository at:
> > >
> > >   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
> > >
> >
> > <snip>
> >
> > > John Linn (5):
> > >       powerpc/virtex: add dts file for ML507 reference design
> >
> > This one still isn't a dts-v1 file.  Any chance of that getting
fixed
> in
> > the next day or two?
> >
> > josh
> >
> > _______________________________________________
> > Linuxppc-dev mailing list
> > Linuxppc-dev@ozlabs.org
> > https://ozlabs.org/mailman/listinfo/linuxppc-dev
> =

> =

> This email and any attachments are intended for the sole use of the
named recipient(s) and contain(s)
> confidential information that may be proprietary, privileged or
copyrighted under applicable law. If
> you are not the intended recipient, do not read, copy, or forward this
email message or any
> attachments. Delete this email message and any attachments
immediately.
> =

> =

> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev


This email and any attachments are intended for the sole use of the named r=
ecipient(s) and contain(s) confidential information that may be proprietary=
, privileged or copyrighted under applicable law. If you are not the intend=
ed recipient, do not read, copy, or forward this email message or any attac=
hments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-07-07 14:26     ` John Linn
@ 2008-07-07 14:31       ` Grant Likely
  0 siblings, 0 replies; 15+ messages in thread
From: Grant Likely @ 2008-07-07 14:31 UTC (permalink / raw)
  To: John Linn; +Cc: linuxppc-dev

On Mon, Jul 7, 2008 at 8:26 AM, John Linn <John.Linn@xilinx.com> wrote:
> Where should I be looking to understand what's needed for dts-v1 format?
>
> I did a quick review of Doc*/powerpc/booting-wihtout-of.txt and didn't
> see it, but maybe I overlooked it.

Primarily all hex values need to be change to the form '0x???' instead
of '???' and '/dtc-v1' needs to be added to the beginning of the file.

g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-07-04 17:22 Please pull linux-2.6-virtex.git Grant Likely
  2008-07-07 12:17 ` Josh Boyer
@ 2008-07-09 14:15 ` Josh Boyer
  2008-07-09 14:39   ` Grant Likely
  2008-07-09 15:57   ` Grant Likely
  1 sibling, 2 replies; 15+ messages in thread
From: Josh Boyer @ 2008-07-09 14:15 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev

On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
> Hi Josh,
> 
> Here are the bulk of the Xilinx 440 support patches.  Please pull
> into your next branch.
> 
> Thanks,
> g.
> 
> The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
>   Michael Neuling (1):
>         powerpc: Update for VSX core file and ptrace
> 
> are available in the git repository at:
> 
>   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27

Any chance to get that updated with the latest fixes before I pull it
in?  Namely the DTS file for virtex5, but there might have been others.

josh

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-07-09 14:15 ` Josh Boyer
@ 2008-07-09 14:39   ` Grant Likely
  2008-07-09 15:57   ` Grant Likely
  1 sibling, 0 replies; 15+ messages in thread
From: Grant Likely @ 2008-07-09 14:39 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

On Wed, Jul 09, 2008 at 10:15:04AM -0400, Josh Boyer wrote:
> On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
> > Hi Josh,
> > 
> > Here are the bulk of the Xilinx 440 support patches.  Please pull
> > into your next branch.
> > 
> > Thanks,
> > g.
> > 
> > The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
> >   Michael Neuling (1):
> >         powerpc: Update for VSX core file and ptrace
> > 
> > are available in the git repository at:
> > 
> >   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
> 
> Any chance to get that updated with the latest fixes before I pull it
> in?  Namely the DTS file for virtex5, but there might have been others.

Yes, I'll do that this morning, along with the extra images patch.

g.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-07-09 14:15 ` Josh Boyer
  2008-07-09 14:39   ` Grant Likely
@ 2008-07-09 15:57   ` Grant Likely
  2008-07-09 16:49     ` Grant Likely
  1 sibling, 1 reply; 15+ messages in thread
From: Grant Likely @ 2008-07-09 15:57 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

Hey Josh, here is the new pull request:

The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
  Michael Neuling (1):
        powerpc: Update for VSX core file and ptrace

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27

Grant Likely (4):
      powerpc/bootwrapper: Add documentation of boot wrapper targets
      powerpc/bootwrapper: add missing bit of simpleImage target
      powerpc/bootwrapper: Allow user to specify additional default targets
      powerpc/440: Convert Virtex ML507 device tree to dts-v1

John Linn (5):
      powerpc/virtex: add dts file for ML507 reference design
      powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440
      powerpc/virtex: add Xilinx Virtex 5 ppc440 platform support
      powerpc/virtex: add Xilinx 440 cpu to the cputable
      powerpc/virtex: add defconfig for virtex 5 platforms

 Documentation/powerpc/bootwrapper.txt      |  141 ++++
 arch/powerpc/Kconfig                       |   13 +
 arch/powerpc/Makefile                      |   15 +-
 arch/powerpc/boot/Makefile                 |    5 +-
 arch/powerpc/boot/dts/virtex440-ml507.dts  |  296 ++++++++
 arch/powerpc/boot/simpleboot.c             |    6 +
 arch/powerpc/boot/virtex.c                 |  100 +++
 arch/powerpc/boot/wrapper                  |   10 +-
 arch/powerpc/configs/44x/virtex5_defconfig | 1107 ++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c             |   10 +
 arch/powerpc/platforms/44x/Kconfig         |   26 +
 arch/powerpc/platforms/44x/Makefile        |    1 +
 arch/powerpc/platforms/44x/virtex.c        |   60 ++
 13 files changed, 1787 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/powerpc/bootwrapper.txt
 create mode 100644 arch/powerpc/boot/dts/virtex440-ml507.dts
 create mode 100644 arch/powerpc/boot/virtex.c
 create mode 100644 arch/powerpc/configs/44x/virtex5_defconfig
 create mode 100644 arch/powerpc/platforms/44x/virtex.c


On Wed, Jul 9, 2008 at 8:15 AM, Josh Boyer <jwboyer@gmail.com> wrote:
> On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
>> Hi Josh,
>>
>> Here are the bulk of the Xilinx 440 support patches.  Please pull
>> into your next branch.
>>
>> Thanks,
>> g.
>>
>> The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
>>   Michael Neuling (1):
>>         powerpc: Update for VSX core file and ptrace
>>
>> are available in the git repository at:
>>
>>   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
>
> Any chance to get that updated with the latest fixes before I pull it
> in?  Namely the DTS file for virtex5, but there might have been others.
>
> josh
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Please pull linux-2.6-virtex.git
  2008-07-09 15:57   ` Grant Likely
@ 2008-07-09 16:49     ` Grant Likely
  0 siblings, 0 replies; 15+ messages in thread
From: Grant Likely @ 2008-07-09 16:49 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

Oops, missed a fix for the virtex440-ml507.dts file.  Here's a new pull request

The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
  Michael Neuling (1):
        powerpc: Update for VSX core file and ptrace

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27

Grant Likely (5):
      powerpc/bootwrapper: Add documentation of boot wrapper targets
      powerpc/bootwrapper: add missing bit of simpleImage target
      powerpc/bootwrapper: Allow user to specify additional default targets
      powerpc/440: Convert Virtex ML507 device tree to dts-v1
      powerpc/440: frequency property should be a cell, not a string

John Linn (5):
      powerpc/virtex: add dts file for ML507 reference design
      powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440
      powerpc/virtex: add Xilinx Virtex 5 ppc440 platform support
      powerpc/virtex: add Xilinx 440 cpu to the cputable
      powerpc/virtex: add defconfig for virtex 5 platforms

 Documentation/powerpc/bootwrapper.txt      |  141 ++++
 arch/powerpc/Kconfig                       |   13 +
 arch/powerpc/Makefile                      |   15 +-
 arch/powerpc/boot/Makefile                 |    5 +-
 arch/powerpc/boot/dts/virtex440-ml507.dts  |  296 ++++++++
 arch/powerpc/boot/simpleboot.c             |    6 +
 arch/powerpc/boot/virtex.c                 |  100 +++
 arch/powerpc/boot/wrapper                  |   10 +-
 arch/powerpc/configs/44x/virtex5_defconfig | 1107 ++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c             |   10 +
 arch/powerpc/platforms/44x/Kconfig         |   26 +
 arch/powerpc/platforms/44x/Makefile        |    1 +
 arch/powerpc/platforms/44x/virtex.c        |   60 ++
 13 files changed, 1787 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/powerpc/bootwrapper.txt
 create mode 100644 arch/powerpc/boot/dts/virtex440-ml507.dts
 create mode 100644 arch/powerpc/boot/virtex.c
 create mode 100644 arch/powerpc/configs/44x/virtex5_defconfig
 create mode 100644 arch/powerpc/platforms/44x/virtex.c


On Wed, Jul 9, 2008 at 9:57 AM, Grant Likely <grant.likely@secretlab.ca> wrote:
> Hey Josh, here is the new pull request:
>
> The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
>  Michael Neuling (1):
>        powerpc: Update for VSX core file and ptrace
>
> are available in the git repository at:
>
>  git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
>
> Grant Likely (4):
>      powerpc/bootwrapper: Add documentation of boot wrapper targets
>      powerpc/bootwrapper: add missing bit of simpleImage target
>      powerpc/bootwrapper: Allow user to specify additional default targets
>      powerpc/440: Convert Virtex ML507 device tree to dts-v1
>
> John Linn (5):
>      powerpc/virtex: add dts file for ML507 reference design
>      powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440
>      powerpc/virtex: add Xilinx Virtex 5 ppc440 platform support
>      powerpc/virtex: add Xilinx 440 cpu to the cputable
>      powerpc/virtex: add defconfig for virtex 5 platforms
>
>  Documentation/powerpc/bootwrapper.txt      |  141 ++++
>  arch/powerpc/Kconfig                       |   13 +
>  arch/powerpc/Makefile                      |   15 +-
>  arch/powerpc/boot/Makefile                 |    5 +-
>  arch/powerpc/boot/dts/virtex440-ml507.dts  |  296 ++++++++
>  arch/powerpc/boot/simpleboot.c             |    6 +
>  arch/powerpc/boot/virtex.c                 |  100 +++
>  arch/powerpc/boot/wrapper                  |   10 +-
>  arch/powerpc/configs/44x/virtex5_defconfig | 1107 ++++++++++++++++++++++++++++
>  arch/powerpc/kernel/cputable.c             |   10 +
>  arch/powerpc/platforms/44x/Kconfig         |   26 +
>  arch/powerpc/platforms/44x/Makefile        |    1 +
>  arch/powerpc/platforms/44x/virtex.c        |   60 ++
>  13 files changed, 1787 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/powerpc/bootwrapper.txt
>  create mode 100644 arch/powerpc/boot/dts/virtex440-ml507.dts
>  create mode 100644 arch/powerpc/boot/virtex.c
>  create mode 100644 arch/powerpc/configs/44x/virtex5_defconfig
>  create mode 100644 arch/powerpc/platforms/44x/virtex.c
>
>
> On Wed, Jul 9, 2008 at 8:15 AM, Josh Boyer <jwboyer@gmail.com> wrote:
>> On Fri, 2008-07-04 at 11:22 -0600, Grant Likely wrote:
>>> Hi Josh,
>>>
>>> Here are the bulk of the Xilinx 440 support patches.  Please pull
>>> into your next branch.
>>>
>>> Thanks,
>>> g.
>>>
>>> The following changes since commit f3e909c2750eb20536bacacc867dc9047b70546a:
>>>   Michael Neuling (1):
>>>         powerpc: Update for VSX core file and ptrace
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.secretlab.ca/git/linux-2.6-virtex virtex-for-2.6.27
>>
>> Any chance to get that updated with the latest fixes before I pull it
>> in?  Namely the DTS file for virtex5, but there might have been others.
>>
>> josh
>>
>>
>
>
>
> --
> Grant Likely, B.Sc., P.Eng.
> Secret Lab Technologies Ltd.
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-07-09 16:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 17:22 Please pull linux-2.6-virtex.git Grant Likely
2008-07-07 12:17 ` Josh Boyer
2008-07-07 14:13   ` John Linn
2008-07-07 14:26     ` John Linn
2008-07-07 14:31       ` Grant Likely
2008-07-09 14:15 ` Josh Boyer
2008-07-09 14:39   ` Grant Likely
2008-07-09 15:57   ` Grant Likely
2008-07-09 16:49     ` Grant Likely
  -- strict thread matches above, loose matches on Subject: below --
2008-01-09  6:07 Grant Likely
2008-01-09 12:35 ` Josh Boyer
2008-01-09 12:44   ` Peter Korsgaard
2008-01-09 15:03     ` Grant Likely
2008-01-11 13:09       ` Josh Boyer
2007-10-10 15:40 Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).