[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c h
From: |
Jamie Lokier |
Subject: |
Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...) |
Date: |
Tue, 10 Apr 2007 12:17:20 +0100 |
User-agent: |
Mutt/1.4.1i |
J. Mayer wrote:
> > No. Since MIPS{32,64}R2 the CP0 is standardized and a mandatory part of
> > a MIPS compatible CPU.
>
> Yes, I know MIPS want always CP0 to be present. I should have put a
> smiley somewhere. I wanted just to point the fact that the CPU itself
> does not need the CP0 controller to run and that one could easily
> imagine designing a core without the CP0 controller.
I just want to say I have programmed a MIPS-ish core which did not
have a CP0 controller. It was the Alteon AceNIC gigabit ethernet
controller, and it had two CPU cores implementing the MIPS integer
instruction set. We used the standard mips-elf GCC to compile for it.
I'm under the impression that copying the basic MIPS instruction set
is not uncommon for the odd ASIC here and there, as it doesn't bump
into the licensing problems that copying ARM instructions does, and
it's quite simple.
-- Jamie
- Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), (continued)
- Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), J. Mayer, 2007/04/08
- Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Thiemo Seufer, 2007/04/08
- Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), J. Mayer, 2007/04/08
- QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Natalia Portillo, 2007/04/08
- Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Eduardo Felipe, 2007/04/08
- Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Natalia Portillo, 2007/04/08
- Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Eduardo Felipe, 2007/04/09
- Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Rob Landley, 2007/04/09
- Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Jamie Lokier, 2007/04/10
- Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...), Pierre d'Herbemont, 2007/04/10
- Re: IRQ handling (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...),
Jamie Lokier <=
- [Qemu-devel] Re: IRQ handling, Paul Brook, 2007/04/08
- Re: [Qemu-devel] Re: IRQ handling, J. Mayer, 2007/04/09
- Re: [Qemu-devel] Re: IRQ handling, Paul Brook, 2007/04/09
- Re: [Qemu-devel] Re: IRQ handling, J. Mayer, 2007/04/09
- Re: [Qemu-devel] Re: IRQ handling, Paul Brook, 2007/04/09
- Re: [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ..., Fabrice Bellard, 2007/04/07
- Re: [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ..., Wang Cheng Yeh, 2007/04/08
- Re: [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ..., Thiemo Seufer, 2007/04/08
- Re: [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ..., Paul Brook, 2007/04/08
- Re: [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ..., Thiemo Seufer, 2007/04/07