Re: [U-Boot] [PATCH 1/2] mmc: Fix calculation of capacity for hc cards

2013-10-31 Thread Pantelis Antoniou
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

Re: [U-Boot] [RFC PATCH 7/7] spl: mmc: FAT support boot u-boot

2013-10-31 Thread Heiko Schocher
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?

Re: [U-Boot] [PATCH 2/2] mmc: Fix erase_grp_size for partitioned card

2013-10-31 Thread Pantelis Antoniou
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

Re: [U-Boot] [PATCH] mmc: dw_mmc: change the callback function name.

2013-10-31 Thread Pantelis Antoniou
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 +-

Re: [U-Boot] [PATCH] mmc: sdhci: Avoid commands errors by simple timeout adaptation.

2013-10-31 Thread Pantelis Antoniou
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

Re: [U-Boot] [PATCH 10/10 V6] DWMMC: SMDK5420: Disable SMU for eMMC

2013-10-31 Thread Pantelis Antoniou
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

Re: [U-Boot] [PATCH 1/2 V2] powerpc/esdhc: Map register for eSDHC Host Controller V3.0

2013-10-31 Thread Pantelis Antoniou
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

Re: [U-Boot] [RFC PATCH 7/7] spl: mmc: FAT support boot u-boot

2013-10-31 Thread Bo Shen
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 |

Re: [U-Boot] [PATCH 2/2 V2] Powerpc/esdhc: Add simple description of esdhc register

2013-10-31 Thread Pantelis Antoniou
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(-) >

Re: [U-Boot] [PATCH 1/2 V3] esdhc: memset mmc struct before putting into use

2013-10-31 Thread Pantelis Antoniou
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

Re: [U-Boot] [PATCH 2/2 V3] powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register

2013-10-31 Thread 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 > Signed-off-by: Haijun Zhang > --- > changes for V3:

[U-Boot] squashfs

2013-10-31 Thread Naitik Amin
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

[U-Boot] Pull request: u-boot-mmc 31102013

2013-10-31 Thread Pantelis Antoniou
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

[U-Boot] [PATCH v2] Add support for SX151x SPI GPIO Expanders

2013-10-31 Thread Viktar Palstsiuk
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

Re: [U-Boot] [PATCH 3/4] arm: rmobile: Add support R8A7791

2013-10-31 Thread Nobuhiro Iwamatsu
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

Re: [U-Boot] [PATCH 2/2 V3] powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register

2013-10-31 Thread Zhang Haijun
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

Re: [U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support

2013-10-31 Thread Rajeshwari Birje
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

[U-Boot] [PATCH 1/2] powerpc: mmc: Add corenet devices support in esdhc spl

2013-10-31 Thread Priyanka Jain
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

[U-Boot] [PATCH 2/2] T1040QDS: Add support of 2 stage SD bootloader

2013-10-31 Thread Priyanka Jain
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

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-10-31 Thread myan
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] [PATCH] tegra: allow build to succeed with SPL disabled

2013-10-31 Thread Vidya Sagar
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

[U-Boot] Festival Shutdown : U-Boot Digest, Vol 65, Issue 50

2013-10-31 Thread hemal . patel
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 _

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-10-31 Thread Tom Rini
-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

Re: [U-Boot] [PATCH v3 00/19] First step towards Kbuild: Use Kbuild style makefiles

2013-10-31 Thread Tom Rini
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

[U-Boot] [PATCH v2] nand_util.c: Correct licensing

2013-10-31 Thread Tom Rini
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

Re: [U-Boot] SPL Dfu update

2013-10-31 Thread Tom Rini
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

[U-Boot] [PATCH] arm: trats: add the sd-card power control function.

2013-10-31 Thread Jaehoon Chung
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

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-10-31 Thread Tom Warren
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-

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-31 Thread Fabio Estevam
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://

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-31 Thread Stefano Babic
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

Re: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

2013-10-31 Thread Stephen Warren
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

[U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-10-31 Thread Fabio Estevam
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

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-10-31 Thread Otavio Salvador
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

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: fix erase size in 6x_upgrade.txt

2013-10-31 Thread Stefano Babic
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,

Re: [U-Boot] [PATCH] imx_watchdog: do not soft-reset while watchdog init

2013-10-31 Thread Stefano Babic
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 -- ==

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-31 Thread 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

Re: [U-Boot] [PATCH] mx5: lowlevel_init: Remove unused macro

2013-10-31 Thread Stefano Babic
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 -- ==

Re: [U-Boot] [PATCH 1/4] mx6: Remove PAD_CTL_DSE_120ohm from i.MX6DL's IPU1_DI0_PIN4 pin

2013-10-31 Thread 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

Re: [U-Boot] [PATCH 1/2] ARM: mxs: Enable DCDC converter for battery boot

2013-10-31 Thread Stefano Babic
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

Re: [U-Boot] [PATCH 2/2] ARM: mxs: Configure 2 Gbit DDR2 RAM for BG0900

2013-10-31 Thread Stefano Babic
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

Re: [U-Boot] [PATCH] arm: trats: add the sd-card power control function.

2013-10-31 Thread Lukasz Majewski
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

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-10-31 Thread Stefano Babic
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 -- ==

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-10-31 Thread 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: |---+-+-+-+--| | | : | , | | extra

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-10-31 Thread Rob Herring
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

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-10-31 Thread Tom Rini
-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

Re: [U-Boot] [PATCH] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-10-31 Thread Wolfgang Denk
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

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-10-31 Thread Wolfgang Denk
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: > > |---+

Re: [U-Boot] [PATCH v8 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-10-31 Thread Matthias Fuchs
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

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-10-31 Thread Wolfgang Denk
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

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-10-31 Thread Lukasz Majewski
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_

Re: [U-Boot] [PATCH] arm: trats: add the sd-card power control function.

2013-10-31 Thread Jaehoon Chung
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

Re: [U-Boot] [RFC PATCH 1/2] usb: dfu: decrease dfu->r_left along with the transfer

2013-10-31 Thread Bo Shen
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

Re: [U-Boot] [RFC PATCH] usb: dfu: make nand upload working

2013-10-31 Thread Bo Shen
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

[U-Boot] [PATCH v2] Makefile: do not create a symbolic link to arch/${ARCH}/include/asm

2013-10-31 Thread Masahiro Yamada
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/

Re: [U-Boot] [PATCH] Makefile: do not create a symbolic link to arch/${ARCH}/include/asm

2013-10-31 Thread Masahiro Yamada
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

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-10-31 Thread Heiko Schocher
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: |---+-+