Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   thorpej
Date:           Thu Jan  2 23:38:04 UTC 2003

Modified Files:
        src/sys/arch/arm/conf: files.arm
        src/sys/arch/arm/s3c2xx0: files.s3c2xx0 s3c2xx0_intr.h
        src/sys/arch/evbarm/conf: std.integrator std.iq80310 std.iq80321
            std.ixm1200 std.lubbock std.smdk2800
        src/sys/arch/evbarm/include: cpu.h intr.h
Added Files:
        src/sys/arch/arm/arm32: irq_dispatch.S
        src/sys/arch/arm/s3c2xx0: s3c24x0_intr.h s3c2800_intr.h
Removed Files:
        src/sys/arch/arm/s3c2xx0: s3c2xx0_irq.S

Log Message:
Clean up evbarm interrupt support a little:
* Define an ARM_INTR_IMPL option, which specifies a header file
  describing the interrupt implementation for the platform.  Use
  this instead of the list of EVBARM_BOARDTYPE checks.
* Make the s3c2xx0 interrupt dispatch code a bit more generic, and move
  it to a generic location so that other platforms can use it.

This eliminates all uses of the EVBARM_BOARDTYPE stuff, so delete it.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/arm/arm32/irq_dispatch.S
cvs rdiff -r1.64 -r1.65 src/sys/arch/arm/conf/files.arm
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/s3c2xx0/files.s3c2xx0 \
    src/sys/arch/arm/s3c2xx0/s3c2xx0_intr.h
cvs rdiff -r0 -r1.1 src/sys/arch/arm/s3c2xx0/s3c24x0_intr.h \
    src/sys/arch/arm/s3c2xx0/s3c2800_intr.h
cvs rdiff -r1.1 -r0 src/sys/arch/arm/s3c2xx0/s3c2xx0_irq.S
cvs rdiff -r1.6 -r1.7 src/sys/arch/evbarm/conf/std.integrator
cvs rdiff -r1.12 -r1.13 src/sys/arch/evbarm/conf/std.iq80310
cvs rdiff -r1.3 -r1.4 src/sys/arch/evbarm/conf/std.iq80321
cvs rdiff -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.ixm1200
cvs rdiff -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.lubbock \
    src/sys/arch/evbarm/conf/std.smdk2800
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbarm/include/cpu.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/evbarm/include/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index