From mboxrd@z Thu Jan 1 00:00:00 1970 From: jteki at openedev.com Date: Thu, 10 Mar 2016 00:01:31 -0500 Subject: [U-Boot] [RESEND 1/2] stm32: stm32f4: move flash driver to mtd driver location In-Reply-To: <9B6E6443-7AC3-4650-8885-CB3B1A1C79FD@st.com> References: <1457565497-9822-1-git-send-email-vikas.manocha@st.com> <56E0E185.3060709@openedev.com> <9B6E6443-7AC3-4650-8885-CB3B1A1C79FD@st.com> Message-ID: <6b6ce923f1664b2591fe74f121e44dfc@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2016-03-09 23:18, Vikas MANOCHA wrote: > Hi Jagan , > >> On Mar 9, 2016, at 6:53 PM, Jagan Teki wrote: >> >>> On Thursday 10 March 2016 04:48 AM, Vikas Manocha wrote: >>> Same flash driver can be used by other stm32 families like stm32f7. >>> Better place for this driver would be mtd driver location. >> >> What kind of flash is it, parallel or serial NOR? > > It is embedded 256 bit NOR flash. OK, I thought it's similar to SST25L. Can't we detect this through cfi_flash framework? -- Jagan.