From: Bastos Fernandez Alexandre <ALEBAS@televes.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: Problem with the cfi flash driver with a x8/x16 flash confi guredinx8 mode.
Date: Fri, 13 Jan 2006 08:27:22 +0100 [thread overview]
Message-ID: <51DB8827D393D411BB69003048003F4601B1C284@tvesntr> (raw)
Txema,
> >
> >I think your topic is very similar to this recent one:
> >
> >http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/19970
> >
> >
> OK, I've checked it.
>
> >and previous similar patches have been submited and are still
> >pending (but it seems they are coming, read the whole thread)
> >
> >
> But not the patch that Wolfgang proposed, isn'it?
>
Wolfgang proposes shifting the commands as a solution. This is
the way it's done in some patches already submitted, (mine as
an example ;-D ) ...
http://sourceforge.net/mailarchive/message.php?msg_id=12799051
> I think the patch that Wolfgang proposed could be like that. I've tested
> it with a S29GL128N x8/x16 in x8 mode. It works fine. But I have no idea
> what would happen in x16 mode or others modes. I haven't the hardware
> to check it.
I think this may work for x16 but would break support for x32, x64
as portwidth can be ...
FLASH_CFI_8BIT 0x01
FLASH_CFI_16BIT 0x02
FLASH_CFI_32BIT 0x04
FLASH_CFI_64BIT 0x08
but AMD_ADDR_* for x16, x32 and x64 is the same
>
> --- ../tmp/u-boot/drivers/cfi_flash.c 2006-01-12 12:22:08.000000000
+0100
> +++ drivers/cfi_flash.c 2006-01-12 17:21:19.000000000 +0100
> @@ -107,9 +107,10 @@
>
> #define AMD_STATUS_TOGGLE 0x40
> #define AMD_STATUS_ERROR 0x20
> -#define AMD_ADDR_ERASE_START 0x555
> -#define AMD_ADDR_START 0x555
> -#define AMD_ADDR_ACK 0x2AA
> +
> +#define AMD_ADDR_ERASE_START (0xAAA >> (info->portwidth-1))
> +#define AMD_ADDR_START (0xAAA >> (info->portwidth-1))
> +#define AMD_ADDR_ACK (0x555 >> (info->portwidth-1))
>
> #define FLASH_OFFSET_CFI 0x55
> #define FLASH_OFFSET_CFI_RESP 0x10
>
Also, take a look a this pathc for buffer write support:
http://sourceforge.net/mailarchive/message.php?msg_id=12797909
Best regards,
Alex BASTOS
next reply other threads:[~2006-01-13 7:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-13 7:27 Bastos Fernandez Alexandre [this message]
2006-01-13 8:37 ` [U-Boot-Users] Re: Problem with the cfi flash driver with ax8/x16 flash configuredinx8 mode Txema Lopez
2006-01-13 12:29 ` Alex BASTOS
2006-01-13 21:58 ` Tolunay Orkun
2006-01-13 23:17 ` Wolfgang Denk
2006-02-28 16:47 ` [U-Boot-Users] Re: Problem with the cfi flash driver with a x8/x16 flash confi guredinx8 mode Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51DB8827D393D411BB69003048003F4601B1C284@tvesntr \
--to=alebas@televes.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox