Re: [U-Boot] [PATCH 3/5] cm-t35: add support for dvi displays

2013-01-21 Thread Nikita Kiryanov
Hi Jeroen, On 01/20/2013 10:59 PM, Jeroen Hofstee wrote: Hello Nikita, On 12/23/2012 08:03 AM, Nikita Kiryanov wrote: Add support for dvi displays with user selectable dvi presets. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il ---

Re: [U-Boot] [PATCH 4/5] cm-t35: add support for user defined lcd parameters

2013-01-21 Thread Nikita Kiryanov
Hi Jeroen, On 01/20/2013 11:08 PM, Jeroen Hofstee wrote: On 12/23/2012 08:03 AM, Nikita Kiryanov wrote: [...] + * Returns -1 on failure, 0 on success. + */ +static int parse_customlcd(char *custom_lcd_params) +{ +char params_cpy[160]; +char *setting; + +strncpy(params_cpy,

Re: [U-Boot] i.MX6 Solo and Dual Lite

2013-01-21 Thread Stefano Babic
On 19/01/2013 20:09, Eric Nelson wrote: Or even a different memory configuration. For example, this line in the updated mx6q_4x_mt41j128.cfg file sets a value of 0x831A to the MMDC_MDCTL register for Quad/Dual or Dual-Lite devices, but a value of 0x8319 on Solo-Lite. Right - this is

Re: [U-Boot] [PATCH 05/15] powerpc/83xx/km: add MV88E6122 switch support for kmvect1

2013-01-21 Thread Holger Brunck
On 01/18/2013 10:12 PM, Kim Phillips wrote: On Fri, 18 Jan 2013 10:14:39 +0100 Holger Brunck holger.bru...@keymile.com wrote: On 01/18/2013 01:44 AM, Kim Phillips wrote: On Thu, 17 Jan 2013 13:47:51 +0100 Holger Brunck holger.bru...@keymile.com wrote: + if (piggy_present()) { +

[U-Boot] [PATCH 0/7] EXYNOS5: Add audio support for Snow

2013-01-21 Thread Rajeshwari Shinde
This patch set creats a new configuration file and DTS file for Snow. Driver for MAX98095 is added and support for same is incorporated in sound driver and Snow Board. Rajeshwari Shinde (7): EXYNOS5: Add function to enable XXTI clock source Sound: MAX98095: Add the driver for codec Sound:

[U-Boot] [PATCH 1/7] EXYNOS5: Add function to enable XXTI clock source

2013-01-21 Thread Rajeshwari Shinde
This patch adds funtion to enable XXTI clock source required by MAX98095 codec. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/cpu/armv7/exynos/power.c| 11 +++ arch/arm/include/asm/arch-exynos/power.h | 10 ++ 2 files changed, 21

[U-Boot] [PATCH 3/7] Sound: Support for MAX98095 codec in driver

2013-01-21 Thread Rajeshwari Shinde
This patchs adds support for MAX98095 codec in sound driver. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/include/asm/arch-exynos/sound.h | 10 +- drivers/sound/sound.c| 13 +++-- include/sound.h |1 +

[U-Boot] [PATCH 4/7] EXYNOS5: GPIO to enable MAX98095

2013-01-21 Thread Rajeshwari Shinde
This patch sets high a GPIO to enable the codec MAX98095 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- board/samsung/smdk5250/smdk5250.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/board/samsung/smdk5250/smdk5250.c

[U-Boot] [PATCH 5/7] EXYNOS5: FDT: Add compatible strings for MAX98095

2013-01-21 Thread Rajeshwari Shinde
Add required compatible information for MAX98095 codec Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/fdtdec.h b/include/fdtdec.h index f77d195..e76cdc1

[U-Boot] [PATCH 6/7] EXYNOS5: Add initial DTS file for Snow.

2013-01-21 Thread Rajeshwari Shinde
This patch adds the DTS file for Snow Board. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- board/samsung/dts/exynos5250-snow.dts | 69 + 1 files changed, 69 insertions(+), 0 deletions(-) create mode 100644 board/samsung/dts/exynos5250-snow.dts

[U-Boot] [PATCH 7/7] EXYNOS5: Snow: Add a configuration file

2013-01-21 Thread Rajeshwari Shinde
This patch adds the configuration file for Snow Board and defines the same in boards.cfg. The Audio codec required for SMDK5250 and Snow are different hence they are defined in the corresponding configuration files. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- boards.cfg

Re: [U-Boot] [PATCH] mxs: Linux uses ttyAMA0 as DUART

2013-01-21 Thread Stefano Babic
On 12/01/2013 00:29, Marek Vasut wrote: Replace use of ttyAM0 with ttyAMA0 as default serial console. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 01/18] mxs: mmc: Drop unused members from struct mxsmmc_priv

2013-01-21 Thread Stefano Babic
On 11/01/2013 14:19, Marek Vasut wrote: The clock data are not used by the driver, drop them. Signed-off-by: Marek Vasut ma...@denx.de Cc: Andy Fleming aflem...@freescale.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- Whole series applied to

Re: [U-Boot] [PATCH] woodburn: Set Write Protection GPIO as input

2013-01-21 Thread Stefano Babic
On 19/01/2013 10:57, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Set Write Protection GPIO as input. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

[U-Boot] [PATCH V5 00/10] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot

2013-01-21 Thread Amar
This patch set enables and initialises DWMMC for Exynos5250 on SMDK5250. Adds driver changes required for DWMMC. Adds FDT support for DWMMC. Adds EMMC boot support for SMDK5250. This patch set is based on: EXYNOS: mmc: support DesignWare Controller for Samsung-SoC, which is merged in u-boot-mmc.

[U-Boot] [PATCH V5 01/10] FDT: Add compatible string for DWMMC

2013-01-21 Thread Amar
Add required compatible information for DWMMC driver. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Amar amarendra...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes since V1: No change. Changes since V2: 1)Updation of commit message and

[U-Boot] [PATCH V5 02/10] EXYNOS5: FDT: Add DWMMC device node data

2013-01-21 Thread Amar
This patch adds DWMMC device node data for exynos5. This patch also adds binding file for DWMMC device node. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1: 1)Added binding file for DWMMC device node at the location

[U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-21 Thread Amar
This patch enumerates dwmci and set auto stop command during dwmci initialisation. EMMC read/write is not happening in current implementation due to improper fifo size computation. Hence Modified the fifo size computation to resolve EMMC read write issues. Signed-off-by: Amar

[U-Boot] [PATCH V5 04/10] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-21 Thread Amar
This patch adds FDT support for DWMMC, by reading the DWMMC node data from the device tree and initialising DWMMC channels as per data obtained from the node. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1: 1)Updated

[U-Boot] [PATCH V5 05/10] EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results.

2013-01-21 Thread Amar
This patch initialises the local variable 'shift' to zero. The uninitialised local variable 'shift' had garbage value and was resulting in unwnated results in the functions exynos5_get_mmc_clk() and exynos4_get_mmc_clk(). Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1:

[U-Boot] [PATCH V5 06/10] SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT

2013-01-21 Thread Amar
This patch enables and initialises DWMMC for SMDK5250. Supports both FDT and non-FDT. This patch creates a new file 'exynos5-dt.c' meant for FDT support. exynos5-dt.c: This file shall contain all code which supports FDT. Any addition of FDT support for any module

[U-Boot] [PATCH V5 07/10] MMC: APIs to support resize of EMMC boot partition

2013-01-21 Thread Amar
This patch adds APIs to access(open / close) and to resize boot partiton of EMMC. Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1: New patch. Changes since V2: 1)Updation of commit message and resubmition of proper patch set. Changes since V3: No

[U-Boot] [PATCH V5 08/10] SMDK5250: Enable EMMC booting

2013-01-21 Thread Amar
This patch adds support for EMMC booting on SMDK5250. Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1: 1)Updated spl_boot.c file to maintain irom pointer table instead of using the #define values defined in header file. Changes since V2: 1)Updation of

[U-Boot] [PATCH V5 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-01-21 Thread Amar
This patch adds commands to access(open/close) and resize boot partitions on EMMC. Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1: 1)Combined the common piece of code between 'open' and 'close' operations. Changes since V2: 1)Updation of commit message

[U-Boot] [PATCH V5 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-01-21 Thread Amar
This patch adds FDT and non-FDT support for I2C, and initialise the I2C channels. Signed-off-by: Amar amarendra...@samsung.com --- Changes since V4: New patch. drivers/i2c/s3c24x0_i2c.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 1/7 v5] EXYNOS5: TMU: Add driver for Thermal Management Unit

2013-01-21 Thread Akshay Saraswat
Adding Exynos Thermal Management Unit driver to monitor SOC temperature and take actions corresponding to states of TMU. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Changed return value of get_cur_temp in case of 0 degree temp from -1 to TMU_STATUS_INIT

[U-Boot] [PATCH 0/7 v5] Add TMU support for Exynos5250 based SMDK5250

2013-01-21 Thread Akshay Saraswat
This patch series adds support for TMU driver using device tree for Exynos5250 based SMDK5250 board. Changes since v4: - Patch-1:Changed return value of get_cur_temp() in case of 0 degree temp from -1 to TMU_STATUS_INIT. - Patch-2:Changed API name from power_shutdown() to generic

[U-Boot] [PATCH 2/7 v5] EXYNOS5: Implement board_poweroff for Thermal Management Unit

2013-01-21 Thread Akshay Saraswat
Adding API in power for system shutdown when tripping value is reached in Exynos Thermal Management Unit. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Changed API name from power_shutdown to generic board_poweroff defined in commomn.h.

[U-Boot] [PATCH 3/7 v5] EXYNOS5: FDT: Add TMU device node values

2013-01-21 Thread Akshay Saraswat
Fdt entry for Exynos TMU driver specific pre-defined values used for calibration of current temperature and defining threshold values. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Rebased this patch. arch/arm/dts/exynos5250.dtsi |5 +

[U-Boot] [PATCH 4/7 v5] EXYNOS5: TMU: Add TMU init and status check

2013-01-21 Thread Akshay Saraswat
This adds call to tmu_init() and TMU boot time analysis for the SoC temperature threshold breach. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Replaced board polling with initial SoC temperature analysis for any possible threshold breach.

[U-Boot] [PATCH 5/7 v5] EXYNOS5: Config: Enable support for Exynos TMU driver

2013-01-21 Thread Akshay Saraswat
Enables TMU driver support for exynos5250 Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Rebased this patch. include/configs/exynos5250-dt.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/exynos5250-dt.h

[U-Boot] [PATCH 6/7 v5] TMU: Add TMU support in dtt command

2013-01-21 Thread Akshay Saraswat
Add generic TMU support alongwith i2c sensors in dtt command to enable temperature reading in cases where TMU is present instead of i2c sensors. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Removed tmu command and added to dtt. common/cmd_dtt.c | 19

[U-Boot] [PATCH 7/7 v5] EXYNOS5: Config: Enable dtt command for TMU

2013-01-21 Thread Akshay Saraswat
This enables the dtt command to read the current SOC temperature with the help of TMU Signed-off-by: Akshay Saraswat aksha...@samsung.com --- Changes since v4: - Replaced tmu command configs with corresponding dtt configs. include/configs/exynos5250-dt.h |2 ++ 1 file changed, 2

Re: [U-Boot] [RFC PATCH v2 0/5] Initial IPv6 support

2013-01-21 Thread Wolfgang Denk
Dear Chris, In message cafoyhzdn3sb56zf3jx28y3opjhhu4uqya-91vdhou9drwdn...@mail.gmail.com you wrote: RFC5970[1] details network boot options for DHCPv6 (I think it's the ratified version of the draft you linked to). Basically this allows the server to specify a URL for the boot file which

Re: [U-Boot] [RFC PATCH v2 0/5] Initial IPv6 support

2013-01-21 Thread Wolfgang Denk
Dear Chris, In message 50fbb7ea.10...@gmail.com you wrote: The POSIX solution for this is to use sockaddr which encompasses both v4 and v6 addresses (as well as other socket types). Do we want to add a wrapper type or just work with void *? Without checking for implications for the

Re: [U-Boot] Booting different kernel from U-Boot based on time stamp

2013-01-21 Thread Wolfgang Denk
Dear Hemal Patel, In message assp.0730d63214.50f9164e.7070...@slscorp.com you wrote: For example:- |If kernel-1 is new, U-Boot will boot Kernel-1. and leave kernel-2 as it is. If kernel-2 is new, U-Boot will boot kernel-2. and leave kernel-2 as it is. | Questions:- |Is it possible to

Re: [U-Boot] [RFC 06/10] MIPS: qemu-malta: add PCI support

2013-01-21 Thread Wolfgang Denk
Dear Gabor Juhos, In message 1358608777-7270-7-git-send-email-juh...@openwrt.org you wrote: Qemu emulates the Galileo GT64120 System Controller which provides a CPU bus to PCI bus bridge. The patch adds driver for this bridge and enables PCI support for the emulated Malta board.

Re: [U-Boot] Booting different kernel from U-Boot based on time stamp

2013-01-21 Thread Hemal Patel
1.What do you mean by board specific ? 2.Which file should I modify? 3.From which file this bootm command is called?And where do I find this file in stack? Regards, Hemal Patel On Monday 21 January 2013 06:19 PM, Wolfgang Denk wrote: Dear Hemal Patel, In

Re: [U-Boot] Booting different kernel from U-Boot based on time stamp

2013-01-21 Thread Hemal Patel
I have made changes in cmd_bootm.c file. Is it fine? Does it affect the performance or reliability? please answer me ASAp. thank you. Regards, Hemal Patel On Monday 21 January 2013 07:15 PM, Hemal Patel wrote: 1.What do you mean by board specific ? 2.Which file should I modify? 3.From which

[U-Boot] [PATCH v2 07/16] powerpc/83xx: use ppc_6xx as arch variable for kmvect1

2013-01-21 Thread Holger Brunck
On this board we are using hard floating point, so select the correct toolchain. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none include/configs/km/km8309-common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH v2 05/16] km/common/ivm: rework piggy mac adress offset generation

2013-01-21 Thread Holger Brunck
For the the kmvect1 board we will also need a functionality to add an offset to the IVMs MAC address, because these board will have two valid ethernet ports for debugging purpose. So move the code to an own function. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: -

[U-Boot] [PATCH v2 03/16] km/common/ivm: remove CONFIG_SYS_I2C_IVM_BUS related code

2013-01-21 Thread Holger Brunck
This define isn't set within our setup files. So we can safely remove the affected code. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none board/keymile/common/ivm.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH v2 13/16] powerpc/83xx/km: cleanup tuxx1 support

2013-01-21 Thread Holger Brunck
This is a preparation for the upcoming kmopti2 board. This board has also a second fpga on board which is different to the tuxx1 target. But we want to use the same header file. So remove the config option KM_DISABLE_APP2 and simply use the board names to distinguish the features. Signed-off-by:

[U-Boot] [PATCH v2 11/16] powerpc/83xx: use NAND_ECC_BCH for kmcoge5ne

2013-01-21 Thread Holger Brunck
Switch from 1-bit ecc to 4-bit ecc. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none include/configs/km8360.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/km8360.h b/include/configs/km8360.h index 7631ab6..5b191bc

[U-Boot] [PATCH v2 08/16] km/common: introduce $uimage variable

2013-01-21 Thread Holger Brunck
From: Andreas Huber andreas.hu...@keymile.com Replace the hardcoded string with a variable. If CONFIG_NAND_ECC_BCH is set we use a specific name for the uImage (ecc_bch_uImage). Signed-off-by: Andreas Huber andreas.hu...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com ---

[U-Boot] [PATCH v2 12/16] km/common: add eccmode to kernel commandline

2013-01-21 Thread Holger Brunck
If CONFIG_NAND_ECC_BCH is chosen from in the board configuration we add an ecc mode to the kernel commandline. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none include/configs/km/keymile-common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[U-Boot] [PATCH v2 14/16] powerpc/83xx/km: add support for kmopti2 board

2013-01-21 Thread Holger Brunck
This board is similar to TUXX1 but it has a different sized second FPGA. Therefore the configuration for the third chipselect is different. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none boards.cfg |1 + include/configs/tuxx1.h | 31

[U-Boot] [PATCH v2 15/16] powerpc/83xx/km: remove uneeded CONFIG_MISC_INIT_R

2013-01-21 Thread Holger Brunck
Remove it from the processor specific headers. This is already defined in the common header km83xx.h. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - fix typo in commit message include/configs/km/km8309-common.h |2 -- include/configs/km/km8321-common.h |

[U-Boot] [PATCH v2 09/16] km/scripts: replace hardcoded uImage

2013-01-21 Thread Holger Brunck
From: Andreas Huber andreas.hu...@keymile.com Replace uImage with ${uimage}. If uimage is not set, default it to uImage. Signed-off-by: Andreas Huber andreas.hu...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none

[U-Boot] [PATCH v2 01/16] km/common: remove unneeded ifdefs for I2C

2013-01-21 Thread Holger Brunck
All boards from this serie use i2c. There is no need to #ifdef the header. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - fix typo in commit message board/keymile/common/common.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v2 04/16] km82xx, km83xx: move ethernet_present() from common to cpu specific

2013-01-21 Thread Holger Brunck
From: Karlheinz Jerg karlheinz.j...@keymile.com For kmvect1 we need a special solution and for km_arm boards we already have. So move the common code to the architectur specific file. Signed-off-by: Karlheinz Jerg karlheinz.j...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com

[U-Boot] [PATCH v2 02/16] km/common/ivm: remove obsolete code

2013-01-21 Thread Holger Brunck
EEprom_ivm_addr isn't set in our environment, so remove the usage of this. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - none board/keymile/common/ivm.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/board/keymile/common/ivm.c

[U-Boot] [PATCH v2 16/16] powerpc/83xx/km: drop uneeded dtt_bus environment var

2013-01-21 Thread Holger Brunck
There is no need for a environment variable to configure the dtt bus. Signed-off-by: Holger Brunck holger.bru...@keymile.com --- Changes for v2: - change commit message board/keymile/km83xx/km83xx.c | 12 include/configs/km/km83xx-common.h |1 - 2 files changed, 4

[U-Boot] [PATCH v2 06/16] powerpc/83xx/km: add MV88E6122 switch support for kmvect1

2013-01-21 Thread Holger Brunck
From: Karlheinz Jerg karlheinz.j...@keymile.com kmvect1 has a UEC2 connection to the piggy board and a UEC0 connection to the switch MV88E6122. This switch has a connection to a frontport ethernet interface. The ethernet port used for network booting is automatically selected by u-boot. If a

[U-Boot] [PATCH v2 10/16] kmeter1_nand: allow uasge of NAND_ECC_SOFT_BCH

2013-01-21 Thread Holger Brunck
If CONFIG_NAND_ECC_BCH is set we use 4-bit error corretion code instead of the 1-bit error correction code on the NAND device within this driver. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Scott Wood scottw...@freescale.com --- Changes for v2: - add Acked-by: Scott Wood

Re: [U-Boot] [PATCH 0/5] Add splash screen for CM-T35

2013-01-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2013 07:25 AM, Nikita Kiryanov wrote: Hi all, this series is awaiting review for almost a month. Can someone take a look at it? In general, I'm waiting for Anatolij to review this code area, thanks! - -- Tom -BEGIN PGP

Re: [U-Boot] Booting different kernel from U-Boot based on time stamp

2013-01-21 Thread Wolfgang Denk
Dear Hemal Patel, please do not top-post / full-quote. If you need help, please see http://www.netmeister.org/news/learn2quote.html In message assp.07330ae221.50fd468d.1090...@slscorp.com you wrote: 1.What do you mean by board specific ? A (board specific) command is a command implemented in

Re: [U-Boot] Booting different kernel from U-Boot based on time stamp

2013-01-21 Thread Wolfgang Denk
Dear Hemal Patel, In message assp.07332d33d6.50fd4712.8050...@slscorp.com you wrote: I have made changes in cmd_bootm.c file. Is it fine? Probably only very few people are interested in this, so please keep this is board specific code for now. Does it affect the performance or reliability?

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

2013-01-21 Thread Scott Wood
On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote: /* what I favor */ clk_is_enabled = ((reg_val 9) 1) ? true: false; ip_is_enabled = clk_is_enabled pwd_is_enabled; if (clk_is_enabled) { ... rather than assigning them 'zero/nonzero', or using bitwise ops on

Re: [U-Boot] cc-list modified?

2013-01-21 Thread Scott Wood
On 01/20/2013 08:53:05 PM, Alexander Holler wrote: Am 18.01.2013 17:32, schrieb Alexander Holler: Am 18.01.2013 04:17, schrieb Scott Wood: On 01/17/2013 07:22:57 PM, Alexander Holler wrote: Am 18.01.2013 01:50, schrieb Alexander Holler: (...) Yes. Sounds nice at first, but there will be no

[U-Boot] [STATUS] Patchwork

2013-01-21 Thread Tom Rini
Hey all, Two things. First, I've given everything in patchwork that wasn't assigned an assignee, and superseded a few things that have been updated. Applogies in advance for any bad guesses about status or who might want to look. Second, I know for Simon, and possibly some other folks, if you

Re: [U-Boot] cc-list modified?

2013-01-21 Thread Alexander Holler
Am 21.01.2013 19:19, schrieb Scott Wood: On 01/20/2013 08:53:05 PM, Alexander Holler wrote: Am 18.01.2013 17:32, schrieb Alexander Holler: Am 18.01.2013 04:17, schrieb Scott Wood: On 01/17/2013 07:22:57 PM, Alexander Holler wrote: Am 18.01.2013 01:50, schrieb Alexander Holler: (...) Yes.

Re: [U-Boot] [PATCH 1/5] omap3: add useful dss defines

2013-01-21 Thread Jeroen Hofstee
Hello Nikita, +#define GFXFORMAT_ARGB320xC +#define GFXFORMAT_RGBA320xD +#define GFXFORMAT_RGBx320xE + +/* GFX burst size */ +#define GFXBURSTSIZE40 +#define GFXBURSTSIZE81 +#define GFXBURSTSIZE162 + /* Panel Configuration */ struct panel_config {

Re: [U-Boot] [PATCH 2/5] lcd: add option for board specific splash screen preparation

2013-01-21 Thread Jeroen Hofstee
Hello Nikita, On 01/21/2013 08:51 AM, Nikita Kiryanov wrote: Hi Jeroen, On 01/20/2013 10:34 PM, Jeroen Hofstee wrote: [...] diff --git a/include/lcd.h b/include/lcd.h index c24164a..4ac4ddd 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -47,6 +47,7 @@ extern struct vidinfo panel_info;

Re: [U-Boot] [PATCH v2] tegra: fdt: remove clocks nodes

2013-01-21 Thread Simon Glass
On Wed, Jan 16, 2013 at 3:11 PM, Allen Martin amar...@nvidia.com wrote: These nodes are unused. Signed-off-by: Allen Martin amar...@nvidia.com I can't remember the code that used this - maybe it never went upstream? Obviously we don't need it. Acked-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 1/2] SF: Add driver for Gigabyte device GD25LQ and GD25Q64B

2013-01-21 Thread Simon Glass
Hi Rajeshwari, On Wed, Jan 16, 2013 at 9:39 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds driver for the gigabyte devices GD25LQ and GD25Q64B required for Snow Board. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com OK with a few nits below. ---

Re: [U-Boot] [PATCH 2/2] EXYNOS5: Enable SPI Gigabyte device.

2013-01-21 Thread Simon Glass
On Wed, Jan 16, 2013 at 9:39 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables gigabyte device for SMDK5250. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- include/configs/exynos5250-dt.h |1 + 1 files

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

2013-01-21 Thread Tom Rini
On Wed, Jan 16, 2013 at 11:11:42AM +0100, Daniel Schwierzeck wrote: Hi Tom, The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d: Prepare v2013.01 (2013-01-15 14:47:42 -0700) are available in the git repository at: git://git.denx.de/u-boot-mips.git master

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

2013-01-21 Thread Scott Wood
On 01/21/2013 04:36:42 PM, Måns Rullgård wrote: Scott Wood scottw...@freescale.com writes: On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote: /* what I favor */ clk_is_enabled = ((reg_val 9) 1) ? true: false; ip_is_enabled = clk_is_enabled pwd_is_enabled; if

[U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Marek Vasut
The memory power supply on MX23 didn't pump out enough juice into the DRAM chip, thus caused occasional memory corruption. Fix this. Signed-off-by: Marek Vasut ma...@denx.de Cc: Otavio Salvador ota...@ossystems.com.br Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de

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

2013-01-21 Thread Måns Rullgård
Scott Wood scottw...@freescale.com writes: On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote: /* what I favor */ clk_is_enabled = ((reg_val 9) 1) ? true: false; ip_is_enabled = clk_is_enabled pwd_is_enabled; if (clk_is_enabled) { ... rather than assigning them

Re: [U-Boot] [PATCH 7/7] Tegra114: Add/enable Dalmore build (T114 reference board)

2013-01-21 Thread Simon Glass
Hi Stephen, On Wed, Jan 16, 2013 at 2:51 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/16/2013 02:14 PM, Tom Warren wrote: This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. diff --git a/board/nvidia/dalmore/dalmore.c

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

2013-01-21 Thread Måns Rullgård
Scott Wood scottw...@freescale.com writes: On 01/21/2013 04:36:42 PM, Måns Rullgård wrote: Scott Wood scottw...@freescale.com writes: On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote: /* what I favor */ clk_is_enabled = ((reg_val 9) 1) ? true: false; ip_is_enabled =

Re: [U-Boot] [PATCH 1/2] EXYNOS5: Add function to setup set ps hold

2013-01-21 Thread Simon Glass
On Tue, Jan 15, 2013 at 2:25 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds a function to set ps_hold data driving value high. This enables the machine to stay powered on after the initial power-on condition goes away(e.g. power button). Signed-off-by: Rajeshwari Shinde

[U-Boot] [PATCH] tegra: pinmux: fix FUNCMUX_NDFLASH_KBC_8_BIT

2013-01-21 Thread Lucas Stach
Even the 8bit case needs KBCB configured, as pin D7 is located in this pingroup. Also pingroup ATC seems to come out of reset with config set to NAND, so we need to explictly configure some other function to this group in order to avoid clashing settings. Signed-off-by: Lucas Stach

[U-Boot] [PATCH] arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README

2013-01-21 Thread Lucas Stach
No one expects to end up in a delayed environment if CONFIG_DELAY_ENVIRONMENT isn't defined. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/lib/board.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index

Re: [U-Boot] [PATCH] arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README

2013-01-21 Thread Simon Glass
Hi Lucas, On Mon, Jan 21, 2013 at 4:22 PM, Lucas Stach d...@lynxeye.de wrote: No one expects to end up in a delayed environment if CONFIG_DELAY_ENVIRONMENT isn't defined. Signed-off-by: Lucas Stach d...@lynxeye.de --- arch/arm/lib/board.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 8:51 PM, Marek Vasut ma...@denx.de wrote: The memory power supply on MX23 didn't pump out enough juice into the DRAM chip, thus caused occasional memory corruption. Fix this. Signed-off-by: Marek Vasut ma...@denx.de Cc: Otavio Salvador ota...@ossystems.com.br Cc:

[U-Boot] [PATCH V2] mxs: Boost the memory power supply

2013-01-21 Thread Marek Vasut
The memory power supply on MX23 didn't pump out enough juice into the DRAM chip, thus caused occasional memory corruption. Fix this. Signed-off-by: Marek Vasut ma...@denx.de Cc: Otavio Salvador ota...@ossystems.com.br Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, On Mon, Jan 21, 2013 at 8:51 PM, Marek Vasut ma...@denx.de wrote: The memory power supply on MX23 didn't pump out enough juice into the DRAM chip, thus caused occasional memory corruption. Fix this. Signed-off-by: Marek Vasut ma...@denx.de Cc: Otavio Salvador

Re: [U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Fabio Estevam
Hi Otavio, On Mon, Jan 21, 2013 at 10:44 PM, Otavio Salvador ota...@ossystems.com.br wrote: I did try it in mx23evk and mtest works fine there. However this patch That's good news. Do you plan to submit mx23evk support? Thanks, Fabio Estevam ___

Re: [U-Boot] [PATCH] mxs: Boost the memory power supply

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 10:59 PM, Fabio Estevam feste...@gmail.com wrote: Hi Otavio, On Mon, Jan 21, 2013 at 10:44 PM, Otavio Salvador ota...@ossystems.com.br wrote: I did try it in mx23evk and mtest works fine there. However this patch That's good news. Do you plan to submit mx23evk

Re: [U-Boot] [PATCH V2] mxs: Boost the memory power supply

2013-01-21 Thread Otavio Salvador
On Mon, Jan 21, 2013 at 10:57 PM, Marek Vasut ma...@denx.de wrote: The memory power supply on MX23 didn't pump out enough juice into the DRAM chip, thus caused occasional memory corruption. Fix this. Signed-off-by: Marek Vasut ma...@denx.de Cc: Otavio Salvador ota...@ossystems.com.br Cc:

[U-Boot] [PATCH 0/9] iMX23 MMC support and environment addition

2013-01-21 Thread Otavio Salvador
This patchset adds MMC suuport, in PIO mode for now, to iMX23; it has been boot tested in mx23evk board. I did a brief look at DMA support but it seems not fast to implement so I would prefer to have this patchset merged so other people can start using and playing with it. Marek Vasut (3):

[U-Boot] [PATCH 1/9] mx23: Add SSP registers map

2013-01-21 Thread Otavio Salvador
From: Marek Vasut ma...@denx.de Signed-off-by: Marek Vasut ma...@denx.de Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- arch/arm/include/asm/arch-mxs/regs-ssp.h | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/include/asm/arch-mxs/regs-ssp.h

[U-Boot] [PATCH 2/9] mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode

2013-01-21 Thread Otavio Salvador
From: Marek Vasut ma...@denx.de Signed-off-by: Marek Vasut ma...@denx.de Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index

[U-Boot] [PATCH 3/9] mx23: Fix transfer size setting for SPI

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/spi/mxs_spi.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/spi/mxs_spi.c b/drivers/spi/mxs_spi.c index bb865b7..10bf5aa 100644 --- a/drivers/spi/mxs_spi.c +++ b/drivers/spi/mxs_spi.c @@ -167,8 +167,13 @@ static

[U-Boot] [PATCH 4/9] mx23evk: Add initial board support

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- board/freescale/mx23evk/Makefile | 47 +++ board/freescale/mx23evk/mx23evk.c | 81 board/freescale/mx23evk/spl_boot.c | 115 + boards.cfg | 1 + include/configs/mx23evk.h

[U-Boot] [PATCH 5/9] mx23_olinuxino: Add MMC support

2013-01-21 Thread Otavio Salvador
From: Marek Vasut ma...@denx.de Signed-off-by: Marek Vasut ma...@denx.de --- board/olimex/mx23_olinuxino/mx23_olinuxino.c | 17 - board/olimex/mx23_olinuxino/spl_boot.c | 10 ++ include/configs/mx23_olinuxino.h | 12 3 files changed, 38

[U-Boot] [PATCH 7/9] mx23_olinuxino: Add default environment

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx23_olinuxino.h | 90 +++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index a62e3a2..7d34168

[U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 2 ++ include/configs/mx23_olinuxino.h | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index 4b178be..618659e 100644 --- a/drivers/mmc/mxsmmc.c +++

[U-Boot] [PATCH 8/9] mxs: Fix MMC reset to avoid write errors and timeout in iMX23

2013-01-21 Thread Otavio Salvador
This does the same reset mask as done in v3.7 Linux kernel code; it fixed the saveenv command in mx23evk. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/mxsmmc.c

[U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC

2013-01-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index 0a3f0c4..628d609 100644 --- a/drivers/mmc/mxsmmc.c +++ b/drivers/mmc/mxsmmc.c @@ -50,6

Re: [U-Boot] [PATCH 2/9] mx23: Use XFER_COUNT field in HW_SSP_CTRL0 register in MMC PIO mode

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, From: Marek Vasut ma...@denx.de Signed-off-by: Marek Vasut ma...@denx.de Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCH 5/9] mx23_olinuxino: Add MMC support

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, Description is missing. From: Marek Vasut ma...@denx.de Signed-off-by: Marek Vasut ma...@denx.de --- board/olimex/mx23_olinuxino/mx23_olinuxino.c | 17 - board/olimex/mx23_olinuxino/spl_boot.c | 10 ++ include/configs/mx23_olinuxino.h

Re: [U-Boot] [PATCH 9/9] mx23: Use PIO mode support for MMC

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, NAK. DMA works on MX28 and works in Linux on MX23, therefore the DMA is not broken on either. Thus there's no reason to introduce such force_pio stuff. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 8/9] mxs: Fix MMC reset to avoid write errors and timeout in iMX23

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, This does the same reset mask as done in v3.7 Linux kernel code; it fixed the saveenv command in mx23evk. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff

Re: [U-Boot] [PATCH 4/9] mx23evk: Add initial board support

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, This should not be a part of the patchset. Description is missing. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 6/9] mx23_olinuxino: Skip MMC Card detection

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/mmc/mxsmmc.c | 2 ++ include/configs/mx23_olinuxino.h | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c index 4b178be..618659e 100644 ---

Re: [U-Boot] [PATCH 3/9] mx23: Fix transfer size setting for SPI

2013-01-21 Thread Marek Vasut
Dear Otavio Salvador, Description missing. Was this ever tested? Does SSP DMA work? Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- drivers/spi/mxs_spi.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/spi/mxs_spi.c b/drivers/spi/mxs_spi.c index

  1   2   >