* Mapping for JEDEC and CFI
@ 2001-04-21 16:11 Fabrice Gautier
2001-04-21 16:49 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Gautier @ 2001-04-21 16:11 UTC (permalink / raw)
To: mtd
Hi,
I think there is a problem in Config.in wrt CFI and JEDEC custom
mapping.
What's the differnece between CONFIG_MTD_PHYSMAP:
dep_tristate ' CFI Flash device in physical memory map' CONFIG_MTD_PHYSMAP $CONFIG_MTD_CFI
if [ "$CONFIG_MTD_PHYSMAP" = "y" -o "$CONFIG_MTD_PHYSMAP" = "m" ]; then
hex ' Physical start address of flash mapping' CONFIG_MTD_PHYSMAP_START 0x8000000
hex ' Physical length of flash mapping' CONFIG_MTD_PHYSMAP_LEN 0x4000000
int ' Bus width in octets' CONFIG_MTD_PHYSMAP_BUSWIDTH 2
fi
and CONFIG_MTD_CSTM_CFI_JEDEC:
dep_tristate ' CFI and JEDEC Flash device mapping on custom board' CONFIG_MTD_CSTM_CFI_JEDEC $CONFIG_MTD_CFI
if [ "$CONFIG_MTD_CSTM_CFI_JEDEC" = "y" -o "$CONFIG_MTD_CSTM_CFI_JEDEC" = "m" ]; then
hex ' Physical start address of flash mapping' CONFIG_MTD_PHYSMAP_START 0x8000000
hex ' Physical length of flash mapping' CONFIG_MTD_PHYSMAP_LEN 0x4000000
int ' Bus width in octets' CONFIG_MTD_PHYSMAP_BUSWIDTH 2
define_bool CONFIG_MTD_JEDEC y
fi
And by the way, why the support for custom JEDEC mapping is here and not
with the JEDEC driver?
Thanks
--
Fabrice Gautier <gautier@email.enstfr>
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Mapping for JEDEC and CFI
2001-04-21 16:11 Mapping for JEDEC and CFI Fabrice Gautier
@ 2001-04-21 16:49 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2001-04-21 16:49 UTC (permalink / raw)
To: Fabrice Gautier; +Cc: mtd, ahennessy
gautier@email.enst.fr said:
> And by the way, why the support for custom JEDEC mapping is here and
> not with the JEDEC driver?
This seems to be designed mostly for some MIPS boards. I've fixed the
problems you refer to, and also put out a request for a more appropriate
name.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-04-21 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-21 16:11 Mapping for JEDEC and CFI Fabrice Gautier
2001-04-21 16:49 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox