summaryrefslogtreecommitdiff
path: root/sys/dev/nor
AgeCommit message (Expand)Author
2011-07-23- add little endian variants of cfi_opmodes tables (untested)cliff
2011-07-23- dump raw QRY and/or JEDEC data depending on CFI_DEBUG_QRY, CFI_DEBUG_JEDECcliff
2011-07-23- names changed: erase_chiptime_* --> erase_chip_time_*cliff
2011-07-23- names changed: erase_chiptime_* --> erase_chip_time_*cliff
2011-07-23- add option flags CFI_DEBUG_QRY CFI_DEBUG_JEDEC in opt_cfi.hcliff
2011-07-20replace 'nor_manufacturer_t' with 'struct nor_manufacturer'cliff
2011-07-19add TNF copyrightcliff
2011-07-17#include <sys/bus.h> not <machine/bus.h>.dyoung
2011-07-15More support for CFI NOR.cliff
2011-07-15Add support for CFI NOR, using MPC8536DS as initial example.cliff
2011-06-22Initial work on a NOR driver; it's commited here as is,ahoka