summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Collapse)Author
2005-01-14commit this #if 0 del now.Dale Rahn
2005-01-14prototypes for recently added functions.Dale Rahn
2005-01-13'quick' function for actual gpio operations, set/clear/read, setdir, clearirqDale Rahn
2005-01-13destatic/inlineDale Rahn
2005-01-13die staticDale Rahn
2005-01-13dont make this dependant on bus_space_generic, that is bogus.Dale Rahn
keep the define for compat for now.
2005-01-12Try a watchdog reset (that powers off the zaurus) before cpu_reset().Uwe Stuehler
ok drahn@
2005-01-11oppsDale Rahn
2005-01-11pretty print in dmesgTheo de Raadt
2005-01-11first cut at interrupt stats.Dale Rahn
2005-01-10Correctly limit interrupts on the 'last' register, added support toDale Rahn
detect pxa27x vs previous.
2005-01-09intr_disestablishDavid Gwynne
ok drahn@
2005-01-09fix pincount, improve readabilty.Dale Rahn
2005-01-09Some fixes on pcic attachment.Dale Rahn
2005-01-09Handle the rest of the interrupts.Dale Rahn
2005-01-06Lazy man's display console on Zaurus: allow the display to be attached as aMiod Vallat
console when it is probed. Earlier boot messages are still being sent to the serial port for now. While there, swap blue and red in 16bpp mode to get the expected display colours. Tested and ok drahn@
2005-01-06Bring back the code simplifications after debug and testing by drahn@Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error.
2005-01-05Partially revert some of these changes - misunderstanding between drahn@ and IMiod Vallat
about which diff he had tested.
2005-01-05First steps in cleaning the Zaurus display code:Miod Vallat
- kill the non-wscons code. Really. - KNF, and english fixes. - do not handle WSDISPLAYIO_[GS]VIDEO in the driver - the wsdisplay layer can do this, as long as we provide a burner accessop, so provide one. - kill the emulops indirection. - when setting the color palette in 8 or 4bpp mode, match the values used in the rasops color table (only affects normal white value). test and ok drahn@
2005-01-05Provide SET_PC_REGS.Miod Vallat
2005-01-05missed a bit in the last commitDavid Gwynne
2005-01-05definitions of the extra registers for the usb host controller and codeDavid Gwynne
that uses them to try and correctly init the controller. ok drahn@
2005-01-04Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'.Dale Rahn
2005-01-04use the new intr_disestablish code.Dale Rahn
2005-01-04implement intr_disestablish.Dale Rahn
2005-01-04add prototype for disestablish function (coming soon), remove uselessDale Rahn
includes, some #if 0 code.
2005-01-04cleaner pci/fcom arm cats vs zaurus config.Dale Rahn
2005-01-04Framed up support for C3000, however not working yet so match is disabled.Dale Rahn
2005-01-04Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270Dale Rahn
2005-01-04Remove debug printfs.Dale Rahn
2005-01-04Opps, this was supposed to be part of the usb commit.Dale Rahn
2005-01-04dont be lazy, use the proper define.Dale Rahn
2005-01-04USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.cDale Rahn
2005-01-04Add name argument to pxa2x0_intr_establish, which is standard for openbsdDale Rahn
interrupt handling.
2005-01-03Bring life to /dev/*random; Dale, you owe me a beer.Miod Vallat
2005-01-03Don't forget to register "machine" commands for ddb.Miod Vallat
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
Will hopefully bring us better panic reports. From Joris Vink.
2005-01-03RCSID are ok as long as they are proper comments (-:Miod Vallat
2005-01-03Close to working display, just rotated 90 degrees.Dale Rahn
2005-01-03Extra pieces for pxa270, extra gpio pins and LCD control register bits.Dale Rahn
2005-01-02OpenBSD tags (missed before)Dale Rahn
2005-01-02OpenBSD tagsDale Rahn
2004-12-30xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.Dale Rahn
2004-12-30pcmcia (CF) adapter. Needs to be split into seperate layers soDale Rahn
that the offchip portion (not on pxa*) is not embedded here, interrupt routing is performed offchip.
2004-12-30PXA serial port is just enough different to make it difficult to shareDale Rahn
with dev/ic. For now, make it's own copy.
2004-12-30Add pxa interrupt controller support.Dale Rahn
2004-12-30better #includeDale Rahn
2004-12-30pxa270 is xscaleDale Rahn
2004-12-30Properly include fcom.h defines.Dale Rahn