20 Feb, 2008

1 commit

  • This patch fixes the following build error with CONFIG_EISA=n caused by
    commit 231a35d37293ab88d325a9cb94e5474c156282c0:

    ...
    LD .tmp_vmlinux1
    arch/mips/sni/built-in.o: In function `snirm_a20r_setup_devinit':
    a20r.c:(.init.text+0x42c): undefined reference to `sni_eisa_root_init'
    a20r.c:(.init.text+0x42c): relocation truncated to fit: R_MIPS_26 against `sni_eisa_root_init'
    arch/mips/sni/built-in.o: In function `snirm_setup_devinit':
    rm200.c:(.init.text+0x52c): undefined reference to `sni_eisa_root_init'
    rm200.c:(.init.text+0x52c): relocation truncated to fit: R_MIPS_26 against `sni_eisa_root_init'
    make[1]: *** [.tmp_vmlinux1] Error 1

    Signed-off-by: Adrian Bunk
    Acked-by: Thomas Bogendoerfer
    Signed-off-by: Ralf Baechle

    Adrian Bunk
     

29 Jan, 2008

1 commit

  • - EISA support for non PCI RMs (RM200 and RM400-xxx). The major part
    is the splitting of the EISA and onboard ISA of the RM200, which
    makes the EISA bus on the RM200 look like on other RMs.
    - 64bit kernel support
    - system type detection is now common for big and little endian
    - moved sniprom code to arch/mips/fw
    - added call_o32 function to arch/mips/fw/lib, which uses a private
    stack for calling prom functions
    - fix problem with ISA interrupts, which makes using PIT clockevent
    possible

    Signed-off-by: Thomas Bogendoerfer
    Signed-off-by: Ralf Baechle

    Thomas Bogendoerfer
     

20 Oct, 2007

1 commit


12 Oct, 2007

1 commit


11 Jul, 2007

1 commit

  • - use RTC_CLASS instead of GEN_RTC
    - get rid of ds1216 in favour of a RTC_CLASS driver
    - use correct console device for older RM400
    - use physical addresses for 82596 device
    - use 128 byte L1 cache line size (this is needed because most of the
    SNI caches are using 128 L2 cache lines)

    Signed-off-by: Thomas Bogendoerfer
    Signed-off-by: Ralf Baechle

    Thomas Bogendoerfer
     

27 Feb, 2007

1 commit


19 Feb, 2007

1 commit


20 Jun, 2006

1 commit


17 Apr, 2005

1 commit

  • 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