[U-Boot] [PATCH 1/2] video: fix bug in logo_plot

2008-08-08 Thread Anatolij Gustschin
If logo_plot() should ever be called with x starting position other than zero and for pixel depths greater than 8bpp, logo colors distortion will be observed. This patch fixes the issue. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- drivers/video/cfb_console.c |4 +++- 1 files

[U-Boot] [RFC][PATCH] Prevent crash if random DTB address is passed to bootm

2008-08-29 Thread Anatolij Gustschin
This patch adds bootm_start() return value check. If error status is returned, we do not proceed further to prevent board reset or crash as we still can recover at this point. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- common/cmd_bootm.c |3 ++- common/image.c |2 +- 2

Re: [U-Boot] LAN Timeout

2008-09-10 Thread Anatolij Gustschin
Hello, Manuel Sahm wrote: does anybody have an idea to fix this problem ? Which paramter is for the lan connection timeout ? Try to decrease CFG_MACB_AUTONEG_TIMEOUT in drivers/net/macb.c to 50 or so. It is currently 500 which results in 5 sec. timeout in macb_phy_init() and also

[U-Boot] [PATCH] socrates: fix crash after relocation

2008-09-17 Thread Anatolij Gustschin
Currently U-Boot crashes after relocation to RAM. Changing the CPO value of the DDR SDRAM TIMING_CFG_2 register to READ_LAT + 1 (to the value it was before conversion of socrates to new DDR code) fixes the problem. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- board/socrates/ddr.c

[U-Boot] [PATCH] socrates: change default mtest address range

2008-09-17 Thread Anatolij Gustschin
Running mtest command on socrates without specifying an address range crashes the board. This patch changes default mtest address range to prevent this behavior. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- include/configs/socrates.h |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [U-Boot] [PATCH] lcd: print custom strings after the logo

2008-10-22 Thread Anatolij Gustschin
Jean-Christophe PLAGNIOL-VILLARD wrote: On 21:40 Tue 21 Oct , Wolfgang Denk wrote: Dear Stelian Pop, In message [EMAIL PROTECTED] you wrote: +#ifndef CONFIG_LCD_LOGO_TEXT1 +# define CONFIG_LCD_LOGO_TEXT1 (C) 2008 ATMEL Corp +#endif Wouldn't it be better if we move this text into

Re: [U-Boot] [PATCH 1/3] post/lib_powerpc/multi.c: make checkpatch clean

2011-12-23 Thread Anatolij Gustschin
Hello Wolfgang, Looks good. A minor commend below. On Fri, 23 Dec 2011 12:29:10 +0100 Wolfgang Denk w...@denx.de wrote: Signed-off-by: Wolfgang Denk w...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Stefan Roese s...@denx.de Cc: Kumar Gala ga...@kernel.crashing.org Cc: Kim Phillips

Re: [U-Boot] [PATCH 2/3] post/lib_powerpc/multi.c: code cleanup

2011-12-23 Thread Anatolij Gustschin
On Fri, 23 Dec 2011 12:29:11 +0100 Wolfgang Denk w...@denx.de wrote: Clean up and document the code: - get rid of unneeded code block - add comment which code is generated Signed-off-by: Wolfgang Denk w...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Stefan Roese s...@denx.de Cc

Re: [U-Boot] [PATCH 3/3] post/lib_powerpc/multi.c: fix stack overflow error

2011-12-23 Thread Anatolij Gustschin
)) copied _27_ words (r5 through r31), which resulted in false POST cpu Error at multi test messages. Great! Thanks for fixing this bug! Acked-by: Anatolij Gustschin ag...@denx.de Tested-by: Anatolij Gustschin ag...@denx.de But I wonder why didn't we see it with U-Boot built using older GCC

Re: [U-Boot] [PATCH] PPC: fix Warning: FOO uses hard float, BAR uses soft float.

2011-12-23 Thread Anatolij Gustschin
...@freescale.com Tested on TQM5200. Tested-by: Anatolij Gustschin ag...@denx.de Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [STATUS] -rc3 is out

2011-12-23 Thread Anatolij Gustschin
Hello Wolfgang, On Wed, 21 Dec 2011 20:45:42 +0100 Wolfgang Denk w...@denx.de wrote: ... I have just pushed out -rc3, so we have two more days for testing before the release of v2011.12 Please check that everythink looks as expected, and that all your important bug fixes have been merged.

Re: [U-Boot] About mtest on boot

2012-01-20 Thread Anatolij Gustschin
Hi, On Fri, 20 Jan 2012 08:07:41 -0200 Érico Porto ericoporto2...@gmail.com wrote: Hello, I want to stop autoboot and use mtest to check if my ram is alright, but 0x07FD2C00 forward freezes, and 0x0902 also freezes, mtest, when using it. My ramsize is 0x0800. Does u-boot uses

Re: [U-Boot] Displaying characters on the display in u-boot

2013-04-28 Thread Anatolij Gustschin
Hi, On Fri, 19 Apr 2013 21:29:33 +0530 Bhargav A K bhargav...@sasken.com wrote: Hi All, I have enabled the following configurations. in my board's config header #define CONFIG_VGA_AS_SINGLE_DEVICE #define CONFIG_VIDEO #define CONFIG_CFB_CONSOLE video_hw_init() returns a pointer to

[U-Boot] [PATCH] Fix references to the documentation files

2013-04-30 Thread Anatolij Gustschin
Many boot image configuration files refer to the appropriate documentation file, but these references contain typos in the directory and file name. Fix them. Also fix reference to doc/README.SPL file. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Prafulla Wadaskar prafu...@marvell.com Cc

Re: [U-Boot] cfb_console and dcache on i.MX6

2013-05-06 Thread Anatolij Gustschin
Hi Eric, On Sat, 04 May 2013 19:00:50 -0700 Eric Nelson eric.nel...@boundarydevices.com wrote: ... Now that the SD card driver is working properly with cache, we'd like to enable dcache on our boards, and found that this patch is still lingering without comment:

Re: [U-Boot] [PATCH] cfb_console: flush FB cache at end of public functions

2013-05-06 Thread Anatolij Gustschin
On Sat, 22 Sep 2012 16:29:38 -0700 Eric Nelson eric.nel...@boundarydevices.com wrote: Removed internal cache_flush operations and placed a flush of the entire frame-buffer at the end of each public function. Changed logo_plot() to static because it isn't called externally or declared in a

Re: [U-Boot] [PATCH 3/4] arm: mxs: Add MXS LCDIF driver

2013-05-06 Thread Anatolij Gustschin
On Sun, 28 Apr 2013 21:20:03 +0200 Marek Vasut ma...@denx.de wrote: Add basic LCD driver for i.MX233 and i.MX28. This driver allows framebuffer console and framebuffer logo. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Fabio Estevam fabio.este

Re: [U-Boot] [PATCH 4/4] arm: mxs: video: Enable MXS LCDIF on M28EVK

2013-05-06 Thread Anatolij Gustschin
On Sun, 28 Apr 2013 21:20:04 +0200 Marek Vasut ma...@denx.de wrote: Enable LCD output support on M28EVK. 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

Re: [U-Boot] [PATCH] Generalize cls command

2013-05-06 Thread Anatolij Gustschin
Hi, On Sat, 30 Mar 2013 19:53:40 +0100 Anatolij Gustschin ag...@denx.de wrote: From: Pali Rohár pali.ro...@gmail.com Add unified command cls. Previously this command existed only as part of the LCD driver, now it is available for other users as well and supports clearing ANSI terminal

Re: [U-Boot] [PATCH v3 10/11] video: add Faraday FTLCDC200 LCD controller support

2013-05-06 Thread Anatolij Gustschin
update 3. vertical status 4. bus error. There is also a single combined interrupt that is raised when any of the individual interrupts become active. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com CC: Anatolij Gustschin ag...@denx.de Acked-by: Anatolij Gustschin ag...@denx.de

Re: [U-Boot] Displaying characters on the display in u-boot

2013-05-10 Thread Anatolij Gustschin
Hi, On Fri, 10 May 2013 16:00:31 +0530 Bhargav A K bhargav...@sasken.com wrote: Hi Why are you using 0xA500 address here as the frame buffer base address? Yeah this is a very much a valid frame buffer address. I 'used' to use this for splash screen also and it worked fine.

Re: [U-Boot] [PATCH 2/2] wandboard: Disable data cache

2013-05-23 Thread Anatolij Gustschin
Hi Fabio, On Thu, 23 May 2013 14:50:24 -0300 Fabio Estevam fabio.este...@freescale.com wrote: Currently HDMI framebuffer only works if we disable data cache. Disable data cache until the proper fix is found. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Hi, If someone

Re: [U-Boot] [PATCH V2 REPOST 1/2] lcd: add functions to set up simplefb device tree

2013-06-05 Thread Anatolij Gustschin
On Tue, 04 Jun 2013 21:38:19 -0600 Stephen Warren swar...@wwwdotorg.org wrote: ... Anatolij, do these patches look good? Are you waiting for Albert to ack patch 2 in order to take it through the LCD tree? Thanks. these patches look good, I'll queue them. Sorry for delay. Thanks, Anatolij

Re: [U-Boot] [PATCH V2 REPOST 1/2] lcd: add functions to set up simplefb device tree

2013-06-05 Thread Anatolij Gustschin
On Mon, 27 May 2013 22:31:17 -0600 Stephen Warren swar...@wwwdotorg.org wrote: simple-framebuffer is a new device tree binding that describes a pre- configured frame-buffer memory region and its format. The Linux kernel contains a driver that supports this binding. Implement functions to

Re: [U-Boot] [PATCH V2 REPOST 2/2] ARM: bcm2835: add simplefb DT node during bootz/m

2013-06-05 Thread Anatolij Gustschin
On Mon, 27 May 2013 22:31:18 -0600 Stephen Warren swar...@wwwdotorg.org wrote: Add a DT simple-framebuffer node to DT when booting the Linux kernel. This will allow the kernel to inherit the framebuffer configuration from U-Boot, and display a graphical boot console, and even run a full SW-

Re: [U-Boot] Maintain U-Boot splash until application is loaded

2013-06-05 Thread Anatolij Gustschin
Hi Otavio, On Tue, 4 Jun 2013 23:13:43 -0300 Otavio Salvador ota...@ossystems.com.br wrote: ... I am working in a product and we'd like to keep the U-Boot splash until the application has been loaded so we have a graceful initialization. This project uses MX23 (so mxs SoC family). I tried

[U-Boot] Pull request: u-boot-video/master

2013-06-05 Thread Anatolij Gustschin
Hey Tom, The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47: P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to

[U-Boot] [PATCH 0/8] mpc512x updates for current merge window

2013-02-08 Thread Anatolij Gustschin
Various cleanups, extensions and new support for ac14xx board Anatolij Gustschin (8): mpc512x: add common LAW and Chip Select configuration mpc512x: use common code for CSx configuration mpc512x: use common code for clock setting for all mpc512x boards mpc512x: optionally configure DIU

[U-Boot] [PATCH 1/8] mpc512x: add common LAW and Chip Select configuration

2013-02-08 Thread Anatolij Gustschin
of additional CS parameters by CONFIG_SYS_CS_ALETIMING, CONFIG_SYS_CS_BURST, CONFIG_SYS_CS_DEADCYCLE and CONFIG_SYS_CS_HOLDCYCLE options. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/cpu/mpc512x/cpu_init.c | 96 +++ 1 files changed, 96 insertions(+), 0

[U-Boot] [PATCH 2/8] mpc512x: use common code for CSx configuration

2013-02-08 Thread Anatolij Gustschin
Remove CSx configurations from board code and only define required CSx macros in the board config file to configure chip select windows and parameters. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com Cc: Wolfgang Denk w...@denx.de --- board

[U-Boot] [PATCH 5/8] mpc512x: allow configuring board specific IPS divider

2013-02-08 Thread Anatolij Gustschin
Boards may define own IPS divider in the config file if the default IPS divider doesn't fit their needs. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/include/asm/immap_512x.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include/asm

[U-Boot] [PATCH 3/8] mpc512x: use common code for clock setting for all mpc512x boards

2013-02-08 Thread Anatolij Gustschin
Only define enabled clocks in the config file and enable the clocks in common code. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com Cc: Wolfgang Denk w...@denx.de --- arch/powerpc/cpu/mpc512x/cpu_init.c |9 board/davedenx/aria

[U-Boot] [PATCH 4/8] mpc512x: optionally configure DIU, LPC and NFC deviders

2013-02-08 Thread Anatolij Gustschin
If a board config file defines DIU, LPC and NFC deviders, configure them in the SCFR1 register. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/cpu/mpc512x/cpu_init.c | 15 +++ arch/powerpc/include/asm/immap_512x.h |6 ++ 2 files changed, 21 insertions

[U-Boot] [PATCH 6/8] mpc512x: add ifm ac14xx board

2013-02-08 Thread Anatolij Gustschin
Add new mpc5121e based ac14xx board and a new pinmux config function for setting individual pinmux bit groups. This function is used in ac14xx board code. Signed-off-by: Anatolij Gustschin ag...@denx.de --- MAINTAINERS |1 + arch/powerpc/cpu/mpc512x/iopin.c

[U-Boot] [PATCH 8/8] mpc512x: pdm360ng: drop not needed memory node fixup

2013-02-08 Thread Anatolij Gustschin
ft_cpu_setup() already does memory node fixup, no need to do it again. Signed-off-by: Anatolij Gustschin ag...@denx.de --- board/pdm360ng/pdm360ng.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/pdm360ng/pdm360ng.c b/board/pdm360ng/pdm360ng.c index a1f2d5e

[U-Boot] [PATCH 7/8] mpc512x: Adjust the DRAM init sequence to the datasheet spec

2013-02-08 Thread Anatolij Gustschin
Do maintain a 200 usecs period of stable power and clock before asserting the CKE signal and sending commands, have at least 200 DRAM clock cycles pass after initialization before data access. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/cpu/mpc512x/fixed_sdram.c | 17

Re: [U-Boot] [PATCH] serial: CONSOLE macro is not used

2012-08-10 Thread Anatolij Gustschin
Hi, On Fri, 10 Aug 2012 09:04:28 +0200 Michal Simek mon...@monstr.eu wrote: Signed-off-by: Michal Simek mon...@monstr.eu --- drivers/serial/serial.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) Applied to my staging branch, thanks! Anatolij

Re: [U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 11 Jul 2012 14:26:38 +0200 Michal Simek mon...@monstr.eu wrote: Include arch specific gpio.h instead of asm-generic/gpio.h because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) define gpio functions in header file. asm-generic/gpio.h can be included in arch

Re: [U-Boot] [PATCH] tools: add kwboot binary to .gitignore file

2012-08-10 Thread Anatolij Gustschin
Hi, On Sun, 15 Jul 2012 18:29:38 +0200 Luka Perkov ub...@lukaperkov.net wrote: Signed-off-by: Luka Perkov ub...@lukaperkov.net --- tools/.gitignore |1 + 1 file changed, 1 insertion(+) applied to my staging branch, thanks! Anatolij ___

Re: [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:17 +0200 Marek Vasut ma...@denx.de wrote: This function converts static number to string in preprocessor. This is useful as it allows higher usage of puts() in favour of printf() Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH 2/3] COMMON: Use __stringify() instead of xstr()

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:18 +0200 Marek Vasut ma...@denx.de wrote: Kill multiple occurances and redeclaration of xstr in favor of __stringify(). Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de --- include/configs/MPC8308RDB.h|9 +++--

Re: [U-Boot] [PATCH 3/3] COMMON: Use __stringify() instead of MK_STR()

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:19 +0200 Marek Vasut ma...@denx.de wrote: Kill multiple occurances and redeclaration of MK_STR in favor of __stringify(). Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de --- arch/blackfin/include/asm/config-pre.h |2 -

Re: [U-Boot] [PATCH] config: Always use GNU ld

2012-08-10 Thread Anatolij Gustschin
Hi, On Thu, 2 Aug 2012 13:19:34 -0300 Otavio Salvador ota...@ossystems.com.br wrote: From: Khem Raj raj.k...@gmail.com This patch makes sure that we always use the GNU ld. U-Boot uses certain construct e.g. OVERLAY which are not implemented in gold therefore it always needs GNU ld for

Re: [U-Boot] [PATCH 3/3] COMMON: Use __stringify() instead of MK_STR()

2012-08-10 Thread Anatolij Gustschin
Hi Marek, On Wed, 8 Aug 2012 12:52:19 +0200 Marek Vasut ma...@denx.de wrote: ... diff --git a/common/env_common.c b/common/env_common.c index d9e990d..39e1792 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -37,8 +37,6 @@ DECLARE_GLOBAL_DATA_PTR;

Re: [U-Boot] [PATCH 1/3] COMMON: Add __stringify() function

2012-08-10 Thread Anatolij Gustschin
Hello Wolfgang, On Fri, 10 Aug 2012 22:45:54 +0200 Wolfgang Denk w...@denx.de wrote: ... applied to my staging branch, thanks! Please undo. This patch does not meet formal requirements. It contains code copied from Linux without sufficient attribution. OK, dropped for now. This series

Re: [U-Boot] [PATCH v4] tx25: Use generic gpio_* calls

2012-08-10 Thread Anatolij Gustschin
Hi, On Sat, 16 Jun 2012 22:46:17 +0530 Vikram Narayanan vikram...@gmail.com wrote: Instead of manipulating gpio registers directly, use the calls from the gpio library. Signed-off-by: Vikram Narayanan vikram...@gmail.com Acked-by: Stefano Babic sba...@denx.de Cc: John Rigby

[U-Boot] [PATCH 1/4] mpc5xxx: add pci_mpc5xxx_init prototype to common header

2012-08-13 Thread Anatolij Gustschin
Add pci_mpc5xxx_init() prototype to the header file, so board .c files do not need to add extern pci_mpc5xxx_init() declaration. Signed-off-by: Anatolij Gustschin ag...@denx.de --- include/mpc5xxx.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/mpc5xxx.h b

[U-Boot] [PATCH 2/4] mpc5xxx: add GPIO port configuration

2012-08-13 Thread Anatolij Gustschin
Add posibility for board specifig GPIO configurations using various CONFIG_SYS_ macros. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/cpu/mpc5xxx/cpu_init.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/cpu/mpc5xxx

[U-Boot] [PATCH 3/4] mpc52xx: add common o2dnt and o2dnt2 support and configurations

2012-08-13 Thread Anatolij Gustschin
Add common code for o2dnt and o2dnt2 based boards and add different board configuration files for O2D, O2I, O2DNT2, O2D300, O2MNT and O3DNT boards. Signed-off-by: Anatolij Gustschin ag...@denx.de --- board/ifm/o2dnt2/Makefile | 34 board/ifm/o2dnt2/o2dnt2.c | 400

[U-Boot] [PATCH 4/4] mpc52xx: remove o2dnt board

2012-08-13 Thread Anatolij Gustschin
Remove old o2dnt board without OF support. New support for this board is added by the previous patch, O2D configuration. Signed-off-by: Anatolij Gustschin ag...@denx.de --- board/o2dnt/Makefile | 45 board/o2dnt/flash.c | 587 -- board

Re: [U-Boot] [PATCH 4/4] mpc52xx: remove o2dnt board

2012-08-13 Thread Anatolij Gustschin
On Mon, 13 Aug 2012 11:38:12 +0200 Anatolij Gustschin ag...@denx.de wrote: Remove old o2dnt board without OF support. New support for this board is added by the previous patch, O2D configuration. Signed-off-by: Anatolij Gustschin ag...@denx.de --- board/o2dnt/Makefile | 45 board

Re: [U-Boot] [PATCH 4/4] mpc52xx: remove o2dnt board

2012-08-13 Thread Anatolij Gustschin
On Mon, 13 Aug 2012 11:38:12 +0200 Anatolij Gustschin ag...@denx.de wrote: ... board/o2dnt/Makefile | 45 board/o2dnt/flash.c | 587 -- board/o2dnt/o2dnt.c | 189 boards.cfg |1 - 4 files changed, 0

Re: [U-Boot] [PATCH 1/2 v2] net: punt bd-bi_ip_addr

2012-08-27 Thread Anatolij Gustschin
Hi Mike, On Thu, 5 Apr 2012 00:53:40 -0400 Mike Frysinger vap...@gentoo.org wrote: This field gets read in one place (by bdinfo), and we can replace that with getenv(ipaddr). After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. unfortunately

[U-Boot] [PATCH v2 3/4] mpc52xx: add common o2dnt and o2dnt2 support and configurations

2012-08-31 Thread Anatolij Gustschin
Add common code for o2dnt and o2dnt2 based boards and add different board configuration files for O2D, O2I, O2DNT2, O2D300, O2MNT and O3DNT boards. Signed-off-by: Anatolij Gustschin ag...@denx.de --- v2: - add maintainer entries - fix o2d board flash configuration, also tested on o2d variant

[U-Boot] [PATCH v2 4/4] mpc52xx: remove o2dnt board

2012-08-31 Thread Anatolij Gustschin
Remove old o2dnt board without OF support. New support for this board is added by the previous patch, O2I configuration. Signed-off-by: Anatolij Gustschin ag...@denx.de --- v2: - also remove old o2dnt.h - fix commit message board/o2dnt/Makefile| 45 board/o2dnt/flash.c | 587

[U-Boot] Pull request: u-boot-staging

2012-09-01 Thread Anatolij Gustschin
Hello Wolfgang, The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127: zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200) are available in the git repository at: git://git.denx.de/u-boot-staging.git ag...@denx.de Khem Raj (1): config: Always use GNU ld

[U-Boot] [PATCH v2 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-01 Thread Anatolij Gustschin
From: Bastian Ruppert bastian.rupp...@sewerin.de Extend the driver for placing the video/bmp logo as specified by splashpos environment variable. Signed-off-by: Bastian Ruppert bastian.rupp...@sewerin.de Signed-off-by: Anatolij Gustschin ag...@denx.de CC: Tom Rini tr...@ti.com CC: Stefano Babic

Re: [U-Boot] [PATCH 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-01 Thread Anatolij Gustschin
Hi Bastian, there is a number of issues with this patch, please see comments below. On Fri, 10 Aug 2012 09:26:43 +0200 Bastian Ruppert bastian.rupp...@sewerin.de wrote: Signed-off-by: Bastian Ruppert bastian.rupp...@sewerin.de CC: Anatolij Gustschin ag...@denx.de CC: Tom Rini tr...@ti.com

[U-Boot] [PATCH] [RFC] powerpc: re-add bi_ip_addr to bd_t struct

2012-09-02 Thread Anatolij Gustschin
it seems. bd_t is not used by other arches in the 2.4 linux tree. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/include/asm/u-boot.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include/asm/u-boot.h b/arch/powerpc/include/asm/u-boot.h

Re: [U-Boot] [PATCH V3 0/4] common/lcd cleanup

2012-09-05 Thread Anatolij Gustschin
Hi, On Wed, 05 Sep 2012 09:51:12 +0300 Igor Grinberg grinb...@compulab.co.il wrote: Hi guys, This series is waiting for several month already. Only the V3 is one month old and hasn't got any comments so far. So, if Anatolij for some reason cannot deal with it, please merge it via a

Re: [U-Boot] [PATCH v2 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-05 Thread Anatolij Gustschin
Hello Bastian, On Wed, 5 Sep 2012 12:52:59 +0200 bastian.rupp...@sewerin.de wrote: ... + video_logo_height += video_logo_ypos; + return video_fb_address + video_logo_height * VIDEO_LINE_LEN; + } +#endif I have some trouble with this version when using splashpos = m,m . In

Re: [U-Boot] [PATCH v3 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-06 Thread Anatolij Gustschin
Hi, On Thu, 6 Sep 2012 08:07:36 +0200 Bastian Ruppert bastian.rupp...@sewerin.de wrote: Extend the driver for placing the video/bmp logo as specified by splashpos environment variable. Signed-off-by: Bastian Ruppert bastian.rupp...@sewerin.de Signed-off-by: Anatolij Gustschin ag...@denx.de

Re: [U-Boot] [PATCH v3 4/6] video: cfb_console: add function to plot the logo area black

2012-09-06 Thread Anatolij Gustschin
Hi, On Thu, 6 Sep 2012 08:07:37 +0200 Bastian Ruppert bastian.rupp...@sewerin.de wrote: Signed-off-by: Bastian Ruppert bastian.rupp...@sewerin.de CC: Anatolij Gustschin ag...@denx.de CC: Tom Rini tr...@ti.com CC: Stefano Babic sba...@denx.de --- drivers/video/cfb_console.c | 46

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

2012-09-17 Thread Anatolij Gustschin
Hi Eric, On Mon, 17 Sep 2012 13:20:49 -0700 Eric Nelson eric.nel...@boundarydevices.com wrote: Series includes one patch to fix a register name in imx6/crm_regs.h and a second that's a re-base of Fabio's patch from 5/31. http://patchwork.ozlabs.org/patch/162206/ Note that I'm not

Re: [U-Boot] [PATCH] drivers:video:s6e8ax0: change data_to_send array to static

2013-07-01 Thread Anatolij Gustschin
...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com CC: Anatolij Gustschin ag...@denx.de --- drivers/video/s6e8ax0.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij

Re: [U-Boot] [PATCH] lcd: remove unaligned access in lcd_dt_simplefb_configure_node()

2013-07-01 Thread Anatolij Gustschin
On Mon, 1 Jul 2013 12:35:46 -0400 Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/01/2013 12:30 PM, Stephen Warren wrote: On 06/13/2013 05:13 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Some ARM compilers may emit code that

Re: [U-Boot] [PATCH] lcd: remove unaligned access in lcd_dt_simplefb_configure_node()

2013-07-01 Thread Anatolij Gustschin
On Thu, 13 Jun 2013 17:13:11 -0600 Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com Some ARM compilers may emit code that makes unaligned accesses when faced with constructs such as: const char format[] = r5g6b5; Make this data static since it doesn't

Re: [U-Boot] [PATCH V4] lcd: align bmp header when uncopmressing image

2013-07-01 Thread Anatolij Gustschin
-by: Kyungmin Park kyungmin.p...@samsung.com CC: Anatolij Gustschin ag...@denx.de CC: Wolfgang Denk w...@denx.de --- Changes for V4: - dropped the if condition Changes for V3: - add comment on why extra space is allocated for uncompressed bmp header - change the + 2 aligment method as Wolfgang Denk

Re: [U-Boot] [PATCH 0/3 v2] video: lcd: splash screen prepare changes

2013-07-01 Thread Anatolij Gustschin
Hello Robert, On Wed, 26 Jun 2013 16:00:20 -0700 Robert Winkler robert.wink...@boundarydevices.com wrote: Hello all, I haven't heard from anyone but Igor. Does that mean it looks good? Sorry for delay, I've applied this series now. Thanks! Anatolij

Re: [U-Boot] [PATCH] bmp: Respect splashpos if it is defined

2013-07-01 Thread Anatolij Gustschin
Hello Otavio, Sorry for delay. On Thu, 6 Jun 2013 14:57:23 -0300 Otavio Salvador ota...@ossystems.com.br wrote: ... +#ifdef CONFIG_SPLASH_SCREEN_ALIGN + s = getenv(splashpos); + if (s != NULL) { + if (s[0] == 'm') + x = BMP_ALIGN_CENTER; +

[U-Boot] [PATCH] video: consolidate splash screen alignment code

2013-07-01 Thread Anatolij Gustschin
Code for checking splashpos environment variable is duplicated in drivers, move it to the common function. Call this function also in the bmp display command to consider splashpos settings. Signed-off-by: Anatolij Gustschin ag...@denx.de --- common/cmd_bmp.c|3 +++ common/lcd.c

[U-Boot] Pull request: u-boot-video/master

2013-07-01 Thread Anatolij Gustschin
Hello Tom, The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1: Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to

Re: [U-Boot] Pull request: u-boot-video/master

2013-07-02 Thread Anatolij Gustschin
On Mon, 1 Jul 2013 23:11:07 -0300 Otavio Salvador ota...@ossystems.com.br wrote: ... You didn' t put the splashpos fix. I would prefer to wait a few days, so other people will have a chance to review and comment. Also I didn't test the splashpos fix yet, it was only compile-tested. Thanks,

Re: [U-Boot] [PATCH] video: consolidate splash screen alignment code

2013-07-08 Thread Anatolij Gustschin
On Tue, 2 Jul 2013 00:04:05 +0200 Anatolij Gustschin ag...@denx.de wrote: Code for checking splashpos environment variable is duplicated in drivers, move it to the common function. Call this function also in the bmp display command to consider splashpos settings. Signed-off-by: Anatolij

[U-Boot] Pull request: u-boot-video/master (updated)

2013-07-08 Thread Anatolij Gustschin
to fetch changes up to ff8fb56b6f7edafc1bcba8ef008b3f368cabe60d: video: consolidate splash screen alignment code (2013-07-08 20:21:24 +0200) Anatolij Gustschin (1): video: consolidate splash screen alignment code Piotr

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

2013-07-26 Thread Anatolij Gustschin
Hello Robert, On Thu, 25 Jul 2013 11:21:10 -0700 Robert Winkler robert.wink...@boundarydevices.com wrote: Hello all, We're trying to figure out how best to get rid of static code like this:

Re: [U-Boot] [PATCH v7 02/11] video: add Faraday FTLCDC200 LCD controller support

2013-08-09 Thread Anatolij Gustschin
update 3. vertical status 4. bus error. There is also a single combined interrupt that is raised when any of the individual interrupts become active. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com CC: Albert Aribaud albert.u.b...@aribaud.net CC: Anatolij Gustschin ag...@denx.de

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

2013-08-09 Thread Anatolij Gustschin
On Tue, 30 Jul 2013 23:37:52 +0200 Marek Vasut ma...@denx.de wrote: Allocate the framebuffer aligned so it can be flushed and the flush_dcache_range() function won't complain. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Fabio Estevam fabio.este

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

2013-08-09 Thread Anatolij Gustschin
into it's registers. 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

Re: [U-Boot] [PATCH 01/11] dma: apbh: Add special circular mode for LCD

2013-08-09 Thread Anatolij Gustschin
allows starting exactly such transfer. 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 --- arch/arm/include/asm/imx-common/dma.h |2

Re: [U-Boot] [PATCH 04/11] video: Implement continuous screen refresh for SmartLCD into mxsfb

2013-08-09 Thread Anatolij Gustschin
bit. 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 --- drivers/video/mxsfb.c | 26 ++ 1 file changed, 26

Re: [U-Boot] [PATCH 07/11] video: Encapsulate font in video_font_data.h

2013-08-10 Thread Anatolij Gustschin
Hi, On Tue, 30 Jul 2013 23:37:57 +0200 Marek Vasut ma...@denx.de wrote: This patch moves all the font configuration values into video_font_data.h so they are all in the right place with the font. The video_font.h now only includes video_font_data.h and will allow us to select and include

Re: [U-Boot] [PATCH 09/11] video: Fix cfb_console for 4-bit wide font

2013-08-10 Thread Anatolij Gustschin
...@denx.de Cc: Anatolij Gustschin ag...@denx.de --- drivers/video/cfb_console.c | 21 + 1 file changed, 21 insertions(+) Applied to u-boot-video/master. Thanks! Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH v2] video: add L5F31188 TFT-LCD panel driver

2013-08-10 Thread Anatolij Gustschin
On Wed, 31 Jul 2013 17:25:34 +0900 Hyungwon Hwang human.hw...@samsung.com wrote: This is u-boot driver for L5F31188 panel. I tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. Changes in V2: - Replaced license header by SPDX-License-Identifier.

Re: [U-Boot] [PATCH 3/7] arm, am33xx: add clk_get prototype

2013-08-10 Thread Anatolij Gustschin
On Sat, 3 Aug 2013 07:22:49 +0200 Heiko Schocher h...@denx.de wrote: the clk_get() function is needed for the da8xx-fb video driver, which is used on the am3xx based siemens boards. Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com ---

Re: [U-Boot] [PATCH 2/7] video, da8xx: move da8xx-fb.h to drivers/video

2013-08-10 Thread Anatolij Gustschin
-by: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Tom Rini tr...@ti.com --- board/davinci/ea20/ea20.c | 2 +- drivers/video/da8xx-fb.c| 2 +- {arch/arm

Re: [U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo

2013-08-10 Thread Anatolij Gustschin
start: arch_number = 0x10DC [...] sp start= 0x8EF32F20 FB base = 0x8EF3C788 Signed-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Tom Rini tr...@ti.com --- drivers/video/da8xx-fb.c | 1 + 1 Datei geändert, 1 Zeile hinzugefügt(+) Applied to u

Re: [U-Boot] [PATCH 4/7] video, da8xx-fb: changes for am335x usage

2013-08-10 Thread Anatolij Gustschin
-off-by: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Tom Rini tr...@ti.com --- board/davinci/ea20/ea20.c | 26 +++- drivers/video/da8xx-fb.c | 335 ++ drivers/video/da8xx-fb.h | 4

Re: [U-Boot] [PATCH 6/7] tools, bmp_logo: fix index from uint16_t to int to allow bigger logos

2013-08-10 Thread Anatolij Gustschin
On Sat, 3 Aug 2013 07:22:52 +0200 Heiko Schocher h...@denx.de wrote: when generating the bmp_logo_bitmap, the index is casted as an uint16_t. So bigger logos as 65535 bytes are converted wrong Fix this. Signed-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de

Re: [U-Boot] [PATCH 7/7] video: add an option to skip cfb console init

2013-08-10 Thread Anatolij Gustschin
-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de --- drivers/video/cfb_console.c | 18 ++ 1 Datei geändert, 18 Zeilen hinzugefügt(+) Applied to u-boot-video/master after changing to use __weak, thanks! Anatolij

Re: [U-Boot] [PATCH 07/11] video: Encapsulate font in video_font_data.h

2013-08-12 Thread Anatolij Gustschin
different font once more fonts are added. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de --- arch/powerpc/cpu/mpc8xx/video.c |1 - common/lcd.c|1 - drivers/video/cfb_console.c |1 - drivers/video/sed156x.c |1

Re: [U-Boot] [PATCH 08/11] video: Add small 4x6 font from Linux

2013-08-12 Thread Anatolij Gustschin
this smaller font, CONFIG_VIDEO_FONT_4X6 , but this is disabled by default. The default setting is the regular large font. Signed-off-by: Marek Vasut ma...@denx.de Cc: Anatolij Gustschin ag...@denx.de --- include/video_font.h |4 + include/video_font_4x6.h | 2154

Re: [U-Boot] [PATCH RESEND] exynos: video: change mipi dsi write function parameters correctly

2013-08-12 Thread Anatolij Gustschin
On Mon, 05 Aug 2013 13:34:32 +0900 Donghwa Lee dh09@samsung.com wrote: This patch have changed mipi dsi write functions' parameters correctly so that type cast operations were removed. And mipi dsi payload is composed with array of panel commands to improve readability. Signed-off-by:

Re: [U-Boot] [PATCH] edid: rename struct member to fix two EDID_* macros

2013-08-12 Thread Anatolij Gustschin
On Wed, 7 Aug 2013 09:22:33 +0200 Christian Gmeiner christian.gmei...@gmail.com wrote: Without this change EDID_DETAILED_TIMING_VSYNC_OFFSET and EDID_DETAILED_TIMING_VSYNC_PULSE_WIDTH macros can not be used (compile error). The fix is quite trivial: rename struct member to the expected

[U-Boot] Pull request: u-boot-video/master

2013-08-12 Thread Anatolij Gustschin
Hey Tom, The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076: nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to

Re: [U-Boot] [PATCH v4 5/6] video: add formike lcd panel init

2013-08-19 Thread Anatolij Gustschin
On Mon, 19 Aug 2013 16:39:00 +0200 Heiko Schocher h...@denx.de wrote: Signed-off-by: Heiko Schocher h...@denx.de Cc: Anatolij Gustschin ag...@denx.de Cc: Tom Rini tr...@ti.com --- - changes for v4: new patch in this patchserie, as video support added drivers/video/Makefile | 1

Re: [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards

2013-08-19 Thread Anatolij Gustschin
Hi Tom, On Mon, 19 Aug 2013 11:35:26 -0400 Tom Rini tr...@ti.com wrote: On Mon, Aug 19, 2013 at 04:38:55PM +0200, Heiko Schocher wrote: [snip] - changes for v4: - rebased against u-boot-ti commit 425faf74cd8189c87919f7e72a0101c684ee3b9f therefore added define

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-29 Thread Anatolij Gustschin
patch help? Thanks, Anatolij From 394344a469ea18234adc8f611925e41bc532e230 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin ag...@denx.de Date: Tue, 16 Apr 2013 11:01:54 +0200 Subject: [PATCH] imx_watchdog: do not soft-reset while watchdog init Currently the driver clears WCR_SRS bit when

Re: [U-Boot] i.MX6 based board does not work if watchdog support is enabled

2013-09-30 Thread Anatolij Gustschin
Hi Stefano, On Mon, 30 Sep 2013 07:41:46 +0200 Stefano Babic sba...@denx.de wrote: ... Can you resend the patch in the usual way to ML for including into mainline ? yes, I can resend it. Thanks, Anatolij ___ U-Boot mailing list

[U-Boot] [PATCH] imx_watchdog: do not soft-reset while watchdog init

2013-09-30 Thread Anatolij Gustschin
Currently the driver clears WCR_SRS bit when enabling the watchdog and this causes a software reset. Do not clear WCR_SRS. Signed-off-by: Anatolij Gustschin ag...@denx.de --- drivers/watchdog/imx_watchdog.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/watchdog

  1   2   3   4   5   6   7   8   9   10   >