Re: Please pull linux-2.6-virtex.git

2008-07-09 Thread Josh Boyer
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

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


Re: Please pull linux-2.6-virtex.git

2008-07-09 Thread Grant Likely
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.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Please pull linux-2.6-virtex.git

2008-07-09 Thread Grant Likely
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 [EMAIL PROTECTED] 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.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Please pull linux-2.6-virtex.git

2008-07-07 Thread Josh Boyer
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


RE: Please pull linux-2.6-virtex.git

2008-07-07 Thread John Linn
I'll look at the dts file and converting it to v1 format, hopefully
soon.

Thanks,
John

 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:linuxppc-dev-
 [EMAIL PROTECTED] On Behalf Of Josh Boyer
 Sent: Monday, July 07, 2008 6:17 AM
 To: [EMAIL PROTECTED]
 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


RE: Please pull linux-2.6-virtex.git

2008-07-07 Thread John Linn
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: [EMAIL PROTECTED]
[mailto:linuxppc-dev-
 [EMAIL PROTECTED] On Behalf Of John Linn
 Sent: Monday, July 07, 2008 8:14 AM
 To: Josh Boyer; [EMAIL PROTECTED]
 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: [EMAIL PROTECTED]
 [mailto:linuxppc-dev-
  [EMAIL PROTECTED] On Behalf Of Josh Boyer
  Sent: Monday, July 07, 2008 6:17 AM
  To: [EMAIL PROTECTED]
  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 
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


Re: Please pull linux-2.6-virtex.git

2008-07-07 Thread Grant Likely
On Mon, Jul 7, 2008 at 8:26 AM, John Linn [EMAIL PROTECTED] 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.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Please pull linux-2.6-virtex.git

2008-07-04 Thread Grant Likely
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

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


Re: Please pull linux-2.6-virtex.git

2008-01-11 Thread Josh Boyer
On Wed, 9 Jan 2008 08:03:31 -0700
Grant Likely [EMAIL PROTECTED] 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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Please pull linux-2.6-virtex.git

2008-01-09 Thread Josh Boyer
On Tue, 8 Jan 2008 23:07:51 -0700
Grant Likely [EMAIL PROTECTED] 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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Please pull linux-2.6-virtex.git

2008-01-09 Thread Peter Korsgaard
 Josh == Josh Boyer [EMAIL PROTECTED] writes:

 Josh On Tue, 8 Jan 2008 23:07:51 -0700
 Josh Grant Likely [EMAIL PROTECTED] 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
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: Please pull linux-2.6-virtex.git

2008-01-09 Thread Grant Likely
On 1/9/08, Peter Korsgaard [EMAIL PROTECTED] wrote:
  Josh == Josh Boyer [EMAIL PROTECTED] writes:

  Josh On Tue, 8 Jan 2008 23:07:51 -0700
  Josh Grant Likely [EMAIL PROTECTED] 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.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Please pull linux-2.6-virtex.git

2008-01-08 Thread Grant Likely
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.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Please pull linux-2.6-virtex.git

2007-10-10 Thread Grant Likely
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.
[EMAIL PROTECTED]
(403) 399-0195
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev