[U-Boot] [PATCH] common/cmd_bootm.c: prevent running of subcommands before 'bootm start'

2013-01-07 Thread Gabor Juhos
The execution order of the bootm subcommands is fixed. Although here is a sanity check in the state machine which should prevent running the subcommands in wrong order but it does not catch all possible errors. It is possible to run any subcommand without running 'bootm start' first which leads to

[U-Boot] [PATCH 1/2] video:cache:fix: Proper buffer alignment for lcd subsystem

2013-01-07 Thread Lukasz Majewski
This commit makes the video subsystem code cache aware. Memory allocated for decompressed BMP memory is now cache line aligned. Tested-by: Lukasz Majewski Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Anatolij Gustschin --- common/cmd_bmp.c |2 +- 1 files changed, 1 inse

Re: [U-Boot] [PATCH V4 7/9] MMC: APIs to support resize of EMMC boot partition

2013-01-07 Thread Jaehoon Chung
On 01/07/2013 02:54 PM, Amarendra Reddy wrote: > Hi Jaehoon, > > The sequence to be followed to access(read/write) boot partitions is i) > open() the boot partition, ii) Do the job , iii) Then close() boot > partition. > > I understand that > 1) You want a single generic function "mmc_boot_part_

[U-Boot] [PATCH 2/2] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem

2013-01-07 Thread Lukasz Majewski
lcd_set_flush_dcache(1) function is called from trats configuration file to enable lcd_sync function. Tested-at: TRATS (Exynos 4210) Tested-by: Lukasz Majewski Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- board/samsung/trats/trats.c |3 +++ 1 files chang

[U-Boot] [PATCH 1/2] serial/ns16550: add an option to avoid hanging on broken platforms

2013-01-07 Thread Javier Martinez Canillas
Some platforms (e.g. IGEPv2 board) has a broken ns16550 UART that does not set the TEMT bit when the transmitter is empty in SPL. This makes U-Boot to hang while waiting for TEMT to be set. Add a new option to avoid this: CONFIG_SYS_NS16550_BROKEN_TEMT 16550 UART set the Transmitter Empty (TEMT)

[U-Boot] [PATCH 2/2] OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT

2013-01-07 Thread Javier Martinez Canillas
IGEP board PC16550D (ns16550) UART doesn't set the Transmitter Empty (TEMT) Bit in SPL. This makes U-Boot to hang while waiting for TEMT. Add the CONFIG_SYS_NS16550_BROKEN_TEMT config option to avoid this issue. Signed-off-by: Javier Martinez Canillas --- include/configs/igep00x0.h |3 +++ 1

Re: [U-Boot] [PATCH 1/1] serial/ns16550: check UART mode for TEMT value

2013-01-07 Thread Javier Martinez Canillas
On Thu, Jan 3, 2013 at 10:04 PM, Tom Rini wrote: > On Wed, Jan 2, 2013 at 9:58 PM, Scott Wood wrote: >> On 12/23/2012 05:17:25 PM, Javier Martinez Canillas wrote: >>> >>> On Sat, Dec 22, 2012 at 4:40 AM, Javier Martinez Canillas >>> wrote: >>> > >>> > But if I'm the only one having this issue ma

Re: [U-Boot] [PATCH v2 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-07 Thread Otavio Salvador
On Sat, Jan 5, 2013 at 2:50 PM, Stefano Babic wrote: > On 28/12/2012 20:17, Otavio Salvador wrote: >> For a generic environment, we shouldn't have a fixed rootfs filesystem >> so we drop it from env. >> >> Signed-off-by: Otavio Salvador >> --- > > Hi Otavio, > >> Changes in v2: >> - reformat env

Re: [U-Boot] Pull request for u-boot-marvell.git

2013-01-07 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: 23 December 2012 20:40 > To: Prafulla Wadaskar > Cc: 'u-boot@lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik; > 'Wolfgang Denk'; Andreas Bießmann > Subject: Re: Pull request for u-boot-marvell.git >

[U-Boot] [PATCH 2/3] MIPS: bootm.c: separate environment initialization

2013-01-07 Thread Gabor Juhos
Move the environment initialization code into a separate function. This make the code reusable for bootm subcommands. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- arch/mips/lib/bootm.c | 50 ++--- 1 file changed, 27 insertions(+), 23 deleti

[U-Boot] [PATCH 3/3] MIPS: bootm.c: add support for 'prep' and 'go' subcommands

2013-01-07 Thread Gabor Juhos
The bootm command supports subcommands since long time however those subcommands are not yet usable on MIPS. The patch is based on the ARM implementation, and it adds support for the 'prep' and 'go' subcommands only. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- arch/mips/lib/bootm.c |

[U-Boot] [PATCH 1/3] MIPS: bootm.c: separate linux jump code

2013-01-07 Thread Gabor Juhos
Move the actual jump code into a separate function. This make the code reusable for bootm subcommands. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- arch/mips/lib/bootm.c | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/arch/mips/l

[U-Boot] [PATCH 0/4 V2] SMDK5250: Convert lowlevel_init.S to .c and set PMIC values

2013-01-07 Thread Rajeshwari Shinde
This patch converts lowlevel_init.S to lowlevel_init_c.c. Add PMIC MAX77686 voltage settings for SMDK5250. Changes in V2: - Added early serial support. - Moved patch 2 containing power apis to patch 1 due to dependency - moved lowlevel_init.S to arch/arm/cpu/armv7/exynos an

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Marek Vasut
Dear Benoît Thébaudeau, > Hi all, > > This series aims at adding support for i.MX5 to the mxc nand mtd and spl > drivers. It also fixes several issues and cleans up the code a little bit. > > Best regards, > Benoît Did this patchset advance any further? Any chance we can see this applied? Anyt

[U-Boot] [PATCH 1/4 V2] EXYNOS: Add functions for power initialisation

2013-01-07 Thread Rajeshwari Shinde
This patch adds functions to intialsise power registers during spl boot. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Moved from second patch to first patch - Renamed ps_hold_setup to power_ps_hold_setup - Added explanation before each power function definition a

[U-Boot] [PATCH 2/4 V2] SMDK5250: Convert lowlevel_init.S to lowlevel_init.c

2013-01-07 Thread Rajeshwari Shinde
This patch converts lowlevel_init.S to lowlevel_init_c.c for SMDK5250. Lowlevel.S as of now added only for SMDK5250 and same can be extended to other SOC in future. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Renamed lowlevel_init.S to lowlevel.S and moved to arch/arm/

[U-Boot] [PATCH 3/4 V2] SMDK5250: Add PMIC voltage settings

2013-01-07 Thread Rajeshwari Shinde
This patch adds required pmic voltage settings for SMDK5250. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Added pmic_reg_update static function. - Added error check. board/samsung/smdk5250/smdk5250.c | 110 - include/power/max77686_p

[U-Boot] [PATCH 4/4 V2] SMDK5250: Modify IRAM stack pointer address

2013-01-07 Thread Rajeshwari Shinde
RAM stack pointer address to enable u-boot booting after conversion of lowlevel_init.S to lowlevel_init_c.c. Added CONFIG_CMD_BOOTZ to boot zImage.dtb kernel image. Configs required for early serial initialisation added. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Addded Configs

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Benoît Thébaudeau
Dear Marek Vasut, On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote: > Dear Benoît Thébaudeau, > > > Hi all, > > > > This series aims at adding support for i.MX5 to the mxc nand mtd > > and spl > > drivers. It also fixes several issues and cleans up the code a > > little bit. > > > > Bes

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote: > > Dear Benoît Thébaudeau, > > > > > Hi all, > > > > > > This series aims at adding support for i.MX5 to the mxc nand mtd > > > and spl > > > drivers. It also fixes several issues and clea

[U-Boot] [PATCH v2 1/1] omap4: allow the use of a plain text env file instead boot scripts

2013-01-07 Thread Javier Martinez Canillas
For production systems it is better to use script images since they are protected by checksums and carry valuable information like name and timestamp. Also, you can't validate the content passed to env import. But for development, it is easier to use the env import command and plain text files ins

Re: [U-Boot] [PATCH] nds32: Add a basic errno.h

2013-01-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/2013 12:24 PM, Simon Glass wrote: > Hi Tom, > > On Sun, Jan 6, 2013 at 9:16 AM, Tom Rini wrote: >> On Sun, Jan 06, 2013 at 08:28:39AM -0800, Simon Glass wrote: >> >> [snip] >>> If you don't support a gcc option it should be possible to >>>

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Tom Rini
On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - Allow use of dynamic/static ip > - Allow force use, or not, of fdt > - Change 'auto' to 'try' [snip] > @@ -169,13 +173,43 @@ > "loaduimage=fatload mmc ${mmcdev}:${mmc

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Tom Rini
On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - Allow use of dynamic/static ip > - Allow force use, or not, of fdt > - Change 'auto' to 'try' [snip] > + "if run ${get_cmd} ${ftd_addr} ${ftd_file}; the

Re: [U-Boot] [PATCH v2 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2013 07:05 AM, Otavio Salvador wrote: > On Sat, Jan 5, 2013 at 2:50 PM, Stefano Babic > wrote: >> On 28/12/2012 20:17, Otavio Salvador wrote: >>> For a generic environment, we shouldn't have a fixed rootfs >>> filesystem so we drop it from

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 12:04 PM, Tom Rini wrote: > On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: > >> Signed-off-by: Otavio Salvador >> --- >> Changes in v2: >> - Allow use of dynamic/static ip >> - Allow force use, or not, of fdt >> - Change 'auto' to 'try' > [snip] >> @@ -169

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 12:06 PM, Tom Rini wrote: > On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: > >> Signed-off-by: Otavio Salvador >> --- >> Changes in v2: >> - Allow use of dynamic/static ip >> - Allow force use, or not, of fdt >> - Change 'auto' to 'try' > [snip] >> +

Re: [U-Boot] [PATCH v2 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2013 09:17 AM, Otavio Salvador wrote: > On Mon, Jan 7, 2013 at 12:04 PM, Tom Rini wrote: >> On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote: >> >>> Signed-off-by: Otavio Salvador --- >>> Changes in v2: - Allow use of dynami

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Fabio Estevam
Hi Benoît, On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau wrote: > Fabio, can you give me the reference of the NAND Flash that you will use for > testing on i.MX53? That will allow me to adjust the NFC clock and to know if I > also have to add support for 4-kiB pages or multi-CS. The NAND I

Re: [U-Boot] [PATCH v4 1/2] arm: move C runtime setup code in crt0.S

2013-01-07 Thread Tom Rini
On Tue, Nov 27, 2012 at 01:43:25PM +0100, Albert ARIBAUD wrote: > Move all the C runtime setup code from every start.S > in arch/arm into arch/arm/lib/crt0.S. This covers > the code sequence from setting up the initial stack > to calling into board_init_r(). > > Also, rewrite the C runtime setup

Re: [U-Boot] [PATCH v4 2/2] arm: remove useless code in start.S files

2013-01-07 Thread Tom Rini
On Tue, Nov 27, 2012 at 01:43:26PM +0100, Albert ARIBAUD wrote: > Remove code such as unneeded includes or labels. > These removals have no functional effect. > > Signed-off-by: Albert ARIBAUD > --- > Changes in v2: > - removed useless includes in arm926ejs and arm925t On beaglebone Rev A5 Test

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-01-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/30/2012 01:13 AM, Nikita Kiryanov wrote: > Gentle ping. > > On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: >> This patchset implements card detection and write protection >> check for omap mmc. The write protect implementation also adds >> gen

[U-Boot] Update OMAP5 "unmap first page" patch series

2013-01-07 Thread Vincent Stehlé
Hi, Here is a proposed updated patch series to unmap page 0 on OMAP5, rebased on denx/master: [PATCH v4 1/3] ARM: cache: declare set_section_dcache [PATCH v4 2/3] ARM: cache: introduce weak arm_setup_identity_mapping [PATCH v4 3/3] ARM: OMAP5: redefine arm_setup_identity_mapping Necessary

[U-Boot] [PATCH v4 1/3] ARM: cache: declare set_section_dcache

2013-01-07 Thread Vincent Stehlé
We declare the set_section_dcache function globally in the cache header, for later use by e.g. machine specific code. Signed-off-by: Vincent Stehlé Cc: Tom Rini --- arch/arm/include/asm/cache.h |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/cache.h b/arch/arm/includ

[U-Boot] [PATCH v4 2/3] ARM: cache: introduce weak arm_setup_identity_mapping

2013-01-07 Thread Vincent Stehlé
Separate the MMU identity mapping for ARM in a weak function, to allow redefinition with platform specific function. This is motivated by the need to unmap the region near address zero on HS OMAP devices, to avoid speculative accesses. Accessing this region causes security violations, which we wan

[U-Boot] [PATCH v4 3/3] ARM: OMAP5: redefine arm_setup_identity_mapping

2013-01-07 Thread Vincent Stehlé
We introduce an OMAP5 specific version of arm_setup_identity_mapping(), which makes the first page of the identity mapping invalid. We want to unmap the region near address zero on HS OMAP devices, to avoid speculative accesses. Accessing this region causes security violations, which we want to av

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Marek Vasut
Dear Fabio Estevam, > Hi Benoît, > > On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau > > wrote: > > Fabio, can you give me the reference of the NAND Flash that you will use > > for testing on i.MX53? That will allow me to adjust the NFC clock and to > > know if I also have to add support for

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Benoît Thébaudeau
Dear Marek Vasut, On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote: > Dear Fabio Estevam, > > > Hi Benoît, > > > > On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau > > > > wrote: > > > Fabio, can you give me the reference of the NAND Flash that you > > > will use > > > for testing on

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Marek Vasut
Dear Benoît Thébaudeau, > #define CONFIG_SYS_MAX_NAND_DEVICE 1 > #define CONFIG_SYS_NAND_BASENFC_BASE_ADDR_AXI > #define CONFIG_NAND_MXC > #define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR_AXI > #define CONFIG_MXC_NAND_IP_REGS_BASENFC_BASE_ADDR > #define CONFIG_SYS_NAND_LA

Re: [U-Boot] [PATCH v2] SMDK5250: Enable VBus for USB 2.0 controller

2013-01-07 Thread Marek Vasut
Dear Vivek Gautam, > This patch enables Vbus required for USB 2.0 controller. > > Signed-off-by: Vivek Gautam > Signed-off-by: Rajeshwari Shinde > --- Can you please rebase on top of u-boot-usb/next ? Best regards, Marek Vasut ___ U-Boot mailing lis

[U-Boot] [PATCH v3 0/6] Improve default environment for easy use

2013-01-07 Thread Otavio Salvador
This patchset improves the default environment of machines currently supported in OpenEmbedded and Yocto to make it compatible with mainline and Freescale BSP Linux kernel. A new patch has been add to change the format in mx6qsabrelite in environment setting and already merged patches removed fro

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote: > > Dear Fabio Estevam, > > > > > Hi Benoît, > > > > > > On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau > > > > > > wrote: > > > > Fabio, can you give me the reference of the NAND Fla

[U-Boot] [PATCH v3 1/6] mx6qsabrelite: Use tabs to environment setting

2013-01-07 Thread Otavio Salvador
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - New patch include/configs/mx6qsabrelite.h | 66 +++ 1 file changed, 33 insertions(+), 33 deletio

[U-Boot] [PATCH v3 4/6] mx53loco: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx53loco.h | 41 +++-- 1 fil

[U-Boot] [PATCH v3 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx28evk.h | 41 +++-- 1 file

[U-Boot] [PATCH v3 2/6] mx28evk: We shouldn't hardcode a rootfs filesystem type

2013-01-07 Thread Otavio Salvador
For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - reformat environment change to fit in 80 cols include/configs/mx28evk.h |8 +++- 1 file changed, 3 insertions(+), 5 del

[U-Boot] [PATCH v3 5/6] mx6qsabrelite: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx6qsabrelite.h | 41 +-- 1

[U-Boot] [PATCH v3 6/6] mx6qsabre{auto, sd}: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: - Add loadfdt - Use loadfdt - Call exit to abort script Changes in v2: - Allow use of dynamic/static ip - Allow force use, or not, of fdt - Change 'auto' to 'try' include/configs/mx6qsabre_common.h | 43 +--- in

Re: [U-Boot] [PATCH v3 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Fabio Estevam
On Mon, Jan 7, 2013 at 2:43 PM, Otavio Salvador wrote: > "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" > \ > + "loadftd=fatload mmc ${mmcdev}:${mmcpart} ${ftd_addr} ${ftd_file}\0" \ > "mmcboot=echo Booting from mmc ...; " \ > "run mmc

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Benoît Thébaudeau
Dear Marek Vasut, On Monday, January 7, 2013 5:42:11 PM, Marek Vasut wrote: > Dear Benoît Thébaudeau, > > > Dear Marek Vasut, > > > > On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote: > > > Dear Fabio Estevam, > > > > > > > Hi Benoît, > > > > > > > > On Mon, Jan 7, 2013 at 11:37 AM, Be

Re: [U-Boot] [PATCH v3 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 2:51 PM, Fabio Estevam wrote: > On Mon, Jan 7, 2013 at 2:43 PM, Otavio Salvador > wrote: > >> "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} >> ${uimage}\0" \ >> + "loadftd=fatload mmc ${mmcdev}:${mmcpart} ${ftd_addr} ${ftd_file}\0" >> \ >>

[U-Boot] [PATCH] bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC

2013-01-07 Thread daniel . schwierzeck
From: Daniel Schwierzeck To make bootm sub-command feature working on archs with CONFIG_NEEDS_MANUAL_RELOC, the name pointers in the sub-command table need to be relocated. Signed-off-by: Daniel Schwierzeck --- common/cmd_bootm.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) d

Re: [U-Boot] [PATCH v3 3/6] mx28evk: Add support to dynamically choose between ftd use or not

2013-01-07 Thread Fabio Estevam
On Mon, Jan 7, 2013 at 2:58 PM, Otavio Salvador wrote: > Yes; it will go out and won't try tftp. In this case I can remove the > exit and change the ERROR to WARNINF. What do you think? Yes, please remove the exit. > >> Also, can you confirm that your patchset works in the following cases: >> >

Re: [U-Boot] [PATCH 3/3] MIPS: bootm.c: add support for 'prep' and 'go' subcommands

2013-01-07 Thread Daniel Schwierzeck
2013/1/7 Gabor Juhos : > The bootm command supports subcommands since long time > however those subcommands are not yet usable on MIPS. > > The patch is based on the ARM implementation, and it adds > support for the 'prep' and 'go' subcommands only. > > Signed-off-by: Gabor Juhos > Cc: Daniel Schw

[U-Boot] FW: Configuring USB Host1 in U-Boot for I.MX53

2013-01-07 Thread Sarvesh Gupta
Dear All, I am using IMX53-Start-R board of freescale. I am trying to configure USB Host in U-Boot of I.MX53 and I am also facing the same as you are having in I.MX25, Please see the below dump and suggest: CPU: Freescale i.MX53 family 2.1V at 800 MHz mx53 pll1: 800MHz mx53 pll2: 400MHz

Re: [U-Boot] [u-boot-release] [PATCH 6/7] getenv_f() env variable exist w/o needing a buffer

2013-01-07 Thread Timur Tabi
York Sun wrote: > From: James Yang > > getenv_f() searches the environment for a variable name and copies the > value of the variable to a buffer pointed to by one of the function's > parameters. However, this means that the buffer needs to exist and > needs to be of sufficient length (passed as

[U-Boot] Selecting from multiple device trees at runtime

2013-01-07 Thread Curt Brune
Hello, I am following up on this thread: "Merging device trees at runtime for module-based systems" http://lists.denx.de/pipermail/u-boot/2012-November/139618.html I do not have a modular based system, so I do not need the full flexibility of merging DT fragments at runtime. However, I am very

Re: [U-Boot] Selecting from multiple device trees at runtime

2013-01-07 Thread Stephen Warren
On 01/07/2013 11:01 AM, Curt Brune wrote: > Hello, > > I am following up on this thread: > "Merging device trees at runtime for module-based systems" > http://lists.denx.de/pipermail/u-boot/2012-November/139618.html > > I do not have a modular based system, so I do not need the full > flexibility

Re: [U-Boot] Selecting from multiple device trees at runtime

2013-01-07 Thread Curt Brune
On 01/07/2013 10:36 AM, Stephen Warren wrote: On 01/07/2013 11:01 AM, Curt Brune wrote: Hello, I am following up on this thread: "Merging device trees at runtime for module-based systems" http://lists.denx.de/pipermail/u-boot/2012-November/139618.html I do not have a modular based system, so

Re: [U-Boot] [PATCH 3/3] MIPS: bootm.c: add support for 'prep' and 'go' subcommands

2013-01-07 Thread Gabor Juhos
2013.01.07. 18:15 keltezéssel, Daniel Schwierzeck írta: > 2013/1/7 Gabor Juhos : >> The bootm command supports subcommands since long time >> however those subcommands are not yet usable on MIPS. >> >> The patch is based on the ARM implementation, and it adds >> support for the 'prep' and 'go' subc

Re: [U-Boot] Selecting from multiple device trees at runtime

2013-01-07 Thread Wolfgang Denk
Dear Curt Brune, In message <50eb0d92.2020...@cumulusnetworks.com> you wrote: > > What I would love is to have a single multi-file uImage I could use on > all my platforms. The idea is to introduce a new image type that is a > list of device tree blobs. In addition to the file system based ap

Re: [U-Boot] [PATCH 3/3] MIPS: bootm.c: add support for 'prep' and 'go' subcommands

2013-01-07 Thread Gabor Juhos
2013.01.07. 20:44 keltezéssel, Gabor Juhos írta: > 2013.01.07. 18:15 keltezéssel, Daniel Schwierzeck írta: >> 2013/1/7 Gabor Juhos : >>> The bootm command supports subcommands since long time >>> however those subcommands are not yet usable on MIPS. >>> >>> The patch is based on the ARM implementat

[U-Boot] Proposal for an interface to pass a DT to the kernel on MIPS

2013-01-07 Thread Gabor Juhos
Hi Everyone! I'm working on adding device tree support for the ath79 platform. I have experimental patches for several things already however my main problem currently is how the DT should be passed to the kernel. There were a thread [1] about that on the lmo list in 2011 already, but there were

Re: [U-Boot] Selecting from multiple device trees at runtime

2013-01-07 Thread Curt Brune
On 01/07/2013 12:12 PM, Wolfgang Denk wrote: Dear Curt Brune, In message <50eb0d92.2020...@cumulusnetworks.com> you wrote: What I would love is to have a single multi-file uImage I could use on all my platforms. The idea is to introduce a new image type that is a list of device tree blobs.

[U-Boot] [PATCH] Introduce a global bool type

2013-01-07 Thread York Sun
'bool' is defined in random places. This patch consolidates them into a single typedef. Signed-off-by: York Sun --- arch/blackfin/include/asm/posix_types.h |3 --- board/Marvell/include/core.h|5 - drivers/mtd/nand/mxc_nand.c |2 -- drivers/usb/musb-new/li

Re: [U-Boot] [PATCH] Introduce a global bool type

2013-01-07 Thread Scott Wood
On 01/07/2013 04:10:28 PM, York Sun wrote: diff --git a/include/linux/types.h b/include/linux/types.h index 1b0b4a4..b359c33 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -113,6 +113,8 @@ typedef __u64 u_int64_t; typedef__s64 in

Re: [U-Boot] [PATCH] Introduce a global bool type

2013-01-07 Thread Wolfgang Denk
Dear York Sun, In message <1357596628-27501-1-git-send-email-york...@freescale.com> you wrote: > 'bool' is defined in random places. This patch consolidates them into a > single typedef. Has this been actually compile tested? ... > --- a/include/linux/types.h > +++ b/include/linux/types.h > @@ -

Re: [U-Boot] [u-boot-release] [PATCH] Introduce a global bool type

2013-01-07 Thread Timur Tabi
York Sun wrote: > 'bool' is defined in random places. This patch consolidates them into a > single typedef. ... and defines 'bool' in a completely different way, so it doesn't just "consolidate" the definitions. I would add a comment that says that _Bool was introduced in C99, so it should be saf

Re: [U-Boot] [PATCH] Introduce a global bool type

2013-01-07 Thread Scott Wood
On 01/07/2013 04:39:42 PM, Wolfgang Denk wrote: Dear York Sun, In message <1357596628-27501-1-git-send-email-york...@freescale.com> you wrote: > 'bool' is defined in random places. This patch consolidates them into a > single typedef. Has this been actually compile tested? ... > --- a/inc

Re: [U-Boot] [PATCH] Introduce a global bool type

2013-01-07 Thread Måns Rullgård
Wolfgang Denk writes: > Dear York Sun, > > In message <1357596628-27501-1-git-send-email-york...@freescale.com> you > wrote: >> 'bool' is defined in random places. This patch consolidates them into a >> single typedef. > > Has this been actually compile tested? > > ... >> --- a/include/linux/typ

[U-Boot] [Patch v2] Introduce a global bool type

2013-01-07 Thread York Sun
'bool' is defined in random places. This patch consolidates them into a single typedef, using _Bool introduced in C99. Signed-off-by: York Sun --- Change since v1: Move 'false' and 'true' to the common header file. Need help from other arch maintainers to test it. I could only test powerpc. a

[U-Boot] [PATCH][v4] powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands

2013-01-07 Thread James.Yang
From: James Yang This patch adds the ability for the FSL DDR interactive debugger to automatically run the sequence of commands stored in the ddr_interactive environment variable. Commands are separated using ';'. ddr_interactive=compute; edit c0 d0 dimmparms caslat_X 0x3FC0; go Signed-off-by:

Re: [U-Boot] NOR NAND Interference question

2013-01-07 Thread Scott Wood
On 01/04/2013 05:47:06 PM, Andrei wrote: Hi, Recently I am start getting strange problem with u-boot-2011.09. MPC8313ERDB like configuration ( main change - I am using different NAND flash - 256MBib - need change page size) Please always try with the latest U-Boot when you have a problem -- or

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Scott Wood
On 01/07/2013 07:47:12 AM, Marek Vasut wrote: Dear Benoît Thébaudeau, > Dear Marek Vasut, > > On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote: > > Dear Benoît Thébaudeau, > > > > > Hi all, > > > > > > This series aims at adding support for i.MX5 to the mxc nand mtd > > > and spl > > > d

Re: [U-Boot] [PATCH 2/2] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem

2013-01-07 Thread Minkyu Kang
On 07/01/13 18:23, Lukasz Majewski wrote: > lcd_set_flush_dcache(1) function is called from trats configuration file > to enable lcd_sync function. > > Tested-at: TRATS (Exynos 4210) > Tested-by: Lukasz Majewski > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang

Re: [U-Boot] [PATCH 1/2] video:cache:fix: Proper buffer alignment for lcd subsystem

2013-01-07 Thread Simon Glass
Hi Lukasz, On Mon, Jan 7, 2013 at 1:23 AM, Lukasz Majewski wrote: > This commit makes the video subsystem code cache aware. > Memory allocated for decompressed BMP memory is now cache line aligned. > > Tested-by: Lukasz Majewski > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park >

Re: [U-Boot] [PATCH 2/2] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem

2013-01-07 Thread Simon Glass
On Mon, Jan 7, 2013 at 1:23 AM, Lukasz Majewski wrote: > lcd_set_flush_dcache(1) function is called from trats configuration file > to enable lcd_sync function. > > Tested-at: TRATS (Exynos 4210) > Tested-by: Lukasz Majewski > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc:

Re: [U-Boot] [PATCH] arm:exynos4:pinmux: Modify the gpio function for mmc

2013-01-07 Thread Minkyu Kang
On 03/01/13 16:31, Piotr Wilczek wrote: > This patch add pinmux settings for Exynos4 for mmc0 and mmc2 > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Albert ARIBAUD > --- > arch/arm/cpu/armv7/exynos/pinmux.c | 45 > ++

Re: [U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support

2013-01-07 Thread Minkyu Kang
On 27/12/12 15:03, Rajeshwari Shinde wrote: > This patch set adds FDT support to I2C, I2S, SPI > drivers for SMDK5250. > > Separate patch sets for each driver are rebased on lastest u-boot-samsung. > Following is the link for each driver patch set combined > > 1) I2C V4: "http://comments.gmane.or

Re: [U-Boot] [PATCH V4 3/4] video: Modify exynos_fimd driver to support LCD console

2013-01-07 Thread Minkyu Kang
Dear Ajay Kumar, On 21/12/12 19:35, Ajay Kumar wrote: > Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. > In order to get LCD console, we need to enable half word swap feature > of FIMD and use 16 BPP. > LCD console and proprietary Logo cannot be used simultaneously. > We

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2013-01-07 Thread Minkyu Kang
Dear Ajay, On 21/12/12 19:35, Ajay Kumar wrote: > Add panel_info structure required by LCD driver > and DP panel platdata for SMDK5250. > Add GPIO configuration for LCD. > Enable FIMD and DP support on SMDK5250. > DP Panel size: 2560x1600. > We use 16BPP resolution to get LCD console. > > Signed-

Re: [U-Boot] Selecting from multiple device trees at runtime

2013-01-07 Thread Simon Glass
Hi, On Mon, Jan 7, 2013 at 2:21 PM, Curt Brune wrote: > > > On 01/07/2013 12:12 PM, Wolfgang Denk wrote: >> >> Dear Curt Brune, >> >> In message <50eb0d92.2020...@cumulusnetworks.com> you wrote: >>> >>> >>> What I would love is to have a single multi-file uImage I could use on >>> all my platform

Re: [U-Boot] [PATCH] net/phy: fix select line for TN80xx

2013-01-07 Thread Xie Shaohui-B21989
Hi, All, I'm not sure who would be the maintainer should I ask for review, and no comments till now. Could the patch be applied? Thanks! Best Regards, Shaohui Xie > -Original Message- > From: Xie Shaohui-B21989 > Sent: Tuesday, December 18, 2012 2:11 PM > To: u-boot@lists.denx.de > Cc:

Re: [U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support

2013-01-07 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for Applying the patches. On Tue, Jan 8, 2013 at 7:28 AM, Minkyu Kang wrote: > On 27/12/12 15:03, Rajeshwari Shinde wrote: >> This patch set adds FDT support to I2C, I2S, SPI >> drivers for SMDK5250. >> >> Separate patch sets for each driver are rebased on lastest u-boo

Re: [U-Boot] [PATCH V4 3/4] video: Modify exynos_fimd driver to support LCD console

2013-01-07 Thread Minkyu Kang
On 08/01/13 14:31, Ajay kumar wrote: > Hi Minkyu, > > On Tue, Jan 8, 2013 at 8:05 AM, Minkyu Kang wrote: >> Dear Ajay Kumar, >> >> On 21/12/12 19:35, Ajay Kumar wrote: >>> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. >>> In order to get LCD console, we need to enable

Re: [U-Boot] [PATCH 0/3 V4] EXYNOS5: MAX77686 add FDT support

2013-01-07 Thread Rajeshwari Birje
Hi All, Please do let me know if any comments on these patches. Regards, Rajeshwari Shinde. On Fri, Jan 4, 2013 at 11:08 AM, Rajeshwari Shinde wrote: > Add FDT support to PMIC MAX77686 chip. > > This patch set is based on top of: > "[U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support" > link fo

Re: [U-Boot] [PATCH v2] SMDK5250: Enable VBus for USB 2.0 controller

2013-01-07 Thread Vivek Gautam
Hi Marek, CCing: Simon Glass On Mon, Jan 7, 2013 at 9:07 PM, Marek Vasut wrote: > Dear Vivek Gautam, > >> This patch enables Vbus required for USB 2.0 controller. >> >> Signed-off-by: Vivek Gautam >> Signed-off-by: Rajeshwari Shinde >> --- > > Can you please rebase on top of u-boot-usb/next ?

Re: [U-Boot] [PATCH V4 3/4] video: Modify exynos_fimd driver to support LCD console

2013-01-07 Thread Ajay kumar
Hi Minkyu, On Tue, Jan 8, 2013 at 8:05 AM, Minkyu Kang wrote: > Dear Ajay Kumar, > > On 21/12/12 19:35, Ajay Kumar wrote: >> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. >> In order to get LCD console, we need to enable half word swap feature >> of FIMD and use 16 BPP

Re: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP

2013-01-07 Thread Ajay kumar
On Tue, Jan 8, 2013 at 8:10 AM, Minkyu Kang wrote: > Dear Ajay, > > On 21/12/12 19:35, Ajay Kumar wrote: >> Add panel_info structure required by LCD driver >> and DP panel platdata for SMDK5250. >> Add GPIO configuration for LCD. >> Enable FIMD and DP support on SMDK5250. >> DP Panel size: 2560x16

Re: [U-Boot] [PATCH] Introduce a global bool type

2013-01-07 Thread Wolfgang Denk
Dear Måns Rullgård, In message you wrote: > > >> +typedef _Bool bool; > > > > And what exactly would "_Bool" be? > > _Bool is a C99 type (though I fail to imagine why). If using this, one > might as well use the C99 header stdbool.h providing macros for 'bool', > 'true' and 'false' instead of

Re: [U-Boot] [Patch v2] Introduce a global bool type

2013-01-07 Thread Wolfgang Denk
Dear York Sun, In message <1357602948-16848-1-git-send-email-york...@freescale.com> you wrote: > 'bool' is defined in random places. This patch consolidates them into a > single typedef, using _Bool introduced in C99. > > Signed-off-by: York Sun > --- > Change since v1: > Move 'false' and 'true

Re: [U-Boot] [PATCH 1/7] powerpc/mpc8xxx: Enable entering DDR debugging by key press

2013-01-07 Thread Wolfgang Denk
Dear York Sun, In message <1357323245-12455-1-git-send-email-york...@freescale.com> you wrote: >... > CONFIG_FSL_DDR_INTERACTIVE needs to be defined in header file. To enter the > debug mode by key press, press key 'd' shortly after reset, like one would > do to abort auto booting. It is fixed to

[U-Boot] [PATCH v3] SMDK5250: Enable VBus for USB 2.0 controller

2013-01-07 Thread Vivek Gautam
This patch enables Vbus required for USB 2.0 controller. Signed-off-by: Vivek Gautam Signed-off-by: Rajeshwari Shinde --- Changes from v2: - Rebased on top of u-boot-usb/next - Enclosed the function definition for board_usb_vbus_init() inside "CONFIG_USB_EHCI_EXYNOS"

Re: [U-Boot] [PATCH v7] qi_lb60: add nand spl support

2013-01-07 Thread Xiangfu Liu
Hi Daniel Thanks for reply. patches coming soon. Xiangfu On 01/07/2013 03:54 AM, Daniel Schwierzeck wrote: > 2013/1/4 Xiangfu Liu : >> Hi >> >> Any chance merge this commit to upstream. make it a new year gift for me. :) >> Thanks >> >> Xiangfu >> > > hm, somehow I missed that patch. Please prep

Re: [U-Boot] [PATCH 1/7] powerpc/mpc8xxx: Enable entering DDR debugging by key press

2013-01-07 Thread sun york-R58495
On Jan 7, 2013, at 10:35 PM, Wolfgang Denk wrote: > Dear York Sun, > > In message <1357323245-12455-1-git-send-email-york...@freescale.com> you > wrote: >> ... >> CONFIG_FSL_DDR_INTERACTIVE needs to be defined in header file. To enter the >> debug mode by key press, press key 'd' shortly after

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2013-01-07 Thread Marek Vasut
Dear Scott Wood, > On 01/07/2013 07:47:12 AM, Marek Vasut wrote: > > Dear Benoît Thébaudeau, > > > > > Dear Marek Vasut, > > > > > > On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote: > > > > Dear Benoît Thébaudeau, > > > > > > > > > Hi all, > > > > > > > > > > This series aims at addin

Re: [U-Boot] [PATCH v2] SMDK5250: Enable VBus for USB 2.0 controller

2013-01-07 Thread Marek Vasut
Dear Vivek Gautam, > Hi Marek, > > > CCing: Simon Glass > > On Mon, Jan 7, 2013 at 9:07 PM, Marek Vasut wrote: > > Dear Vivek Gautam, > > > >> This patch enables Vbus required for USB 2.0 controller. > >> > >> Signed-off-by: Vivek Gautam > >> Signed-off-by: Rajeshwari Shinde > >> --- > >

Re: [U-Boot] [PATCH v3 1/3] EHCI: Exynos: Add fdt support

2013-01-07 Thread Marek Vasut
Dear Vivek Gautam, > From: Rajeshwari Shinde > > Adding fdt support to ehci-exynos in order to parse > register base addresses from the device node. > > Signed-off-by: Vivek Gautam > Signed-off-by: Rajeshwari Shinde Applied, thanks Best regards, Marek Vasut _

Re: [U-Boot] [PATCH v3 2/3] EXYNOS5: Add device node for USB.

2013-01-07 Thread Marek Vasut
Dear Vivek Gautam, > From: Rajeshwari Shinde > > This patch adds the device node required for USB > > Signed-off-by: Vivek Gautam Please rebase on u-boot-usb/next. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] [PATCH v3 3/3] EXYNOS5: FDT: Add compatible strings for USB

2013-01-07 Thread Marek Vasut
Dear Vivek Gautam, > From: Rajeshwari Shinde > > Add required compatible information for USB > > Signed-off-by: Vivek Gautam > Acked-by: Simon Glass Please rebase on u-boot-usb/next. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.d

  1   2   >