2015-03-24 8:59 GMT+01:00 Mario Schuknecht :
> 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-boot (env_sf)
&
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
---
common/env_sf.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/env_sf.c b
2014-12-13 21:35 GMT+01:00 GĂ©rald Kerma :
>
>
> 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
> * register is
Remove udelay, because card status is polled in a loop.
Signed-off-by: Mario Schuknecht
---
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/mmc/mvebu_mmc.c
+++ b/drivers
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
---
drivers/mmc/mmc.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc
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 :
> On 25.08.2014 14:12, Mario Schuknecht wrote:
>
>> In function mvebu_mmc_write notice command timeout. It is pos
-by: Mario Schuknecht
---
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 deletion(-)
diff --git a/drivers
2014-08-25 11:55 GMT+02:00 Stefan Roese :
> 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.
>>
>
-by: Mario Schuknecht
---
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/mvebu_mmc.c
+++ b/drivers/mmc
le 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
Signed-off-by: Mario Schuknecht
Signed-off-by: Steffen Sledz
---
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
--- a/drivers/mtd/cfi_flash.c
+++ b/drivers/mtd
11 matches
Mail list logo