summaryrefslogtreecommitdiff
path: root/sys/arch/armish/include
AgeCommit message (Collapse)Author
2007-12-05include files which are used by userland cannot include other files..Theo de Raadt
which are not installed to userland; ok drahn
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
to support hotplug media on most architectures. disklabel setup and verification done using new helper functions. Disklabels must *always* have a correct checksum now. Same code paths are used to learn on-disk location disklabels, to avoid new errors sneaking in. Tested on almost all cases, testing help from todd, kettenis, krw, otto, dlg, robert, gwk, drahn
2007-06-09Increase MAXDSIZ on armish to 1GB, requested long ago, ok robert@Dale Rahn
2007-05-21timecounters for armish.Dale Rahn
2007-05-19Implement splassert for armish and zaurus.Miod Vallat
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
option. Every architecture implements mutexes now.
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
rt and such; tested and ok miod drahn
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
right now that are supposed to be atomic with respect to interrupts and SMP: atomic_setbits_int and atomic_clearbits_int. All architectures other than i386 and amd64 get dummy implementations since at first we'll be replacing operations that are done with "a |= bit" and "a &= ~bit" today. More proper implementations will follow kettenis@, miod@ ok
2006-10-02One <arm/exec.h> to bind them all.Miod Vallat
2006-07-30With new kernel and bootloader, argument passing now works, version 1.0.Dale Rahn
(and yes this does work on iodata and thecus)
2006-07-12Orphaned stuff.Miod Vallat
2006-06-15rewritten, simplifed interrupt controller for 80321, half the linesDale Rahn
and much less complex. IPL_SERIAL goes at the same time.
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
and there is only one call to uvm_page_physload().
2006-05-31Ding dong, __NEWINTR is deadMiod Vallat
2006-05-30Several pieces were copied over from previous ports that are unnecessary,Dale Rahn
pointed out by miod@
2006-05-29Add a new port for ARM based products from a variety of vendors, typicallyDale Rahn
using Redboot as a loader and using pci, that have a variety of fairly minor hardware differences between them.