Please pull powerpc.git merge branch

2008-01-15 Thread Paul Mackerras
Linus, Please do git pull \ git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge to get two more bug fixes for powerpc. One is a fix for a recently introduced regression which means that the kernel doesn't boot on POWER6 machines. The other is a fix for something that got

[PATCH] net: EMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Stefan Roese
Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the frame length exceeds the max. MAL buffer size. This patch now changes the driver to call emac_start_xmit_sg() on all platforms and not only the TAH equipped ones (440GX). This enables an

psc and spi

2008-01-15 Thread S. Fricke
Hello friends, I have on the psc3 the spi-interface of a fpga connected. psc3-0 - MOSI psc3-1 - MISO psc3-2 - CLK psc3-3 - SlaveSelect psc3-4 - CS-FPGA psc3-5 - CS Another device psc3-6 - SPI-SEL0 psc3-7 - SPI-SEL1 psc3-8/9 - Not connected Can I use the

Re: [PATCH 4/7] sbc8560: Add device tree source for Wind River SBC8560 board

2008-01-15 Thread Kumar Gala
On Jan 9, 2008, at 8:56 PM, David Gibson wrote: On Mon, Jan 07, 2008 at 09:25:29AM -0500, Paul Gortmaker wrote: This adds the device tree source for the Wind River SBC8560 board. The biggest difference between this and the MPC8560ADS reference platform dts is the use of an external 16550

Re: [PATCH 1/3] sbc834x: Add support for Wind River SBC834x boards

2008-01-15 Thread Kumar Gala
On Jan 9, 2008, at 1:01 AM, Stephen Rothwell wrote: Hi Paul, On Wed, 9 Jan 2008 00:49:30 -0500 Paul Gortmaker [EMAIL PROTECTED] wrote: +static void __init sbc834x_init_IRQ(void) +{ +struct device_node *np; + +np = of_find_node_by_type(NULL, ipic); +if (!np) +

Re: [PATCH] [SERIAL] qe-uart: add support for Freescale QUICCEngine UART

2008-01-15 Thread Kumar Gala
On Jan 9, 2008, at 5:35 PM, Timur Tabi wrote: Add file ucc_uart.c, a serial device driver for the Freescale QUICCEngine. Update the Kconfig and Makefile accordingly. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- drivers/serial/Kconfig| 10 + drivers/serial/Makefile |1 +

Re: [PATCH] Fix carry bug in 128-bit unsigned integer adding

2008-01-15 Thread Kumar Gala
On Jan 8, 2008, at 9:05 PM, Liu Yu wrote: take a look at how include/math-emu/op-4.h implements __FP_FRAC_ADD_4 __FP_FRAC_SUB_4. Will that fix the bug, if so we should make the code match how its done there. - k The macro define __FP_FRAC_ADD_4 is below. It can fix the carry bug.

Re: psc and spi

2008-01-15 Thread Grant Likely
On 1/15/08, S. Fricke [EMAIL PROTECTED] wrote: Hello friends, I have on the psc3 the spi-interface of a fpga connected. psc3-0 - MOSI psc3-1 - MISO psc3-2 - CLK psc3-3 - SlaveSelect psc3-4 - CS-FPGA psc3-5 - CS Another device psc3-6 - SPI-SEL0 psc3-7 - SPI-SEL1

Re: [PATCH] [POWERPC] Add of_find_matching_node() helper function

2008-01-15 Thread Grant Likely
Ben, Paul, Stephen, Any comments/concerns on this patch? I've got a series of patches which I haven't published yet as they depend on this one. If this patch doesn't go in then I need to rework the series, in which case I'd like to know sooner rather than later so that I've got time for the

crash in kmem_cache_init

2008-01-15 Thread Olaf Hering
Current linus tree crashes in kmem_cache_init, as shown below. The system is a 8cpu 2.2GHz POWER5 system, model 9117-570, with 4GB ram. Firmware is 240_332, 2.6.23 boots ok with the same config. There is a series of mm related patches in 2.6.24-rc1: commit

Re: [PATCH] [SERIAL] qe-uart: add support for Freescale QUICCEngine UART

2008-01-15 Thread Timur Tabi
Kumar Gala wrote: what is the define for? you commented all the others :) I thought you said there were no more issues? :-) +#define UCC_WAIT_CLOSING 100 This is how long to wait after receiving a close request for characters to be sent out before actually closing the device. I just used

[PATCH] [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_alias

2008-01-15 Thread Kumar Gala
--- in my git tree. arch/powerpc/boot/cuboot-83xx.c |3 ++- arch/powerpc/boot/cuboot-85xx.c |5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/boot/cuboot-83xx.c b/arch/powerpc/boot/cuboot-83xx.c index acd860e..61af1c1 100644 ---

[PATCH] [POWERPC] 85xx: convert boards to use machine_device_initcall

2008-01-15 Thread Kumar Gala
--- arch/powerpc/platforms/85xx/mpc85xx_ads.c |6 ++ arch/powerpc/platforms/85xx/mpc85xx_cds.c |6 +- arch/powerpc/platforms/85xx/mpc85xx_mds.c |7 ++- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/arch/powerpc/platforms/85xx/mpc85xx_ads.c

[PATCH] [POWERPC] 83xx: convert boards to use machine_device_initcall

2008-01-15 Thread Kumar Gala
--- arch/powerpc/platforms/83xx/mpc832x_mds.c |5 + arch/powerpc/platforms/83xx/mpc832x_rdb.c | 10 ++ arch/powerpc/platforms/83xx/mpc834x_mds.c |5 + arch/powerpc/platforms/83xx/mpc836x_mds.c |5 + arch/powerpc/platforms/83xx/mpc837x_mds.c |5 + 5 files

Re: [PATCH v4 0/3] OF-platform PATA driver

2008-01-15 Thread Olof Johansson
Hi, I've applied 1/3 and 2/3 together with my electra_ide move to pasemi.git for-2.6.25, and will ask Paul to pull that. Kumar said he'd take 3/3. I also added the const to the match table as spotted by Stephen. -Olof On Wed, Jan 09, 2008 at 10:08:52PM +0300, Anton Vorontsov wrote: Hi all,

[PATCH] [POWERPC] pasemi: Move electra-ide to pata_of_platform

2008-01-15 Thread Olof Johansson
Move electra-ide glue over to the new pata_of_platform framework, and add the quirks needed to that driver. --- Applied with the rest of the patches to pasemi.git for-2.6.25 arch/powerpc/platforms/pasemi/electra_ide.c | 96

Re: [PATCH] fsl_soc: Fix get_immrbase() to use ranges, rather than reg.

2008-01-15 Thread Scott Wood
On Mon, Jan 14, 2008 at 08:37:27PM -0600, Kumar Gala wrote: diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/ fsl_soc.c index 3ace747..7502e03 100644 --- a/arch/powerpc/sysdev/fsl_soc.c +++ b/arch/powerpc/sysdev/fsl_soc.c @@ -54,10 +54,18 @@ phys_addr_t get_immrbase(void)

Please pull pasemi.git for-2.6.25 branch

2008-01-15 Thread Olof Johansson
Paul, Please pull from 'for-2.6.25' branch of master.kernel.org:/pub/scm/linux/kernel/git/olof/k.org.git for-2.6.25 to receive the following updates: arch/powerpc/configs/pasemi_defconfig |4 arch/powerpc/platforms/pasemi/Kconfig |9 -

Re: [DTC PATCH] libfdt: Add ft_get_next_node(), ft_get_next_prop(), and ft_getprop_offset().

2008-01-15 Thread Scott Wood
On Tue, Jan 15, 2008 at 11:16:57AM +1100, David Gibson wrote: On Mon, Jan 14, 2008 at 10:30:04AM -0600, Scott Wood wrote: ft_get_next_node() enumerates children of a given node. ft_get_next_prop() enumerates propreties of a given node. ft_getprop_offset() is like ft_getprop(), but takes

Re: [PATCH] fsl_soc: Fix get_immrbase() to use ranges, rather than reg.

2008-01-15 Thread Kumar Gala
On Jan 15, 2008, at 10:40 AM, Scott Wood wrote: On Mon, Jan 14, 2008 at 08:37:27PM -0600, Kumar Gala wrote: diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/ fsl_soc.c index 3ace747..7502e03 100644 --- a/arch/powerpc/sysdev/fsl_soc.c +++ b/arch/powerpc/sysdev/fsl_soc.c @@

Re: [PATCH] MTD for Taco

2008-01-15 Thread Sean MacLennan
Stefan Roese wrote: Bummer! Was worth a try though. I still don't see why this should fail on your platform. What error/exception do you get upon 32bit access btw? Ask and Ye Shall RX! Here is a complete trace of the crash including the NAND debug outputs. Cheers, Sean NDFC NAND

Re: [PATCH 1/4] powerpc: mv64x60 - Use early_* PCI accessors for hotswap reg

2008-01-15 Thread Mark A. Greer
On Tue, Jan 15, 2008 at 10:19:36AM +1100, Stephen Rothwell wrote: Hi Mark, Hi Stephen. Thanks for taking the time to review these patches. On Mon, 14 Jan 2008 15:51:50 -0700 Mark A. Greer [EMAIL PROTECTED] wrote: +static inline struct pci_controller *mv64x60_find_hose(u32 idx) +{ +

Re: [PATCH] net: EMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Eugene Surovegin
On Tue, Jan 15, 2008 at 01:40:09PM +0100, Stefan Roese wrote: Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the frame length exceeds the max. MAL buffer size. This patch now changes the driver to call emac_start_xmit_sg() on all

Re: [PATCH 1/4] powerpc: mv64x60 - Use early_* PCI accessors for hotswap reg

2008-01-15 Thread Mark A. Greer
On Tue, Jan 15, 2008 at 10:21:29AM +1100, Stephen Rothwell wrote: Hi Mark, On Mon, 14 Jan 2008 15:51:50 -0700 Mark A. Greer [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/sysdev/mv64x60.h @@ -3,10 +3,32 @@ #include linux/init.h +#include asm/prom.h You probably meant to

Re: [PATCH 1/2] [POWERPC] 4xx: Add 405EXr to cputable

2008-01-15 Thread Olof Johansson
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: This patch adds the 405EXr to the powerpc cuptable. Basically the 405EXr is a 405EX with only one EMAC and only one PCIe interface. Sounds like they have the same

Re: [PATCH] net: EMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Eugene Surovegin
On Tue, Jan 15, 2008 at 08:46:01PM +0100, Stefan Roese wrote: On Tuesday 15 January 2008, Eugene Surovegin wrote: On Tue, Jan 15, 2008 at 01:40:09PM +0100, Stefan Roese wrote: Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the

[PATCH] change where the kernel loads

2008-01-15 Thread Mike Wolf
When netbooting a kernel with an initrd or initramfs that makes the image larger than 8 meg the firmware will kick out the kernel and go to the second boot device. However when the mkzimage script is used to create the image instead of 'make zImage' then the kernel/initrd will netboot. So

Re: [PATCH] change where the kernel loads

2008-01-15 Thread Scott Wood
Mike Wolf wrote: When netbooting a kernel with an initrd or initramfs that makes the image larger than 8 meg the firmware will kick out the kernel and go to the second boot device. However when the mkzimage script is used to create the image instead of 'make zImage' then the kernel/initrd

Re: [PATCH 1/3] 8xx: Analogue Micro Adder875 board support.

2008-01-15 Thread Bryan O'Donoghue
Greetings Scott. I've tried both of the procedures you've outlined on the Adder875 with the patches supplied against the paulus git tree to no avail. Pass #1 : Doing it safe with cuImage.8xx Build system : Debian lenny, ELDK 4.1 uClibc Kernel : Linux-2.6.24-rc6-g4f43143f-dirty - about two days

[PATCH 2/2] mpc82xx: Embedded Planet EP8248E support

2008-01-15 Thread Scott Wood
This board is also resold by Freescale under the names QUICCStart MPC8248 Evaluation System and CWH-PPC-8248N-VE. Signed-off-by: Scott Wood [EMAIL PROTECTED] --- arch/powerpc/boot/Makefile |3 +- arch/powerpc/boot/dts/ep8248e.dts | 205 arch/powerpc/boot/ep8248e.c

Re: [PATCH 2/3] mtd: Factor out OF partition support from the NOR driver.

2008-01-15 Thread Scott Wood
Stephen Rothwell wrote: +nr_parts = 0; +for (pp = node-child; pp; pp = pp-sibling) for_each_child_of_node(node, pp) for_each_child_of_node is only in Paul's tree, but this has to go via mtd. Plus, I'm just moving the code; it's not new. -Scott

[PATCH 1/2] mtd: Factor out OF partition support from the NOR driver.

2008-01-15 Thread Scott Wood
Signed-off-by: Scott Wood [EMAIL PROTECTED] --- drivers/mtd/Kconfig|8 drivers/mtd/Makefile |1 + drivers/mtd/maps/physmap_of.c | 89 drivers/mtd/ofpart.c | 74 +

[PATCH 2/2] Freescale enhanced Local Bus Controller FCM NAND support.

2008-01-15 Thread Scott Wood
Signed-off-by: Nick Spence [EMAIL PROTECTED] Signed-off-by: Scott Wood [EMAIL PROTECTED] --- drivers/mtd/nand/Kconfig |9 + drivers/mtd/nand/Makefile|1 + drivers/mtd/nand/fsl_elbc_nand.c | 1245 ++ 3 files changed, 1255 insertions(+), 0

Re: [PATCH] [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_alias

2008-01-15 Thread David Gibson
On Tue, Jan 15, 2008 at 09:35:20AM -0600, Kumar Gala wrote: Add the ability to set the mac address given the alias for the device. Removes the need for having a linux,network-index property. --- in my git tree. Missing a Signed-off-by. Otherwise looks good. -- David Gibson

Re: [PATCH 3/4] powerpc: Katana750i - Add DTS file

2008-01-15 Thread David Gibson
On Tue, Jan 15, 2008 at 12:08:06PM -0700, Mark A. Greer wrote: On Tue, Jan 15, 2008 at 10:34:06AM +1100, David Gibson wrote: On Mon, Jan 14, 2008 at 03:59:26PM -0700, Mark A. Greer wrote: From: Mark A. Greer [EMAIL PROTECTED] Hi David. Thanks for the review. Add DTS file for the

Re: [PATCH] [POWERPC] Add of_find_matching_node() helper function

2008-01-15 Thread Paul Mackerras
Grant Likely writes: Any comments/concerns on this patch? I'm about to throw it into my tree. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH 2/2] [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dts

2008-01-15 Thread David Gibson
On Tue, Jan 15, 2008 at 08:09:25AM +0100, Stefan Roese wrote: The patch adds the Haleakala dts. The Haleakala is a stripped down version of the Kilauea (405EX) with only one EMAC and only one PCIe interface. [snip] + IIC0: [EMAIL PROTECTED] { +

Re: [DTC PATCH] libfdt: Add ft_get_next_node(), ft_get_next_prop(), and ft_getprop_offset().

2008-01-15 Thread David Gibson
On Tue, Jan 15, 2008 at 10:52:30AM -0600, Scott Wood wrote: On Tue, Jan 15, 2008 at 11:16:57AM +1100, David Gibson wrote: On Mon, Jan 14, 2008 at 10:30:04AM -0600, Scott Wood wrote: ft_get_next_node() enumerates children of a given node. ft_get_next_prop() enumerates propreties of a given

Re: [PATCH] [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_alias

2008-01-15 Thread Kumar Gala
On Jan 15, 2008, at 6:09 PM, David Gibson wrote: On Tue, Jan 15, 2008 at 09:35:20AM -0600, Kumar Gala wrote: Add the ability to set the mac address given the alias for the device. Removes the need for having a linux,network-index property. --- in my git tree. Missing a Signed-off-by.

RE: [PATCH 1/3] drivers/misc :UCC based TDM driver for MPC83xx platforms.

2008-01-15 Thread Aggrwal Poonam
Thanks Morton for your comments, I shall incorporate them and reesnd the patch. With Regards Poonam -Original Message- From: Andrew Morton [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 2:45 AM To: Aggrwal Poonam Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];

Re: [PATCH 1/2] 8xx: Analogue Micro Adder875 board support.

2008-01-15 Thread Stephen Rothwell
Hi Scott, On Tue, 15 Jan 2008 17:30:45 -0600 Scott Wood [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/8xx/adder875.c +static __initdata const struct cpm_pin adder875_pins[] = { Sorry, but you can't have both const and __inittdata. The section attributes that each use conflict. So

Re: [PATCH 2/2] mpc82xx: Embedded Planet EP8248E support

2008-01-15 Thread Stephen Rothwell
Hi Scott, On Tue, 15 Jan 2008 17:30:47 -0600 Scott Wood [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/82xx/ep8248e.c +static __initdata const struct cpm_pin ep8248e_pins[] = { Again, const doesn't mix with __initdata so just use __initdata. +static __initdata const struct

Re: [PATCH 2/3] mtd: Factor out OF partition support from the NOR driver.

2008-01-15 Thread Stephen Rothwell
On Tue, 15 Jan 2008 17:43:06 -0600 Scott Wood [EMAIL PROTECTED] wrote: Stephen Rothwell wrote: + nr_parts = 0; + for (pp = node-child; pp; pp = pp-sibling) for_each_child_of_node(node, pp) for_each_child_of_node is only in Paul's tree, but this has to go via mtd. Plus, I'm

Re: [PATCH] [POWERPC] Add of_find_matching_node() helper function

2008-01-15 Thread Stephen Rothwell
On Wed, 16 Jan 2008 11:09:24 +1100 Paul Mackerras [EMAIL PROTECTED] wrote: Grant Likely writes: Any comments/concerns on this patch? I'm about to throw it into my tree. Fine by me. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/

Re: [PATCH 3/8] pseries: phyp dump: reserve-release proof-of-concept

2008-01-15 Thread Paul Mackerras
Manish Ahuja writes: Initial patch for reserving memory in early boot, and freeing it later. If the previous boot had ended with a crash, the reserved memory would contain a copy of the crashed kernel data. The main problem I see here is that if this option is turned on, the kernel now has

Re: [PATCH 2/2] [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dts

2008-01-15 Thread Stefan Roese
On Wednesday 16 January 2008, David Gibson wrote: On Tue, Jan 15, 2008 at 08:09:25AM +0100, Stefan Roese wrote: The patch adds the Haleakala dts. The Haleakala is a stripped down version of the Kilauea (405EX) with only one EMAC and only one PCIe interface. [snip] +

Re: [PATCH v4 0/3] OF-platform PATA driver

2008-01-15 Thread Anton Vorontsov
On Tue, Jan 15, 2008 at 10:40:22AM -0600, Olof Johansson wrote: Hi, I've applied 1/3 and 2/3 together with my electra_ide move to pasemi.git for-2.6.25, and will ask Paul to pull that. Kumar said he'd take 3/3. I also added the const to the match table as spotted by Stephen. Great news,

Re: [PATCH] net: EMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Stefan Roese
On Tuesday 15 January 2008, Eugene Surovegin wrote: OK. But how do we detect GigE support? Seems like GigE enabled devices have CONFIG_IBM_EMAC4 defined. If nobody objects I'll fix up another version tomorrow. Look couple of lines down where I set MTU changing hook. If you cannot change

Re: [PATCH 2/2] [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dts

2008-01-15 Thread David Gibson
On Wed, Jan 16, 2008 at 06:04:56AM +0100, Stefan Roese wrote: On Wednesday 16 January 2008, David Gibson wrote: On Tue, Jan 15, 2008 at 08:09:25AM +0100, Stefan Roese wrote: [snip] + RGMII0: [EMAIL PROTECTED] { + device_type = rgmii-interface;

Re: [PATCH 1/3] 8xx: Analogue Micro Adder875 board support.

2008-01-15 Thread Vitaly Bordug
On Tue, 15 Jan 2008 23:25:02 + Bryan O'Donoghue wrote: Greetings Scott. I've tried both of the procedures you've outlined on the Adder875 with the patches supplied against the paulus git tree to no avail. Pass #1 : Doing it safe with cuImage.8xx [...] = bootm 0x40 ##

[libfdt] RFC: Node iterators

2008-01-15 Thread David Gibson
Here's my counter-attempt at node iterators for libfdt. It's based on an internal function very similar to Scott's fdt_next_node(), but the exported interfaces are altered to be (IMO) safer and simpler. So far, it only handles iterating across immediate children of a node, not traversing an

[PATCH] net: EMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Stefan Roese
Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the frame length exceeds the max. MAL buffer size. This patch now changes the driver to call emac_start_xmit_sg() on all GigE platforms and not only the TAH equipped ones (440GX). This

[PATCH] net: NEWEMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Stefan Roese
Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the frame length exceeds the max. MAL buffer size. This patch now changes the driver to call emac_start_xmit_sg() on all GigE platforms and not only the TAH equipped ones (440GX). This

Re: [DTC PATCH] libfdt: Add ft_get_next_node(), ft_get_next_prop(), and ft_getprop_offset().

2008-01-15 Thread David Gibson
On Wed, Jan 16, 2008 at 02:49:39PM +1100, David Gibson wrote: On Tue, Jan 15, 2008 at 10:52:30AM -0600, Scott Wood wrote: On Tue, Jan 15, 2008 at 11:16:57AM +1100, David Gibson wrote: On Mon, Jan 14, 2008 at 10:30:04AM -0600, Scott Wood wrote: [snip] + if (depth != 0) +

Re: [PATCH] net: NEWEMAC: Fix problem with mtu 4080 on non TAH equipped 4xx PPC's

2008-01-15 Thread Benjamin Herrenschmidt
On Wed, 2008-01-16 at 08:11 +0100, Stefan Roese wrote: Currently, all non TAH equipped 4xx PPC's call emac_start_xmit() upon xmit. This routine doesn't check if the frame length exceeds the max. MAL buffer size. This patch now changes the driver to call emac_start_xmit_sg() on all GigE

[PATCH 2/2] [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dts

2008-01-15 Thread Stefan Roese
The patch adds the Haleakala dts. The Haleakala is a stripped down version of the Kilauea (405EX) with only one EMAC and only one PCIe interface. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- arch/powerpc/boot/dts/haleakala.dts | 274 +++ 1 files changed, 274