Re: [U-Boot] [PATCH v2] mx6dl: Add initial support for Wandboard dual lite

2013-03-09 Thread Wolfgang Denk
Dear Fabio Estevam, In message <1362873704-23598-1-git-send-email-feste...@gmail.com> you wrote: > > Add initial support for Wandboard dual lite. ... > Changes since v1: > - Use get_ram_size > - Remove ARP_TIMEOUT > - Remove unneeded "1u" Thanks. I have still a question: > +int dram_init(void

Re: [U-Boot] [PATCH V5 REPOST 6/7] mmc: add bcm2835 driver

2013-03-09 Thread Stephen Warren
On 02/03/2013 04:27 AM, Albert ARIBAUD wrote: > On Tue, 15 Jan 2013 19:26:58 -0700, Stephen Warren > wrote: > >> This adds a simple driver for the BCM2835's SD controller. >> >> Workarounds are implemented for: >> * Register writes can't be too close to each-other in time, or they will >> be l

Re: [U-Boot] [PATCH] mtd: nand: fix the written length when nand_write_skip_bad failed

2013-03-09 Thread htbegin
Hi, Scott On Fri, Mar 8, 2013 at 6:27 AM, Scott Wood wrote: >> >> I just use "*length -= left_to_write - written_size" to tell the upper >> >> level that what >> >> had been actually happened. For the current block, "written_size" has >> >> been written to the NAND Flash yet, so left_to_write sh

Re: [U-Boot] [PATCH V2] Add Boundary Devices Nitrogen6X boards

2013-03-09 Thread Troy Kisky
On 3/9/2013 5:04 PM, Eric Nelson wrote: diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c new file mode 100644 index 000..147bd91 --- /dev/null +++ b/board/boundary/nitrogen6x/nitrogen6x.c @@ -0,0 +1,895 @@ +int dram_init(void) +{ + gd->ram_si

[U-Boot] [PATCH v2] mx6dl: Add initial support for Wandboard dual lite

2013-03-09 Thread Fabio Estevam
From: Fabio Estevam Add initial support for Wandboard dual lite. Wandboard is a development board that has two variants: one version based on mx6 dual lite and another one based on mx6 solo. For details on the features of Wandboard, please refer to: http://www.wandboard.org/ Signed-off-by: Fab

[U-Boot] [PATCH] i.MX6: mx6qsabrelite: discard override of CONFIG_ARP_TIMEOUT

2013-03-09 Thread Eric Nelson
Nothing on the SABRE Lite board warrants a shorter than normal ARP timeout. Signed-off-by: Eric Nelson --- include/configs/mx6qsabrelite.h |2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 5dc8255..fb58265 100644 --- a

Re: [U-Boot] [PATCH] mx6dl: Add initial support for Wandboard dual lite

2013-03-09 Thread Wolfgang Denk
Dear Fabio Estevam, In message <1362861792-23032-1-git-send-email-feste...@gmail.com> you wrote: > > Add initial support for Wandboard dual lite. Thanks! > +int dram_init(void) > +{ > + gd->ram_size = imx_ddr_size(); Can we please use get_ram_size() to verify / test the actual RAM size?

Re: [U-Boot] [RFC PATCH 0/22] RFC: image: Reduce code duplication and refactor

2013-03-09 Thread Simon Glass
Hi, On Thu, Jan 10, 2013 at 6:58 AM, Simon Glass wrote: > In creating a new feature[*] I found that the image code includes quite > a bit of duplication in places. In particular the code to load a kernel, > FDT and ramdisk is all fairly similar, but subtly different. > > This series introduces a

[U-Boot] [PATCH] mx6dl: Add initial support for Wandboard dual lite

2013-03-09 Thread Fabio Estevam
From: Fabio Estevam Add initial support for Wandboard dual lite. Wandboard is a development board that has two variants: one version based on mx6 dual lite and another one based on mx6 solo. For details on the features of Wandboard, please refer to: http://www.wandboard.org/ Signed-off-by: Fab

Re: [U-Boot] [PATCH v8 13/31] arm: Enable generic board support

2013-03-09 Thread Otavio Salvador
On Sat, Mar 9, 2013 at 3:30 PM, Simon Glass wrote: > Hi Otavio, > > On Sat, Mar 9, 2013 at 4:31 AM, Otavio Salvador > wrote: >> >> On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass wrote: >> > This enables generic board support so that ARM boards can define >> > CONFIG_SYS_GENERIC_BOARD. >> > >> > Sig

Re: [U-Boot] [PATCH v8 13/31] arm: Enable generic board support

2013-03-09 Thread Simon Glass
Hi Otavio, On Sat, Mar 9, 2013 at 4:31 AM, Otavio Salvador wrote: > On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass wrote: > > This enables generic board support so that ARM boards can define > > CONFIG_SYS_GENERIC_BOARD. > > > > Signed-off-by: Simon Glass > > --- > > Changes in v8: > > - Define __

[U-Boot] [PATCH V3] i.MX6: Add hdmidet command to detect attached HDMI monitor

2013-03-09 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 uses struct hdmi_regs instead of raw offsets. V3 changes whitespace (line break) arch/arm/imx-common/Makefile |1 + arch/arm/imx-common/cmd_hdmidet.c | 37 + 2 files changed, 38 insertions(+) create mode 100644 ar

Re: [U-Boot] [PATCH V2] i.MX6: Add hdmidet command to detect attached HDMI monitor

2013-03-09 Thread Otavio Salvador
On Sat, Mar 9, 2013 at 1:26 PM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > > V2 uses struct hdmi_regs instead of raw offsets. > > arch/arm/imx-common/Makefile |1 + > arch/arm/imx-common/cmd_hdmidet.c | 38 > + > 2 files changed, 39 in

[U-Boot] [PATCH V2] i.MX6: Add hdmidet command to detect attached HDMI monitor

2013-03-09 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 uses struct hdmi_regs instead of raw offsets. arch/arm/imx-common/Makefile |1 + arch/arm/imx-common/cmd_hdmidet.c | 38 + 2 files changed, 39 insertions(+) create mode 100644 arch/arm/imx-common/cmd_hdmidet.c di

[U-Boot] [PULL REQUEST] MPC82xx

2013-03-09 Thread Wolfgang Denk
Dear Tom, The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4: x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800) are available in the git repository at: git://git.denx.de/u-boot-mpc82xx master for you to fetch changes up to 8327122b0d25a4be29292f

Re: [U-Boot] [PATCH 2/2] powerpc/82xx/km: removed unneeded ifdef

2013-03-09 Thread Wolfgang Denk
Dear Holger Brunck, In message <1358504897-6688-2-git-send-email-holger.bru...@keymile.com> you wrote: > All boards from this serie uses i2c. So we can drop these unneeded > defines. > > Signed-off-by: Holger Brunck > --- > board/keymile/km82xx/km82xx.c |3 --- > 1 files changed, 0 inserti

Re: [U-Boot] [PATCH 1/2] powerpc/82xx/km: make handle_mgcoge3un_reset static

2013-03-09 Thread Wolfgang Denk
Dear Holger Brunck, In message <1358504897-6688-1-git-send-email-holger.bru...@keymile.com> you wrote: > Signed-off-by: Holger Brunck > --- > board/keymile/km82xx/km82xx.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-mpc82xx, thanks. Best regards, Wolfgang

[U-Boot] [PULL REQUEST] MPC5xxx

2013-03-09 Thread Wolfgang Denk
Dear Tom, I apologize for being inattentive for so long... The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4: x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800) are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx master fo

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-8-git-send-email-ag...@denx.de> you wrote: > 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. >

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-9-git-send-email-ag...@denx.de> you wrote: > ft_cpu_setup() already does memory node fixup, no need > to do it again. > > Signed-off-by: Anatolij Gustschin > --- > board/pdm360ng/pdm360ng.c |1 - > 1 files changed, 0 insertions(+), 1 del

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-6-git-send-email-ag...@denx.de> you wrote: > 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 > --- > arch/powerpc/include/asm/immap_512x.h |

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-7-git-send-email-ag...@denx.de> you wrote: > 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

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-5-git-send-email-ag...@denx.de> you wrote: > If a board config file defines DIU, LPC and NFC deviders, > configure them in the SCFR1 register. > > Signed-off-by: Anatolij Gustschin > --- > arch/powerpc/cpu/mpc512x/cpu_init.c | 15 +++

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-4-git-send-email-ag...@denx.de> you wrote: > Only define enabled clocks in the config file and enable > the clocks in common code. > > Signed-off-by: Anatolij Gustschin > Cc: Reinhard Arlt > Cc: Wolfgang Denk > --- > arch/powerpc/cpu/mpc51

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-3-git-send-email-ag...@denx.de> you wrote: > 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 > C

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

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-2-git-send-email-ag...@denx.de> you wrote: > Currently each mpc512x board has its own LAW and CS config code, > we should avoid this code duplication. Allow all boards to use > common code by only defining LAW and CS config macros like > CONFIG

Re: [U-Boot] [PATCH] mpc5200: a4m2k: Implement custom "dynamic" watchdog support

2013-03-09 Thread Wolfgang Denk
Dear Stefan Roese, In message <1360239028-1926-1-git-send-email...@denx.de> you wrote: > This patch adds a custom U-Boot command "wdogtoggle" which enables the > external hardware watchdog toggling via an GPIO pin on the a4m2k > board. After issuing this commands, the watchdog will be serviced > b

Re: [U-Boot] [v3 PATCH] mpc5200: Add a4m2k board port

2013-03-09 Thread Wolfgang Denk
Dear Stefan Roese, In message <1360239011-1852-1-git-send-email...@denx.de> you wrote: > This patch adds the a4m2k MPC5200B board port. Its a derivate of > the a3m071 board with only minor changes. > > Additionally this patch includes some clean-up changes: > - Remove I2C support from a3m071 as i

Re: [U-Boot] [PATCH] mpc5200: spl_boot.c: Change init oder to first enable printf

2013-03-09 Thread Wolfgang Denk
Dear Stefan Roese, In message <1354801317-10736-1-git-send-email...@denx.de> you wrote: > On MPC5200, the initial RAM (and gd) is located in the internal > SRAM. So we can actually call the preloader console init code > before calling initdram(). This makes serial output (printf) > available very

Re: [U-Boot] [PATCH v8 13/31] arm: Enable generic board support

2013-03-09 Thread Otavio Salvador
On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass wrote: > This enables generic board support so that ARM boards can define > CONFIG_SYS_GENERIC_BOARD. > > Signed-off-by: Simon Glass > --- > Changes in v8: > - Define __HAVE_ARCH_GENERIC_BOARD in ARM's config.mk > > Changes in v7: None > Changes in v6:

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-03-09 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2013 02:11 AM, Igor Grinberg wrote: > Hi guys, > > This patch set is "floating" already for _three_ months. All > comments were addressed, it introduces negative diff stat, and > provides two useful features (also for production automation).