CVS updates
Xavier DEBREUIL
xde at inventel.fr
Mon Jun 18 12:58:14 EDT 2001
David Woodhouse a écrit :
>
> xde at inventel.fr said:
> > Does it mean that I can not use do_map_probe("cfi", ...) with
> > 28F160B3 chips ?
>
> ISTR there are some versions of the 28F160 which are CFI-compliant. But if
> you've got the version which isn't, then no, you'll have to implement an
> Intel-specific probe routine for it. You can still hook into the
> cfi_cmdset_0001 back end code to actually _drive_ it though - you only have
> to do a probe routine.
>
> --
> dwmw2
when using cfi :
clep7211 flash: probing for 2 partitions (buswidth = 4)
clep7211: Found 2 x16 devices at 0x0 in 32-bit mode
when using cfi_intel :
clep7211 flash: probing for 2 partitions (buswidth = 4)
request_module[cfi_intel]: Root fs not
mounted
seems that I have to write a piece of code or simply add a configuration
to amd_flash.c corresponding to that flash.
Xavier
More information about the linux-mtd
mailing list