NetBSD/sys/arch/mips/conf
gdamore 5bf8068cbb Add Atheros SPI controller. This is a "pseudo-controller", as it has some
artificial limitations which really only make it good for use with serial
flash devices.  One of the more annoying limitations is a restriction that
it can only transfer 8 bytes at a time. (4 command/address, plus 4 data.)

The driver includes design to work around those limitations, but these
changes are only appropriate for serial flash devices.

This driver is designed to run in interrupt driven mode, but due to lack
of adequate documentation, we run it in polled mode.

A subsequent commit will introduce the MI M25P flash driver, which has been
tested and is known to function somewhat reasonably..
2006-10-07 07:18:02 +00:00
..
Makefile
Makefile.mips Add -msym32 to CFLAGS when MACHINE_ARCH is mips64e[bl]. 2006-08-27 21:44:15 +00:00
files.alchemy Add Alchemy PSC SPI bus protocol driver. Not activated on any boards yet, 2006-10-02 08:00:07 +00:00
files.atheros Add Atheros SPI controller. This is a "pseudo-controller", as it has some 2006-10-07 07:18:02 +00:00
files.mips
files.sibyte
kern.ldscript Put .rodata.str1.4 and .rodata.cst4 sections by gcc4 into .rodata section. 2006-08-27 04:48:44 +00:00
stand.ldscript