Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | -12/+1 |
| | | | | | | | | | In a number of places we had wordings of the GPL (or LGPL in a few cases) license text that were split in such a way that it wasn't caught previously. Convert all of these to the correct SPDX-License-Identifier tag. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
* | nand: Merge BCH code from Linux nand driver | Christian Hitz | 2012-01-26 | -0/+1358 |
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This patch merges the BCH ECC algorithm from the 3.0 Linux kernel. This enables U-Boot to support modern NAND flash chips that require more than 1-bit of ECC in software. Signed-off-by: Christian Hitz <christian.hitz@aizo.com> Cc: Scott Wood <scottwood@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com> |