Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-10-28 Thread Heiko Schocher
Hello Igor, Am 27.10.2013 08:30, schrieb Igor Grinberg: Hi Heiko, On 10/22/13 11:03, Heiko Schocher wrote: - add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens boards rut, dxr2 and pxm2 posted here:

Re: [U-Boot] [PATCH] powerpc/T1040EMU: Add T1040 emulator support

2013-10-28 Thread Wolfgang Denk
Dear Priyanka Jain, In message 1382936067-30488-1-git-send-email-priyanka.j...@freescale.com you wrote: Add emulator support for T1040. Emulator has limited peripherals and interfaces. Difference between T1040QDS and emulator includes: -ECC for DDR is disabled due to procedure to load images

Re: [U-Boot] [PATCH v4 06/11] mpc8xxx: call i2c_set_bus_num in __get_spd

2013-10-28 Thread Heiko Schocher
Hello Valentin, Am 18.10.2013 11:47, schrieb Valentin Longchamp: This is necessary with the new I2C subystem that was introduced lately. Signed-off-by: Valentin Longchampvalentin.longch...@keymile.com --- Changes in v4: None Changes in v3: None Changes in v2: None

Re: [U-Boot] [PATCH v4 04/11] KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board

2013-10-28 Thread Heiko Schocher
Hello Valentin, Am 18.10.2013 11:47, schrieb Valentin Longchamp: This must be defined for all the keymile boards that use the common i2c_abort function that is used to reset the I2C bus. These are currently km82xx and km_arm boards. The km83xx boards use other functions and thus do not need

Re: [U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-28 Thread Lukasz Majewski
Hi Marek, Dear Przemyslaw Marczak, This patch introduces some cleanups to ums code. Changes: ums common: - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in usb_mass_storage.h both default values as 0 if board config doesn't define them common cleanup changes:

[U-Boot] Should be Acked-by and Reviewed-by inherited for updated patches?

2013-10-28 Thread Masahiro Yamada
Hello exports. When re-posting updated a patch (or patch series), should be Acked-by and Reviewed-by tag inherited? Let me give an example. I posted First step towards Kbuild: Use Kbuild style makefiles v3. Simon reviewed it and issued Acked-by tag. The series: Acked-by: Simon Glass

Re: [U-Boot] [PATCH v2 1/5] usb: ums: code refactoring to improve reusability on other boards.

2013-10-28 Thread Marek Vasut
Hi Lukasz, Przemyslaw, Hi Marek, Dear Przemyslaw Marczak, This patch introduces some cleanups to ums code. Changes: ums common: - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in usb_mass_storage.h both default values as 0 if board config doesn't

Re: [U-Boot] [PATCH v2] usb: ohci-hcd: submit_common_msg: report actual_length properly

2013-10-28 Thread Marek Vasut
Dear Mateusz Kulikowski, submit_common_msg should report amount of data passed from/to device. Instead, it always returned size requested by Host. Signed-off-by: Mateusz Kulikowski mateusz.kulikow...@gmail.com --- drivers/usb/host/ohci-hcd.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-10-28 Thread Stefano Babic
On 22/10/2013 11:03, Heiko Schocher wrote: - add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens boards rut, dxr2 and pxm2 posted here: http://patchwork.ozlabs.org/patch/263211/ Signed-off-by:

[U-Boot] [PATCH] cosmetic: sf: hex values are in lower case

2013-10-28 Thread Luka Perkov
All other hex values in sf_probe.c are in lower case so we should fix this one too. Signed-off-by: Luka Perkov l...@openwrt.org --- drivers/mtd/spi/sf_probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index

[U-Boot] [PATCH] sf: probe: add support for MX25L2006E

2013-10-28 Thread Luka Perkov
Add support for Macronix MX25L2006E SPI flash. Signed-off-by: Luka Perkov l...@openwrt.org --- drivers/mtd/spi/sf_probe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index 7ecbd96..07f8a4b 100644 --- a/drivers/mtd/spi/sf_probe.c +++

[U-Boot] [U-boot] getstr() function?

2013-10-28 Thread TigerLiu
Hi, experts: Uboot has provided a getc() function. So how about getstr() function? It seems: not provide getstr() ? Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target

2013-10-28 Thread Jens Scharsig (BuS Elektronik)
From: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de Since more functions are enabled, the eb_cpux9k2_ram target does not boot. This patch changed the TEXT_BASE, that the code fits between TEXT_BASE and ram end. Signed-off-by: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de ---

[U-Boot] [PATCH][v2] powerpc/T1040EMU: Add T1040 emulator support

2013-10-28 Thread Priyanka Jain
Add emulator support for T1040. Emulator has limited peripherals and interfaces. Difference between T1040QDS and emulator includes: -ECC for DDR is disabled due to procedure to load images -Depends on raw timing for DDR initialization -No board FPGA (Qixis) -No PCI -No SPI -No flash support

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Otavio Salvador
Hello, I am not sure I agree ... On Sun, Oct 27, 2013 at 6:47 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, This reads the kernel, ftd and boot into ubifs filesystem. While on that,

[U-Boot] [PATCH 2/2] ARM: mxs: Configure 2 Gbit DDR2 RAM for BG0900

2013-10-28 Thread Marek Vasut
From: Christoph G. Baumann c.baum...@ppc-ag.de The BG0900 module has 2Gbit DRAM module on it, adjust the DataBahn DRAM controller registers so the DRAM module will be correctly recognised. Signed-off-by: Christoph G. Baumann c.baum...@ppc-ag.de Cc: Marek Vasut ma...@denx.de Cc: Stefano Babic

[U-Boot] [PATCH 1/2] ARM: mxs: Enable DCDC converter for battery boot

2013-10-28 Thread Marek Vasut
In case the board detected sufficient voltage for battery boot, make sure the DCDC converter is ON and the board is not running only from linregs, otherwise an instability will be observed. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Fabio Estevam

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Marek Vasut
Dear Otavio Salvador, Hello, I am not sure I agree ... On Sun, Oct 27, 2013 at 6:47 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, This reads the kernel, ftd and boot into

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Stefano Babic
Hi Otavio, On 28/10/2013 12:19, Otavio Salvador wrote: Hello, I am not sure I agree ... On Sun, Oct 27, 2013 at 6:47 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, This reads the

Re: [U-Boot] MPC8641D stucks before relocation

2013-10-28 Thread Ashish Khetan
I disabled the 2nd core by using cfg_core1_enable and D2_MSRCID1 signal is not connected and we are using DDR controller 2... will this create any obstacles to relocate? Is there any other register configuration for DDR? can somebody help me to understand this or give me some pointer to get more

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 9:32 AM, Stefano Babic sba...@denx.de wrote: Hi Otavio, On 28/10/2013 12:19, Otavio Salvador wrote: Hello, I am not sure I agree ... On Sun, Oct 27, 2013 at 6:47 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Sun, Oct 27, 2013 at 2:16 PM, Marek

Re: [U-Boot] [[PATCH]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-10-28 Thread Dan Murphy
On 10/25/2013 10:42 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com --- include/configs/omap4_common.h |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/configs/omap4_common.h

Re: [U-Boot] [[PATCH]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-10-28 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/28/2013 08:51 AM, Dan Murphy wrote: On 10/25/2013 10:42 AM, Hardik wrote: From: Hardik Patel hardik.pa...@volansystech.com Signed-off-by: Hardik Patel hardik.pa...@volansystech.com --- include/configs/omap4_common.h |7 ++- 1

Re: [U-Boot] [PATCH v3] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

2013-10-28 Thread Tom Warren
On Mon, 21 Oct 2013 16:28:46 +0200 Alban Bedel alban.be...@avionic-design.de wrote: Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested. Signed-off-by: Alban Bedel alban.be...@avionic-design.de Is there still some

Re: [U-Boot] [U-boot] getstr() function?

2013-10-28 Thread Wolfgang Denk
Dear tiger...@viatech.com.cn, In message fe7aded5c2218b4786c09cd97dc4c49fb06...@exchbj02.viatech.com.bj you wrote: Uboot has provided a getc() function. Correct. So how about getstr() function? What about it? It's not a standard libc function. It's described in the XSI Curses standard,

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Wolfgang Denk
Dear Otavio, In message cap9odkpn+pmx1hp+7bemp7u-hc44onc6pepan+nbzbqm8cd...@mail.gmail.com you wrote: Indeed. However, why cannot we do the right thing soon ? There're no pending patches to address the root problem yet (allowing changing /internal and default/ environment). Simon's patch

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Otavio Salvador
On Mon, Oct 28, 2013 at 11:21 AM, Wolfgang Denk w...@denx.de wrote: Dear Otavio, In message cap9odkpn+pmx1hp+7bemp7u-hc44onc6pepan+nbzbqm8cd...@mail.gmail.com you wrote: Indeed. However, why cannot we do the right thing soon ? There're no pending patches to address the root problem yet

Re: [U-Boot] [PATCH v3 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-28 Thread Otavio Salvador
Hello, On Sat, Oct 26, 2013 at 3:01 AM, Simon Glass s...@chromium.org wrote: At present U-Boot environment variables, and thus scripts, are defined by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add large amounts of text to this file and dealing with quoting and newlines is harder than it

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Wolfgang Denk
Dear Otavio, In message CAP9ODKq0Ac6azBOav7R54RncB9=mhtmz+hydjy0uiyuscs1...@mail.gmail.com you wrote: Simon's patch set env: Add support for environment files does exactly that. Doing it without changing source code, directly into the binary? Yes. From what I read it allows import /

Re: [U-Boot] [RESEND PATCH 2/3] mx28evk: Add 'nandboot' environment command

2013-10-28 Thread Stefano Babic
Hi Otavio, On 28/10/2013 14:29, Otavio Salvador wrote: On Mon, Oct 28, 2013 at 11:21 AM, Wolfgang Denk w...@denx.de wrote: Dear Otavio, In message cap9odkpn+pmx1hp+7bemp7u-hc44onc6pepan+nbzbqm8cd...@mail.gmail.com you wrote: Indeed. However, why cannot we do the right thing soon ?

Re: [U-Boot] [PATCH 0/3] cm_t35 tune up

2013-10-28 Thread Nikita Kiryanov
Ping On 10/07/2013 05:28 PM, Nikita Kiryanov wrote: This patchset is a collection of short cm_t35 updates. It changes some configuration parameters and turns on GPIO commands. Nikita Kiryanov (3): cm_t35: reduce default bootdelay to 3 seconds cm_t35: turn on GPIO commands cm_t35:

Re: [U-Boot] [PATCH v4 4/8] main: Use autoconf to remove #ifdefs around process_boot_delay()

2013-10-28 Thread Michal Simek
On 06/17/2013 04:44 PM, Simon Glass wrote: Use autoconf to make process_boot_delay() be compiled always, and adjust the caller and related functions as needed. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Split out new patch to remove #ifdefs around

Re: [U-Boot] [PATCH v4 6/8] main: Use autoconf for parser selection

2013-10-28 Thread Michal Simek
On 10/26/2013 05:14 PM, Simon Glass wrote: Allow parser selection to make use of autoconf instead of #ifdefs. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Rebase on current master Changes in v3: None Changes in v2: None common/main.c | 87

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-10-28 Thread Wolfgang Denk
Dear Simon, In message 1382800457-26608-1-git-send-email-...@chromium.org you wrote: Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes different boards compile different versions of the source code, meaning that we must build all boards to check for failures. It is easy

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-10-28 Thread Tom Rini
On Mon, Oct 28, 2013 at 03:44:01PM +0100, Wolfgang Denk wrote: Dear Simon, In message 1382800457-26608-1-git-send-email-...@chromium.org you wrote: Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes different boards compile different versions of the source code,

Re: [U-Boot] MPC8641D stucks before relocation

2013-10-28 Thread York Sun
I see you have relaxed most timing to the slowest. Debugging DDR is not about trial and error because there are so many parameters. Could you get some guidance from hardware designers? If you can't, I suggest you get the spec and do the math yourself, using the DDR driver we have in u-boot. BTW,

[U-Boot] Configuring U-Boot through device tree (was: Minutes from the U-Boot Mini Summit 2013)

2013-10-28 Thread Dirk Behme
Am 27.10.2013 18:07, schrieb Detlev Zundel: ... ** Configuring U-Boot through device tree - _What_ should be configured? - Google requires every new U-Boot driver to be configured through device tree in U-Boot - Configuring U-Boot through device trees shall aim for using the exact same

Re: [U-Boot] Configuring U-Boot through device tree (was: Minutes from the U-Boot Mini Summit 2013)

2013-10-28 Thread Wolfgang Denk
Dear Dirk, In message 526e9740.3070...@gmail.com you wrote: At ELCE, I attended the Barebox presentation. One Barebox feature presented there was Configure Barbox through device tree. So the Barebox people seem to have this already running for some selected boards. After their

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-28 Thread Stephen Warren
On 10/25/2013 11:01 PM, Simon Glass wrote: This seems more intuitive that the current #define way of doing things. The resulting code is shorter, avoids the quoting and line continuation pain, and also improves the clumsy way that stdio variables are created: #ifdef CONFIG_VIDEO_TEGRA

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2013-10-28 Thread Simon Glass
Hi Tom, On Mon, Oct 28, 2013 at 9:32 AM, Tom Rini tr...@ti.com wrote: On Mon, Oct 28, 2013 at 03:44:01PM +0100, Wolfgang Denk wrote: Dear Simon, In message 1382800457-26608-1-git-send-email-...@chromium.org you wrote: Many parts of the U-Boot code base are sprinkled with #ifdefs. This makes

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-28 Thread Simon Glass
Hi Stephen, On Mon, Oct 28, 2013 at 1:59 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/25/2013 11:01 PM, Simon Glass wrote: This seems more intuitive that the current #define way of doing things. The resulting code is shorter, avoids the quoting and line continuation pain, and also

Re: [U-Boot] Question about patman

2013-10-28 Thread Simon Glass
Hi Masahiro, On Sun, Oct 27, 2013 at 11:37 PM, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hello Simon. I'm trying patman, but it looks like it doesn't work on my Ubuntu box. How can I resove the following issue? The subject of HEAD is ARM: align MVBAR on 32 byte boundary

Re: [U-Boot] [PATCH v3 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-28 Thread Simon Glass
Hi Wolfgang, On Sat, Oct 26, 2013 at 2:26 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message 1382763695-2849-4-git-send-email-...@chromium.org you wrote: +For example, for snapper9260 you would create a text file called +board/bluewater/env/snapper9260.env containing the

Re: [U-Boot] [PATCH v3 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-28 Thread Simon Glass
Hi Otavio, On Mon, Oct 28, 2013 at 7:34 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello, On Sat, Oct 26, 2013 at 3:01 AM, Simon Glass s...@chromium.org wrote: At present U-Boot environment variables, and thus scripts, are defined by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-28 Thread Stephen Warren
On 10/28/2013 02:34 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 1:59 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/25/2013 11:01 PM, Simon Glass wrote: This seems more intuitive that the current #define way of doing things. The resulting code is shorter, avoids the

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-28 Thread Simon Glass
Hi Stephen, On Mon, Oct 28, 2013 at 2:41 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/28/2013 02:34 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 1:59 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/25/2013 11:01 PM, Simon Glass wrote: This seems more intuitive

Re: [U-Boot] [PATCH v3 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-28 Thread Wolfgang Denk
Dear Simon, In message CAPnjgZ0+35Zd6_o=G0=g-yl_mr-gitw+meyqk7bsxu_nvkv...@mail.gmail.com you wrote: I can see why you like such a beautified text format, but I don;t think you are doing anybody a favour here. Can we not rather use _exactly_ the same text format as U-Boot uses with it's

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-28 Thread Stephen Warren
On 10/28/2013 02:50 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 2:41 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/28/2013 02:34 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 1:59 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/25/2013 11:01 PM,

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-28 Thread Mateusz Kulikowski
Hi Bo Shen, Thanks for the check, please see below. On 28.10.2013 05:57, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski wrote: (...) +/* + * Disable pull-up on: + * RXDV (PC25) = PHY normal mode (not Test mode) + *

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-28 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/2013 05:11 PM, Wolfgang Denk wrote: Dear Matt, I hope you are the right person to address this to - if not, please help to redirect to the current responsible developer. Function pll_sigma_delta_val() in

Re: [U-Boot] [PATCH v3] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

2013-10-28 Thread Stephen Warren
On 10/21/2013 08:28 AM, Alban Bedel wrote: Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested. What changed in v3? There's no changelog here, so I don't know where to concentrate my re-review of this patch... diff

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-28 Thread Simon Glass
Hi Stephen, On Mon, Oct 28, 2013 at 3:20 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/28/2013 02:50 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 2:41 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/28/2013 02:34 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct

Re: [U-Boot] [PATCH v3 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-28 Thread Simon Glass
Hi Wolfgang, On Mon, Oct 28, 2013 at 3:16 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message CAPnjgZ0+35Zd6_o=G0= g-yl_mr-gitw+meyqk7bsxu_nvkv...@mail.gmail.com you wrote: I can see why you like such a beautified text format, but I don;t think you are doing anybody a favour

Re: [U-Boot] [PATCH v3 0/5] env: Add support for environment files

2013-10-28 Thread Simon Glass
HI Wolfgang, On Sat, Oct 26, 2013 at 1:26 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message 1382763563-1483-1-git-send-email-...@chromium.org you wrote: (Note that Wolfgang is looking at a way of adjusting the environment within a U-Boot binary - this series could fit with that

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-28 Thread Måns Rullgård
Wolfgang Denk w...@denx.de writes: Dear Matt, I hope you are the right person to address this to - if not, please help to redirect to the current responsible developer. Function pll_sigma_delta_val() in arch/arm/cpu/armv7/am33xx/clock_ti814x.c incorrectly uses float data, which results in

Re: [U-Boot] [PATCH v3 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-28 Thread Wolfgang Denk
Dear Simon, In message capnjgz3tgwrk2ytm59ekumaipd5kaq39mu9bityl0y6d0h2...@mail.gmail.com you wrote: Agreed. But that's what env export -t creates anyway (and I cannot think of a much better presentation of multiline variable content if you don't want to run in ambiguities). I believe

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-28 Thread Wolfgang Denk
Dear Måns Rullgård, In message yw1xd2mp0yqu@unicorn.mansr.com you wrote: Something like this should be equivalent. That said, it looks suspiciously like it's meant to simply do a division and round up. If that is the case, +225 should be +249. It probably makes no difference for the

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-28 Thread Måns Rullgård
Wolfgang Denk w...@denx.de writes: Dear Måns Rullgård, In message yw1xd2mp0yqu@unicorn.mansr.com you wrote: Something like this should be equivalent. That said, it looks suspiciously like it's meant to simply do a division and round up. If that is the case, +225 should be +249. It

Re: [U-Boot] [PATCH 1/2] ARM: mxs: Enable DCDC converter for battery boot

2013-10-28 Thread Fabio Estevam
Hi Marek, On Mon, Oct 28, 2013 at 9:29 AM, Marek Vasut ma...@denx.de wrote: In case the board detected sufficient voltage for battery boot, make sure the DCDC converter is ON and the board is not running only from linregs, otherwise an instability will be observed. Signed-off-by: Marek Vasut

[U-Boot] [PATCH] powerpc/esdhc: Map register for eSDHC host controller 3.0

2013-10-28 Thread Haijun Zhang
eSDHC host controller has new register to support SD Spec 3.0. And the according host controller version was Freescale eSDHC Version 3.0. Add some new register and it simple description. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- drivers/mmc/fsl_esdhc.c | 62

[U-Boot] [PATCH] powerpc/esdhc: Map register for eSDHC host controller 3.0

2013-10-28 Thread Haijun Zhang
eSDHC host controller has new register to support SD Spec 3.0. And the according host controller version was Freescale eSDHC Version 3.0. Add some new register and it simple description. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- drivers/mmc/fsl_esdhc.c | 62

[U-Boot] [PATCH v2] i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework

2013-10-28 Thread Nobuhiro Iwamatsu
This updates to new I2C framwwork on sh_i2c. And this also updates boards(kzm9g and ecovec) that using sh_i2c. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: Squash with patch for kzm9g and ecovec. Remove

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-28 Thread Heiko Schocher
Hello Mateusz, Am 28.10.2013 22:30, schrieb Mateusz Kulikowski: Hi Bo Shen, Thanks for the check, please see below. On 28.10.2013 05:57, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski wrote: (...) [...] +#define CONFIG_SYS_TEXT_BASE

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-28 Thread Bo Shen
Hi Mateusz Kulikowski, On 10/29/2013 05:30, Mateusz Kulikowski wrote: Hi Bo Shen, Thanks for the check, please see below. On 28.10.2013 05:57, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski wrote: (...) +/* + * Disable pull-up

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-28 Thread Heiko Schocher
Hello Bo, Am 29.10.2013 06:24, schrieb Bo Shen: Hi Mateusz Kulikowski, On 10/29/2013 05:30, Mateusz Kulikowski wrote: Hi Bo Shen, Thanks for the check, please see below. On 28.10.2013 05:57, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski