summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm
AgeCommit message (Expand)Author
2001-12-20* Share a common vector page between arm26 and arm32.thorpej
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-01Make the snake slither in a slightly more interesting pattern thatthorpej
2001-12-01- Don't enable FIQs; nothing uses them (yet).thorpej
2001-12-01Implement a "snake" for the 7-segment display.thorpej
2001-12-01Remove U from the display seg constants.thorpej
2001-11-30Need <arm/cpufunc.h> for cache-related variables.thorpej
2001-11-30- Comment-out EXT2FS, MSDOSFS.thorpej
2001-11-29Use the new arm_dcache_align variable to set the PCI device BHLCthorpej
2001-11-28Add a "cacheline_size" argument to pci_configure_bus(). It is usedthorpej
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-28When processing ASTs:thorpej
2001-11-27Update copyright notice.thorpej
2001-11-27Don't need to include <machine/irqhandler.h>thorpej
2001-11-27Move interrupt-related stuff out of the generic 32-bit ARM genassym.cfthorpej
2001-11-26Don't include <machine/psl.h> directly.thorpej
2001-11-26Use <arm/arm32/psl.h> rather than <machine/psl.h>.thorpej
2001-11-26Delete <machine/psl.h> from the ARM ports. It's not a header thatthorpej
2001-11-26Move the interrupt-related file declarations into port-specificthorpej
2001-11-26Remove the NEWINTR stuff; it's not used, incomplete, and I'm tryingthorpej
2001-11-26Fix brain'o in handling of schedhz and profhz. Also, make sure tothorpej
2001-11-25Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we didthorpej
2001-11-25End the "new ARM includes strategy" experiment. The new strategythorpej
2001-11-24Don't need "options PROG32" anymore.thorpej
2001-11-23Use <arm/undefined.h> instead of <machine/undefined.h>.thorpej
2001-11-23Use <arm/cpufunc.h>, not <machine/cpufunc.h>.thorpej
2001-11-23Move even more constants into the shared 32-bit vmparam.h header.thorpej
2001-11-23- Move more contents of various <machine/vmparam.h> files intothorpej
2001-11-23Extra whitespace removal.thorpej
2001-11-23No need to pull in <machine/pte.h> directly.thorpej
2001-11-22Remove kerndebug.h from non-Shark code (it's a Shark-specific headerthorpej
2001-11-22No need for <machine/rtc.h> here.thorpej
2001-11-22Kill <machine/katelib.h>. Any place that still uses it should justthorpej
2001-11-22Add 26-bit and 32-bit types.h files, which indicate the programmingthorpej
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-19Reorder the device table to make the UART at J9 attach before thethorpej
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-14We need to declare the "plcom" device in files.evbarm, since athorpej
2001-11-14This file is not used.thorpej
2001-11-11Allocate the appropriate space for the XScale global cache clean code.thorpej
2001-11-11Pull in common 32-bit ARM VM parameters.thorpej
2001-11-10Delete an option that doesn't really exist.thorpej
2001-11-10Add VERBOSE_INIT_ARM and SYMTAB_SPACE options (commented out). Addthorpej
2001-11-09Add some missing backslashes.thorpej
2001-11-09Add support for PCI DMA on the i80312. We currently just dothorpej
2001-11-09Fix typos in determing the ATU and PPB bus numbers.thorpej
2001-11-09Add PCI_NETBSD_CONFIGURE.thorpej
2001-11-09PCI interrupt mapping support for the IQ80310.thorpej
2001-11-09Add a "firstbus" argument to pci_configure_bus(), indicating thethorpej