summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2002-01-01Fix typo in comment.skrll
2002-01-01Remove the call to abort(). We don't pull in a prototype for it,thorpej
2001-12-21Merge ast() and userret() between arm32 and arm26. The implementation usedbjh21
2001-12-20Use the correct version of va_arg() for _STANDALONE.thorpej
2001-12-20Remove some outdated comments: arm26 kernels use APCS-32 now, whichbjh21
2001-12-20* Share a common vector page between arm26 and arm32.thorpej
2001-12-18Change some #if 0 to #ifdef VERBOSE_INIT_ARM.thorpej
2001-12-17Ensure that vidc.h gets installed somewhere -- Xarm32vidc needs it to compile.bjh21
2001-12-15mod() was unused. g/c it. New code should use abs() anyway.bjh21
2001-12-15Simplify the pixel-clock-rate-setting code, so it always works out thebjh21
2001-12-11Add clockctl device.chris
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-08Improve comment on the clockswitching asm code, it doesn't use r0 at all, it ...chris
2001-12-08Fix the asm macroschris
2001-12-01Reset the i80200 ICU and PMU to a pristine state very early.thorpej
2001-12-01Don't define get_cachetype() unless it's going to be used.bjh21
2001-12-01On the i80200, disable ECC in the Bus Controller Unit early on; wethorpej
2001-12-01Add register definitions for the i80200 Interrupt Controller Unit,thorpej
2001-11-30Clarify a comment to state that it is intentional that we attachthorpej
2001-11-30Clarify a comment.thorpej
2001-11-29Provide a way for platforms to move away from the old RiscPC-centricthorpej
2001-11-29Provide a hook for platform-specific interrupt code to specifythorpej
2001-11-29Remove some overly-paranoid debug code that grovels too muchthorpej
2001-11-29Add routines for accessing the general purpose I/O facility ofthorpej
2001-11-29Update copyright.thorpej
2001-11-29Use the new arm_dcache_align variable to set the PCI device BHLCthorpej
2001-11-29Fetch cache info from the Cache Type register on ARM7TDMI and "greater"thorpej
2001-11-28Add a "cacheline_size" argument to pci_configure_bus(). It is usedthorpej
2001-11-28Disable MRL, MRM, and MWI for now.thorpej
2001-11-28Oops, make sure to add in the physical base of the PCI memorythorpej
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-28- Garbage-collect some unused cruft.thorpej
2001-11-28Don't grovel interrupt-related info here; if a platform wants tothorpej
2001-11-28Add prototypes for new XScale write-through cache routines.thorpej
2001-11-28Don't define interrupt handler-related offsets here.thorpej
2001-11-27Use <machine/intr.h> rather than <machine/irqhandler.h>thorpej
2001-11-27Move interrupt-related stuff out of the generic 32-bit ARM genassym.cfthorpej
2001-11-26Allow port-specific Makefile fragments to specify a list of additionalthorpej
2001-11-26Move interrupt-related stuff out of stubs.c into intr.c.thorpej
2001-11-26Add code to run the XScale cache in write-though mode, and do sothorpej
2001-11-26Use <arm/arm32/psl.h>, not <machine/psl.h>.thorpej
2001-11-26Don't include <machine/psl.h> directly.thorpej
2001-11-26Move the interrupt-related file declarations into port-specificthorpej
2001-11-26Sprinkle CPWAIT around to enforce some barriers. Also deal with somethorpej
2001-11-26Remove dummy includes.thorpej
2001-11-26Moved to <sys/disklabel_acorn.h>thorpej
2001-11-26Remove Shark-specific header file.thorpej
2001-11-26Don't install includes which userland doesn't need.thorpej
2001-11-25G/c the unused (and #if 0'd) bits of cpu_disklabel. Fetch disklabel_acorn.hthorpej