07 Feb, 2007

1 commit


11 Dec, 2006

1 commit


21 Sep, 2006

1 commit


28 Apr, 2006

1 commit

  • This patch adds workaround for PPC 440GX erratum 440_43. According to
    this erratum spurious MachineChecks (caused by L1 cache parity) can
    happen during DataTLB miss processing. We disable L1 cache parity
    checking for 440GX rev.C and rev.F

    Signed-off-by: Eugene Surovegin
    Signed-off-by: Paul Mackerras

    Eugene Surovegin
     

26 Jun, 2005

1 commit

  • The e200 core is a Book-E core (similar to e500) that has a unified L1 cache
    and is not cache coherent on the bus. The e200 core also adds a separate
    exception level for debug exceptions. Part of this patch helps to cleanup a
    few cases that are true for all Freescale Book-E parts, not just e500.

    Signed-off-by: Kim Phillips
    Signed-off-by: Kumar Gala
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kumar Gala
     

01 May, 2005

1 commit

  • Moved common FPU exception handling code out of head.S so it can be used by
    several of the sub-architectures that might of a full PowerPC FPU.

    Also, uses new CONFIG_PPC_FPU define to fix alignment exception handling
    for floating point load/store instructions to only occur if we have a
    hardware FPU.

    Signed-off-by: Jason McMullan
    Signed-off-by: Kumar Gala
    Signed-off-by: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Paul Mackerras
     

17 Apr, 2005

2 commits

  • To add support for 36-bit physical addressing on e500 the following changes
    have been made. The changes are generalized to support any physical address
    size larger than 32-bits:

    * Allow FSL Book-E parts to use a 64-bit PTE, it is 44-bits of pfn, 20-bits
    of flags.

    * Introduced new CPU feature (CPU_FTR_BIG_PHYS) to allow runtime handling of
    updating hardware register (SPRN_MAS7) which holds the upper 32-bits of
    physical address that will be written into the TLB. This is useful since
    not all e500 cores support 36-bit physical addressing.

    * Currently have a pass through implementation of fixup_bigphys_addr

    * Moved _PAGE_DIRTY in the 64-bit PTE case to free room for three additional
    storage attributes that may exist in future FSL Book-E cores and updated
    fault handler to copy these bits into the hardware TLBs.

    Signed-off-by: Kumar Gala
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kumar Gala
     
  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds