Hi Oliver,
On Oct 1, 2013, at 9:32 PM, Oliver Metz wrote:
> When using a high capacity card with a density less than
> 2 GB a wrong size is calculated. According to JEDEC 4.41 there is no
> differentiation for C_SIZE register between low and high capacity cards.
> Use ext_csd sector count to calc
Hello Bo,
Am 30.10.2013 10:15, schrieb Bo Shen:
Enable SPL support which can load u-boot from SD card in FAT format.
Signed-off-by: Bo Shen
---
arch/arm/cpu/armv7/Makefile|2 +-
arch/arm/cpu/armv7/at91/u-boot-spl.lds | 50 +
Why do you need a special lds file?
Hi Oliver,
On Oct 1, 2013, at 9:32 PM, Oliver Metz wrote:
> EXT_CSD_ERASE_GROUP_DEF is lost every time after a reset or
> power off. Set it if device has enhanced partitions.
>
> Signed-off-by: Oliver Metz
> ---
> drivers/mmc/mmc.c | 17 +
> include/mmc.h | 2 ++
> 2 files ch
Hi Jaehoon,
On Oct 6, 2013, at 12:59 PM, Jaehoon Chung wrote:
> To prevent the confusion, use the get_mmc_clk() instead of mmc_clk().
> get_mmc_clk() is more exactly name.
>
> Signed-off-by: Jaehoon Chung
> ---
> drivers/mmc/dw_mmc.c|6 +++---
> drivers/mmc/exynos_dw_mmc.c |2 +-
Hi Przemyslaw,
On Oct 1, 2013, at 3:16 PM, Przemyslaw Marczak wrote:
> Old command timeout value was too small and it caused I/O errors which
> led to uncompleted read/write/erase operations and filesystem errors.
> Timeout adaptation fixes this issue.
>
> Changes in sdhci_send_command() functio
Hi Rajeshwari,
On Oct 29, 2013, at 9:23 AM, Rajeshwari S Shinde wrote:
> SMDK5420 has a new Security Management Unit added
> for dwmmc driver, hence, configuring the control
> registers to support booting via eMMC.
>
> Signed-off-by: Alim Akhtar
> Signed-off-by: Rajeshwari Shinde
> Acked-by: S
Hi Haijun,
On Oct 30, 2013, at 5:37 AM, Haijun Zhang wrote:
> eSDHC host controller has new register to support SD Spec 3.0.
> And the according host controller version was Freescale eSDHC
> Version 3.0.
>
> Signed-off-by: Haijun Zhang
> ---
> changes:
> - Split from patch [PATCH] powerpc
Hi Heiko,
On 10/31/2013 15:42, Heiko Schocher wrote:
Hello Bo,
Am 30.10.2013 10:15, schrieb Bo Shen:
Enable SPL support which can load u-boot from SD card in FAT format.
Signed-off-by: Bo Shen
---
arch/arm/cpu/armv7/Makefile|2 +-
arch/arm/cpu/armv7/at91/u-boot-spl.lds |
Hi Haijun,
On Oct 30, 2013, at 5:37 AM, Haijun Zhang wrote:
> Add some descriptions for esdhc register for easily using.
>
> Signed-off-by: Haijun Zhang
> ---
> drivers/mmc/fsl_esdhc.c | 74 -
> 1 file changed, 37 insertions(+), 37 deletions(-)
>
Hi Haijun,
On Oct 31, 2013, at 3:38 AM, Haijun Zhang wrote:
> struct mmc should be clear to all '0' after malloc to avoid
> unexpect variable value.
>
> Like mmc->has_init = xxx.
> In this case mmcinfo will believe the card had been initialized before
> and skip the initialization.
>
> Test on
Hi Haijun,
On Oct 31, 2013, at 3:38 AM, Haijun Zhang wrote:
> T4240QDS eSDHC host capabilities reigster should have VS33 bit define.
> Add quirk CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 to deal with capacity
> missing
>
> Signed-off-by: Roy Zang
> Signed-off-by: Haijun Zhang
> ---
> changes for V3:
Hi there,
I have a rootfs image formatted in squashfs. I have a primary partition
reserved for my rootfs on my sd card (mmc). Can i update my rootfs from
uboot ?
Thanks,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listin
Hi Tom,
The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30 08:36:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to ef38f3ff
Signed-off-by: Viktar Palstsiuk
---
drivers/gpio/Makefile | 1 +
drivers/gpio/sx151x.c | 242 ++
include/sx151x.h | 17
3 files changed, 260 insertions(+)
create mode 100644 drivers/gpio/sx151x.c
create mode 100644 include/sx151x.h
d
Hi, again.
2013/10/31 Nobuhiro Iwamatsu :
> Hi, Albert.
>
> Sorry, I dont notice your mail.
>
> 2013/10/30 Albert ARIBAUD :
>> On Thu, 17 Oct 2013 13:04:06 +0200, Albert ARIBAUD
>> wrote:
>>
>>> Hi Nobuhiro,
>>>
>>> On Tue, 24 Sep 2013 15:38:34 +0900, Nobuhiro Iwamatsu
>>> wrote:
>>>
>>> > Renes
Thanks a lot.
? 2013/10/31 15:53, Pantelis Antoniou ??:
Hi Haijun,
On Oct 31, 2013, at 3:38 AM, Haijun Zhang wrote:
T4240QDS eSDHC host capabilities reigster should have VS33 bit define.
Add quirk CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 to deal with capacity
missing
Signed-off-by: Roy Zang
Sig
Hi Minkyu Kang,
Kindly do review the patch set and do let me know if any review comments.
Pantelis Antoniou has merged the patch 10 (DWMMC: SMDK5420: Disable
SMU for eMMC) into mmc tree.
Regards,
Rajeshwari Shinde.
On Tue, Oct 29, 2013 at 12:53 PM, Rajeshwari S Shinde
wrote:
> This patch adds b
Existing eSDHC SPL framework assumes booting from sd-image
with boot_format header which contains final u-boot Image
offset and size. No such header is present in case of
corenet devices like T1040.
So, for corenet deives, SPL bootloader use values provided
at compilation time. These values can be
Add support of 2-stage T1040QDS SD bootloader using SPL framework.
In this, PBL (hardware) initializes SRAM (256K) and copy SPL
(192K) from SD card to SRAM and transfer control to SPL.
This SPL bootloader furthur initializes DDR using SPD and
environment and copy final u-boot image (512K) from SD c
Hi Tom,
On 09/24/2013 07:27 AM, Tom Rini wrote:
I think things look OK, but as they were posted after the merge window
closed, they won't go in to master until after the v2013.10 release,
thanks!
Will this go into master in this merge window ?
And I noticed there are some changes to common
u-boot-dtb-tegra.bin and u-boot-nodtb-tegra.bin binaries
are generated only if the SPL build is enabled as they have
dependency on SPL build
Signed-off-by: Vidya Sagar
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 1365db6..3c71082 100644
--- a/Makef
Hi,
Due to Diwali Festival, SLS will be closed from Oct. 31th to Nov. 6th.
We will return on Nov. 7th to the office. For urgent matter please call on
001-408-852-0067.
For more information about Diwali:
http://en.wikipedia.org/wiki/Diwali
Regards,
Hemal Patel
_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/31/2013 05:56 AM, myan wrote:
> Hi Tom,
>
> On 09/24/2013 07:27 AM, Tom Rini wrote:
>
>>
>> I think things look OK, but as they were posted after the merge
>> window closed, they won't go in to master until after the
>> v2013.10 release, thank
On Thu, Oct 17, 2013 at 05:34:46PM +0900, Masahiro Yamada wrote:
> Kbuild in U-Boot has been talked for a while
> and RFC patches were posted by Simon Glass.
Yay. And I see from the summit notes that the concensous was to work on
this part first (which was my hope). I'll do some more testing lo
Prior to SPDX licensing this file was GPL-2.0 with Freescale granting
rights for "or later" for their contributed code. We incorrectly moved
this file to GPL-2.0+, so correct it to GPL-2.0. In addition we cannot
easily denote in the file where or what code is "or later", so just set
that aside fo
On Wed, Oct 30, 2013 at 09:11:43PM +0100, Wolfgang Denk wrote:
> Dear Michael Trimarchi,
>
> In message
> you
> wrote:
> >
> > > This does not answer Stefano's question: why do it in SPL, what's
> > > wrong with loading the real U-Boot for this purpose?
> >
> > Because it's not possible, inte
To use the sd-card, VTF_2.8V will be enabled.
Before this patch, VTF_2.8V is always disabled.(card can't initialize.)
When card is detected, SD-card power will enable with sd_ldo_control().
Signed-off-by: Jaehoon Chung
Signed-off-by: Kyungmin Park
---
board/samsung/trats/trats.c | 38
Vidya,
> -Original Message-
> From: Vidya Sagar [mailto:vid...@nvidia.com]
> Sent: Thursday, October 31, 2013 2:22 AM
> To: u-boot@lists.denx.de
> Cc: Tom Warren; Stephen Warren; Vidya Sagar
> Subject: [PATCH] tegra: allow build to succeed with SPL disabled
>
> u-boot-dtb-tegra.bin and u-
Hi Stefano,
On Wed, Oct 2, 2013 at 11:45 AM, Stefano Babic wrote:
> Ok, understood, thanks - I'll pick up this one for the next PR.
I still don't see this patch applied yet.
Regards,
Fabio Estevam
___
U-Boot mailing list
U-Boot@lists.denx.de
http://
Hi Fabio,
On 31/10/2013 17:07, Fabio Estevam wrote:
> Hi Stefano,
>
> On Wed, Oct 2, 2013 at 11:45 AM, Stefano Babic wrote:
>
>> Ok, understood, thanks - I'll pick up this one for the next PR.
>
> I still don't see this patch applied yet.
>
Sorry, I will apply it.
Thanks for remind,
Stefano
On 10/31/2013 03:21 AM, Vidya Sagar wrote:
> u-boot-dtb-tegra.bin and u-boot-nodtb-tegra.bin binaries
> are generated only if the SPL build is enabled as they have
> dependency on SPL build
Should they though? If there's no SPL, surely we still want to generate
the same output filenames, so that c
There is no real benefit in adding the board name into U-boot's prompt.
Use the simple "=> " prompt across FSL boards.
Signed-off-by: Fabio Estevam
---
include/configs/mx25pdk.h | 2 +-
include/configs/mx28evk.h | 2 +-
include/configs/mx31pdk.h | 2 +-
include/configs/m
On Thu, Oct 31, 2013 at 2:46 PM, Fabio Estevam
wrote:
> There is no real benefit in adding the board name into U-boot's prompt.
>
> Use the simple "=> " prompt across FSL boards.
>
> Signed-off-by: Fabio Estevam
Great!
Acked-by: Otavio Salvador
--
Otavio Salvador
On 09/10/2013 21:25, Eric Nelson wrote:
> The 6x_upgrade script is used to upgrade U-Boot in SPI-NOR
> on Nitrogen6x/SABRE Lite boards using U-Boot's 'sf' command.
>
> U-Boot is placed at offset 0x400 in flash, and the script
> currently only erases 0x5 bytes. Since the current
> head is 319k,
On 30/09/2013 12:52, Anatolij Gustschin wrote:
> Currently the driver clears WCR_SRS bit when enabling
> the watchdog and this causes a software reset. Do not
> clear WCR_SRS.
>
> Signed-off-by: Anatolij Gustschin
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
==
On 30/09/2013 18:16, Fabio Estevam wrote:
> Enable L2 cache for improving the system performance.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Enginee
On 30/09/2013 23:28, Fabio Estevam wrote:
> From: Fabio Estevam
>
> setup_wdog macro is not used anywhere, so just remove it.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
==
On 22/10/2013 01:34, Otavio Salvador wrote:
> This removes the PAD_CTL_DSE_120ohm as done for i.MX6Q's IPU1_DI0_PIN4
> pin definition and makes it aligned with 3.0.35-4.1.0 and 3.12
> mainline kernel.
>
> Signed-off-by: Otavio Salvador
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano
On 28/10/2013 12:29, Marek Vasut wrote:
> In case the board detected sufficient voltage for battery boot,
> make sure the DCDC converter is ON and the board is not running
> only from linregs, otherwise an instability will be observed.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> Cc: Fab
On 28/10/2013 12:29, Marek Vasut wrote:
> From: Christoph G. Baumann
>
> The BG0900 module has 2Gbit DRAM module on it, adjust the DataBahn
> DRAM controller registers so the DRAM module will be correctly
> recognised.
>
> Signed-off-by: Christoph G. Baumann
> Cc: Marek Vasut
> Cc: Stefano Bab
Hi Jaehoon,
> To use the sd-card, VTF_2.8V will be enabled.
> Before this patch, VTF_2.8V is always disabled.(card can't
> initialize.) When card is detected, SD-card power will enable with
> sd_ldo_control().
>
> Signed-off-by: Jaehoon Chung
> Signed-off-by: Kyungmin Park
> ---
> board/samsun
On 31/10/2013 17:46, Fabio Estevam wrote:
> There is no real benefit in adding the board name into U-boot's prompt.
>
> Use the simple "=> " prompt across FSL boards.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
==
Dear All,
As a follow up from u-boot's mini-summit at ELCE 2013, I would like to
once again share the new format of dfu_alt_info env variable (for those
who couldn't attend).
dfu_alt_info_cleanup:
|---+-+-+-+--|
| | : | , | | extra
On 10/31/2013 12:08 PM, Stefano Babic wrote:
> On 31/10/2013 17:46, Fabio Estevam wrote:
>> There is no real benefit in adding the board name into U-boot's prompt.
>>
>> Use the simple "=> " prompt across FSL boards.
It would make more sense to apply my patch[1] first that makes this the
default a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/31/2013 02:47 PM, Rob Herring wrote:
> On 10/31/2013 12:08 PM, Stefano Babic wrote:
>> On 31/10/2013 17:46, Fabio Estevam wrote:
>>> There is no real benefit in adding the board name into U-boot's
>>> prompt.
>>>
>>> Use the simple "=> " prompt
Dear Fabio Estevam,
In message <1383238001-12360-1-git-send-email-fabio.este...@freescale.com> you
wrote:
> There is no real benefit in adding the board name into U-boot's prompt.
>
> Use the simple "=> " prompt across FSL boards.
>
> Signed-off-by: Fabio Estevam
> -#define CONFIG_SYS_PROMPT
Dear Lukasz,
In message <20131031182541.3a3020c6@amdc308.digital.local> you wrote:
>
> As a follow up from u-boot's mini-summit at ELCE 2013, I would like to
> once again share the new format of dfu_alt_info env variable (for those
> who couldn't attend).
>
> dfu_alt_info_cleanup:
>
> |---+
Hi Pekon,
should I consider the U-Boot and Linux am335x NAND implementation to be
compatible?
So are the ECC schemes in a way identical that I can nandwrite a kernel image
from
Linux and "nand read" it from U-Boot? I tested with the 3.8.13 beaglebone
kernel (which
is of course not very represe
Dear Lukasz,
In message <20131031222010.082d453f@jawa> you wrote:
>
> > Why can we not have a common format for all media supporting the "raw"
> > type? I mean, why can we not also use "start, size" for mmc? It
> > should be trivial to convert into a LBA number.
>
> I think, that I could do bet
Hi Wolfgang,
> Dear Lukasz,
>
> In message <20131031182541.3a3020c6@amdc308.digital.local> you wrote:
> >
> > As a follow up from u-boot's mini-summit at ELCE 2013, I would like
> > to once again share the new format of dfu_alt_info env variable
> > (for those who couldn't attend).
> >
> > dfu_
Hi Lukasz,
Thanks for your comments.
On 11/01/2013 02:03 AM, Lukasz Majewski wrote:
> Hi Jaehoon,
>
>> To use the sd-card, VTF_2.8V will be enabled.
>> Before this patch, VTF_2.8V is always disabled.(card can't
>> initialize.) When card is detected, SD-card power will enable with
>> sd_ldo_contr
Hi Lukasz,
On 10/22/2013 10:42, Marek Vasut wrote:
Hi Lukasz,
Hi Marek,
Hi,
The value of dfu->r_left need decrease along with the transfer
Signed-off-by: Bo Shen
Lucasz/Heiko , can you ACK/NAK this and 2/2 ? Thanks!
For me it looks like a more difficult problem.
I've got an impressio
Hi Lukasz,
On 10/16/2013 17:00, Bo Shen wrote:
Hi Lukasz Majewski,
On 10/14/2013 15:25, Bo Shen wrote:
Hi Lukasz Majewski,
On 10/13/2013 05:19, Lukasz Majewski wrote:
On Sat, 12 Oct 2013 15:47:14 +0800
Bo Shen wrote:
If won't pass value to dfu->r_left, it always 0, make no transfer,
the d
In-tree build:
- Do not create a symbolic link
from include/asm to arch/${ARCH}/include/asm
- Add ${SRCTREE}/arch/arm/include into the header search path
Out-of-tree build:
- Do not create a directory ${OBJTREE}/include2
- Do not create a symbolic link
from ${OBJTREE}/include2/
Hi.
To make your life easier,
I posted v2 rebased on the current u-boot/master.
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hello Lukasz,
Am 31.10.2013 18:25, schrieb Lukasz Majewski:
Dear All,
As a follow up from u-boot's mini-summit at ELCE 2013, I would like to
once again share the new format of dfu_alt_info env variable (for those
who couldn't attend).
dfu_alt_info_cleanup:
|---+-+
56 matches
Mail list logo