<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd, branch v2020.07-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd?h=v2020.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd?h=v2020.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-05-11T13:46:43Z</updated>
<entry>
<title>Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2020-05-11T13:46:43Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-05-11T13:46:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1bccb23b7bb67e029cc6b22bf7d25243ef71c43c'/>
<id>urn:sha1:1bccb23b7bb67e029cc6b22bf7d25243ef71c43c</id>
<content type='text'>
i.MX for 2020.07
----------------

- i.MX NAND and nandbxb for i.MX8M
- imx8MM : new beacon devkit
- imx8MQ : new pico-imx8MQ
- imx8QXP : extend to enable M4, fixes
- add thermal support
- caches in SPL (missing board)
- Fixes

Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/685391011
</content>
</entry>
<entry>
<title>sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array</title>
<updated>2020-05-10T20:00:49Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2020-05-03T13:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8af1caa23728ef689d095eec1ec4e6f1d46f50e4'/>
<id>urn:sha1:8af1caa23728ef689d095eec1ec4e6f1d46f50e4</id>
<content type='text'>
On i.mx7ulp EVK board, we use MX25R6435F NOR flash, add its parameters
and IDs to flash parameter array. Otherwise, the flash probe will fails.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>spi: fix dev parameter in dev_* calls</title>
<updated>2020-05-10T20:00:49Z</updated>
<author>
<name>Dario Binacchi</name>
<email>dariobin@libero.it</email>
</author>
<published>2020-05-02T15:45:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1fbfe58df62276910bb5624aa107415fd069f824'/>
<id>urn:sha1:1fbfe58df62276910bb5624aa107415fd069f824</id>
<content type='text'>
Probably the non-use of the device parameter by the print routines did
not generate compilation errors.

Signed-off-by: Dario Binacchi &lt;dariobin@libero.it&gt;
</content>
</entry>
<entry>
<title>mtd: nand: raw: mxs_nand changes for nandbcb</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Han Xu</name>
<email>han.xu@nxp.com</email>
</author>
<published>2020-05-06T12:59:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf9382addf94c9b90033a1eac5522afae9b7a0d7'/>
<id>urn:sha1:bf9382addf94c9b90033a1eac5522afae9b7a0d7</id>
<content type='text'>
Add more BCH setting mode and remove the unnecessary platform constrain

Signed-off-by: Han Xu &lt;han.xu@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>nand: enable the Randomizer module for i.mx7 and i.mx8</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Alice Guo</name>
<email>alice.guo@nxp.com</email>
</author>
<published>2020-05-04T14:09:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe04bcd7e86ba2b9ccbcf83b5afc278e69115756'/>
<id>urn:sha1:fe04bcd7e86ba2b9ccbcf83b5afc278e69115756</id>
<content type='text'>
To enable the Randomizer module, set GPMI_ECCCTRL[RANDOMIZER_ENABLE] to
1, then set GPMI_ECCCOUNT[RANDOMIZER_PAGE] to select randomizer page
number needed to be randomized.

Signed-off-by: Alice Guo &lt;alice.guo@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mxs_nand: don't check zero count when ECC reading with randomizer</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Han Xu</name>
<email>han.xu@nxp.com</email>
</author>
<published>2020-05-04T14:09:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7bb012ab7e19d3ede6c0e9a39edd6a37bd598ff'/>
<id>urn:sha1:f7bb012ab7e19d3ede6c0e9a39edd6a37bd598ff</id>
<content type='text'>
When enabled randomizer during ECC reading, the controller reported it's
erased page. Checking zero count will cause data get modified to all
0xFF. Stop checking during randomizer to workaround this issue.

Signed-off-by: Han Xu &lt;han.xu@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>MXS_NAND: Add clock support for iMX8</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2020-05-04T14:09:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a59691280dacae478183c95a93c5f00f4717d49c'/>
<id>urn:sha1:a59691280dacae478183c95a93c5f00f4717d49c</id>
<content type='text'>
Since iMX8 has enabled clock uclass, we can parse the clocks from DTB
and enable them in GPMI driver.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mtd: nand: support GPMI NAND driver for i.MX8</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2020-05-04T14:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=39320e7256412ed4b6eee9fc09f7d30f0e4ddee4'/>
<id>urn:sha1:39320e7256412ed4b6eee9fc09f7d30f0e4ddee4</id>
<content type='text'>
enable the GPMI NAND driver for i.MX8, i.MX8 use similar controller as
i.MX8M

- register definition for i.mx8
- DMA structure must be 32bit address

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>nand: mxs_nand: make imx8mm can use hardware BCH and randomizer</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Alice Guo</name>
<email>alice.guo@nxp.com</email>
</author>
<published>2020-05-04T14:08:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f290fe0a4291a6251358aaca7a3f25964f0e12da'/>
<id>urn:sha1:f290fe0a4291a6251358aaca7a3f25964f0e12da</id>
<content type='text'>
imx8mm needs to BCH encode and set NAND page number needed to be
randomized

modify conditional compilation

Use CONFIG_IMX8M, so it apply to imx8mq/mm/mn

Signed-off-by: Alice Guo &lt;alice.guo@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mtd: mxs_nand: fix the gf_13/14 definition issue</title>
<updated>2020-05-10T18:55:20Z</updated>
<author>
<name>Han Xu</name>
<email>han.xu@nxp.com</email>
</author>
<published>2020-05-04T14:08:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=17282f45abba6f10842adafdd47c0f24cae6b0ef'/>
<id>urn:sha1:17282f45abba6f10842adafdd47c0f24cae6b0ef</id>
<content type='text'>
gf_13/14 mask was not set correctly in register definition.

Signed-off-by: Han Xu &lt;han.xu@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
</feed>
