Re: [U-Boot] [PATCH 50/71] serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver

2012-09-17 Thread Stefano Babic
implementation of default_serial_console() returning this driver. Signed-off-by: Marek Vasut ma...@denx.de Cc: Marek Vasut marek.va...@gmail.com Cc: Tom Rini tr...@ti.com Cc: Stefano Babic sba...@denx.de --- Hi Marek, I have later realized that you pushed this series for u-boot-dm

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-18 Thread Stefano Babic
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE 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 V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-18 Thread Stefano Babic
On 18/09/2012 15:28, Eric Nelson wrote: Do you have a reference to the patch so I can follow precedent? See http://patchwork.ozlabs.org/patch/177403/ Check changes in .h. Best regards, Stefano Babic -- = DENX Software

Re: [U-Boot] [PATCH] mx51evk: Add CONFIG_REVISION_TAG

2012-09-18 Thread Stefano Babic
the schematic I'm looking at. It's a PDF. Best Regards, Greg -Original Message- From: Fabio Estevam [mailto:feste...@gmail.com] Sent: Monday, September 17, 2012 11:25 PM To: Benoît Thébaudeau Cc: U-Boot-Users ML; Greg Topmiller; Stefano Babic Subject: Re: [PATCH] mx51evk: Add

Re: [U-Boot] [PATCH] mx51evk: Add CONFIG_REVISION_TAG

2012-09-18 Thread Stefano Babic
a lot of confusion. IMHO we should also align some other boards, such as mx53loco that is officially called mx53qsb. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-18 Thread Stefano Babic
of the preboot variable. The has the benefit of allowing saveenv to completely overwrite the decision. Am I over-thinking this? It depends if you want also U-Boot's output on the display or only a picture. Best regards, Stefano Babic

Re: [U-Boot] [PATCH] spi: Use DIV_ROUND_UP at appropriate places

2013-06-17 Thread Stefano Babic
On 14/06/2013 15:18, Jagan Teki wrote: This does not scale. What if a (trivial) patch touches 10 drivers? Yes, you are correct if the changes is common to across the all drivers or If the changes which are more in 10 spi drivers out of 20 or 10 for your example - use spi: and I think it's

Re: [U-Boot] [PATCH] ARM: mxs: Make the console buffer smaller

2013-06-17 Thread Stefano Babic
Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- include/configs/mxs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Note: This depends on http://patchwork.ozlabs.org/patch/251631/ diff --git a/include/configs/mxs.h b/include/configs/mxs.h

Re: [U-Boot] [PATCH] ARM: mxs: Make the console buffer smaller

2013-06-17 Thread Stefano Babic
Hallo Marek, On 17/06/2013 14:51, Marek Vasut wrote: I am missing something: which is the real advantage to reduce the console buffer ? I do not think that the saved memory is worth, and on the other side more elaborated scripts (usings nested if-then-else) are quite long nowadays. True,

Re: [U-Boot] [RFC] Safe Linux Updater

2013-06-17 Thread Stefano Babic
for example to power-supply. Or a degrading of the resources (flash gets wrong), and so on. Even if a failure due to a wrong update is a common case to have a failing boot, this is not the only use case. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 1/2] PHY: micrel: helper function for KSZ9031

2013-06-20 Thread Stefano Babic
Hi Joe, On 20/06/2013 13:26, SARTRE Leo wrote: micrel.c: Add function ksz9031_phy_extended_write, helper to MDD register write micrel.h: Prototype and define MDD registers Signed-off-by: Leo Sartre lsar...@adeneo-embedded.com --- drivers/net/phy/micrel.c | 29

Re: [U-Boot] [PATCH v3] Add support for Wandboard Quad

2013-06-26 Thread Stefano Babic
of that: Acked-by: Stefano Babic sba...@denx.de This patch was pending for a while, I will push it still for the release. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

Re: [U-Boot] [PATCH v2] spi: mxc_spi: Update pre and post divider algorithm

2013-06-26 Thread Stefano Babic
in this form. The previous algorithm chose a divisor which could be almost twice as large as needed. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Signed-off-by: Dirk Behme dirk.be...@gmail.com --- Applied to u-boot-imx as a fix, thanks ! Best regards, Stefano Babic

Re: [U-Boot] [PATCH] dwc_ahsata: Allow use with dcache enabled

2013-06-26 Thread Stefano Babic
On 16/06/2013 01:09, Eric Nelson wrote: Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH V2] ARM: mxs: Consolidate configuration options

2013-06-26 Thread Stefano Babic
though. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Lauri Hintsala lauri.hints...@bluegiga.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- This is a nice cleanup, but as we probably cannot test all boards

Re: [U-Boot] [PATCH v3 2/2] imx: Add support for the SabreSD shipped with i.MX6DL

2013-06-26 Thread Stefano Babic
to the MX6Q. Signed-off-by: Pierre Aubert p.aub...@staubli.com CC: Stefano Babic sba...@denx.de Reviewed-by: Fabio Estevam fabio.este...@freescale.com Applied to u-boot-imx (both patches), thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v2] mx27: add function enable_caches

2013-06-26 Thread Stefano Babic
On 14/06/2013 18:21, Philippe Reynes wrote: Signed-off-by: Philippe Reynes trem...@yahoo.fr --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev

Re: [U-Boot] [PATCH RESEND] mx27: add i2c clock

2013-06-26 Thread Stefano Babic
On 14/06/2013 18:21, Philippe Reynes wrote: Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Signed-off-by: Philippe Reynes trem...@yahoo.fr --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX

Re: [U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes

2013-06-26 Thread Stefano Babic
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 Fax

Re: [U-Boot] [PATCH 4/6] README: mxs: Introduce README.mxs

2013-06-26 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

Re: [U-Boot] [PATCH 3/6] README: mx28_common: Fix structure of sentence

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Re-structure the sentence a bit so that it can clearer. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 2/6] README: mx28_common: Do not hardcode the SSP port

2013-06-26 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 1/6] README: mx28_common: Keep the text within 80 columns

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:07, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com In order to improve readability keep the text within 80 columns. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH 6/6] m28evk: Move README file inside board directory

2013-06-26 Thread Stefano Babic
On 03/05/2013 20:08, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Board specific READMEs should be located inside the respective board directory. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano

Re: [U-Boot] [PATCH 5/6] mx28evk: Move README file inside board directory

2013-06-26 Thread Stefano Babic
cannot find this patch in patchworks..anyway 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

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Stefano Babic
Hi Otavio, hi Alison, On 26/06/2013 19:12, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- both patches are slight changes - if I get an ACK by Alison as board maintainer, I could still push them before my PR for the release. Thanks, Stefano --

Re: [U-Boot] [PATCH v2 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-27 Thread Stefano Babic
Hi Alison, On 27/06/2013 10:00, Wang Huan-B18965 wrote: Hi, stefano, I am ok with the default environment changes. But the sys text base should not be changed, otherwise the u-boot could not work. The reason I have explained in the other email. Of course, and I will not apply the

Re: [U-Boot] [PATCH] MAINTAINERS: Add an entry to the mx6q wandboard variant

2013-06-28 Thread Stefano Babic
On 26/06/2013 18:53, Fabio Estevam wrote: 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 Denk

Re: [U-Boot] [PATCH] video: mxsfb: Break the line in videomode message

2013-06-28 Thread Stefano Babic
!); +printf(MXSFB: 'videomode' variable not set!\n); puts() ... and you might want to fix it in all drivers ;-) That is correct - as it is a very small change, I fix it myself by applying the patch. Applied to u-boot-imx, thanks ! Best regards, Stefano Babic

Re: [U-Boot] [PATCH v5 2/2] vf610twr: Remove SoC name from U-Boot prompt

2013-06-28 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 v5 1/2] vf610twr: Add default environment in line with other Freescale boards

2013-06-28 Thread Stefano Babic
On 28/06/2013 14:52, Otavio Salvador wrote: This adds a default environment which should be able to support both 3.0.15 from Timesys and upcoming 3.11. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic

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

2013-06-28 Thread Stefano Babic
Hi Albert, some fixes and pending patches. Please pull from u-boot-imx, thanks ! The following changes since commit 4a1c7b13ae104d4526d3176793b7f6b06694df15: vf610twr: Drop unneeded 'status' variable (2013-06-06 17:52:08 +0200) are available in the git repository at:

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-02 Thread Stefano Babic
Hi Matthias, Am 02/07/2013 17:26, schrieb Matthias Weißer: Hi I try to boot a current 3.11 kernel on a custom iMX25 board using DT. u-boot starts the kernel but it stops working just after the first eralyprintk lines are out. The u-boot/kernel output: bootm 0x8100 - 0x8080 Never

Re: [U-Boot] [PATCH]mx6qsabresd: Add splash screen support via HDMI

2013-07-10 Thread Stefano Babic
-chsccdr); +} +#endif /* CONFIG_VIDEO_IPUV3 */ setup_display has also some common parts with the same function for sabrelite. Any way to factorize code ? Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD

Re: [U-Boot] [PATCH] video: Allocate the MXSFB framebuffer aligned

2013-07-10 Thread Stefano Babic
Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- drivers/video/mxsfb.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index a6d8ae9..35836e1 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c

Re: [U-Boot] twister: usb host support

2013-07-10 Thread Stefano Babic
Hi Jeroen, On 09/07/2013 21:46, Jeroen Hofstee wrote: Hello Stefano, The twister always had a fragile usb support in u-boot in the past. Since some floating patches mentioned alternating success after usb hub resets, I had a look if these patches fixed the twister as well, they don't.

Re: [U-Boot] twister: usb host support

2013-07-11 Thread Stefano Babic
Hi Jeroen, On 10/07/2013 18:04, Jeroen Hofstee wrote: @@ -92,9 +92,6 @@ int board_init(void) enable_gpmc_cs_config(gpmc_XR16L2751, gpmc_cfg-cs[3], XR16L2751_UART2_BASE, GPMC_SIZE_16M); -gpio_request(CONFIG_OMAP_EHCI_PHY1_RESET_GPIO, USB_PHY1_RESET); -

[U-Boot] [PATCH v1 0/7] The patchset fixes some issue in the generation of the imx image

2013-07-11 Thread Stefano Babic
- further infos how to configure the SOC to verify the bootloader can be found in the User Manual of the specific SOC. Next step is to verify the kernel, that can be still done using Simon's patches for verified boot (CONFIG_OF_CONTROL must be set in the board configuarion file). Stefano Babic (7

[U-Boot] [PATCH v1 3/7] tools: dynamically allocate imx_header in imximage

2013-07-11 Thread Stefano Babic
177ff42C -| ... | 1000 0c00 13 00 00 ea U-Boot Start 1780 -- While at it also remove the unused #define HEADER_OFFSET. Signed-off-by: Stefano Babic sba...@denx.de --- tools/imximage.c | 44

[U-Boot] [PATCH v1 4/7] tools: add variable padding of data image in mkimage

2013-07-11 Thread Stefano Babic
Use previously unused return value of function vrec_header to return a padding size to generic mkimage. This padding size is used in copy_files to pad with zeros after copying the data image. Signed-off-by: Stefano Babic sba...@denx.de --- tools/mkimage.c | 24 +--- tools

[U-Boot] [PATCH v1 7/7] imx: add status reporting for HAB status

2013-07-11 Thread Stefano Babic
Add functions to report the HAB (High Assurance Boot) status of e.g. i.MX6 CPUs. This is taken from git://git.freescale.com/imx/uboot-imx.git branch imx_v2009.08_3.0.35_4.0.0 cpu/arm_cortexa8/mx6/generic.c include/asm-arm/arch-mx6/mx6_secure.h Signed-off-by: Stefano Babic sba...@denx.de

[U-Boot] [PATCH v1 6/7] tools: add support for setting the CSF into imximage

2013-07-11 Thread Stefano Babic
with the value from the imximage.cfg config file. The resulting u-boot.imx can be signed with the FSL HAB tooling. The generated CSF block needs to be appended to the u-boot.imx. Signed-off-by: Stefano Babic sba...@denx.de --- doc/README.imximage | 18 +++--- doc/README.mxc_hab | 48

[U-Boot] [PATCH v1 5/7] tools: add padding of data image file for imximage

2013-07-11 Thread Stefano Babic
Implement function vrec_header to be able to pad the final data image file according the what has been calculated for boot_data.length. Signed-off-by: Stefano Babic sba...@denx.de --- tools/imximage.c | 82 -- 1 file changed, 80 insertions

[U-Boot] [PATCH v1 2/7] tools: rename mximage_flash_offset to imximage_ivt_offset

2013-07-11 Thread Stefano Babic
This better reflects the naming from the Reference Manual as well as fits better since flash is not really applicabe for SATA. Signed-off-by: Stefano Babic sba...@denx.de --- tools/imximage.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tools/imximage.c

[U-Boot] [PATCH v1 1/7] tools: imx_header should not include flash_offset

2013-07-11 Thread Stefano Babic
create flash_offset as static variable such that the generated image is clean. 0360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 || * 1000 13 00 00 ea 14 f0 9f e5 14 f0 9f e5 14 f0 9f e5 |...ê.ð.å.ð.å.ð.å| Signed-off-by: Stefano Babic sba...@denx.de --- tools

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-12 Thread Stefano Babic
Hi Marek, hi Albert, On 12/07/2013 07:57, Albert ARIBAUD wrote: This being a bugfix patch, and having been tested twice, I suggest that it go in 2013.07, maybe with the commit message reduced to its first paragraph above -- although of course I do appreciate the second one, except it tends

Re: [U-Boot] [PATCH 2/2] phy: smsc: LAN8710/8720 are not Gbit PHYs

2013-07-12 Thread Stefano Babic
On 12/07/2013 07:06, Fabio Estevam wrote: On Fri, Jul 12, 2013 at 2:00 AM, Joe Hershberger joe.hershber...@gmail.com wrote: On second thought, it's delegated in patchwork to Stefano and it's marked rejected. Why is that Stefano? Ok, I think I understand the reason. I asked him to reject

Re: [U-Boot] [PATCH] m28evk: add trimffs to nand command

2013-07-12 Thread Stefano Babic
On 07/07/2013 20:20, Marek Vasut wrote: this is usefull when writing an UBI image which contains and UBIFS volume (check README.nand and UBI FAQ for more details) Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx (fix), thanks ! Best

Re: [U-Boot] [PATCH] net: fec: Remove bogus flush_dcache_range() call

2013-07-12 Thread Stefano Babic
-by: Marek Vasut ma...@denx.de Reported-by: Albert Aribaud albert.u.b...@aribaud.net Cc: Stefano Babic sba...@denx.de Cc: Tom Rini tr...@ti.com --- drivers/net/fec_mxc.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index da95e28..97bf8fe

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-12 Thread Stefano Babic
. This patch was produced with an amazing help from Albert Aribaud, who pointed out it can possibly be such a bus synchronisation issue. Signed-off-by: Marek Vasut ma...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH 5/6] mx51evk: Change default environment to cope with OE changes

2013-07-12 Thread Stefano Babic
\ mmcdev=0\0 \ - mmcpart=2\0 \ - mmcroot=/dev/mmcblk0p3 rootwait rw\0 \ + mmcpart=1\0 \ + mmcroot=/dev/mmcblk0p2 rootwait rw\0 \ mmcargs=setenv bootargs console=ttymxc0,${baudrate} \ root=${mmcroot}\0 \ loadbootscript= \ Acked-by: Stefano Babic sba

Re: [U-Boot] [PATCH 0/6] Upstream environment changes being used in Yocto/OE

2013-07-12 Thread Stefano Babic
Hi Fabio, hi Jason, On 28/06/2013 23:52, Otavio Salvador wrote: This changes were being done in every version of U-Boot and it makes sense to try to merge them upstream. Please review them and ack/nack them. these are small fixes in the default environment and I have no problem to merge

Re: [U-Boot] [PATCH v1 7/7] imx: add status reporting for HAB status

2013-07-12 Thread Stefano Babic
Hi Fabio, On 11/07/2013 19:17, Fabio Estevam wrote: Hi Stefano, On Thu, Jul 11, 2013 at 10:06 AM, Stefano Babic sba...@denx.de wrote: --- a/arch/arm/cpu/armv7/mx6/Makefile +++ b/arch/arm/cpu/armv7/mx6/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk LIB= $(obj)lib$(SOC).o

Re: [U-Boot] [PATCH v1 7/7] imx: add status reporting for HAB status

2013-07-12 Thread Stefano Babic
Hi Marek, On 11/07/2013 20:31, Marek Vasut wrote: +void display_event(uint8_t *event_data, size_t bytes) +{ +uint32_t i; + +if ((event_data) (bytes 0)) { if (!cond) return; The loop goes here Fix in V2, thanks. +if (is_hab_enabled()) +

Re: [U-Boot] [PATCH v1 6/7] tools: add support for setting the CSF into imximage

2013-07-12 Thread Stefano Babic
Hi Wolfgang, On 11/07/2013 20:14, Wolfgang Denk wrote: Dear Stefano Babic, In message 1373548001-19728-7-git-send-email-sba...@denx.de you wrote: Add support for setting the CSF (Command Sequence File) pointer which is used for HAB (High Assurance Boot) in the imximage by adding e.g

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

2013-07-12 Thread Stefano Babic
Hi Alber, please pull these fixes from u-boot-imx, thanks. The following changes since commit d6c6d127c5b948ec381fad5b24a2bc5497720644: vf610twr: Remove SoC name from U-Boot prompt (2013-06-28 16:59:08 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git

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

2013-07-12 Thread Stefano Babic
Hi Albert, some more small fixes, sorry. Please pull from u-boot-imx, thanks. The following changes since commit d6c6d127c5b948ec381fad5b24a2bc5497720644: vf610twr: Remove SoC name from U-Boot prompt (2013-06-28 16:59:08 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 0/6] Upstream environment changes being used in Yocto/OE

2013-07-12 Thread Stefano Babic
On 28/06/2013 23:52, Otavio Salvador wrote: This changes were being done in every version of U-Boot and it makes sense to try to merge them upstream. Please review them and ack/nack them. Whole series applied to u-boot-imx (fix), thanks ! Best regards, Stefano Babic

[U-Boot] [PATCH] tools: fix FIT image with ramdisk

2013-07-12 Thread Stefano Babic
Booting a FIT image containing a ramdisk, the ramdisk is loaded at address 0x0 that causes bus errors for architectures that do not have RAM starting at address zero. Signed-off-by: Stefano Babic sba...@denx.de --- common/image.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [U-Boot] [PATCH] tools: fix FIT image with ramdisk

2013-07-13 Thread Stefano Babic
Am 12/07/2013 23:24, schrieb Tom Rini: On Fri, Jul 12, 2013 at 03:09:23PM +0200, Stefano Babic wrote: Booting a FIT image containing a ramdisk, the ramdisk is loaded at address 0x0 that causes bus errors for architectures that do not have RAM starting at address zero. Signed-off

Re: [U-Boot] Patman failure on Linux Mint 14

2013-07-15 Thread Stefano Babic
Hi Gerhard, On 14/07/2013 12:18, Gerhard Sittig wrote: Hi there! Patman for some reason doesn't work for me. It won't find commits from the sandbox/repo, but wants me to specify -c manually. Then it won't detect or cannot grok subject prefixes and fails to determine email addresses.

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Stefano Babic
Hi Fabio, On 15/07/2013 04:40, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code to make board code maintainance easier. Tested

Re: [U-Boot] [PATCH] mxc_gpio: Correct the GPIO handling in gpio_direction_output()

2013-07-16 Thread Stefano Babic
= mxc_gpio_direction(gpio, MXC_GPIO_DIRECTION_OUT); + int ret = gpio_set_value(gpio, value); if (ret 0) return ret; - return gpio_set_value(gpio, value); + return mxc_gpio_direction(gpio, MXC_GPIO_DIRECTION_OUT); } Acked-by: Stefano Babic sba...@denx.de Best regards

Re: [U-Boot] [PATCH] fsl_esdhc: Touch only relevant sys ctrl bits

2013-07-16 Thread Stefano Babic
*/ - esdhc_write32(regs-sysctl, SYSCTL_RSTA); + esdhc_setbits32(regs-sysctl, SYSCTL_RSTA); /* hardware clears the bit when it is done */ while ((esdhc_read32(regs-sysctl) SYSCTL_RSTA) --timeout) Acked-by: Stefano Babic sba...@denx.de Best regards, Stefano Babic

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-17 Thread Stefano Babic
Hi Albert, On 17/07/2013 09:42, Albert ARIBAUD wrote: Hi Fabio, On Mon, 15 Jul 2013 14:29:28 -0300, Fabio Estevam fabio.este...@freescale.com wrote: mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-17 Thread Stefano Babic
On 17/07/2013 11:10, Albert ARIBAUD wrote: Hi Stefano, On Wed, 17 Jul 2013 10:04:29 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, On 17/07/2013 09:42, Albert ARIBAUD wrote: Hi Fabio, On Mon, 15 Jul 2013 14:29:28 -0300, Fabio Estevam fabio.este...@freescale.com wrote

Re: [U-Boot] [PATCH] README.mx28_common: Rename it to README.mxs

2013-07-17 Thread Stefano Babic
Hi Fabio, On 16/07/2013 17:38, Fabio Estevam wrote: Hi Stefano, On Fri, Jul 12, 2013 at 8:49 AM, Marek Vasut ma...@denx.de wrote: Dear Fabio Estevam, From: Fabio Estevam fabio.este...@freescale.com commit 54965b61360 (README: mxs: Introduce README.mxs) should have changed the file name

Re: [U-Boot] [PATCH 1/1] ddr cfg: DRAM_RESET needs 0x00020030

2013-07-23 Thread Stefano Babic
. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Should this go into 2013.07? If not too late. It only affect Nitrogen6x, at least until Sabrelite is combined with it. And Sabrelite is already using this value. Whose acks should I wait for on this? Acked-by: Stefano Babic sba

Re: [U-Boot] [PATCH] mxc_gpio: Correct the GPIO handling in gpio_direction_output()

2013-07-24 Thread Stefano Babic
On 15/07/2013 15:58, Dirk Behme wrote: Setting the direction and an output value should be done by First, set the desired output value. Then, switch to output. If this is done in the inverse order, like at the moment, there can be a glitch on the GPIO line while switching first the old

Re: [U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-24 Thread Stefano Babic
Hi Robert, On 24/07/2013 01:15, Robert Winkler wrote: Incidentally, I just grepped for CONFIG_CMD_HDMIDETECT and I don't see it documented anywhere. It should probably be added to the README Right - but let's do it in a separate patch. For this one: Acked-by: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH] wandboard: Use splash image at screen center by default

2013-07-24 Thread Stefano Babic
On 20/07/2013 22:21, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-24 Thread Stefano Babic
Hi Fabio, On 15/07/2013 19:29, Fabio Estevam wrote: mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code to make board code maintainance easier. Tested booting a mainline device tree kernel on a

Re: [U-Boot] [RFC] Remove static display data

2013-07-26 Thread Stefano Babic
between u-boot and kernel. On i.MX6 we have not yet started to use DT to configure u-boot as it is already done on other SOCs (Tegra), but it seems to me the right way to do. Best regards, Stefano Babic -- = DENX Software Engineering

Re: [U-Boot] [PATCH] ARM: mxs: rename function that sets AUTO_RESTART flag

2013-07-26 Thread Stefano Babic
, not clear it. Apart from the renaming, I didn't touch a line of real code. I see also no changes in behavior, it is only a rename. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot] [RFC] Remove static display data

2013-07-26 Thread Stefano Babic
Hi Eric, On 26/07/2013 16:04, Eric Nelson wrote: The real question we have regarding DT is the timing. We're shipping DT files on secondary storage (SATA/SD card), and want/need something local (i.e. env in SPI-NOR) to present a U/I if either no storage available or if something goes

Re: [U-Boot] [PATCH] [PATCH v3] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-26 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 v4 1/2] mx6: Factor out common HDMI setup code

2013-07-27 Thread Stefano Babic
Hi Pardeep, On 25/07/2013 19:12, Pardeep Kumar Singla wrote: - +void enable_ipu_clock(); This generates a warning: warning: function declaration isn't a prototype [-Wstrict-prototypes] I fix it myself. Best regards, Stefano Babic

Re: [U-Boot] [PATCH] imx: Add documentation for imx specific commands

2013-07-27 Thread Stefano Babic
On 25/07/2013 02:57, Robert Winkler wrote: CONFIG_CMD_HDMIDETECT CONFIG_CMD_BMODE Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX

Re: [U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-27 Thread Stefano Babic
Linux: https://github.com/boundarydevices/linux-imx6/commit/7d8752905c118af9063738a533227de0b2f6ecd4 Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-27 Thread Stefano Babic
On 25/07/2013 19:12, Pardeep Kumar Singla wrote: Instead of duplicating HDMI setup code for every mx6 board, factor out the common code Signed-off-by: Pardeep Kumar Singla b45...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v4 2/2] mx6qsabresd: Add splash screen support via HDMI

2013-07-27 Thread Stefano Babic
On 25/07/2013 19:12, Pardeep Kumar Singla wrote: Signed-off-by: Pardeep Kumar Singla b45...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] [PATCH v3] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-27 Thread Stefano Babic
Hi Eric, On 26/07/2013 18:12, Eric Nelson wrote: Thanks Stefano, On 07/26/2013 07:46 AM, Stefano Babic wrote: Hi Fabio, On 26/07/2013 16:37, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid

Re: [U-Boot] [PATCH v4 1/4] mx27: add missing constant for mx27

2013-07-29 Thread Stefano Babic
/include/asm/arch-mx27/imx-regs.h @@ -185,7 +185,7 @@ struct iim_regs { struct fuse_bank { u32 fuse_regs[0x20]; u32 fuse_rsvd[0xe0]; - } bank[1]; + } bank[2]; }; struct fuse_bank0_regs { Acked-by: Stefano Babic sba...@denx.de Best regards

Re: [U-Boot] [PATCH v2] mxc_ipuv3: fix memory alignment of framebuffer

2013-07-29 Thread Stefano Babic
On 27/07/2013 02:53, Eric Nelson wrote: The frame-buffer on i.MX boards needs to be aligned for DMA. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic

Re: [U-Boot] Falcon Mode implemented version

2013-07-29 Thread Stefano Babic
surrounded by CONFIG_CMD_SPL and CONFIG_SPL_OS_BOOT. 2) The u-boot version in which SPL for NOR flash is implemented. There is at least a couple of boards supporting SPL and booting form NOR: woodburn (MX35) and a3m071(MPC 5200). Best regards, Stefano Babic

Re: [U-Boot] Falcon Mode implemented version

2013-07-30 Thread Stefano Babic
? No, but there is an option to concatenate automatically SPL and u-boot if desired. 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 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
. Also, this patch makes sure the SYNC signals are off for the SmartLCD case. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Stefano Babic
Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- MAINTAINERS|1 + board/creative/xfi3/Makefile | 47 + board/creative/xfi3/spl_boot.c | 150

Re: [U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3

2013-07-31 Thread Stefano Babic
On 30/07/2013 23:38, Marek Vasut wrote: This device has a very small screen and thus can benefit from using smaller font. Enable it. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
, understood - sometimes is not possible to suimplify. 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] wandboard: add pxe support, set default boot command like highbank

2013-08-01 Thread Stefano Babic
to *the environment*. There is something wrong, also because, as Robert says, each small change require to patch u-boot. But then, why do you need the environment at all ? And the setup is then suitable for a strict range of applications, but not all. Regards, Stefano Babic

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-02 Thread Stefano Babic
, but as we recognize the issue, any idea to solve it ? 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] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-02 Thread Stefano Babic
. And of course, there are a wide range of storage device where scripts are stored: not all boards have MMC. I am thinking if we can have in the CONFIG_EXTRA_ENV_SETTINGS a general command to load the whole environment, letting the whole logic with scripts outside of the code. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v4 2/4] apf27: add support for the armadeus APF27 board

2013-08-02 Thread Stefano Babic
Hi Philippe, On 01/08/2013 19:12, trem wrote: Ok, this must be done in assembly - normally is part of lowelevel_init, while board_init_f() is already written in C. Really I was waiting that general code is called, that is spl_nand_load_image() and then the driver function. You are pushing a

Re: [U-Boot] bootstopkey reason behind it

2013-08-02 Thread Stefano Babic
support is avoided and implemented a secondary bootstopkey to halt the boot say like CONFIG_AUTOBOOT_STOP_STR2. But does not the keyboard send a single key code ? Maybe it is enough you put in CONFIG_AUTOBOOT_STOP_STR1 the keycode of your CTRL+key. Best regards, Stefano Babic

Re: [U-Boot] [PATCH v4 2/4] apf27: add support for the armadeus APF27 board

2013-08-02 Thread Stefano Babic
Hi Fabio, On 02/08/2013 14:49, Fabio Estevam wrote: On Fri, Aug 2, 2013 at 8:12 AM, Stefano Babic sba...@denx.de wrote: I would like you add your useful explanation why you add an assembly NAND driver (so what you have written here in the lines above) to the commit message, so that is clear

Re: [U-Boot] Mac address warning

2013-08-02 Thread Stefano Babic
Hi Eric, On 02/08/2013 01:28, Eric Nelson wrote: Hi all, While testing Troy's usbnet patches, I was reminded of this mysterious warning issued when the environment has no mac address stored, but the device provides one: printf(\nWarning: %s using MAC address from net device\n,

Re: [U-Boot] Mac address warning

2013-08-02 Thread Stefano Babic
Hi Tom, On 02/08/2013 16:16, Tom Rini wrote: Well, I have found it very useful in case I set explicitely the ethaddr variable, so I know where the MAC address comes from. Do you find it disturbing ? Maybe we could replace warning with info. On am335x the message we use is: ethaddr not set.

Re: [U-Boot] [PATCH V3 00/20] Make mv_udc work for i.mx6

2013-08-02 Thread Stefano Babic
Hi Troy, On 02/08/2013 01:27, Troy Kisky wrote: Hi Marek, Stefano This series is based on u-boot-usb/master branch. After this series, nitrogen6x works with tftpboot to transfer files over usb. V2 was dropped to my bad posting of it and should be ignored. This V3 is a rebase and

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

2013-08-12 Thread Stefano Babic
by default Pardeep Kumar Singla (2): mx6: Factor out common HDMI setup code mx6qsabresd: Add splash screen support via HDMI Robert Winkler (2): imx: Add documentation for imx specific commands imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors Stefano Babic (1

<    3   4   5   6   7   8   9   10   11   12   >