1. 14 May, 2007 5 commits
  2. 12 May, 2007 31 commits
  3. 11 May, 2007 4 commits
    • Linus Torvalds's avatar
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · af3b146d
      Linus Torvalds authored
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (23 commits)
        [POWERPC] Add arch/powerpc support for the Motorola PrPMC2800
        [POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform
        [POWERPC] Add DTS file for the Motorola PrPMC2800 platform
        [POWERPC] Check cache coherency of kernel vs firmware
        [POWERPC] Add Marvell mv64x60 PCI bridge support
        [POWERPC] Create Marvell mv64x60 I2C platform_data
        [POWERPC] Create Marvell mv64x60 ethernet platform_data
        [POWERPC] Create Marvell mv64x60 MPSC (serial) platform_data
        [POWERPC] Add interrupt support for Marvell mv64x60 chips
        [POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C
        [POWERPC] Add bootwrapper support for Marvell MPSC
        [POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge
        [POWERPC] Add Makefile rules to wrap dts file in zImage
        [POWERPC] Spelling fixes: arch/ppc/
        [POWERPC] U-boot passes the initrd as start/end, not start/size.
        [POWERPC] PS3: Update ps3_defconfig
        [POWERPC] PS3: Fix request_irq warning
        [POWERPC] Don't complain if size-cells == 0 in prom_parse()
        [POWERPC] Simplify smp_space_timers
        [POWERPC] Trivial ps3 warning fixes
        ...
      af3b146d
    • Dale Farnsworth's avatar
      [POWERPC] Add arch/powerpc support for the Motorola PrPMC2800 · fd4ba7e2
      Dale Farnsworth authored
      
      This finally adds the PPC_PRPMC2800 Kconfig option, the board setup
      code (the setup and reset functions) and the defconfig, to support the
      Motorola PrPMC2800 platform.
      Signed-off-by: default avatarDale Farnsworth <dale@farnsworth.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      fd4ba7e2
    • Mark A. Greer's avatar
      [POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform · c368d921
      Mark A. Greer authored
      
      The Motorola PrPMC280 and PrPMC2800 processor modules sit on an F101 or
      PrPMC2800 baseboard, respectively.  There are several variants of each
      type of processor module which can have different amounts of memory,
      amounts of FLASH, cpu frequencies, and an mv64360 or an mv64362.
      
      The bootwrapper code for that platform reads VPD from an I2C EEPROM
      to determine the processor module variant.  From the variant, the
      amount of memory, etc. is determined and the device tree is updated
      accordingly.  If the variant cannot be determined (e.g., corrupted
      VPD or a previously unknown variant), the property values already
      in the device tree are used.
      
      Also, the firmware for those platforms does not completely configure
      the mv64x60 host bridge so that configuration is done here.
      Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      c368d921
    • Mark A. Greer's avatar
      [POWERPC] Add DTS file for the Motorola PrPMC2800 platform · 3f456cc1
      Mark A. Greer authored
      
      Add the device tree source file for the prpmc2800 line of processor PMCs.
      Several of the property values are updated by the bootwrapper but sane
      defaults have been chosen in case the bootwrapper can't determine the
      exact processor board variant.  The defaults should allow the kernel
      to boot despite having non-optimal device tree property values.
      Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      3f456cc1