Re: [U-Boot] [PATCH v2 6/6] MX35: add support for woodburn board

2012-12-08 Thread Stefano Babic
On 08/12/2012 10:31, Albert ARIBAUD wrote: Hi Stefano, Hi Albert, On Thu, 11 Oct 2012 09:11:46 +0200, Stefano Babic sba...@denx.de wrote: The woodburn board is based on the MX35 SOC. Support for both external (NOR) and internal (SD Card) boot mode are added. It uses the generic SPL

Re: [U-Boot] [PATCH v3 6/6] mx25pdk: Add Ethernet support

2012-12-08 Thread Stefano Babic
On 08/12/2012 12:12, Albert ARIBAUD wrote: Hi Fabio, On Tue, 23 Oct 2012 14:34:53 -0200, Fabio Estevam fabio.este...@freescale.com wrote: mx25pdk has a Ethernet port that is connected to its internal FEC controller. In order to power up the Ethernet PHY (DP83640) it is necessary to

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

2012-12-08 Thread Stefano Babic
setup code mxs: Staticize SPL functions Otavio Salvador (1): mxs: SPL: Generalize memory initialization Stefano Babic (9): ARM: Fix start.S when used with SPL in arm1136 MX35: add LOW_LEVEL_SRAM_STACK to use SPL_FRAMEWORK MX35: Add soc_boot_mode and soc_boot_device

Re: [U-Boot] [PATCH] mx25pdk: Adapt it for the new PMIC framework

2012-12-11 Thread Stefano Babic
will merge it soon into u-boot-imx. If we will find some issues later, we will fix on the top of it. Acked-by: Stefano Babic sba...@denx.de Regards, Stefano -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH] woodburn: Set gpio value in gpio_direction_output()

2012-12-11 Thread Stefano Babic
); mxc_request_iomux(MX35_PIN_HCKT, MUX_CONFIG_ALT5); - gpio_direction_output(9, 0); - gpio_set_value(9, 1); + gpio_direction_output(9, 1); return 0; } Thanks ! Acked-by: Stefano Babic sba...@denx.de Regards, Stefano

Re: [U-Boot] [PATCH] woodburn: Set gpio value in gpio_direction_output()

2012-12-11 Thread Stefano Babic
); mxc_request_iomux(MX35_PIN_HCKT, MUX_CONFIG_ALT5); - gpio_direction_output(9, 0); - gpio_set_value(9, 1); + gpio_direction_output(9, 1); return 0; } Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH] mx25pdk: Adapt it for the new PMIC framework

2012-12-11 Thread Stefano Babic
On 11/12/2012 15:58, Fabio Estevam wrote: Make the necessary adaptions for the new PMIC framework, so that mx25pdk can be built again. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-13 Thread Stefano Babic
; Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53

Re: [U-Boot] [PATCH] mx25pdk: Allow booting a device tree kernel

2012-12-13 Thread Stefano Babic
#define CONFIG_CMD_CACHE #define CONFIG_CMD_MMC Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5

Re: [U-Boot] [PATCH 2/2] FAT: use toupper/tolower instead of recoding them

2012-12-14 Thread Stefano Babic
))) Acked-by: Stefano Babic sba...@denx.de Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142

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

2012-12-21 Thread stefano babic
Am 21/12/2012 21:46, schrieb Albert ARIBAUD: Hi Stefano, Hi Albert, Hmm, your request says master but the 'up to' points to 'master merge'. As master has a few more commits including changes to woodburn boards that makes them use the new power interface, I guess I should ignore the 'up

Re: [U-Boot] [PATCH v2] mx35pdk: Allow booting of a device tree kernel

2012-12-26 Thread Stefano Babic
On 25/12/2012 21:20, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Select CONFIG_OF_LIBFDT, so that a dt kernel can be launched. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 1/9] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-26 Thread Stefano Babic
On 21/12/2012 17:59, 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 ota...@ossystems.com.br --- Hi Otavio, include/configs/mx28evk.h |7 ++- 1 file changed, 2 insertions(+), 5

Re: [U-Boot] [PATCH 2/9] mx53loco: We shouldn't hardcode a rootfs filesystem type

2012-12-26 Thread Stefano Babic
On 21/12/2012 17:59, 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 ota...@ossystems.com.br --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 3/9] mx53loco: Change default loadaddr to 0x72000000

2012-12-26 Thread Stefano Babic
On 21/12/2012 17:59, Otavio Salvador wrote: This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 4/9] mx6qsabrelite: Change default loadaddr to 0x12000000

2012-12-26 Thread Stefano Babic
On 21/12/2012 17:59, Otavio Salvador wrote: This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 5/9] mx6qsabre_common: Change default loadaddr to 0x12000000

2012-12-26 Thread Stefano Babic
On 21/12/2012 17:59, Otavio Salvador wrote: This allow use of mainline and Freescale BSP Linux kernel with same environment. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

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

2012-12-26 Thread Stefano Babic
/mx28evk.h:306: + if fatload mmc ${mmcdev}:${mmcpart} ${ftd_addr} ${ftd_file}; then \ total: 0 errors, 1 warnings, 32 lines checked Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH 1/9] mx28evk: We shouldn't hardcode a rootfs filesystem type

2012-12-27 Thread Stefano Babic
On 26/12/2012 19:17, Otavio Salvador wrote: On Wed, Dec 26, 2012 at 9:02 AM, Stefano Babic sba...@denx.de wrote: On 21/12/2012 17:59, 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 ota

Re: [U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-27 Thread Stefano Babic
On 26/12/2012 19:23, Otavio Salvador wrote: On Wed, Dec 26, 2012 at 10:14 AM, Fabio Estevam feste...@gmail.com wrote: On Wed, Dec 26, 2012 at 9:31 AM, Stefano Babic sba...@denx.de wrote: Only to remark that this is the correct behavior. The kernel with fdt is booted independently

Re: [U-Boot] [PATCH] mx53loco: Call PMIC related functions from board_late_init()

2012-12-27 Thread Stefano Babic
-by: Stefano Babic sba...@denx.de Applied to u-boot-imx, thanks. gcc 4.6.4, it boots always here. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] [PATCH] mx53loco: Call PMIC related functions from board_late_init()

2012-12-27 Thread Stefano Babic
On 27/12/2012 11:14, Fabio Estevam wrote: Hi Stefano, On Thu, Dec 27, 2012 at 8:09 AM, Stefano Babic sba...@denx.de wrote: Hi Fabio, hi Robert, the new pmic framework calls malloc(), that the reason. It is then safe to call the init from board_late_init(). Tested-by: Stefano Babic sba

Re: [U-Boot] [PATCH] mx53loco: Remove unneeded 'retval' variable

2012-12-27 Thread Stefano Babic
= pmic_reg_write(p, REG_SW_0, val); Agree, but physically not possible, until Freescale decides to mount both PMICs on the mx53loco...(but this is a nonsense) Best regards, Stefano Babic -- = DENX Software Engineering GmbH

Re: [U-Boot] [PATCH] mx53loco: Remove unneeded 'retval' variable

2012-12-28 Thread Stefano Babic
a good idea. Please let's have this fixed. Agree on that Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] [PATCH] mx53loco: Call PMIC related functions from board_late_init()

2012-12-28 Thread Stefano Babic
On 27/12/2012 17:27, Albert ARIBAUD wrote: Hi Stefano, Hi Albert, I am playing a bit, I do not see your problem. I admit I have no idea which dialog version is on my board. The only issue I can see is with MMC - I see with fatls any entry twice: MX53LOCO U-Boot fatls mmc 0:2 1

Re: [U-Boot] [PATCH 7/9] mx53loco: Add support to dynamically choose between ftd use or not

2012-12-28 Thread Stefano Babic
On 27/12/2012 22:22, Otavio Salvador wrote: Right; I have did the bellow changes: diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h ok, you changed the mx28evk, but we are really talking about mx53loco...never mind ! index ac9522f..45ac072 100644 ---

Re: [U-Boot] [PATCH] mx53loco: Call PMIC related functions from board_late_init()

2012-12-28 Thread Stefano Babic
On 28/12/2012 11:34, Albert ARIBAUD wrote: Hi Stefano, Hi Albert, There is an entry for long name and one for short name. And with the other SD, all entries has a short version. Simply I do not remember I have already seen the double entries in the past.. Yes, normally there should be

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Stefano Babic
the macro to ROUND_UP (as Troy have already proposed), and then I will apply to i.MX tree. Regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Stefano Babic
On 03/01/2013 14:25, Fabio Estevam wrote: Hi Stefano, On Thu, Jan 3, 2013 at 6:53 AM, Stefano Babic sba...@denx.de wrote: Hi all, the patch was only blocked for Wolfgang's comment regarding the introduced ALIGN() macro. I think the other doubts regarding issues on other Socs (i.e., MX6

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Stefano Babic
an issue when these tools are included in distros (like u-boot-tools in Ubuntu) and cannot be packaged. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-04 Thread Stefano Babic
? It seems that i.MX6 is not afflicted by this issue. For i.MX6 it adds only some padding to the resulting image. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

Re: [U-Boot] [PATCH 0/3] Enable eMMC on mx6qsabresd board

2013-01-04 Thread Stefano Babic
automatically by the mailing list server. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2013-01-05 Thread Stefano Babic
On 26/12/2012 02:08, Marek Vasut wrote: Adjust the NAND partitioning layout so that there is a separate partition for the ramdisk and fdt blob on the NAND. Signed-off-by: Marek Vasut ma...@denx.de Cc: Detlev Zundel d...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w

Re: [U-Boot] [PATCH] mx35pdk:Use IMX_GPIO_NR macro

2013-01-05 Thread Stefano Babic
, INPUT_CTL_PATH0); - gpio_direction_output(37, 1); + gpio_direction_output(IMX_GPIO_NR(2, 5), 1); } val = mc9sdz60_reg_read(MC9SDZ60_REG_GPIO_1) | 0x04; Sorry for delay. Applied to u-boot-imx, thanks. Best regards, Stefano Babic

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

2013-01-05 Thread Stefano Babic
will then apply the patchset. Thanks, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142

Re: [U-Boot] [PATCH 1/3] fsl_esdhc: add MMC_MODE_HC host_caps

2013-01-05 Thread Stefano Babic
, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email

Re: [U-Boot] [PATCH 3/3] mx6qsabresd: use on-board eMMC to store environment

2013-01-05 Thread Stefano Babic
On 31/12/2012 01:15, Shawn Guo wrote: It makes more sense to use on-board eMMC to store environments. The boot partition 1 is selected by default. Signed-off-by: Shawn Guo shawn@linaro.org --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 2/3] mx6qsabresd: add usdhc2 and usdhc4 support

2013-01-05 Thread Stefano Babic
as before (usdhc3), it moves CONFIG_SYS_MMC_ENV_DEV out of mx6qsabre_common.h and changes it to 1 for mx6qsabresd. Signed-off-by: Shawn Guo shawn@linaro.org --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-05 Thread Stefano Babic
r1 : r0 : af5668e8 Flags: NzcV IRQs off FIQs off Mode SVC_32 Resetting CPU ... resetting ... ,and this patch fixes it. Also, even though the ROUND macro is already defined in common.h, the reason for redefining it in image.h is explained by Stefano Babic: I will remark

Re: [U-Boot] [PATCH v2 2/2] mx53loco: Improve error handling on power_init()

2013-01-05 Thread Stefano Babic
fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] [PATCH] mx51evk: Remove unneeded comment

2013-01-05 Thread Stefano Babic
--- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53

Re: [U-Boot] [PATCH v2 1/2] mx53loco: Remove unneeded 'retval' variable

2013-01-05 Thread Stefano Babic
' in place. So use 'ret' to store the return values from the pmic related calls and remove 'retval'. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2013-01-05 Thread Stefano Babic
On 05/01/2013 18:10, Marek Vasut wrote: Dear Stefano Babic, On 26/12/2012 02:08, Marek Vasut wrote: Adjust the NAND partitioning layout so that there is a separate partition for the ramdisk and fdt blob on the NAND. Signed-off-by: Marek Vasut ma...@denx.de Cc: Detlev Zundel d...@denx.de

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

2013-01-05 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit b874df74afc986b069738b180763f2464ac3f5f4: mx25pdk: Allow booting a device tree kernel (2012-12-13 09:23:59 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you

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

2013-01-09 Thread Stefano Babic
find is found, it tries with a legacy kernel without fdt. But it does not try to load the FDT file, because this is done only when boot_fdt = yes. When boot_fdt = try, it starts always a legacy kernel. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v3] mx6: Add workaround for ARM errata

2013-01-09 Thread Stefano Babic
regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba

Re: [U-Boot] [PATCH v3] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2013-01-09 Thread Stefano Babic
...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49

Re: [U-Boot] [PATCH] mx6qsabreauto: enable USB host interface

2013-01-11 Thread Stefano Babic
; +} +#endif board_ehci_hcd_init is declared weak drivers/usb/host/ehci-mx6.c. You do nothing in this function, why do you need ? You can completely drop it. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD

Re: [U-Boot] [PATCH V3 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog

2013-01-13 Thread Stefano Babic
On 12/01/2013 00:26, Troy Kisky wrote: On 10/28/2012 4:48 AM, Stefano Babic wrote: On 23/10/2012 03:19, Troy Kisky wrote: Use a common watchdog driver for all these cpus. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- Hi Troy, v2:add README.watchdog include mx31

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

2013-01-13 Thread Stefano Babic
IRQs off FIQs off Mode SVC_32 | Resetting CPU ... | | resetting ... `--- Bug is fixed ! Tested-by: Stefano Babic sba...@denx.de Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH v2] mx51evk: Add DVI output support

2013-01-13 Thread Stefano Babic
On 09/01/2013 15:55, Fabio Estevam wrote: Add DVI output support and make it the default video output. Currently the CLAA WVGA panel is supported, but this panel has to be purchased separately, so using the DVI output as the default would allow more people to try the splash screen feature on

Re: [U-Boot] [PATCH v3] mx6qsabresd: Fix booting the kernel from SDHC3

2013-01-13 Thread Stefano Babic
On 10/01/2013 20:00, Fabio Estevam wrote: Since commit de7d02aeb (mx6qsabresd: add usdhc2 and usdhc4 support) SDHC3 device node is no longer 0, which breaks loading a uImage from SDHC3. Fix it by adapting the default environment to use CONFIG_SYS_MMC_ENV_DEV as the correct mmc node for

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

2013-01-13 Thread Stefano Babic
: - New patch Whole series applied to u-boot-imx, thanks! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] [PATCH] README: imximage: mx35 does not boot from internal mode yet

2013-01-15 Thread Stefano Babic
that boots from SD Card using internal boot mode and SPL. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Re: [U-Boot] configure USB Host1 in U-Boot of iMx53

2013-01-16 Thread Stefano Babic
mainline (v2013.01) to post your questions on this mailing list. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [U-Boot] U-Boot Graphics Library?

2013-01-18 Thread Stefano Babic
On 16/01/2013 22:46, Simon Glass wrote: Hi Wolfgang, Hi Simon, This sounds like a nice feature. Initially. Then I start wondering if this really belongs into a boot loader. Instead of doing fancy graphics stuff, we should IMO rather focus on booting the OS of your choice really fast,

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

2013-01-18 Thread Stefano Babic
/nitrogen6x.h with #ifdefs should allow us to exclude those features (e.g. SATA) on the Solo and Dual-Lite. Right, I think it is a good solution. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang

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

2013-01-21 Thread Stefano Babic
for the memory configurations. Yep. We'll proceed with the separate file approach. Nice, I will wait for your patches ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

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 u-boot

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

Re: [U-Boot] [PATCH v2] mx6qsabre_common: Let mmc partition be board specific

2013-01-22 Thread Stefano Babic
On 22/01/2013 15:42, Fabio Estevam wrote: Hi Stefano, Hi Fabio, On Mon, Jan 14, 2013 at 4:59 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into mx6qsabresd.h to store the mmc

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-23 Thread Stefano Babic
On 23/01/2013 00:48, Troy Kisky wrote: On 11/10/2012 12:28 AM, Stefano Babic wrote: On 23/10/2012 04:40, Troy Kisky wrote: This series tries to separate the mii regsisters from the ethernet registers as suggested by Andy Fleming. Then, mx6qsabrelite is changed to find the phy address from

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

2013-01-23 Thread Stefano Babic
, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de

Re: [U-Boot] [PATCH V3 1/1] imximage.cfg: run files through C preprocessor

2013-01-23 Thread Stefano Babic
-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142

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

2013-01-23 Thread Stefano Babic
with Marek - if DMA is then working also for MX23, we do not need PIO at all. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-24 Thread Stefano Babic
, this patch is really network-related and is in your competence area, but if you do not complain I will apply together with the rest to avoid to break some i.MX boards. Best regards, Stefano Babic -- = DENX Software Engineering GmbH

Re: [U-Boot] [PATCH 1/6] mxs: dma: Fix APBH DMA driver for MX23

2013-01-24 Thread Stefano Babic
: Otavio Salvador ota...@ossystems.com.br Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- arch/arm/include/asm/arch-mxs/regs-apbh.h | 121 + drivers/dma/apbh_dma.c| 10 ++- 2 files changed, 129 insertions

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Stefano Babic
...@freescale.com Cc: Stefano Babic sba...@denx.de --- arch/arm/include/asm/arch-mxs/sys_proto.h |2 +- board/bluegiga/apx4devkit/apx4devkit.c|2 +- board/denx/m28evk/m28evk.c|2 +- board/freescale/mx28evk/mx28evk.c |2 +- board/schulercontrol/sc_sps_1/sc_sps_1.c

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Stefano Babic
On 24/01/2013 19:29, Marek Vasut wrote: That's also an option ... do you want subsequent patch or respin of the series? If I can choose, I prefer a respin of series, but I will surely not block the patchset if you send subsequent patches... Best regards, Stefano Babic

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-27 Thread Stefano Babic
of variance there. I wonder if using cpu_mmc_init() is worth it. I see. Ok, then let's the things as they are. Regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich

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

2013-01-27 Thread Stefano Babic
...@freescale.com Cc: Stefano Babic sba...@denx.de --- arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c |4 ++-- board/olimex/mx23_olinuxino/spl_boot.c|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) V2: Base this on top of u-boot-imx/master Applied to u-boot-imx, thanks. Best

Re: [U-Boot] [PATCH v2] mx6qsabreauto: enable USB host interface

2013-01-27 Thread Stefano Babic
On 22/01/2013 10:11, Dirk Behme wrote: From: Knut Wohlrab knut.wohl...@de.bosch.com The USB host interface is routed to plug USB1/J30 on the mother board. Signed-off-by: Knut Wohlrab knut.wohl...@de.bosch.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v2] mx6qsabre_common: Let mmc partition be board specific

2013-01-27 Thread Stefano Babic
CONFIG_SYS_MMC_ENV_PART into mx6qsabreauto.h. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] tools: imximage: Let .name field be more generic

2013-01-27 Thread Stefano Babic
, Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53

Re: [U-Boot] [PATCH] common: env_mmc: Use __weak annotation to simplify code

2013-01-27 Thread Stefano Babic
On 08/01/2013 16:36, Fabio Estevam wrote: Using the __weak annotation can make the code cleaner. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-27 Thread Stefano Babic
, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989

Re: [U-Boot] [PATCH 1/6] mxs: dma: Fix APBH DMA driver for MX23

2013-01-28 Thread Stefano Babic
: Otavio Salvador ota...@ossystems.com.br Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- Applied (whole patchset) to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software

Re: [U-Boot] [PATCH v6 1/2] mx23_olinuxino: Add default environment

2013-01-28 Thread Stefano Babic
On 23/01/2013 21:30, Otavio Salvador wrote: This adds a default environment with support for MMC booting. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied (whole patchset) to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v6 2/2] mx23evk: Add initial board support

2013-01-28 Thread Stefano Babic
On 23/01/2013 21:30, Otavio Salvador wrote: The following features are supported: * 128 MB DDR1 SDRAM * DUART * SD/MMC Card Socket Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied (whole patchset) to u-boot-imx, thanks. Best regards, Stefano Babic

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

2013-01-28 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx (last fixes), thanks. The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d: Prepare v2013.01 (2013-01-15 14:47:42 -0700) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch

Re: [U-Boot] MX23 patches

2013-01-29 Thread stefano babic
Am 29/01/2013 23:21, schrieb Marek Vasut: Hello, Hi Marek, hi Otavio, - Wait at least one full day (24 hours) between re-sending a series, unless explicitly requested otherwise. I am on business trip and I have this week very few possibilities to access to my e-mail. Today I saw 80

Re: [U-Boot] [PATCH v2 1/3] Add flexibility to mx51 video support

2010-11-03 Thread Stefano Babic
an integer as a fb_info structure, rearrange both functions to factorize code and avoid duplications. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] [PATCH v2 2/3] Add video support to mx51evk board

2010-11-03 Thread Stefano Babic
() ? +/* + * Framebuffer and LCD + */ +/* You say you removed the comment, but it seems you have not Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office

Re: [U-Boot] [PATCH v2 3/3] Fix video support for vision2 board

2010-11-03 Thread Stefano Babic
do not support really less than 16 colors, so setting always panel_info.vl_bpix to LCD_COLOR16 seems to me correct. And the driver itself does not use internally this parameter and instead of it takes interface_pix_fmt to set up the IPU. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 2/2] Add video support to mx51evk board

2010-11-03 Thread Stefano Babic
On 11/03/2010 01:18 AM, Renato Frias wrote: Yes, they are. Only those working with the WVGA display will benefit from it. There is no video support the LVDS or DVI output yet. Do you have any recommendation here? I think the best way is Wolfgang's suggestion, and to use a video variable

Re: [U-Boot] [PATCH v2] ARMV7: OMAP3: Add expansion board detection for Beagle

2010-11-04 Thread Stefano Babic
on the Overo expansion board code. Signed-off-by: Koen Kooi k-k...@ti.com Signed-off-by: Steve Sakoman steve.sako...@linaro.org --- Tested on beagle rev. C2 + Tincantools Zippy. Tested-by: Stefano Babic sba...@denx.de Regards, Stefano

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2010-11-09 Thread Stefano Babic
On 11/08/2010 11:04 PM, Sebastien Carlier wrote: NOTE: This does not include the actual patch as it is too large for the mailing list (418 kB). Your patch applies fine to i.MX branch - boards compile clean, tested on a MX.51 board. Tested-by: Stefano Babic sba...@denx.de Best regards

[U-Boot] da8xx: add SPI Flash support

2010-11-11 Thread Stefano Babic
The following patches were already sent to the Arago project, but not yet to u-boot ML to be merged into the mainline. They add support for the SPI flash. Compared to the original patches, they are only rebased on the current u-boot tree. ___ U-Boot

[U-Boot] [PATCH 1/2] da8xx: Add cpu_is_da8xx macros

2010-11-11 Thread Stefano Babic
From: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com CC: Stefano Babic sba...@denx.de CC: Detlev Zundev d...@denx.de CC: Ben Gardiner bengardi...@nanometrics.ca --- arch/arm/include/asm/arch-davinci/hardware.h | 16 1 files

[U-Boot] [PATCH 2/2] da850: Enable SPI Flash

2010-11-11 Thread Stefano Babic
The patch was already posted to the arago project, but not yet to mainline. It allows to save environment into the spi flash. Tested on LogiPD tmdxl138. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Stefano Babic sba...@denx.de CC: Detlev Zundev d...@denx.de CC: Ben

Re: [U-Boot] [PATCH 2/2] da850: Enable SPI Flash

2010-11-11 Thread Stefano Babic
some slight changes and it will be erroneous to think that it is exactly the same. I think the best solution is to add the original commit message to mine, and grepping for the original message will still work. I'll do in V2. Best regards, Stefano Babic

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Stefano Babic
On 11/12/2010 02:32 PM, Scott McNutt wrote: Wolfgang Denk wrote: For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. Registered as sbabic Best regards, Stefano --

[U-Boot] [PATCH V2 2/2] da850: Enable SPI Flash

2010-11-12 Thread Stefano Babic
-by: Stefano Babic sba...@denx.de CC: Detlev Zundev d...@denx.de Tested-by: Ben Gardiner bengardi...@nanometrics.ca --- Changed since V1: - commit message contains original message from Arago project (Detlev Zundev) - protect SPI definitions with #CONFIG_USE_SPIFLASH (Ben Gardiner) arch/arm

[U-Boot] [PATCH][NEXT] Davinci: add support for the ea20 board

2010-11-13 Thread Stefano Babic
This board uses the OMAP-L138 SOM stacked on a custom baseboard. It supports SPI Flash, Ethernet with RMII. Signed-off-by: Stefano Babic sba...@denx.de --- board/davinci/ea20/Makefile | 53 ++ board/davinci/ea20/ea20.c | 237 +++ boards.cfg

Re: [U-Boot] [PATCH][NEXT] Davinci: add support for the ea20 board

2010-11-14 Thread Stefano Babic
On 11/13/2010 11:48 AM, Wolfgang Denk wrote: Entry to MAINTAINERS missing. I forget always to update the MAINTAINERS file, thanks... What's that for? Seems unused... You are right - dropped ! Best regards, Stefano Babic

[U-Boot] [PATCH V2][NEXT] Davinci: add support for the ea20 board

2010-11-14 Thread Stefano Babic
This board uses the OMAP-L138 SOM stacked on a custom baseboard. It supports SPI Flash, Ethernet with RMII. Signed-off-by: Stefano Babic sba...@denx.de --- Changes since V1: - Add entry to MAINTAINERS file (Wolfgang Denk) - Removed unused DEF_BOOTM in config file (Wolfgang Denk) MAINTAINERS

Re: [U-Boot] [PATCH v2 1/1] imx: Get fec mac address from fuse

2010-11-14 Thread Stefano Babic
(), that is called inside fec_get_hwaddr(), but declared independently inside each imx-regs.h to make it specific for each processor, because it accesses to different structures. What do you mean ? Best regards, Stefano Babic

Re: [U-Boot] [PATCH] FSL_ESDHC: Make the base address configurable at runtime

2010-11-14 Thread Stefano Babic
it (but not at the moment, as I know). This way is already used by the mx51evk (both SDHC controller are supported) and by the vision2 (only one SDHC controller is supported). Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH V2][NEXT] Davinci: add support for the ea20 board

2010-11-15 Thread Stefano Babic
On 11/15/2010 08:36 AM, Sughosh Ganu wrote: hi Stefano, Hi, I had sent a patch some time back to move the misc.h under arm/include/asm/arch-davinci/davinci_misc.h. Should this patch be based off of that. [PATCH 1/3 V5] Move and rename common headers from under board/davinci.

<    7   8   9   10   11   12   13   14   15   16   >