linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 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
* 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
* 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

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).