From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rogan Dawes Date: Mon, 19 Jul 2010 16:37:08 +0200 Subject: [U-Boot] Non standard CFI detection tweaks In-Reply-To: <201007191533.37947.sr@denx.de> References: <4C3CC5E5.1040606@dawes.za.net> <201007191350.37640.sr@denx.de> <4C44429D.9020307@dawes.za.net> <201007191533.37947.sr@denx.de> Message-ID: <4C446314.7040702@dawes.za.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2010/07/19 3:33 PM, Stefan Roese wrote: > > Not really. I find it odd, that writing 0x9800 works and 0x0098 doesn't. > Perhaps the chip is connected in byte-mode after all? Not sure. > > Do you know if and how the Linux MTD driver handles the NOR FLASH? > > Cheers, > Stefan Here is the setup code from the Linux kernel: >http://lxr.free-electrons.com/source/arch/arm/mach-orion5x/dns323-setup.c#L93> Which is used by: I don't know enough about the kernel to understand where it goes to from there. Rogan