Re: [U-Boot] [PATCH v3] dfu: Introduction of the dfu_hash_algo env variable for checksum method setting

2014-05-16 Thread Lukasz Majewski
Hi Wolfgang, Dear Lukasz, In message 20140515154334.626923b4@amdc2363 you wrote: This reinforces my speculation that you are actually addressing the wrong problem. Instead of adding new code and environment variables and making the system even more complex, we should just

Re: [U-Boot] [PATCH] spl: consolidate arch/arm/include/asm/arch-*/spl.h

2014-05-16 Thread Tim Harvey
On Mon, Apr 28, 2014 at 1:16 AM, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Tom, On Fri, 25 Apr 2014 14:52:06 -0400 Tom Rini tr...@ti.com wrote: On Wed, Apr 16, 2014 at 03:44:36PM +0900, Masahiro Yamada wrote: arch/arm/include/asm/spl.h requires all SoCs to have

Re: [U-Boot] [PATCH] spl: consolidate arch/arm/include/asm/arch-*/spl.h

2014-05-16 Thread Masahiro Yamada
Hi Tim, Tom, Tom / Masahiro, Any update on this? This is a very useful cleanup and there is at least one pending patch series that depend on it. No update from me. Version 2 is the latest one. http://patchwork.ozlabs.org/patch/341817/ I am also waiting for the review. Best Regards

[U-Boot] [PATCH v2] examples: select libgcc for non-default architecture

2014-05-16 Thread Alexey Brodkin
In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another (non-compatible) architecture. Interesting enough for years in main Makefile we used CFLAGS/c_flags for this but not

Re: [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure

2014-05-16 Thread Minkyu Kang
On 14/05/14 19:44, Jaehoon Chung wrote: It's removed the exynos5_gpio_part1. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- board/samsung/smdk5420/smdk5420.c |3 --- 1 file changed, 3 deletions(-) diff --git a/board/samsung/smdk5420/smdk5420.c

Re: [U-Boot] [PATCHv5 00/14] mmc: exynos: code cleanup and support DDR mode

2014-05-16 Thread Minkyu Kang
On 16/05/14 13:59, Jaehoon Chung wrote: If card and host are supported DDR mode, then it can be used the DDR mode. This patch-set has dependency about beomho's patch-set. (Based-on u-boot-samsung repository) It's result for loading image. sdhci controller -5260488 bytes read in 259 ms

Re: [U-Boot] [PATCH v5 12/12] arm: goni: enable USB Mass Storage

2014-05-16 Thread Minkyu Kang
On 29/04/14 04:13, Mateusz Zalega wrote: UMS-related defines were added to Samsung Goni config header. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes since v1: - reordered --- include/configs/s5p_goni.h | 2 ++ 1 file changed, 2

Re: [U-Boot] [PATCH v5 11/12] arm: goni: enable GPT command

2014-05-16 Thread Minkyu Kang
On 29/04/14 04:13, Mateusz Zalega wrote: Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes since v1: - reordered --- include/configs/s5p_goni.h | 5 + 1 file changed, 5 insertions(+) applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [U-Boot] [PATCH v5 09/12] arm: goni: Update configuration for Goni target

2014-05-16 Thread Minkyu Kang
On 29/04/14 04:13, Mateusz Zalega wrote: Configuration file for GONI has been updated to support FAT file system, new mmc partitioning scheme and read linux kernel from eMMC instead of OneNAND. Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park

Re: [U-Boot] [PATCH v5 10/12] arm: goni: dfu: Add support for DFU to Goni target

2014-05-16 Thread Minkyu Kang
On 29/04/14 04:13, Mateusz Zalega wrote: Proper adjustment for supporting DFU at GONI target has been made. The s5p_goni.h file has been updated. Moreover the code for low level USB initialization has been added to GONI board code. The malloc pool has been enlarged in order to support larger

Re: [U-Boot] [PATCH v2] examples: select libgcc for non-default architecture

2014-05-16 Thread Masahiro Yamada
Hi Alexey, Wolfgang, --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -38,7 +38,17 @@ targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y) LIBOBJS := $(addprefix $(obj)/,$(LIBOBJS-y)) ELF := $(addprefix $(obj)/,$(ELF)) -gcclibdir := $(shell

Re: [U-Boot] [PATCHv5 00/14] mmc: exynos: code cleanup and support DDR mode

2014-05-16 Thread Jaehoon Chung
Hi, Thanks Minkyu! To Pantelis, There are the patches related with mmc. So i think you need to check also.(To prevent conflict). Best Regards, Jaehoon Chung On 05/16/2014 03:53 PM, Minkyu Kang wrote: On 16/05/14 13:59, Jaehoon Chung wrote: If card and host are supported DDR mode, then it

Re: [U-Boot] [PATCH v2] examples: select libgcc for non-default architecture

2014-05-16 Thread Wolfgang Denk
Dear Masahiro, In message 20140516160556.e1a8.aa925...@jp.panasonic.com you wrote: +# Add GCC lib +ifdef CONFIG_USE_PRIVATE_LIBGCC +ifeq ($(CONFIG_USE_PRIVATE_LIBGCC),y) +PLATFORM_LIBGCC = arch/$(ARCH)/lib/lib.a +else +PLATFORM_LIBGCC = -L $(CONFIG_USE_PRIVATE_LIBGCC) -lgcc +endif

Re: [U-Boot] [PATCH 1/4] ARM: atmel: sama5d3xek: convert to generic board

2014-05-16 Thread Josh Wu
Hi, Voice On 4/24/2014 11:42 AM, Bo Shen wrote: Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be

Re: [U-Boot] [PATCH 3/4] ARM: atmel: at91sam9m10g45ek: convert to generic board

2014-05-16 Thread Josh Wu
On 4/24/2014 11:42 AM, Bo Shen wrote: Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be removed.

[U-Boot] [PATCH 0/2] ARMv7: at91: Enable ICache and DCache for at91 armv7 cpu

2014-05-16 Thread Josh Wu
First, before we enable DCache. We need add dcache support for macb driver. Then enable ICache/DCache. Tested on SAMA5D3x-EK board and AT91SAM9M10G45EK. Josh Wu (2): net: macb: enable dcache in macb ARMv7: at91: enable ICache and DCache. arch/arm/cpu/armv7/at91/cpu.c |6 +

[U-Boot] [PATCH 2/2] ARMv7: at91: enable ICache and DCache.

2014-05-16 Thread Josh Wu
As SAMA5D3 is a at91 ARMv7 cpu, so we should enable LCD DCache flush for SAMA5D3X-EK. Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/cpu/armv7/at91/cpu.c |6 ++ board/atmel/sama5d3xek/sama5d3xek.c |6 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 1/2] net: macb: enable dcache in macb

2014-05-16 Thread Josh Wu
Add to code to flush the dcache after we writing in DMA buffer. Also we need invalidate the dcache before we check the status in the DMA buffer. Tested in SAMA5D3x-EK with gmac0. Tftp download speed shows in below: Disable DCache: 1.1 MiB/s Enable DCache: 1.6 MiB/s Increase speed

Re: [U-Boot] [PATCH 2/2] ARMv7: at91: enable ICache and DCache.

2014-05-16 Thread Bo Shen
Hi Josh, On 05/16/2014 04:15 PM, Josh Wu wrote: As SAMA5D3 is a at91 ARMv7 cpu, so we should enable LCD DCache flush for SAMA5D3X-EK. Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/cpu/armv7/at91/cpu.c |6 ++ board/atmel/sama5d3xek/sama5d3xek.c |6 +- 2 files

[U-Boot] [PATCH] corvus: remove unneeded CONFIG_AT91_LEGACY

2014-05-16 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Heiko Schocher h...@denx.de --- include/configs/corvus.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/corvus.h b/include/configs/corvus.h index 959e188..631add3 100644 --- a/include/configs/corvus.h +++

[U-Boot] [PATCH v3] examples: select libgcc for non-default architecture

2014-05-16 Thread Alexey Brodkin
In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another (non-compatible) architecture. Interesting enough for years in main Makefile we used CFLAGS/c_flags for this but not

Re: [U-Boot] [PATCH 4/4] ARM: atmel: at91sam9x5ek: convert to generic board

2014-05-16 Thread Josh Wu
On 4/24/2014 11:42 AM, Bo Shen wrote: Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be removed.

Re: [U-Boot] Mainline u-boot SPL for socfpga

2014-05-16 Thread Chin Liang See
Hi, On Thu, 2014-05-15 at 07:01 +1200, Charles Manning wrote: On Thursday 15 May 2014 04:42:58 Pavel Machek wrote: Hi! I am trying to understand the state of the socfpga preloader in mainline u-boot. From what I see, this is broken and perhaps has never worked. That's correct

Re: [U-Boot] [PATCH v3] dfu: Introduction of the dfu_hash_algo env variable for checksum method setting

2014-05-16 Thread Lukasz Majewski
Hi Wolfgang, Tom, Hi Wolfgang, Dear Lukasz, In message 20140515090904.32f1d13d@amdc2363 you wrote: What I complained about is the change in behaviour. I asked to make the existing behaviour the default, so unaware users will not be affected. Only if you intentionally

[U-Boot] [PATCH] at91: move CONFIG_AT91FAMILY from board config file to hardware.h

2014-05-16 Thread Josh Wu
Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/include/asm/arch-at91/at91sam9x5.h |2 ++ include/configs/at91sam9m10g45ek.h |1 - include/configs/at91sam9n12ek.h |1 - include/configs/at91sam9x5ek.h |1 - include/configs/sama5d3_xplained.h

Re: [U-Boot] [PATCH 2/2] ARMv7: at91: enable ICache and DCache.

2014-05-16 Thread Josh Wu
Hi, Bo Thanks for the review ;-) On 5/16/2014 4:29 PM, Bo Shen wrote: Hi Josh, On 05/16/2014 04:15 PM, Josh Wu wrote: As SAMA5D3 is a at91 ARMv7 cpu, so we should enable LCD DCache flush for SAMA5D3X-EK. Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/cpu/armv7/at91/cpu.c |

[U-Boot] [PATCH] powerpc/t4rdb: Add alternate serdes protocols to align with A-007186

2014-05-16 Thread Chunhe Lan
A-007186: SerDes Ring VCO does not maintain lock throughout specified temperature range. Option 1 of the workaround states: - For all 1.25/2.5/5 GHz protocols, use LC VCO instead of Ring VCO. Rather than selecting the SRDS_PRTCL_Sx in the RCW, use the Alternate

Re: [U-Boot] [PATCH] patman: Suppress duplicate signoffs only for real patches

2014-05-16 Thread Andreas Bießmann
On 05/13/2014 08:14 PM, Simon Glass wrote: There is an unfortunate bug in the signoff suppression logic. The first pass is performed with 'git log', and all signoffs are added to the supression set, such that the second time (when processing the real patches) we always suppress the signoffs.

Re: [U-Boot] [PATCH 2/2] ARMv7: at91: enable ICache and DCache.

2014-05-16 Thread Bo Shen
Hi Josh, On 05/16/2014 05:17 PM, Josh Wu wrote: diff --git a/board/atmel/sama5d3xek/sama5d3xek.c b/board/atmel/sama5d3xek/sama5d3xek.c index c835c12..1fc91d9 100644 --- a/board/atmel/sama5d3xek/sama5d3xek.c +++ b/board/atmel/sama5d3xek/sama5d3xek.c @@ -200,8 +200,12 @@ int board_init(void)

[U-Boot] [PATCH v2 0/3] Add atmel ROM code image

2014-05-16 Thread Andreas Bießmann
This series add atmelimage support to mkimage. An atmelimage is a quite dumb image type cause it has no real header. The file is mostly unmodified but the 6'th ARM vector gets replaced by the image size to load. Heiko, I know your approach setting the vector in start.S but I think this solution

[U-Boot] [PATCH v2 1/3] mkimage: add atmelimage

2014-05-16 Thread Andreas Bießmann
The new atmelimage converts a machine code BLOB to bootable ROM image. Atmel ROM has no sophisticated image format, it only checks the first 7 ARM vectors. The vectors can contain valid B or LDR opcodes, the 6'th vector contains the image size to load. Additionally the PMECC header can be written

[U-Boot] [PATCH v2 3/3] sama5d3xek: enable PMECC header generation

2014-05-16 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Bo Shen voice.s...@atmel.com --- Changes in v2: None include/configs/sama5d3xek.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 516be85..bddd7e4

[U-Boot] [PATCH v2 2/3] arm:at91: enable ROM loadable atmel image

2014-05-16 Thread Andreas Bießmann
For sama5d3xek we need to modify the SPL image for correct detection by ROM code. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- Changes in v2: * add -n switch to mkimage for PMECC type NAND and CONFIG_SYS_NANDFLASH arch/arm/cpu/armv7/at91/config.mk | 10 ++

Re: [U-Boot] [PATCH] at91: move CONFIG_AT91FAMILY from board config file to hardware.h

2014-05-16 Thread Bo Shen
Hi Josh, On 05/16/2014 04:52 PM, Josh Wu wrote: Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/include/asm/arch-at91/at91sam9x5.h |2 ++ include/configs/at91sam9m10g45ek.h |1 - include/configs/at91sam9n12ek.h |1 - include/configs/at91sam9x5ek.h

Re: [U-Boot] [AVR32] CONFIG_SYS_TEXT_BASE is missing from atngw100mkii board

2014-05-16 Thread Andreas Bießmann
Hi Masahiro, On 05/16/2014 07:48 AM, Masahiro Yamada wrote: Hi Andreass, I noticed by chance atngw100mkii board does not define CONFIG_SYS_TEXT_BASE, although the other AVR32 boards define it. Is this your intention, or mistake? oups. I can't remember why this is missing. Maybe cause

[U-Boot] [PATCH] atngw100mkii: add missing CONFIG_SYS_TEXT_BASE

2014-05-16 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/atngw100mkii.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index 066d09a..7b4f9cf 100644 ---

Re: [U-Boot] [AVR32] CONFIG_SYS_TEXT_BASE is missing from atngw100mkii board

2014-05-16 Thread Masahiro Yamada
Hi Andreas, 0x0 is the correct address for avr32 devices, so presumably the CONFIG_SYS_TEXT_BASE parameter was forgotten when writing the atngw100mkii header file. I'll prepare a patch to add it. If CONFIG_SYS_TEXT_BASE is missing, .text section will start at 0x and it works in

Re: [U-Boot] [PATCH v3] examples: select libgcc for non-default architecture

2014-05-16 Thread Wolfgang Denk
Dear Alexey Brodkin, In message 1400230457-11075-1-git-send-email-abrod...@synopsys.com you wrote: In case of multilib-enabled toolchains if default architecture differ from the one examples are being built for linker will fail to link example object files with libgcc of another

Re: [U-Boot] ARM: zynq: sdhci clock frequency init question

2014-05-16 Thread Michal Simek
On 05/12/2014 08:48 PM, Krunal Desai wrote: From: Michal Simek [mailto:monstr AT monstr.eu] Sent: Wednesday, May 07, 2014 04:46 To: Krunal Desai; u-boot AT lists.denx.de Subject: Re: [U-Boot] ARM: zynq: sdhci clock frequency init question we didn't test this configuration that's why 52MHz is

Re: [U-Boot] [PATCH v4] mx6sabred: Add PFUZE100 PMIC support

2014-05-16 Thread Fabio Estevam
Hi Stefano, On Fri, May 9, 2014 at 1:15 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com mx6sabresd boards have a PFUZE100 PMIC connected to I2C2 bus. Add support for it Signed-off-by: Fabio Estevam fabio.este...@freescale.com Does this version

Re: [U-Boot] [PATCH] mpc85xx: configs: remove c=ffe from default environment

2014-05-16 Thread Edward L Swarthout
From: York Sun york...@freescale.com On 05/14/2014 07:33 PM, Kim Phillips wrote: AFAICT, c=ffe does nothing and was a typo from the original commit d17123696c6180ac8b74fbd318bf14652623e982 powerpc/p4080: Add support for the P4080DS board and just kept on getting duplicated in subsequently

Re: [U-Boot] [PATCH v4] mx6sabred: Add PFUZE100 PMIC support

2014-05-16 Thread Stefano Babic
Hi Fabio, On 16/05/2014 15:06, Fabio Estevam wrote: Hi Stefano, On Fri, May 9, 2014 at 1:15 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com mx6sabresd boards have a PFUZE100 PMIC connected to I2C2 bus. Add support for it Signed-off-by: Fabio

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread feng...@phytium.com.cn
hi Darwin, It's a little late. I'm hoping someone can help answer these questions about armv8 relocation. The CONFIG_SYS_TEXT_BASE seems to be be usually setup to a decent amount of alignment. For the purposes of this discussion, let's say it would normally be 0x8800 and all is

Re: [U-Boot] Please pull u-boot-ti/master

2014-05-16 Thread Albert ARIBAUD
Hi Tom, On Tue, 13 May 2014 21:36:51 -0400, Tom Rini tr...@ti.com wrote: Hey, The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19: Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200) are available in the git repository at:

Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Nobuhiro, On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Hi, Albert. Could you apply this PR? Sorry, for some reason it was off my radar. Will apply it along with the pending ones. Best regards, Nobuhiro Amicalement, -- Albert.

Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Albert, On Fri, 16 May 2014 17:22:41 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Nobuhiro, On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Hi, Albert. Could you apply this PR? Sorry, for some reason it was off my radar. Will

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread Darwin Rambo
On 14-05-16 06:47 AM, feng...@phytium.com.cn wrote: hi Darwin, It's a little late. I'm hoping someone can help answer these questions about armv8 relocation. The CONFIG_SYS_TEXT_BASE seems to be be usually setup to a decent amount of alignment. For the purposes of this discussion,

[U-Boot] [PATCH] armv7:TI: Add asm/ti-common/sys_proto.h and migrate omap_hw_init_context

2014-05-16 Thread Tom Rini
The omap_hw_init_context function (and assorted helpers) is the same for all OMAP-derived parts as when CHSETTINGS are used, that's the same and our DDR base is also always the same. In order to make this common we simply need to update the names of the define for DDR address space which is also

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2014-05-16 Thread Albert ARIBAUD
Hi Stefano, On Thu, 15 May 2014 11:02:01 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx, thanks ! The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19: Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200) are available

[U-Boot] error when building env

2014-05-16 Thread Luka Perkov
Hi, when trying to build env with -mfloat-abi=hard I'm hitting this error: /opt/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-uclibcgnueabi-gcc -o tools/env/fw_printenv_unstripped tools/env/fw_env.o tools/env/fw_env_main.o

Re: [U-Boot] error when building env

2014-05-16 Thread Tom Rini
On Fri, May 16, 2014 at 07:26:51PM +0200, Luka Perkov wrote: Hi, when trying to build env with -mfloat-abi=hard I'm hitting this error: /opt/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-uclibcgnueabi-gcc -o

[U-Boot] [U-boot] [Patch 0/2] keystone: nand: add additional nand ecclayout

2014-05-16 Thread Ivan Khoronzhuk
This series adds a nand ecclayout command to davinci nand that allows the ecclayout of the current nand device to be changed during run time. This feature is useful when using u-boot to write something to nand flash that will be read by other applications, such as ROM bootloader, that expects a

[U-Boot] [U-boot] [Patch 2/2] mtd: nand: davinci: allow to change ecclayout by ecclayout command

2014-05-16 Thread Ivan Khoronzhuk
From: WingMan Kwok w-kw...@ti.com This patch adds opportunity to change ecclayout of current nand device during runtime. So we can change the current nand device ecclayout using the nand ecclayout set command before writing the data to nand flash. Signed-off-by: Hao Zhang hzh...@ti.com

[U-Boot] [U-boot] [Patch 1/2] common: cmd_nand: add nand ecclayout command

2014-05-16 Thread Ivan Khoronzhuk
From: WingMan Kwok w-kw...@ti.com This commit adds a nand ecclayout command that allows the ecclayout of the current nand device to be changed during run time. This feature is useful when using u-boot to write something to nand flash that will be read by other applications, such as ROM

Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Albert, On Fri, 16 May 2014 17:53:21 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Albert, On Fri, 16 May 2014 17:22:41 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Nobuhiro, On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org

Re: [U-Boot] [PATCH 03/11] kconfig: add board Kconfig and defconfig files

2014-05-16 Thread Tom Rini
Wading in here later than I had wanted to, sorry. On Mon, Apr 28, 2014 at 06:39:33PM +0900, Masahiro Yamada wrote: On Thu, 24 Apr 2014 14:36:33 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 04/23/2014 11:04 PM, Masahiro Yamada wrote: This commit adds - arch/*/Kconfig: provide a

[U-Boot] Please pull u-boot-x86.git branch tom

2014-05-16 Thread Simon Glass
Hi Tom, I collected these three fixes for pulling. Regards, Simon The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8: mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals (2014-05-14 12:59:12 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 03/11] kconfig: add board Kconfig and defconfig files

2014-05-16 Thread Stephen Warren
On 05/16/2014 12:55 PM, Tom Rini wrote: Wading in here later than I had wanted to, sorry. On Mon, Apr 28, 2014 at 06:39:33PM +0900, Masahiro Yamada wrote: ... But, if people don't like this, I can change this part as only one defconfig per board in the next version. (Instead, we may lose

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread Wolfgang Denk
Dear Darwin, In message 53763b78.6030...@broadcom.com you wrote: 3. Fixed offset case: CONFIG_SYS_TEXT_BASE = 0x8820 You completely fail to respond to my repeated statement that a CONFIG_SYS_TEXT_BASE like this is bogus. I guess i give up on this. Any section in the image that requires

Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Nobuhiro, On Fri, 2 May 2014 05:14:44 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Dear Albert Aribaud, Please pull u-boot-sh/rmobile into u-boot-arm/master. The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7: Merge branch 'u-boot-ti/master' into

Re: [U-Boot] uboot.lds

2014-05-16 Thread Simon Glass
Hi, On 10 May 2014 23:51, zhaobin xv xvzhao...@gmail.com wrote: Hi, When I read the scource of uboot 1.1.6,I find . = .; in the file of \board\smdk2410\u-boot.lds. I can't understand why . = .; is here.why not . = ALIGN(4);? what does . = .; mean? It just assigns . to itself, which I think

Re: [U-Boot] [PATCH 8/8] video: imx25lcdc: add board_video_init() call

2014-05-16 Thread Jeroen Hofstee
Hello Thomas, On do, 2014-05-15 at 16:34 +0200, die...@gmx.de wrote: From: Thomas Diener die...@gmx.de Signed-off-by: Thomas Diener die...@gmx.de --- drivers/video/imx25lcdc.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/video/imx25lcdc.c

Re: [U-Boot] Please pull u-boot-x86.git branch tom

2014-05-16 Thread Tom Rini
On Fri, May 16, 2014 at 01:02:48PM -0600, Simon Glass wrote: Hi Tom, I collected these three fixes for pulling. Regards, Simon The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8: mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals

[U-Boot] PowerPC 405EX Hynix DDR DRAM Fails

2014-05-16 Thread Steve Miller
We have several designs that use the AMCC 405EX processor with a 200 SO-DIMM. We use these SO-DIMMs to allow memory upgrades and because we can buy memory modules cheaper than the individual memory ICs.The 405EX is only X32 interface so, we hard-code the memory size parameters in the

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread Tom Rini
On Fri, May 16, 2014 at 10:28:25PM +0200, Wolfgang Denk wrote: Dear Darwin, In message 53763b78.6030...@broadcom.com you wrote: 3. Fixed offset case: CONFIG_SYS_TEXT_BASE = 0x8820 You completely fail to respond to my repeated statement that a CONFIG_SYS_TEXT_BASE like this is

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread Darwin Rambo
On 14-05-16 01:28 PM, Wolfgang Denk wrote: Dear Darwin, In message 53763b78.6030...@broadcom.com you wrote: 3. Fixed offset case: CONFIG_SYS_TEXT_BASE = 0x8820 You completely fail to respond to my repeated statement that a CONFIG_SYS_TEXT_BASE like this is bogus. I want to set it this

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread Tom Rini
On Fri, May 16, 2014 at 02:24:47PM -0700, Darwin Rambo wrote: On 14-05-16 01:28 PM, Wolfgang Denk wrote: Dear Darwin, In message 53763b78.6030...@broadcom.com you wrote: 3. Fixed offset case: CONFIG_SYS_TEXT_BASE = 0x8820 You completely fail to respond to my repeated statement

[U-Boot] Please pull u-boot-mpc85xx master

2014-05-16 Thread York Sun
Tom, The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread Jeroen Hofstee
Hello Tom, On vr, 2014-05-16 at 17:15 -0400, Tom Rini wrote: On Fri, May 16, 2014 at 10:28:25PM +0200, Wolfgang Denk wrote: Dear Darwin, In message 53763b78.6030...@broadcom.com you wrote: 3. Fixed offset case: CONFIG_SYS_TEXT_BASE = 0x8820 You completely fail to respond

[U-Boot] [PATCH] dfu: mmc: return data from raw partition reads

2014-05-16 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Nothing in dfu_mmc.c ever sets dfu-r_left. Consequently, reads from MMC DFU altsettings would return 0 bytes. Fix this by modifying dfu_read_medium_mmc() to set *len in the same way that dfu_nand.c's dfu_read_medium_nand() does. Signed-off-by: Stephen

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread feng...@phytium.com.cn
Hi Jeroen, Hello Tom, On vr, 2014-05-16 at 17:15 -0400, Tom Rini wrote: On Fri, May 16, 2014 at 10:28:25PM +0200, Wolfgang Denk wrote: Dear Darwin, In message 53763b78.6030...@broadcom.com you wrote: 3. Fixed offset case: CONFIG_SYS_TEXT_BASE = 0x8820 You completely fail to

Re: [U-Boot] armv8 relocation questions

2014-05-16 Thread feng...@phytium.com.cn
hi Darwin, It's a little late. I'm hoping someone can help answer these questions about armv8 relocation. The CONFIG_SYS_TEXT_BASE seems to be be usually setup to a decent amount of alignment. For the purposes of this discussion, let's say it would normally be 0x8800 and all