Re: [U-Boot] [PATCH] mx6sabre_common: Allow booting a FSL 3.10 kernel

2013-11-26 Thread Stefano Babic
Hi Otavio, hi Fabio, On 25/11/2013 17:21, Otavio Salvador wrote: > On Mon, Nov 25, 2013 at 1:54 PM, Fabio Estevam > wrote: >> Currently the booting of a 3.10 kernel fails, as explained by Jason Liu [1]: >> >> "Let me explain it: >> since we defined the fdt_high=0x at >> include/configs/m

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

2013-11-26 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 as corenet deivces use PBI-RCW based intialization. So, for corenet deives, SPL bootloader use value

[U-Boot] [PATCH 1/2][v2] powerpc: spiflash:Add corenet devices support in eSPI SPL

2013-11-26 Thread Priyanka Jain
Existing eSPI SPL framework assumes booting from spi-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 as corenet deivces use PBI-RCW based intialization. So, for corenet deives, SPL bootloader use value

[U-Boot] [PATCH v2] .gitignore: ignore spl/ and tpl/ directories except spl/Makefile

2013-11-26 Thread Masahiro Yamada
Before this commit, output files under tpl/ directry were not ignored. This commit fixes this problem. And we have only one source file under spl/ directory: spl/Makefile So, we can describe .gitignore more simply. Signed-off-by: Masahiro Yamada --- Changes in v2: - Fix my weird English in

Re: [U-Boot] [PATCH] cmd_test: fix a compile error on Blackfin

2013-11-26 Thread Masahiro Yamada
Hello Wolfgang > > Could you resend > > http://patchwork.ozlabs.org/patch/292309/ > > in a correct format? > > > > (Or Tom can directly pick it from the ML?) > > Of course I can. Does this patch solve the problem for you? Yes. It worked for me. Thanks. (And applied to u-boot/master) It's OK

[U-Boot] [PATCH] davinci: fix Master Priority Registers location

2013-11-26 Thread Viktar Palstsiuk
MSTPRI0 (Master Priority 0 Register) sits at 0x01C14110 not at 0x01C14114 Signed-off-by: Viktar Palstsiuk --- arch/arm/include/asm/arch-davinci/hardware.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/ar

[U-Boot] [PATCH] ARM: mx6: Remove the FDT loading address to avoid overlaping

2013-11-26 Thread Otavio Salvador
This patch fixes allow for the DeviceTree and initrd relocation fixing the boot of FSL 3.10.9-1.0.0-alpha kernel. This changes following boards: - mx6sabreauto - mx6sabresd - wandboard - udoo - nitrogen6x - cgtqmx6eval The reasoning, as explained by Hui Liu, is: , | The FDT blob will

[U-Boot] [PATCH] drivers:power:exynos-tmu: add support for Exynos5260

2013-11-26 Thread Naveen Krishna Chatradhi
This patch adds support for TMU on Exynos5260 Register bit fields are little different from the previous versions. Change-Id: Ibe835abe9cb255d2f8375c8e9e32d32cff19c093 Signed-off-by: Naveen Krishna Chatradhi --- arch/arm/include/asm/arch-exynos/tmu.h | 11 +++ drivers/power/exynos-tmu.

Re: [U-Boot] [PATCH] ARM: mx6: Remove the FDT loading address to avoid overlaping

2013-11-26 Thread Otavio Salvador
On Tue, Nov 26, 2013 at 10:11 AM, Tom Rini wrote: > On Tue, Nov 26, 2013 at 09:06:27AM -0200, Otavio Salvador wrote: > >> This patch fixes allow for the DeviceTree and initrd relocation fixing >> the boot of FSL 3.10.9-1.0.0-alpha kernel. >> >> This changes following boards: >> >> - mx6sabreauto

Re: [U-Boot] [PATCH] ARM: mx6: Remove the FDT loading address to avoid overlaping

2013-11-26 Thread Tom Rini
On Tue, Nov 26, 2013 at 09:06:27AM -0200, Otavio Salvador wrote: > This patch fixes allow for the DeviceTree and initrd relocation fixing > the boot of FSL 3.10.9-1.0.0-alpha kernel. > > This changes following boards: > > - mx6sabreauto > - mx6sabresd > - wandboard > - udoo > - nitrogen6x >

Re: [U-Boot] [PATCH 0/3] Add support for CM-T335 board

2013-11-26 Thread Ilya Ledvich
Ping! On 11/07/2013 07:57 AM, Ilya Ledvich wrote: This patch series adds support for the Compulab CM-T335 board. The board is based on TI Sitara AM3352/4 SoC and provides folowing features: - 128MB to 512MB DDR3 - 128MB to 1GB NAND as a main storage - Micro SD/MMC card as a secondary stora

[U-Boot] [PATCH] rsa: add a more flexible way to support different hash algorithms (e.g. sha256)

2013-11-26 Thread andr...@oetken.name
I currently need support for rsa-sha256 signatures in u-boot and found out that the code for signatures is not very generic. Thus adding of different hash-algorithms for rsa-signatures is not easy to do without copy-pasting the rsa-code. I attached a patch for how I think it could be better and inc

[U-Boot] [PATCH] ARM/VExpress: fix timer address for TC2 and other VExpress models

2013-11-26 Thread Andre Przywara
Commit v2013.10-189-gb3a7f22 breaks u-boot on the VExpress TC2, since the hardcoded value for SP804 timer address is wrong on Versatile Express boards using the extended memory map. Replace this value with an existing macro make it work on both sets of machines. Signed-off-by: Andre Przywara ---

[U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Otavio Salvador
Hello, last days I've been trying to isolate the hung cause of a customer board, and also SabreSD board, when using the Freescale's Linux fork of 3.10.9 with 2013.10 U-Boot. The below patch makes it work fine but it does not seem to be possible to upstream this fix, that way. How you guys thing t

Re: [U-Boot] No single character output after update to latest u-boot on pandaboard

2013-11-26 Thread Tom Rini
On Tue, Nov 26, 2013 at 12:22:19PM +0530, Lokesh Vutla wrote: > Hi Chao, > On Tuesday 26 November 2013 10:32 AM, Chao Xu wrote: > > Thank you! Please see the inline reply. > > > > On Mon, Nov 25, 2013 at 10:40 PM, Lokesh Vutla wrote: > >> Hi, > >> On Tuesday 26 November 2013 09:55 AM, Abraham V.

Re: [U-Boot] [PATCH 2/9] ARM: HYP/non-sec: move switch to non-sec to the last boot phase

2013-11-26 Thread Andre Przywara
On 11/21/2013 09:59 AM, Marc Zyngier wrote: Having the switch to non-secure in the "prep" phase is causing all kind of troubles, as that stage can be called multiple times. Instead, move the switch to non-secure to the last possible phase, when there is no turning back anymore. Tested on Versa

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Eric Bénard
Hi Otavio, Le Tue, 26 Nov 2013 12:32:45 -0200, Otavio Salvador a écrit : > Hello, > > last days I've been trying to isolate the hung cause of a customer > board, and also SabreSD board, when using the Freescale's Linux fork > of 3.10.9 with 2013.10 U-Boot. > > The below patch makes it work fin

Re: [U-Boot] [PATCH 3/9] ARM: HYP/non-sec: add a barrier after setting SCR.NS==1

2013-11-26 Thread Andre Przywara
On 11/21/2013 09:59 AM, Marc Zyngier wrote: A CP15 instruction execution can be reordered, requiring an isb to be sure it is executed in program order. Makes sense ;-) and works on the VExpress TC2. Albert, Tom, please apply for v2014.01. Acked-by: Andre Przywara Signed-off-by: Marc Zyngie

Re: [U-Boot] [PATCH 4/9] ARM: non-sec: reset CNTVOFF to zero

2013-11-26 Thread Andre Przywara
On 11/21/2013 09:59 AM, Marc Zyngier wrote: Before switching to non-secure, make sure that CNTVOFF is set to zero on all CPUs. Otherwise, kernel running in non-secure without HYP enabled (hence using virtual timers) may observe timers that are not synchronized, effectively seeing time going backw

Re: [U-Boot] [PATCH 4/9] ARM: non-sec: reset CNTVOFF to zero

2013-11-26 Thread Marc Zyngier
On 26/11/13 14:41, Andre Przywara wrote: > On 11/21/2013 09:59 AM, Marc Zyngier wrote: >> Before switching to non-secure, make sure that CNTVOFF is set >> to zero on all CPUs. Otherwise, kernel running in non-secure >> without HYP enabled (hence using virtual timers) may observe >> timers that are

[U-Boot] [PATCH] mmc/dwmmc: remove recursive FIFO threshold setup

2013-11-26 Thread Alexey Brodkin
Removed code works properly only once after power-up because on every "first" invocation of "dwmci_init" existing value of "fifo_size" is used for calculation of itself. More over other bits in the same register (namely TX watermark and burst size) get corrupted (lost forever till the next power-to

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-26 Thread Wolfgang Denk
Dear Tom, In message <20131125215854.GW420@bill-the-cat> you wrote: > > I've put v2014.01-rc1 out and and we should have a tarball out soon. The tarball is on the FTP server. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Muni

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Wolfgang Denk
Dear Otavio, In message you wrote: > > last days I've been trying to isolate the hung cause of a customer > board, and also SabreSD board, when using the Freescale's Linux fork > of 3.10.9 with 2013.10 U-Boot. Do I understand correctly that this happens only with the FSL kernel, i. e. not with

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Otavio Salvador
On Tue, Nov 26, 2013 at 12:39 PM, Eric Bénard wrote: > Hi Otavio, > > Le Tue, 26 Nov 2013 12:32:45 -0200, > Otavio Salvador a écrit : > >> Hello, >> >> last days I've been trying to isolate the hung cause of a customer >> board, and also SabreSD board, when using the Freescale's Linux fork >> of

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Otavio Salvador
On Tue, Nov 26, 2013 at 1:39 PM, Wolfgang Denk wrote: > Dear Otavio, > > In message > you > wrote: >> >> last days I've been trying to isolate the hung cause of a customer >> board, and also SabreSD board, when using the Freescale's Linux fork >> of 3.10.9 with 2013.10 U-Boot. > > Do I understa

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Eric Bénard
Le Tue, 26 Nov 2013 13:59:36 -0200, Otavio Salvador a écrit : > > Do you also get the kernel freeze without changing anything in > > u-boot when you disable cpufreq in the kernel ? > > The FSL kernel does not build without cpufreq so I didn't try. > check if your regulator settings is not defaul

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Otavio Salvador
On Tue, Nov 26, 2013 at 2:09 PM, Eric Bénard wrote: > Le Tue, 26 Nov 2013 13:59:36 -0200, > Otavio Salvador a écrit : >> > Do you also get the kernel freeze without changing anything in >> > u-boot when you disable cpufreq in the kernel ? >> >> The FSL kernel does not build without cpufreq so I d

[U-Boot] [PATCH 0/4] MIPS Malta fixes

2013-11-26 Thread Paul Burton
This series fixes a few issues with the MIPS Malta board. The first 2 patches correct the handling of the UART baudrate and allow Linux to correctly inherit that used by U-boot. The third patch enables an interrupt which Linux relies upon but does not enable itself. I will submit a patch to Linux i

[U-Boot] [PATCH 1/4] mips: don't hardcode Malta env baudrate

2013-11-26 Thread Paul Burton
The baudrate passed to Linux in the environment was hardcoded at 38400. Instead pass the correct baudrate from global data, allowing Linux to correctly inherit the baudrate used by U-boot when console setup is not explicitly specified. Signed-off-by: Paul Burton --- arch/mips/lib/bootm.c | 6 +++

[U-Boot] [PATCH 3/4] malta: enable PIIX4 SERIRQ

2013-11-26 Thread Paul Burton
Whilst U-boot does not require this itself, Linux currently relies upon it having been muxed and enabled by the bootloader. Thus in order to preserve compatibility with current kernels before a fix is merged in Linux we will enable the SERIRQ interrupt and mux it to its pin. Without doing this cur

[U-Boot] [PATCH 4/4] malta: set CONFIG_SYS_BOOTM_LEN to 64MB

2013-11-26 Thread Paul Burton
Allow a larger kernel binary to be decompressed - the default 8MB can become limiting on a Malta. Signed-off-by: Paul Burton --- include/configs/malta.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/malta.h b/include/configs/malta.h index 666cca9..cc574ed 100644 --- a/inclu

[U-Boot] [PATCH 2/4] malta: correct UART baudrate

2013-11-26 Thread Paul Burton
CONFIG_SYS_NS16550_CLK specifies the rate of the clock 16x the baud rate. The SMSC FDC37M81x datasheet states that a divider of 1 results in a UART at 115200 baud, thus the x16 clock rate is 115200 * 16. Previously the divider was left at 0 which led to a rate of 38400 baud regardless of CONFIG_BAU

Re: [U-Boot] [PATCH 0/4] MIPS Malta fixes

2013-11-26 Thread Daniel Schwierzeck
2013/11/26 Paul Burton : > This series fixes a few issues with the MIPS Malta board. The first 2 > patches correct the handling of the UART baudrate and allow Linux to > correctly inherit that used by U-boot. The third patch enables an > interrupt which Linux relies upon but does not enable itself.

Re: [U-Boot] [PATCH V2 05/14] ARM: AM43XX: board: add support for reading onboard EEPROM

2013-11-26 Thread Vaibhav Bedia
On Sun, Nov 24, 2013 at 11:46 PM, Lokesh Vutla wrote: > On Friday 22 November 2013 01:56 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >> [...] >>> #define NON_SECURE_SRAM_START 0x402F0400 >>> #define NON_SECURE_SRAM_END0x4034 >>> #define SRAM_SCRATC

Re: [U-Boot] [PATCH V2 06/14] ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2013-11-26 Thread Vaibhav Bedia
On Sun, Nov 24, 2013 at 11:48 PM, Lokesh Vutla wrote: > On Friday 22 November 2013 01:58 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >> [...] >>> +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG >>> + char safe_string[HDR_NAME_LEN + 1]; >>> + struct am

[U-Boot] [GIT PULL] u-boot-mips/master

2013-11-26 Thread Daniel Schwierzeck
Hi Tom, please pull some additional fixes for MIPS malta board, thanks. The following changes since commit d19ad726bcd5d9106f7ba9c750462fcc369f1020: Prepare v2014.01-rc1 (2013-11-25 16:49:32 -0500) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to

Re: [U-Boot] [PATCH V2 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-26 Thread Vaibhav Bedia
On Sun, Nov 24, 2013 at 11:53 PM, Lokesh Vutla wrote: > On Friday 22 November 2013 02:01 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >>> Selecting the Master osc clk as Timer2 clock source. >>> >>> Signed-off-by: Lokesh Vutla >>> --- >>> arch/arm/cpu/armv7/a

Re: [U-Boot] [PATCH V2 09/14] ARM: AM43xx: mux: Update mux data

2013-11-26 Thread Vaibhav Bedia
On Sun, Nov 24, 2013 at 11:59 PM, Lokesh Vutla wrote: > On Friday 22 November 2013 02:04 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >>> Updating the mux data for UART, adding data for i2c0 and mmc. >>> And also updating pad_signals structure. >>> >>> Signed-o

Re: [U-Boot] [PATCH V2 10/14] ARM: AM43xx: clocks: Update DPLL details for EPOS EVM

2013-11-26 Thread Vaibhav Bedia
On Mon, Nov 25, 2013 at 12:08 AM, Lokesh Vutla wrote: > On Friday 22 November 2013 02:07 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >>> Updating the Multiplier and Dividers values for all DPLLs for EPOS EVM. >>> Following are the DPLL locking frequencies at O

Re: [U-Boot] [PATCH V2 12/14] ARM: AM43xx: EPOS_EVM: Add support for LPDDR2

2013-11-26 Thread Vaibhav Bedia
On Mon, Nov 25, 2013 at 12:13 AM, Lokesh Vutla wrote: > On Friday 22 November 2013 02:16 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >>> AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A) >>> Adding LPDDR2 init sequence and register details for t

Re: [U-Boot] [PATCH V2 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-26 Thread Vaibhav Bedia
On Mon, Nov 25, 2013 at 12:18 AM, Lokesh Vutla wrote: > On Friday 22 November 2013 02:22 AM, Vaibhav Bedia wrote: >> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: >> [...] >> >>> -/* >>> - * Get SDRAM type connected to EMIF. >>> - * Assuming similar SDRAM parts are connected to both EMIF's

[U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.

2013-11-26 Thread Eric Nelson
The CPU errata expressed in include/configs/mx6_common.h apply to all i.MX6DQ and i.MX6DLS parts. Signed-off-by: Eric Nelson --- include/configs/nitrogen6x.h | 1 + include/configs/titanium.h | 1 + include/configs/udoo.h | 1 + include/configs/wandboard.h | 1 + 4 files changed, 4 inse

Re: [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.

2013-11-26 Thread Fabio Estevam
On Tue, Nov 26, 2013 at 10:40 PM, Eric Nelson wrote: > The CPU errata expressed in include/configs/mx6_common.h apply > to all i.MX6DQ and i.MX6DLS parts. > > Signed-off-by: Eric Nelson Thanks, Eric. Reviewed-by: Fabio Estevam ___ U-Boot mailing list

Re: [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.

2013-11-26 Thread Eric Nelson
On 11/26/2013 05:57 PM, Fabio Estevam wrote: On Tue, Nov 26, 2013 at 10:40 PM, Eric Nelson wrote: The CPU errata expressed in include/configs/mx6_common.h apply to all i.MX6DQ and i.MX6DLS parts. Signed-off-by: Eric Nelson Thanks, Eric. No problem. If this is good enough for Freescale, i

Re: [U-Boot] [PATCH 0/9 v8] EXYNOS5420: Add SMDK5420 board support

2013-11-26 Thread Minkyu Kang
On 26/11/13 13:24, Rajeshwari Birje wrote: > Hi Minkyu Kang. > > Please do let me know if any comments or can we get this merged? > > On Fri, Nov 15, 2013 at 10:29 AM, Rajeshwari S Shinde > wrote: >> This patch adds basic board support for SMDK5420 board. >> These patches are tested for booting

Re: [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.

2013-11-26 Thread Stefan Roese
On 27.11.2013 01:40, Eric Nelson wrote: > The CPU errata expressed in include/configs/mx6_common.h apply > to all i.MX6DQ and i.MX6DLS parts. > > Signed-off-by: Eric Nelson Acked-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH V2 12/14] ARM: AM43xx: EPOS_EVM: Add support for LPDDR2

2013-11-26 Thread Lokesh Vutla
On Wednesday 27 November 2013 05:42 AM, Vaibhav Bedia wrote: > On Mon, Nov 25, 2013 at 12:13 AM, Lokesh Vutla wrote: >> On Friday 22 November 2013 02:16 AM, Vaibhav Bedia wrote: >>> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-2

Re: [U-Boot] [PATCH] mmc/dwmmc: remove recursive FIFO threshold setup

2013-11-26 Thread Jaehoon Chung
Hi, Alexey, I think good that use the initial fifoth value at register. Then we need not to change the value. But according to my experiment, some SoC needs to change the fifoth value. On 11/27/2013 12:08 AM, Alexey Brodkin wrote: > Removed code works properly only once after power-up because on

Re: [U-Boot] [PATCH 3/9 v8] Exynos5420: Add clock initialization for 5420

2013-11-26 Thread Minkyu Kang
ping. Original Message Subject: Re: [PATCH 3/9 v8] Exynos5420: Add clock initialization for 5420 Date: Thu, 21 Nov 2013 16:03:23 +0900 From: Minkyu Kang Organization: SAMSUNG ELECTRONICS To: Rajeshwari S Shinde CC: u-boot@lists.denx.de, patc...@linaro.org, s...@chromium.org,

Re: [U-Boot] [PATCH 6/9 v8] Exynos5420: Add base patch for SMDK5420

2013-11-26 Thread Minkyu Kang
ping. Original Message Subject: Re: [PATCH 6/9 v8] Exynos5420: Add base patch for SMDK5420 Date: Thu, 21 Nov 2013 16:24:14 +0900 From: Minkyu Kang Organization: SAMSUNG ELECTRONICS To: Rajeshwari S Shinde CC: u-boot@lists.denx.de, patc...@linaro.org, s...@chromium.org, chande

Re: [U-Boot] [PATCH 8/9 v8] Config: Add initial config for SMDK5420

2013-11-26 Thread Minkyu Kang
ping. Original Message Subject: Re: [PATCH 8/9 v8] Config: Add initial config for SMDK5420 Date: Thu, 21 Nov 2013 16:32:32 +0900 From: Minkyu Kang Organization: SAMSUNG ELECTRONICS To: Rajeshwari S Shinde CC: u-boot@lists.denx.de, patc...@linaro.org, s...@chromium.org, chande

Re: [U-Boot] [PATCH 4/9 v8] Exynos5420: Add DDR3 initialization for 5420

2013-11-26 Thread Minkyu Kang
ping. Original Message Subject: Re: [PATCH 4/9 v8] Exynos5420: Add DDR3 initialization for 5420 Date: Thu, 21 Nov 2013 16:13:24 +0900 From: Minkyu Kang Organization: SAMSUNG ELECTRONICS To: Rajeshwari S Shinde CC: u-boot@lists.denx.de, patc...@linaro.org, s...@chromium.org, c

Re: [U-Boot] i.MX6 freeze when running Linux FSL 3.10.9-1.0.0-alpha AND U-Boot 2013.10

2013-11-26 Thread Wolfgang Denk
Dear Otavio Salvador, In message you wrote: > > > Do I understand correctly that this happens only with the FSL kernel, > > i. e. not with mainline Linux? > > Exactly. > > > What exactly is the effect of calling your set_anatop_bypass() > > function? Why would that be needed on the FSL kernel

Re: [U-Boot] [PATCH V2 10/14] ARM: AM43xx: clocks: Update DPLL details for EPOS EVM

2013-11-26 Thread Lokesh Vutla
On Wednesday 27 November 2013 05:36 AM, Vaibhav Bedia wrote: > On Mon, Nov 25, 2013 at 12:08 AM, Lokesh Vutla wrote: >> On Friday 22 November 2013 02:07 AM, Vaibhav Bedia wrote: >>> On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: Updating the Multiplier and Dividers values for all DPLLs

Re: [U-Boot] [ANN] v2014.01-rc1

2013-11-26 Thread Masahiro Yamada
Hello. > As always, please speak up if something suddenly broke or you've found a > problem of some sort. Thanks all! I noticed at least two boards got broken by v2014.01-rc release: cam_enc_4xx and linkstation_HGLAN I bisected and 68ec9c85a9d334c7598b4972af037de05c034f8d is the first bad com

Re: [U-Boot] [PATCH] mmc/dwmmc: remove recursive FIFO threshold setup

2013-11-26 Thread Pantelis Antoniou
Hi Alexey, On Nov 27, 2013, at 9:11 AM, Alexey Brodkin wrote: > Hi Jaehoon, > > On Wed, 2013-11-27 at 14:33 +0900, Jaehoon Chung wrote: >> Hi, Alexey, >> >> I think good that use the initial fifoth value at register. >> Then we need not to change the value. >> But according to my experiment, so

Re: [U-Boot] [PATCH] ARM: mx6: Remove the FDT loading address to avoid overlaping

2013-11-26 Thread Stefano Babic
Hi Otavio, On 26/11/2013 13:16, Otavio Salvador wrote: >> I'm going to suggest this is the wrong path. Once you see i.MX systems >> with > 768MB DDR you're going to have initrd/fdt placed into memory >> Linux can't access without HIGHMEM on, and you need the FDT before then. > > I didn't catch t