From: "Grant Likely" <grant.likely@secretlab.ca>
To: "Josh Boyer" <jwboyer@gmail.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: Please pull linux-2.6-virtex.git
Date: Wed, 9 Jul 2008 10:49:12 -0600 [thread overview]
Message-ID: <fa686aa40807090949s59af76c7h13ef37bbc5ce125f@mail.gmail.com> (raw)
In-Reply-To: <fa686aa40807090857x2d2a3086xe2c1bd81fb23bb@mail.gmail.com>
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.
next prev parent reply other threads:[~2008-07-09 16:49 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
-- 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fa686aa40807090949s59af76c7h13ef37bbc5ce125f@mail.gmail.com \
--to=grant.likely@secretlab.ca \
--cc=jwboyer@gmail.com \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).