26 Aug, 2008

2 commits


21 Aug, 2008

1 commit


06 Aug, 2008

1 commit


22 Jul, 2008

2 commits


17 Jul, 2008

2 commits


15 Jul, 2008

2 commits


14 Jul, 2008

2 commits


10 Jul, 2008

1 commit


04 Jul, 2008

1 commit


30 Jun, 2008

2 commits


16 Jun, 2008

1 commit

  • This enables CONFIG_ATA_SFF in the defconfigs that are intended to
    work on a G5 powermac, i.e. g5_defconfig and ppc64_defconfig. Since
    the support for the SATA cell in the K2 chipset is provided by the
    sata_svw.c driver, and that depends on CONFIG_ATA_SFF, we need to turn
    that and CONFIG_SATA_SVW back on so we can get to the hard disk on G5s.

    Signed-off-by: Paul Mackerras

    Paul Mackerras
     

11 Jun, 2008

3 commits

  • The Sam440ep is an high customizable general purpose mini-itx board,
    based on the AMCC 440EP and with a LatticeXP FPGA onboard.

    It's poduced by ACube Systems Srl (Bassano del Grappa, Italy),
    http://www.acube-systems.biz.

    Signed-off-by: Giuseppe Coviello
    Signed-off-by: Josh Boyer

    Giuseppe Coviello
     
  • Add support for the NOR flash found on the AMCC Taishan Board
    and enable MTD support in the defconfig.

    Signed-off-by: Imre Kaloz
    Acked-by: Stefan Roese
    Signed-off-by: Josh Boyer

    Imre Kaloz
     
  • This is patch adds board file, device tree, and defconfig for the new
    board, made by Freescale Semiconductor Inc. and Logic Product Development.

    Currently supported:
    1. UEC{1,2,7,4};
    2. I2C;
    3. SPI;
    4. NS16550 serial;
    5. PCI and miniPCI;
    6. Intel NOR StrataFlash X16 64Mbit PC28F640P30T85;
    7. Graphics controller, Fujitsu MB86277.

    Not supported in this patch:
    1. StMICRO NAND512W3A2BN6E, 512 Mbit (supported with FSL UPM NAND driver);
    2. FHCI USB (supported with FHCI driver).
    3. QE Serial UCCs (tested to not work with ucc_uart driver, reason
    unknown, yet);
    4. ADC AD7843 (tested to work, but support via device tree depends on
    major SPI rework, GPIO API, etc);

    Signed-off-by: Anton Vorontsov
    Signed-off-by: Kumar Gala

    Anton Vorontsov
     

10 Jun, 2008

2 commits


09 Jun, 2008

4 commits

  • Signed-off-by: Kumar Gala

    Kumar Gala
     
  • Update the defconfig for the Freescale MPC8610 HPCD board. Enable module
    support. Disable support for all NICs except for the on-board ULI526x.
    Enable support for the Freescale DIU driver. Increase the maximum zone order
    to 12, so that the DIU driver can allocate physically-contiguous 5MB buffers.
    Enable SYSV IPC and OSS plugin support, which are needed for some OSS apps.

    Signed-off-by: Timur Tabi
    Signed-off-by: Kumar Gala

    Timur Tabi
     
  • Support for the C2K cPCI Single Board Computer from GEFanuc
    (PowerPC MPC7448 with a Marvell MV64460 chipset).
    All features of the board are not supported yet, but the board
    boots, flash works, all Ethernet ports are working and PCI
    devices are all found (USB and SATA on PCI1 do not work yet).

    Part 4 of 5: this is the default config for the board. In this
    configuration the kernel is going to try to boot from MTD
    partition 3 on the NOR flash (see c2k.dts for details about
    the partitioning of the flash).

    Signed-off-by: Remi Machet
    Signed-off-by: Paul Mackerras

    Remi Machet
     
  • Conflicts:

    arch/powerpc/sysdev/fsl_soc.c

    Paul Mackerras
     

03 Jun, 2008

1 commit


28 May, 2008

1 commit


20 May, 2008

1 commit


13 May, 2008

2 commits

  • This patch adds device tree nodes for NOR and NAND flashes and places
    board-control node inside the localbus.

    defconfig and board file updated appropriately.

    Signed-off-by: Anton Vorontsov
    Signed-off-by: Kumar Gala

    Anton Vorontsov
     
  • As of current mainline tree, TULIP driver is unusable on MPC8610HPCD
    boards. There is a patch[1] floating around (and also included in the
    BSP), which tries to heal the situation, though the ethernet is still
    unusable. Practically it takes ages to mount NFS filesystem:

    VFS: Mounted root (nfs filesystem).
    Freeing unused kernel memory: 180k init
    nfs: server 10.0.0.2 not responding, still trying
    nfs: server 10.0.0.2 OK
    nfs: server 10.0.0.2 not responding, still trying
    nfs: server 10.0.0.2 not responding, still trying
    nfs: server 10.0.0.2 not responding, still trying
    nfs: server 10.0.0.2 not responding, still trying
    nfs: server 10.0.0.2 OK
    nfs: server 10.0.0.2 not responding, still trying

    So, instead of trying to add uli526x functionality into TULIP driver
    (which is already bloated enough), I fixed existing ULI526X driver
    and now it works perfectly well here.

    [1] http://www.bitshrine.org/gpp/0024-MPC8610-ETH-Lyra-native-ethernet.txt

    Signed-off-by: Anton Vorontsov
    Signed-off-by: Kumar Gala

    Anton Vorontsov
     

02 May, 2008

1 commit


29 Apr, 2008

3 commits

  • Board-specific defconfigs based on current mpc5200_defconfig, archival
    lite5200_defconfig, and [cm5200|motionpro|tqm5200]_defconfig from the
    linux-2.6-denx tree. Kernels build using these defconfigs were verified
    to boot with root filesystem mounted over NFS on Motion-PRO, TQM5200
    and Lite5200B boards. CM5200 target was not tested due to hardware
    unavailability.

    Signed-off-by: Bartlomiej Sieka
    Signed-off-by: Grant Likely

    Bartlomiej Sieka
     
  • Add board support for the Phytec pcm030 mpc5200b based board. It
    does not need any platform specific fixups and as such is handled
    as a mpc5200 simple platform.

    Signed-off-by: Sascha Hauer
    Signed-off-by: Grant Likely

    s.hauer@pengutronix.de
     
  • This implements a new driver named windfarm_pm121, which drives the
    fans on PowerMac 12,1 machines : iMac G5 iSight (rev C) 17" and
    20". It's based on the windfarm_pm81 driver from Benjamin
    Herrenschmidt.

    This includes fixes from David Woodhouse correcting the names of some
    of the sensors.

    Signed-off-by: Étienne Bersac
    Signed-off-by: David Woodhouse
    Signed-off-by: Benjamin Herrenschmidt
    Signed-off-by: Paul Mackerras

    Étienne Bersac
     

17 Apr, 2008

5 commits