On Sun, Aug 16, 2009 at 08:20:17AM +1000, Benjamin Herrenschmidt wrote:
>Hi !
>
>I'd like to rebase powerpc-next ... a few bugs have been found that it
>would be nice to fix in the original patch rather than introducing a
>bisection breakage, and Kumar also just noticed a potentially misleading
>er
.
Signed-off-by: Josh Boyer
---
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S
index 15f28e0..c9805a4 100644
--- a/arch/powerpc/kernel/misc_32.S
+++ b/arch/powerpc/kernel/misc_32.S
@@ -346,6 +346,9 @@ END_FTR_SECTION_IFSET(CPU_FTR_COHERENT_ICACHE)
2: icbi0,r6
On Thu, Jul 30, 2009 at 04:08:49PM -0400, Josh Boyer wrote:
>>> Ok. So I'm not really all that thrilled with changes to ppcboot.h.
>>> We try to keep this file as much in-sync with U-Boot as we can. Did
>>> your HOTFOOT changes get pulled into upstream U-Boot?
On Wed, Aug 12, 2009 at 05:38:47PM -0700, Feng Kan wrote:
>This patch adds support for the AMCC (AppliedMicro) PPC460SX Eiger evaluation
>board.
>
>Signed-off-by: Tai Tri Nguyen
>Acked-by: Feng Kan
>Acked-by: Tirumala Marri
>---
> arch/powerpc/boot/dts/eiger.dts| 421 ++
> a
On Mon, Aug 17, 2009 at 09:41:36AM -0400, Josh Boyer wrote:
>The ptrace POKETEXT interface allows a process to modify the text pages of
>a child process being ptraced, usually to insert breakpoints via trap
>instructions. The kernel eventually calls copy_to_user_page, which in tu
On Tue, Aug 18, 2009 at 07:46:28AM +1000, Benjamin Herrenschmidt wrote:
>On Mon, 2009-08-17 at 12:07 -0400, Josh Boyer wrote:
>>
>> Olof pointed out that we could probably do the iccci before the icbi loop and
>> just skip that loop entirely on 44x. This is most certainly
The following patches merge the mkimage tool into the kernel. For now,
this is just an RFC, which is why I'm only posting it here. If enough
people agree that this is a good idea, then I'll post it to LKML. Note
that mkimage is always generated. It should probably only be built for
platforms th
: Josh Boyer <[EMAIL PROTECTED]>
---
scripts/Makefile |1
scripts/mkimage/Makefile |6
scripts/mkimage/crc32.c | 199
scripts/mkimage/mkimage.c | 728 ++
scripts/mkimage/sha1.c
Now that the mkimage tool is merged into the kernel, we can remove the unused
mkuboot.sh script.
Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
scripts/mkuboot.sh | 19 ---
1 file changed, 19 deletions(-)
--- linux-2.6.orig/scripts/mkuboot.sh
+++ /dev/null
@@ -1,1
Rework the architecture specific Makefiles to use the in-kernel version
of the mkimage tool.
Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
arch/arm/boot/Makefile |4 ++--
arch/avr32/boot/images/Makefile |4 ++--
arch/blackfin/boot/Makefile |4 ++--
arch/powerp
On Thu, 6 Dec 2007 14:32:02 -0600
Josh Boyer <[EMAIL PROTECTED]> wrote:
> On Tue, 4 Dec 2007 13:11:39 -0600
> Josh Boyer <[EMAIL PROTECTED]> wrote:
>
> > For those following my tree, I've added a 2.6.25-candidates branch and
> > based it off of Paul'
On Fri, 21 Dec 2007 15:39:37 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
> Index: linux-merge/arch/powerpc/platforms/44x/sequoia.c
> ===
> --- linux-merge.orig/arch/powerpc/platforms/44x/sequoia.c 2007-12-14
> 15:48:5
On Fri, 21 Dec 2007 15:39:35 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
> This removes a bogus empty "ranges" property in the EBC device node
> of the Bamboo board device-tree.
>
> The "ranges" property will be created by the boot wrapper, there is
> no need to have an empty property
On Fri, 21 Dec 2007 15:39:21 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
> Index: linux-merge/include/asm-ppc/reg_booke.h
> ===
> --- linux-merge.orig/include/asm-ppc/reg_booke.h 2007-09-28
> 11:42:10.0 +100
On Fri, 21 Dec 2007 19:24:02 +0300
Valentine Barshak <[EMAIL PROTECTED]> wrote:
> Commit 3ee133269861dc449ad5be761aa8570b1b05571f introduced
> a CPU "model" property and thus broke PowerPC 440EP(x)/440GR(x)
> identical PVR workaround. The patch updates it to use the new
> model property for CPU id
On Sat, 22 Dec 2007 08:16:55 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Fri, 2007-12-21 at 06:09 -0600, Josh Boyer wrote:
> > On Fri, 21 Dec 2007 15:39:35 +1100
> > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
> >
> > > Th
On Sat, 22 Dec 2007 10:24:24 +1100
Stephen Rothwell <[EMAIL PROTECTED]> wrote:
> Hi Ben,
>
> Just a couple of trivial things.
All fair comments. And I realize that everyone is busy and such,
but this is the 4th or 5th time these patches have hit the list.
I'm hesitant to let perfection get in
On Sat, 22 Dec 2007 11:21:05 +1100
Stephen Rothwell <[EMAIL PROTECTED]> wrote:
> On Fri, 21 Dec 2007 15:39:34 +1100 Benjamin Herrenschmidt <[EMAIL PROTECTED]>
> wrote:
> >
> > +++ linux-merge/arch/powerpc/platforms/44x/katmai.c 2007-12-21
> > 14:34:33.0 +1100
> > +
> > +static struct of_
On Sun, 23 Dec 2007 07:58:02 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Fri, 2007-12-21 at 09:23 -0800, Geoff Levand wrote:
> >
> > It seems platforms/cell should have the shared and/or generic code,
> > and the other
> > stuff moved into a new platform directory, but is it w
On Sun, 23 Dec 2007 20:31:08 +0100
Michael Buesch <[EMAIL PROTECTED]> wrote:
> This fixes the boot image wrapper script to not fail the kernel
> build if mkimage is not available.
> As some distributions don't ship the mkimage program and I am not
> interested in uboot images anyway, I don't want
On Fri, 21 Dec 2007 15:39:21 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
> Index: linux-merge/arch/powerpc/kernel/traps.c
> ===
> --- linux-merge.orig/arch/powerpc/kernel/traps.c 2007-12-20
> 11:34:43.0 +1100
On Sun, 23 Dec 2007 19:32:10 -0600
Josh Boyer <[EMAIL PROTECTED]> wrote:
> On Fri, 21 Dec 2007 15:39:21 +1100
> Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> > Index: linux-merge/
mai" eval board
[POWERPC] 4xx: remove bogus "ranges" property in Bamboo EBC node
[POWERPC] 4xx: PCI-E Link setup improvements
[POWERPC] pci32: 4xx embedded platforms want to reassign all PCI resources
Hugh Blemings (1):
[POWERPC] 4xx: Base support for 440GX
On Thu, 27 Dec 2007 17:20:09 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> If this should go in linuxppc-embedded please let me know. It seems that
> the board supports are getting posted here.
>
> PIKA has an embedded PPC440EP board based on the AMCC Yosemite board. I
> got the Linux 2.6.1
On Fri, 28 Dec 2007 01:18:48 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> And one more thought, could uClibc be causing problems with the new
> kernel? It just seems strange that kernel "stuff" seems to work (e.g. no
> problems mounting a usbkey) yet a simple setjmp in a user mode app reeks
On Fri, 28 Dec 2007 11:28:02 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Josh Boyer wrote:
> > Does the setjmp call use floating point instructions? I'm wondering if
> > the APU isn't enabled for the FPU on the Yosemite board for some
> > reason. If th
pci32: 4xx embedded platforms want to reassign all PCI resources
Hugh Blemings (1):
[POWERPC] 4xx: Base support for 440GX Taishan eval board
Josh Boyer (11):
[POWERPC] 4xx: Fix 440grx setup function to call 440A fixup
[POWERPC] 4xx: Include missing header
[POWERPC] 4xx: libf
On Wed, 02 Jan 2008 10:23:56 -0700
Grant Likely <[EMAIL PROTECTED]> wrote:
> From: Grant Likely <[EMAIL PROTECTED]>
>
> Signed-off-by: Grant Likely <[EMAIL PROTECTED]>
Oh, that's fun... my build scripts say this passed. Looking at
powerpc.sequoia_defconfig.log.passed shows it obviously failed.
On Wed, 2 Jan 2008 17:07:50 -0700
"Mark A. Greer" <[EMAIL PROTECTED]> wrote:
> From: Mark A. Greer <[EMAIL PROTECTED]>
>
> Fix error in booting-without-of.txt that indicates that a node can inherit
> its #address-cells and #size-cells definitions from its parent's parent.
> This is not correct an
On Thu, 3 Jan 2008 08:32:56 -0700
"Mark A. Greer" <[EMAIL PROTECTED]> wrote:
> On Wed, Jan 02, 2008 at 07:46:40PM -0600, Josh Boyer wrote:
> > On Wed, 2 Jan 2008 17:07:50 -0700
> > "Mark A. Greer" <[EMAIL PROTECTED]> wrote:
> >
> > >
On Sun, 06 Jan 2008 07:53:06 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Sat, 2008-01-05 at 13:38 +0100, Stefan Roese wrote:
> > On Saturday 05 January 2008, Benjamin Herrenschmidt wrote:
> > > On Sat, 2008-01-05 at 10:50 +0100, Stefan Roese wrote:
> > > > Performance tests don
On Sun, 06 Jan 2008 08:54:28 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Sat, 2008-01-05 at 15:48 -0600, Josh Boyer wrote:
> > No need for a defconfig update patch. Paul or I usually do a general
> > defconfig update for most boards before the ne
On Mon, 07 Jan 2008 07:49:33 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Sun, 2008-01-06 at 12:44 -0800, Dan Malek wrote:
> > While it's convenient, I still don't think kernel float
> > emulation should be a solution. The tools should
> > generate soft-float for the applicatio
On Tue, 08 Jan 2008 09:26:27 -0600
Timur Tabi <[EMAIL PROTECTED]> wrote:
> Stephen Rothwell wrote:
>
> > If you use:
> > for_each_child_of_node(qe, fw)
> > You don't need to initialise 'fw' in its declararion.
>
> I can't find for_each_child_of_node. It's not in Kumar's for-2.6.25 branch.
On Fri, 04 Jan 2008 17:26:54 -0600
Hollis Blanchard <[EMAIL PROTECTED]> wrote:
> Enable EMAC driver for Sequoia (and while we're in there, disable
> Macintosh drivers for Sequoia and Bamboo).
>
> Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>
applied, thanks.
josh
_
On Tue, 08 Jan 2008 13:30:00 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Ok, here is the ad7414 only. taco-dtm is no more!
Cool. Couple more things.
1) This should go through the hwmon maintainer. Send it to him.
(CC'ing this list is of course fine.)
2) You always need the Signed-off-by
On Tue, 8 Jan 2008 23:13:14 +0300
Anton Vorontsov <[EMAIL PROTECTED]> wrote:
[snip mostly valid stuff]
> Yes, it's common sense and politeness to keep Signed-off-by lines
> intact (and the order of these lines), but it's not strict
> requirement. "Based on the patch from ..." is the equivalent of
On Wed, 9 Jan 2008 12:16:25 +0100
Matthias Fuchs <[EMAIL PROTECTED]> wrote:
> Josh,
>
> Where did you apply this patch to? Couldn't find it in your for-2.6.25 branch.
I applied it there, just haven't pushed it out yet. Will do that today.
> BTW, is it normal to edit the defconfig file by hand
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
On Wed, 9 Jan 2008 15:42:38 +0100
Matthias Fuchs <[EMAIL PROTECTED]> wrote:
> On Wednesday 09 January 2008 13:07, Josh Boyer wrote:
> > On Wed, 9 Jan 2008 12:16:25 +0100
> > Matthias Fuchs <[EMAIL PROTECTED]> wrote:
> >
> > > Josh,
> > >
>
On Wed, 9 Jan 2008 16:53:22 +0100
Matthias Fuchs <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I noticed that Josh's 'for-2.5.25' does not assign PCI interrupts correctly:
>
> bash-3.00# lspci -v
> 00:00.0 Class 0680: 1014:027f
> Subsystem: 10e8:cafe
> Flags: bus master, medium devsel, la
On Wed, 09 Jan 2008 13:05:35 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Stefan Roese wrote:
> > On Saturday 05 January 2008, Sean MacLennan wrote:
> >
> >> This patch adds the maps for the taco. It also gets the ndfc.c NAND
> >> driver in a compilable state. The map is guaranteed to chan
On Wed, 09 Jan 2008 13:50:41 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> No. You have to setup everything the old way. This *just* gets it
> working so if you have the PPC layout, it will work.
>
> Unless testing goes *really* well, I doubt I will have time in the short
> term to port it
On Wed, 09 Jan 2008 12:30:39 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> So no comments? I got it perfect the first time :D
Not quite.. :)
The way you have the patches laid out right now will break compiling
and git bisecting.
Could you take these and roll them up into distinct patches th
On Wed, 09 Jan 2008 12:26:14 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]>
This one needs to go to the linux-usb list and David Brownell.
Although I'm not sure what the benefit here really is. You can still
set this in the defconfig without
On Wed, 09 Jan 2008 14:26:56 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Josh Boyer wrote:
> > On Wed, 09 Jan 2008 12:26:14 -0500
> > Sean MacLennan <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Signed-off-by: Sean MacLennan <[EMAIL PROTEC
On Wed, 09 Jan 2008 22:14:17 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> David Gibson wrote:
> > On Wed, Jan 09, 2008 at 03:21:07PM -0500, Sean MacLennan wrote:
> >
> >> Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]>
> >> ---
> >> --- /dev/null 2005-11-20 22:22:37.0 -0500
On Wed, 09 Jan 2008 22:33:56 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Ok, the FPGA is off the EBC, I found it in the documentation.
>
> Under the ebc, I notice the walnut has @n,m. What are n,m? Are they tied
> to chip selects?
chip select,offset.
> The FPGA is CS2 according to the do
On Thu, 10 Jan 2008 17:50:49 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Thu, 2008-01-10 at 17:02 +1100, David Gibson wrote:
> > On Thu, Jan 10, 2008 at 12:53:57AM -0500, Sean MacLennan wrote:
> > > David Gibson wrote:
> > > > Hrm... I'd say this is not something which has a fi
On Thu, 10 Jan 2008 13:38:12 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> What exactly does this function do?
>
> /* Quiesce the MAL and EMAC(s) since PIBS/OpenBIOS don't
> * do this for us
> */
>
> On the taco, with the 440EP, it doesn't seem to make any difference if I
> ca
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 ne
On Fri, 11 Jan 2008 07:44:33 -0600
Jon Loeliger <[EMAIL PROTECTED]> wrote:
> So, like, the other day David Gibson mumbled:
> > This patch adds an fdt_set_name() function to libfdt, mirroring
> > fdt_get_name(). This is a r/w function which alters the name of a
> > given device tree node.
> >
> >
On Fri, 11 Jan 2008 02:10:45 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
>
> Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]>
> ---
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 66a3d8c..b3e4c35 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -469,7
On Fri, 11 Jan 2008 01:15:48 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> David Gibson wrote:
> > Or possibly what you actually want is:
> > [EMAIL PROTECTED],0 {
> > reg = <2 0 2200>;
> > ...
> > };
> >
> That is what I want. I was missing a call to
> ibm4
On Fri, 11 Jan 2008 01:17:51 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Update based on fixes to warp.dts.
>
> Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]>
Looks good.
josh
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozla
On Sun, 13 Jan 2008 23:55:21 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Stefan Roese wrote:
> >
> >> +#ifdef CONFIG_TACO
> >> +/* The NDFC may allow 32bit read/writes, but it sure doesn't work on
> >> + * the taco!
> >> + */
> >>
> >
> > We definitely don't want to see such board speci
On Tue, 15 Jan 2008 12:38:09 -0600
Olof Johansson <[EMAIL PROTECTED]> wrote:
> On Tue, Jan 15, 2008 at 12:25:26PM -0600, Scott Wood wrote:
> > Olof Johansson wrote:
> > > On Tue, Jan 15, 2008 at 12:19:24PM -0600, Scott Wood wrote:
> > >> On Tue, Jan 15, 2008 at 08:09:15AM +0100, Stefan Roese wrote
On Wed, 16 Jan 2008 10:00:00 +0100
Stefan Roese <[EMAIL PROTECTED]> wrote:
> Remove all "i2c" and "xxmii-interface" (rgmii etc) device_type entries
> from the 4xx dts files.
Holding on this one until Ben or I can check Axon to see if it's DT can
handle no device_type for xxmii-interface.
josh
__
rking for Sequoia defconfig
Josh Boyer (1):
Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-v
Matthias Fuchs (1):
[POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapper
Stefan Roese (2):
[POWERPC] 4xx: Add EMAC support to Kilauea defconfig
On Wed, 16 Jan 2008 14:01:22 +0100
Stefan Roese <[EMAIL PROTECTED]> wrote:
> Josh,
>
> On Wednesday 16 January 2008, Josh Boyer wrote:
> > > Remove all "i2c" and "xxmii-interface" (rgmii etc) device_type entries
> > > from the 4xx dts files.
On Wed, 16 Jan 2008 20:53:59 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Wed, 2008-01-16 at 10:37 +0100, Stefan Roese wrote:
> > With the removal the the "rgmii-interface" device_type property from the
> > dts files, the newemac driver needs an update to only rely on compatible
On Wed, 16 Jan 2008 16:25:23 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Sean MacLennan wrote:
> > How about adding a config option that lets you specify 8 bit access?
> > Something like CONFIG_NDFC_8BIT_ACCESS. We could default it to no and
> > put a little blurb that says something like:
On Thu, 17 Jan 2008 10:36:48 +1100
Stephen Rothwell <[EMAIL PROTECTED]> wrote:
> On Wed, 16 Jan 2008 18:29:45 -0500 Sean MacLennan <[EMAIL PROTECTED]> wrote:
> >
> > Everybody happy with this patch?
>
> I am happy (about this patch at least :-))
Yes, I have this queued up.
josh
On Thu, 17 Jan 2008 16:36:49 +1100
Michael Neuling <[EMAIL PROTECTED]> wrote:
>
>
> In message <[EMAIL PROTECTED]> you wrote:
> > Hi,
> >
> > On Thu, Jan 17, 2008 at 03:45:42PM +1100, Michael Neuling wrote:
> >
> > > Index: linux-2.6-ozlabs/include/asm-powerpc/setjmp.h
> > > ==
On Thu, 17 Jan 2008 15:23:22 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> The taco, er warp, has a watchdog timer built into the fpga. The
> watchdog is very trivial and very tied to the warp. I have put it has
> part of the platform code rather than a standalone module.
>
> Two reasons fo
On Tue, 22 Jan 2008 11:08:38 -0600
Joshua Williams <[EMAIL PROTECTED]> wrote:
> Benjamin Herrenschmidt wrote:
> > On Mon, 2008-01-21 at 16:43 -0600, Joshua Williams wrote:
> >> Various new ibm405 DCRN #defines.
> >>
> >> Signed-off-by: Joshua Williams <[EMAIL PROTECTED]>
> >
> > May I ask wh
On Tue, 22 Jan 2008 13:15:07 -0600
Joshua Williams <[EMAIL PROTECTED]> wrote:
> Josh Boyer wrote:
> > On Tue, 22 Jan 2008 11:08:38 -0600
> > Joshua Williams <[EMAIL PROTECTED]> wrote:
> >
> >> Benjamin Herrenschmidt wrote:
> >>> On
On Wed, 23 Jan 2008 11:33:16 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> > > +
> > > + mpic: [EMAIL PROTECTED] {
> > > + #interrupt-cells = <2>;
> > > + #address-cells = <0>;
> >
> > Is #address-cells needed? There are no
On Wed, 23 Jan 2008 19:00:12 +0100
Sam Ravnborg <[EMAIL PROTECTED]> wrote:
> On Wed, Jan 23, 2008 at 11:31:46AM -0600, Jon Loeliger wrote:
> > Sam Ravnborg wrote:
> > >>What impact do the have on boards in arch/ppc being able to build?
> > >
> > >Byt the way what are the plans for powerpc?
> > >We
On Wed, 23 Jan 2008 23:37:33 +0100
Roel Kluin <[EMAIL PROTECTED]> wrote:
> logical/bitand typo
>
> Signed-off-by: Roel Kluin <[EMAIL PROTECTED]>
> ---
> diff --git a/arch/powerpc/boot/4xx.c b/arch/powerpc/boot/4xx.c
> index ebf9e21..dcfb459 100644
> --- a/arch/powerpc/boot/4xx.c
> +++ b/arch/powe
On Fri, 25 Jan 2008 20:07:57 -0700
"Grant Likely" <[EMAIL PROTECTED]> wrote:
> On 1/25/08, Kumar Gala <[EMAIL PROTECTED]> wrote:
> > Just a reminder that the plan is to remove arch/ppc this summer (June
> > 2008).
>
> I strongly recommend that we delay removal by about a month...
> somewhere arou
On Fri, 25 Jan 2008 17:30:32 -0800
Roland Dreier <[EMAIL PROTECTED]> wrote:
> > > YUCCA
> >
> > Yucca was what again? 440spe?
>
> Yes, it was the first 440SPe eval board; since replaced by Katmai.
>
> I have a Yucca and can at least test thing; if no one else gets to it,
> I may try to por
Hi Paul,
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git for-2.6.25
to pick up a few more patches for 4xx that should go in for 2.6.25.
Mostly self explanatory in the changelogs. The diffstat is mostly from
the PIKA Warp board patches that Sean worked quit
On Fri, 25 Jan 2008 10:55:25 -0600
Kumar Gala <[EMAIL PROTECTED]> wrote:
> Just a reminder that the plan is to remove arch/ppc this summer (June
> 2008). The following boards still existing over in arch/ppc. Some of
> them have been ported over to arch/powerpc. If you care about one of
>
On Sat, 26 Jan 2008 10:09:25 +0100
Zoltan HERPAI <[EMAIL PROTECTED]> wrote:
> Kumar Gala wrote:
> > 4xx:
> > EBONY
> >
> I have an Ebony at hand, so if no one takes it, I'll give it a try to
> port it over.
It's ported. It was the first 4xx board to be ported. Thanks for
offering though
On Sat, 26 Jan 2008 17:16:38 +1100
Paul Mackerras <[EMAIL PROTECTED]> wrote:
> This includes commits pulled from Josh Boyer, Kumar Gala, Grant
> Likely, and Olof Johansson. I reverted the "Fake NUMA emulation for
> PowerPC" commit because it changed behaviour even whe
On Sun, 27 Jan 2008 12:15:28 +0100 (CET)
Geert Uytterhoeven <[EMAIL PROTECTED]> wrote:
> Hi Andrew,
>
> On Sun, 27 Jan 2008, Andrew Morton wrote:
> > > On Sun, 27 Jan 2008 10:44:40 +0100 (CET) Geert Uytterhoeven <[EMAIL
> > > PROTECTED]> wrote:
> > > On Sat, 26 Jan 2008, Andrew Morton wrot
On Thu, 31 Jan 2008 15:54:46 -0700
"Mark A. Greer" <[EMAIL PROTECTED]> wrote:
> On Fri, Jan 25, 2008 at 10:55:25AM -0600, Kumar Gala wrote:
> > Just a reminder that the plan is to remove arch/ppc this summer (June
> > 2008). The following boards still existing over in arch/ppc. Some of
> > t
On Sun, 3 Feb 2008 17:29:05 +0100
Bernhard Reiter <[EMAIL PROTECTED]> wrote:
> Dear linux powerpc Maintainers and Users,
>
> recently I have tried to compile a new kernel on a Debian sarge ppc
> system (PowerBook5,6 MacRISC3 Power Macintosh).
>
> The build system bailed out with
>BOOTCC
On Mon, 4 Feb 2008 10:51:21 +0100
Sven Luther <[EMAIL PROTECTED]> wrote:
> On Sun, Feb 03, 2008 at 05:29:05PM +0100, Bernhard Reiter wrote:
> > Dear linux powerpc Maintainers and Users,
> >
> > recently I have tried to compile a new kernel on a Debian sarge ppc
> > system (PowerBook5,6 MacRISC3 P
On Tue, 5 Feb 2008 15:39:26 +0100
Sven Luther <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 05, 2008 at 07:08:33AM -0600, Josh Boyer wrote:
> > On Mon, 4 Feb 2008 10:51:21 +0100
> > Sven Luther <[EMAIL PROTECTED]> wrote:
> >
> > > On Sun, Feb 03, 2008
On Tue, 5 Feb 2008 08:24:38 -0700
"Grant Likely" <[EMAIL PROTECTED]> wrote:
> On 2/5/08, Josh Boyer <[EMAIL PROTECTED]> wrote:
> > > I mean, if you have not included 4xx support in the kernel, as is the
> > > case here, it does not make sense to add the
On Thu, 31 Jan 2008 10:14:58 +1100
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> On Wed, 2008-01-30 at 07:16 +0100, Stefan Roese wrote:
> > On Wednesday 16 January 2008, Josh Boyer wrote:
> > > On Wed, 16 Jan 2008 20:53:59 +1100
> > >
> >
ese <[EMAIL PROTECTED]>
> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Acked-by: Josh Boyer <[EMAIL PROTECTED]>
josh
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
On Wed, 6 Feb 2008 10:01:57 -0600
Olof Johansson <[EMAIL PROTECTED]> wrote:
> On Wed, Feb 06, 2008 at 01:21:59PM +0100, Stefan Roese wrote:
> > With the removal the the "rgmii-interface" device_type property from the
> > dts files, the newemac driver needs an update to only rely on compatible
> >
WERPC] Eliminate broken OF console initialization.
Josh Boyer (2):
[POWERPC] 4xx: Fix Walnut build
Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-v
Sean MacLennan (1):
[POWERPC] 4xx: Fix offset value on Warp board
Stephen Neuendorffer (3):
[
On Thu, 07 Feb 2008 11:29:55 +0100
"Imre Kaloz" <[EMAIL PROTECTED]> wrote:
> *bump*? :) If anything is wrong with it, please let me know.
Nothing wrong that I could see. I just need to test it first.
josh
___
Linuxppc-dev mailing list
Linuxppc-dev@ozl
On Wed, 13 Feb 2008 13:40:20 +1100
[EMAIL PROTECTED] (Tony Breeds) wrote:
> The current pmac32_defconfig fails to build with the following error:
>
> Building modules, stage 2.
> ERROR: "check_media_bay" [drivers/block/swim3.ko] undefined!
> WARNING: modpost: Found 23 section mismatch(es).
> To
On Wed, 13 Feb 2008 21:14:09 -0700
Grant Likely <[EMAIL PROTECTED]> wrote:
> From: Grant Likely <[EMAIL PROTECTED]>
>
> CONFIG_DEVICE_TREE was the only user of CONFIG_WANT_DEVICE_TREE but
> it was removed in commit id 25431333813686654907ab987fb5de10c10a16db
> (bootwrapper: Build multiple cuImage
On Thu, 07 Feb 2008 00:08:33 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> Ok, here is my best shot at removing the warnings. It seems to me that
> functions called from a dev_init section should not be dev_exit.
This seems to fix those specific warnings, but there are others lurking
in some
On Thu, 14 Feb 2008 14:58:22 -0600
Becky Bruce <[EMAIL PROTECTED]> wrote:
>
> On Feb 13, 2008, at 7:09 PM, David Miller wrote:
>
> >
> > I've taken into consideration the various feedback, and
> > ported the bug fix and other LMB patches posted recently
> > in an effort to keep the patch churn b
On Sun, 10 Feb 2008 20:24:02 +0100
Wolfgang Ocker <[EMAIL PROTECTED]> wrote:
> From: Wolfgang Ocker <[EMAIL PROTECTED]>
>
> Corrected IRQ triggering and level settings according to latest revision
> of the 440EP User Manual (rev 1.24 nov 16, 2007).
>
> The incorrect settings might cause a failur
On Thu, 14 Feb 2008 14:15:31 -0800 (PST)
David Miller <[EMAIL PROTECTED]> wrote:
> From: Josh Boyer <[EMAIL PROTECTED]>
> Date: Thu, 14 Feb 2008 15:24:48 -0600
>
> > I plan on actually testing this on Ebony, Walnut, and Bamboo either
> > later tonight or tomo
On Fri, 15 Feb 2008 09:00:28 +1100
Paul Mackerras <[EMAIL PROTECTED]> wrote:
> Linus,
>
> Please do
>
> git pull \
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge
>
> to get a collection of bug-fixes and very minor cleanups for powerpc
> (plus one commit wiring up the t
defconfig cleanups. I've also added a
multiplatform defconfig for 44x. Eventually we might want to remove
the individual board defconfigs all together, but I'd like to leave
them for now.
thx,
josh
Josh Boyer (3):
[POWERPC] 4xx: Update defconfigs for 2.6.25
[POWERPC] 44x: F
On Mon, 18 Feb 2008 04:32:24 -0500 (EST)
"Robert P. J. Day" <[EMAIL PROTECTED]> wrote:
>
> (AIUI, the entire ppc/ architecture is going away, yes? which means
> i probably shouldn't care about any errors within. is that correct?
> even so, build errors should probably still be avoided for now
On Mon, 18 Feb 2008 12:42:40 -0600
Olof Johansson <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 18, 2008 at 11:32:14AM -0700, Grant Likely wrote:
> > On Feb 18, 2008 11:31 AM, Grant Likely <[EMAIL PROTECTED]> wrote:
> > > On Feb 18, 2008 11:28 AM, Sean MacLennan <[EMAIL PROTECTED]> wrote:
> > > > I nee
On Tue, 5 Feb 2008 09:38:20 -0600
Josh Boyer <[EMAIL PROTECTED]> wrote:
> On Tue, 5 Feb 2008 08:24:38 -0700
> "Grant Likely" <[EMAIL PROTECTED]> wrote:
>
> > On 2/5/08, Josh Boyer <[EMAIL PROTECTED]> wrote:
> > > > I mean, if you
On Wed, 20 Feb 2008 11:45:58 +0100
Stefan Roese <[EMAIL PROTECTED]> wrote:
> Since the 4xx PCIe driver checks for 405ex compatibility, the
> PCIe interface was not detected as it is currently defined as
> "405exr" compatible. This patch changes it to "405ex".
>
> The 405EX and 405EXr are identica
On Wed, 20 Feb 2008 14:16:53 +0100
Stefan Roese <[EMAIL PROTECTED]> wrote:
> > > The 405EX and 405EXr are identical exept that the 2nd PCIe and the
> > > 2nd EMAC interfaces are missing.
> >
> > Does ppc405ex_pciex_core_init need to grow some logic to detect 405ex
> > from 405exr and return the co
401 - 500 of 1396 matches
Mail list logo