Re: [U-Boot] [PATCH] env_sf: Fix recovery default

2015-03-31 Thread Mario Schuknecht
2015-03-24 8:59 GMT+01:00 Mario Schuknecht mario.schukne...@dresearch-fe.de: The u-boot environment is redundantly stored in a NOR flash on our boards. Redundant means that there are two places to store the environment. But only one of the two is active. I discovered that on one board the u

[U-Boot] [PATCH] env_sf: Fix recovery default

2015-03-24 Thread Mario Schuknecht
is the same like in all other environment implementations. E.g. fw_printenv and env_flash. This ensures that u-boot and Kernel use the same environment. Signed-off-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- common/env_sf.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

Re: [U-Boot] [PATCH v3 0/6] ARM: kirkwood: mvebu_mmc: Speed up access time

2014-12-15 Thread Mario Schuknecht
2014-12-13 21:35 GMT+01:00 GĂ©rald Kerma drea...@doukki.net: This serie of patches speed up access time of MVEBUMMC driver This is allowed by a fix in MVEBUMMC init status check inspired from linux MVSDIO driver. * Hardware weirdness. The FIFO_EMPTY bit of the HW_STATE *

[U-Boot] [PATCH] mvebu_mmc: Speed up access time

2014-11-03 Thread Mario Schuknecht
Remove udelay, because card status is polled in a loop. Signed-off-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- drivers/mmc/mvebu_mmc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c index 9f98c3f..2bf9444 100644 --- a/drivers

[U-Boot] [PATCH] mmc: Fix mmc bus width

2014-09-30 Thread Mario Schuknecht
. And then the comparison fails. Only compare read-only fields. Therefore compare field EXT_CSD_HC_WP_GRP_SIZE instead of field EXT_CSD_ERASE_GROUP_DEF. Signed-off-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- drivers/mmc/mmc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH v2] mvebu_mmc: Driver addition

2014-09-29 Thread Mario Schuknecht
Is there a chance that this patch [1] will be applied? Mario [1] http://lists.denx.de/pipermail/u-boot/2014-August/187109.html 2014-08-25 15:28 GMT+02:00 Stefan Roese s...@denx.de: On 25.08.2014 14:12, Mario Schuknecht wrote: In function mvebu_mmc_write notice command timeout

Re: [U-Boot] [PATCH] mvebu_mmc: Driver addition

2014-08-25 Thread Mario Schuknecht
2014-08-25 11:55 GMT+02:00 Stefan Roese s...@denx.de: On 24.08.2014 21:31, Mario Schuknecht wrote: In function mvebu_mmc_write notice command timeout. It is possible that a command is done, but a timeout occurred. Enable timeout in set bus function. Set window registers. Without that I

[U-Boot] [PATCH v2] mvebu_mmc: Driver addition

2014-08-25 Thread Mario Schuknecht
-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- Changes in v2: - Correct indentation - Remove unneeded parentheses - Use correct coding style for multi-line statements drivers/mmc/mvebu_mmc.c | 62 - 1 file changed, 61 insertions(+), 1

[U-Boot] [PATCH] mvebu_mmc: Driver addition

2014-08-24 Thread Mario Schuknecht
-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- drivers/mmc/mvebu_mmc.c | 59 - 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c index 9759198..53754aa 100644 --- a/drivers/mmc

[U-Boot] csb1724 88f6282

2013-01-11 Thread Mario Schuknecht
to build a mainline u-boot for that SoC? If so, which config works? If not, is it planned to support the board and the marvell 88f6282 SoC? Kind regards, Mario Schuknecht [1] http://www.cogcomp.com/csb_csb1724.htm ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH v2] cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too

2011-02-21 Thread Mario Schuknecht
Signed-off-by: Mario Schuknecht m.schukne...@dresearch.de Signed-off-by: Steffen Sledz sl...@dresearch.de --- drivers/mtd/cfi_flash.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index dd394a8..527a3a5 100644