[U-Boot] i.mx28 can't power off in imx-boot

2012-07-01 Thread alex
Hi: I can't power off the chip by function "mx28_powerdown", and I can't find any error on it. So I want to know whether this issue is on your side. The code is based on mainline imx-uboot. Best Regards, Alex ___ U-Boot mailing list U-Boot@lists.de

Re: [U-Boot] [PATCH v2] arm,davinci: update for enbw_cmc board

2012-07-01 Thread Heiko Schocher
Hello Tom, On 15.05.2012 08:24, Heiko Schocher wrote: - change gpio pin settings: - gpio pin 6[13] (PLC reset) default value low - gpio pin 6[0] (TPM reset) default value low - 4 new GPIO pins pin i/o name - 3[9] input Board Type - 2[7] input HW-ID0 - 2[6] inpu

Re: [U-Boot] [PATCH] microblaze: add missing undefs for UBI and UBIFS

2012-07-01 Thread Michal Simek
On 06/29/2012 11:23 PM, Stephan Linz wrote: In the case of missing flash usage disaple (undef) all the UBI support in the same way as for JFFS2. Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/inclu

Re: [U-Boot] [PATCH 1/2] microblaze: expand and correct configuration comments

2012-07-01 Thread Michal Simek
2012/7/1 Stephan Linz : > - fix CONFIG_SYS_MALLOC_BASE from 0x11FB_F000 to 0x13EF_F000 > - add new size calculation for CONFIG_SYS_MONITOR_LEN > and CONFIG_SYS_MALLOC_LEN derived from SIZE > - change CONFIG_SYS_MONITOR_BASE and CONFIG_SYS_MALLOC_BASE > calculation to a symbolic equati

Re: [U-Boot] [PATCH 2/2] microblaze: move ENV onto top of flash

2012-07-01 Thread Michal Simek
2012/7/1 Stephan Linz : > On Microblaze systems with BPI configuration from CFI flash > the first 1-10 MB will occupied by the FPGA configuration > data (BIN file). So we can not use this area for the U-Boot > environment. > > In most of all FPGA configuration cases the upper sector in > flash memo

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-01 Thread Michal Simek
2012/6/29 Stephan Linz : > Am Freitag, den 29.06.2012, 10:18 +0200 schrieb Michal Simek: >> On 06/29/2012 04:32 AM, Simon Glass wrote: >> > Hi, >> > >> > --snip-- >> >> I have sent support for Microblaze. Currently without dts because I want to >> clear this part a little bit. > > Hi Michal, > > l

[U-Boot] [PATCH v2] arm : Atmel : add at91sam9x5ek board support

2012-07-01 Thread Bo Shen
Add at91sam9x5ek board support, this board support the following SoCs AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35 Using at91sam9x5ek_nandflash to configure for the board Now only supports NAND with software ECC boot up This patch is based on git://git.denx.de/u-boot-atmel.gi

[U-Boot] [PATCH] video: support exynos fimd driver for various exynos series

2012-07-01 Thread Donghwa Lee
This patch supports exynos fimd driver for various exynos series different from existing it supports only exynos4 chip. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/fb.h | 15 +- drivers/video/exynos_fimd.c | 85 +

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

2012-07-01 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk. Please pull from git://git.denx.de/u-boot-sh master. Best regards, Nobuhiro The following changes since commit 436da3cd233e7166b5ce9293dbd28092cf37bcc9: ext2load: increase read speed (2012-06-21 22:49:33 +0200) are available in the git repository at: git://git.denx.d

Re: [U-Boot] [PATCH v3 1/3] AM335x : Add USB support for AM335x in u-boot

2012-07-01 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 9:38 PM, Ilya Yanok wrote: > Hi, > > Harman Sohanpal ti.com> writes: >> +/* Control Module Registers */ >> +#define CM_REGISTERS CTRL_BASE >> +#define USB_CTRL0_REG_OFFSET (0x628) >> +#define USB_CTRL1_REG_OFFSET (0x680) Hi llya, Thanks for your review. But

Re: [U-Boot] Is it possible to boot the U-boot from the another U-boot from the flash area

2012-07-01 Thread Ishwar Saunshi
Thanks Wolfgang & Kolja, Kolja, I wanted to do the same with the other Uboot what you have already achieved, Infact I am using mpc85xx too. could you please list out the changes you made. Thanks for the help. ___ U-Boot mailing list U-Boot@lists.denx.

[U-Boot] [PATCH 1/2] microblaze: expand and correct configuration comments

2012-07-01 Thread Stephan Linz
- fix CONFIG_SYS_MALLOC_BASE from 0x11FB_F000 to 0x13EF_F000 - add new size calculation for CONFIG_SYS_MONITOR_LEN and CONFIG_SYS_MALLOC_LEN derived from SIZE - change CONFIG_SYS_MONITOR_BASE and CONFIG_SYS_MALLOC_BASE calculation to a symbolic equation with the corresponding _LEN

[U-Boot] [PATCH 2/2] microblaze: move ENV onto top of flash

2012-07-01 Thread Stephan Linz
On Microblaze systems with BPI configuration from CFI flash the first 1-10 MB will occupied by the FPGA configuration data (BIN file). So we can not use this area for the U-Boot environment. In most of all FPGA configuration cases the upper sector in flash memory will be free for individuell usage

[U-Boot] [PATCH] cfb_console: Add support for some ANSI terminal escape codes

2012-07-01 Thread Pali Rohár
Hello, I'm sending new patch which add support for ANSI terminal in cfb_console driver. This patch comes from RX-51 patch series, but more cfb patches were commited to u-boot git. This is last patch for cfb driver, so I'm sending it separatly. Changes from last version: this patch is rebased on to

Re: [U-Boot] [PATCH v5] AT91SAM9*: Change kernel address in dataflash to match u-boot's size

2012-07-01 Thread Andreas Bießmann
Dear Alexandre Belloni, I would like to apply this to upcoming 2012.07. Unfortunately this patch does not apply cleanly on current u-boot-atmel, please rebase and fix some minor parts. On 21.04.12 23:24, Alexandre Belloni wrote: > On at91sam platforms, u-boot grew larger than the allocated size i

[U-Boot] Modifying IP&mac address

2012-07-01 Thread Ran Shalit
Hello, I would like to ask your advise concerning modifying ip address: I need to modify ip address and ethernet address according to some hardware input in application. This change can be done in u-boot or linux. When I consider where is the best place to set the ip/mac address ( u-boot or linux)