summaryrefslogtreecommitdiff
path: root/sys/arch/hpcarm/include
AgeCommit message (Expand)Author
2003-10-08Overhaul MBR handling (part 1):lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-06add __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS to machine/types.h forbsh
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-05-22Move KERNEL_VM_SIZE into the C files where its used.thorpej
2003-05-22Use virtual_avail and virtual_end to compute the size of the availablethorpej
2003-05-21Move KERNEL_VM_BASE inside where it is used (it won't be there for long).thorpej
2003-05-10Remove redundant bounds_check_with_label() prototype.thorpej
2003-05-03Don't expose KERNEL_TEXT_BASE outside of board-specific code. This givesthorpej
2003-05-03Remove old pmap support for platforms which have fully switched over.thorpej
2003-04-28Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmapthorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-17Merge the nathanw_sa branch.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-19make atomic_{set,clear}_bit() inline for arm32 ports, andbsh
2002-09-19More definitions to get apmd building (but it is not functionnal yet)manu
2002-09-16Initial APM support (enough to get battery level)manu
2002-09-14Back out previous; it breaks binary compatibility between platformsthorpej
2002-09-14Move some #defines out of _KERNEL.mycroft
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-13Recognize hpcboot's "b=xx" option, which specifies the root device to use.toshii
2002-04-12Centralize ARM CPU configuration information by adding a new headerthorpej
2002-04-10Eliminate all #ifdef HPCARM, and delete the option.thorpej
2002-03-23* Change all uses of KERNEL_SPACE_START to KERNEL_BASE.thorpej
2002-03-23* Fix the definition of KERNEL_BASE.thorpej
2002-03-23Slignt cleanup.thorpej
2002-03-23* Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASEthorpej
2002-03-03Implement pmap_growkernel for arm32 based ports.chris
2002-02-28Use "#define<tab>".simonb
2002-02-23Make KERNEL_VM_SIZE a little larger so that ubc_init doesn't fail fromtoshii
2002-02-12* For platforms which are already ELF, remove the definition ofthorpej
2002-02-01bootinfo.h, config_hook.h, platid.h are moved to hpc/includeuch
2001-12-20* Share a common vector page between arm26 and arm32.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-24Sanitize hpcarm includes somewhat, make them more like other ARM ports.thorpej
2001-11-24No need to install bootconfig.hthorpej
2001-11-23No longer need <machine/undefined.h>.thorpej
2001-11-23Don't need a <machine/profileio.h> on these platforms.thorpej
2001-11-23No longer need <machine/pte.h>.thorpej
2001-11-23No longer need <machine/cpus.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-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-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-11Pull in common 32-bit ARM VM parameters.thorpej
2001-09-09Readd sacom to cdevsw.toshii