summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
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-20* Share a common vector page between arm26 and arm32.thorpej
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-11-29Fetch cache info from the Cache Type register on ARM7TDMI and "greater"thorpej
2001-11-28Add prototypes for new XScale write-through cache routines.thorpej
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
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-22Add 26-bit and 32-bit types.h files, which indicate the programmingthorpej
2001-11-19Implement pmap_update(). Currently it just calls cpu_cpwait(),thorpej
2001-11-19Add a "cpwait" cpufunc, currently a nullop on all but XScale.thorpej
2001-11-16Add prototypes for undefinedinstruction() and resethandler().bjh21
2001-11-15Implement __cpu_simple_lock*() primitives using the SWP insn. Notethorpej
2001-11-14* Give the XScale its own cpu_control() entry point; we have to flushthorpej
2001-11-11Even though the ARM architecture defines large, standard, and smallthorpej
2001-11-09Implement a badaddr_read() routine which performs a load of thethorpej
2001-11-03Define boolean predicates pmap_pde_page, pmap_pde_section & pmap_pde_fpage,rearnsha
2001-11-02Define L1_FPAGE for fine page entries in L1 page table.rearnsha
2001-10-27Export pte_cache_mode. Define PT_CACHEABLE in terms of it.rearnsha
2001-10-27Declare the plcom device.rearnsha
2001-10-27Add new spl level -- _SPL_STATCLOCK.rearnsha
2001-10-19Make sure that PT_STEP is defined for userland, even though we don'tbjh21
2001-10-18Recognize GDB's default breakpoint instruction (as of GDB 5.0), in addition tobjh21
2001-10-18Add support calls for ARM9.rearnsha
2001-10-16On ELF systems, make intptr_t and uintptr_t long, because Matt says so.bjh21
2001-10-14Make the declaration of get_pc_str_offset() into a prototype.bjh21
2001-09-16Add cdev_decl for new devices in conf.cmatt
2001-09-13Sprinkle some static and inline into a couple of functions. Remove dead entr...chris
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-10Initial commitment of the bus_space_mmap() functions as proposed by Jason Rreinoud
2001-09-09Don't define pcb_* register macros.toshii
2001-09-09Readd sacom to cdevsw.toshii
2001-09-03Add a merged <pcb.h> for arm26/arm32.matt
2001-09-03Add __ELF__ stuff for resized types under ELF.matt
2001-09-03Switch netwinder to use a common conf.c for the arm ports.matt
2001-08-31Use comments around the token after a #endif.simonb
2001-08-27Remove unused entries from the pcb. This is with a long term view of merging...chris
2001-08-26Add xscale cpu functionsmatt
2001-08-25Increase the size of a jmp_buf when using ELF, since this will be our lastbjh21
2001-08-20Fix typo in comment (suceed).wiz
2001-08-11Checking a whole host of pmap changes:chris
2001-08-11Add arm_trunc_page, similair to trunc_page but using a hardcoded PGOFSET.chris
2001-08-07Add macros to hide the details of stack-pointer alignment.bjh21