Re: [U-Boot] [PATCH 1/8 V2] EXYNOS5: Add pinmux support for SPI

2012-10-02 Thread Simon Glass
Hi, I haven't seen any more comments on this series, nor has it been applied so far as I can see. Any word? On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde

Re: [U-Boot] [PATCH 2/8 V2] SPI: Add W25Q32 to Winbond SPI flash table

2012-10-02 Thread Simon Glass
+MikeF On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: SMDK EVT1 has a different Winbond part added its part details to the SPI flash table. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com

Re: [U-Boot] [PATCH 4/8 V2] EXYNOS5: Add base address for SPI.

2012-10-02 Thread Simon Glass
On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None arch/arm/include/asm/arch-exynos/cpu.h |6 ++ 1 files changed, 6

Re: [U-Boot] [PATCH 6/8] SPI: Add SPI Driver for EXYNOS.

2012-10-02 Thread Simon Glass
Hi, On Tue, Jul 31, 2012 at 3:42 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Padmavathi Venna padm...@samsung.com Signed-off-by: Gabe Black gabebl...@google.com Signed-off-by:

Re: [U-Boot] [PATCH 7/8 V2] EXYNOS5: Enable SPI

2012-10-02 Thread Simon Glass
On Tue, Jul 31, 2012 at 4:01 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None.

Re: [U-Boot] [PATCH 8/8 V2] EXYNOS5: Enable SPI booting.

2012-10-02 Thread Simon Glass
Hi, On Tue, Jul 31, 2012 at 4:01 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None. board/samsung/smdk5250/Makefile |2 +-

Re: [U-Boot] [PATCH V4 2/4] ARM: arm1176: enable instruction cache in arch_cpu_init()

2012-10-02 Thread Simon Glass
On Sun, Aug 5, 2012 at 7:07 PM, Stephen Warren swar...@wwwdotorg.org wrote: Note that this affects all users of the ARM1176 CPU that enable CONFIG_ARCH_CPU_INIT, not just the BCM2835 SoC, potentially such as tnetv107x. Cc: Cyril Chemparathy cy...@ti.com Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH 0/4] Some patman fixes

2012-10-02 Thread Simon Glass
Hi, On Tue, Aug 7, 2012 at 2:46 AM, Ilya Yanok ilya.ya...@cogentembedded.com wrote: Patman is the great tool but I've found it nearly unusable for me. First of all I need to work with multiple signoffs in commits, then I'd like to use multiline changelog entries and I accostomed to putting

Re: [U-Boot] v2012.10-rc2 is now released

2012-10-02 Thread Albert ARIBAUD
Hi Tom, On Mon, 1 Oct 2012 09:59:18 -0700, Tom Rini tr...@ti.com wrote: Hey all, I've tagged and pushed v2012.10-rc2. It's a little later than I had intended, but I think we're still largely on track for -rc3. That said, lets push -rc3 back to next monday and give a little more time

Re: [U-Boot] [PATCH 3/8 V2] EXYNOS: Add clock for SPI.

2012-10-02 Thread Simon Glass
Hi, On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds api to calculate and set the clock for SPI channels Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com I believe this should also have a

Re: [U-Boot] Is there file size limiation of tftp

2012-10-02 Thread Simon Glass
Hi, On Sun, Aug 12, 2012 at 8:41 AM, Jerry Van Baren gvb.ub...@gmail.com wrote: On 08/11/2012 09:21 PM, J.Hwan Kim wrote: Hi, everyone Is there any limit of file size for tftpboot? I have a problem downloading the file of which file size is 65MB. The procedure stops in the middle of

Re: [U-Boot] [PATCH 3/3] tegra: enable CONFIG_CMD_PARTUUID

2012-10-02 Thread Simon Glass
On Thu, Aug 16, 2012 at 4:15 PM, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com This is extremely likely to be used from the boot.scr that Tegra's default bootcmd locates and executes. Signed-off-by: Stephen Warren swar...@nvidia.com Acked-by: Simon

Re: [U-Boot] u-boot/master slight regression with trats

2012-10-02 Thread Lukasz Majewski
Hi Tom, On Mon, Oct 01, 2012 at 12:25:34PM +0200, Lukasz Majewski wrote: Hi all, On Sat, 29 Sep 2012 17:17:48 +0200 Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi all, On Sat, 29 Sep 2012 12:32:36 +0200, Albert ARIBAUD albert.u.b...@aribaud.net

Re: [U-Boot] u-boot/master slight regression with trats

2012-10-02 Thread Kyungmin Park
On 10/2/12, Lukasz Majewski l.majew...@samsung.com wrote: Hi Tom, On Mon, Oct 01, 2012 at 12:25:34PM +0200, Lukasz Majewski wrote: Hi all, On Sat, 29 Sep 2012 17:17:48 +0200 Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi all, On Sat, 29 Sep 2012

Re: [U-Boot] [PATCH 65/72] serial: ns16550: Rename serial.c to serial_ns16550.c

2012-10-02 Thread Michal Simek
On 10/01/2012 06:52 PM, Tom Rini wrote: On Sat, Sep 29, 2012 at 11:52:58PM +0200, Marek Vasut wrote: This serial driver had wrong name of the source file for some time now. The name of the driver was serial.c instead of any more logical and fitting name. Thus, rename the driver source file to

Re: [U-Boot] [PATCH] mx6qsabreauto: Add Ethernet support

2012-10-02 Thread Stefano Babic
On 02/10/2012 06:10, Fabio Estevam wrote: Hi Stefano, On Tue, Sep 25, 2012 at 3:43 PM, Fabio Estevam fabio.este...@freescale.com wrote: mx6qsabreauto has a AR8031 Gigabit PHY. Add support for it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Any comments on this one.

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

2012-10-02 Thread Thomas Chou
On 10/01/2012 10:41 PM, Marek Vasut wrote: Please include the following headers. --- a/drivers/serial/altera_jtag_uart.c +++ b/drivers/serial/altera_jtag_uart.c @@ -25,6 +25,8 @@ #include watchdog.h #include asm/io.h #include nios2-io.h +#include linux/compiler.h +#include serial.h

Re: [U-Boot] [PATCH v3] mx25: Clean up lowlevel_init

2012-10-02 Thread Stefano Babic
On 01/10/2012 21:50, Benoît Thébaudeau wrote: Hi Stefano, On Sunday, September 30, 2012 3:47:12 PM, Benoît Thébaudeau wrote: Hi Stefano, On Sunday, September 30, 2012 3:04:14 PM, Stefano Babic wrote: On 20/08/2012 21:00, Benoît Thébaudeau wrote: Clean up mx25 lowlevel_init: - Add

[U-Boot] Strange behavior in U-boot fatload command for SD/MMC card

2012-10-02 Thread victor
Hi, When using fatload mmc 0 2e00 u-boot.bin command, the function handling that is in common/cmd_fat.c::do_fat_fsload() I put some printf statements in the function: int do_fat_fsload (..) { .. printf(do_fat_load 1 \n); dev = (int)simple_strtoul(argv[2], ep, 16);

Re: [U-Boot] [PATCH 0/3] i.MX6: implement hdmidet command

2012-10-02 Thread Stefano Babic
On 24/09/2012 01:02, Eric Nelson wrote: This series implements an HDMI detection command for i.MX6 boards and configures mx6qsabrelite to use it as discussed in this thread on the ML: http://lists.denx.de/pipermail/u-boot/2012-September/135037.html Applied to u-boot-imx, next branch,

Re: [U-Boot] [PATCH v2] configs: mx6qsabre_common.h: Use default clock definitions

2012-10-02 Thread Stefano Babic
On 30/09/2012 17:07, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Since commit 50d4a707f0 (mx5/6: Define default SoC input clock frequencies) we can use the default clock values. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: -

Re: [U-Boot] [PATCH v3] mx25: Clean up lowlevel_init

2012-10-02 Thread Stefano Babic
On 20/08/2012 21:00, Benoît Thébaudeau wrote: Clean up mx25 lowlevel_init: - Add comments. - Do not use write32 repeatedly with the same value in order not to increase code size. - Make register values configurable. - Use macro parameters with default values instead of literal

Re: [U-Boot] [PATCH] mx6qsabreauto: Add Ethernet support

2012-10-02 Thread Stefano Babic
On 25/09/2012 20:43, Fabio Estevam wrote: mx6qsabreauto has a AR8031 Gigabit PHY. Add support for it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, next branch, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3 05/14] mx51: Fix USB PHY clocks

2012-10-02 Thread Igor Grinberg
On 09/28/12 19:09, Benoît Thébaudeau wrote: The i.MX51 has a single USB PHY clock, while the i.MX53 has two. These 3 clocks have different clock gate control bit-fields. The existing code was correct only for i.MX53, so this patch fixes the i.MX51 use case. Signed-off-by: Benoît

Re: [U-Boot] [PATCH v3 1/2] usb: ulpi: add indicator configuration function

2012-10-02 Thread Igor Grinberg
Hi Lucas, On 09/28/12 16:46, Lucas Stach wrote: Am Freitag, den 28.09.2012, 10:15 +0200 schrieb Igor Grinberg: On 09/26/12 00:35, Lucas Stach wrote: Allows for easy configuration of the VBUS indicator related ULPI config bits. Also move the external indicator setup from ulpi_set_vbus() to

Re: [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs

2012-10-02 Thread Matthias Fuchs
Hi Igor, you are right. Thanks. You can add my Acked-by: Matthias Fuchs matthias.fu...@esd.eu Matthias On 09/28/2012 12:04 PM, Igor Grinberg wrote: The env_ptr is already declared in environment.h, so there is no need to redeclare in board files (especially after including the

[U-Boot] [PATCH] ARCH: EXYNOS: add support to match product id

2012-10-02 Thread Chander Kashyap
From: Chander Kashyap chander.kash...@gmail.com Based upon single SoC there can be multiple varients. This patch add support to match the complete product ID. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/cpu.h |9 + 1 file changed, 9

[U-Boot] [PATCH] EXYNOS: Clock: Add common function for pll rate calculation

2012-10-02 Thread Chander Kashyap
Moved the common code to calculate pll clock rate to new funtion exynos_get_pll_clk(). Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/cpu/armv7/exynos/clock.c | 102 ++--- 1 file changed, 38 insertions(+), 64 deletions(-) diff --git

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

2012-10-02 Thread Marek Vasut
Dear Thomas Chou, On 10/01/2012 10:41 PM, Marek Vasut wrote: Please include the following headers. --- a/drivers/serial/altera_jtag_uart.c +++ b/drivers/serial/altera_jtag_uart.c @@ -25,6 +25,8 @@ #include watchdog.h #include asm/io.h #include nios2-io.h

Re: [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?

2012-10-02 Thread Marek Vasut
Dear Greg Topmiller, I am using release 2012.07 of u-boot with board type freescale/mx6qarm2. The mx6qarm2 is what is used as the board type in the freescale u-boot delivered with the board. We want to use the main line u-boot 2012.07. To get it working I had to change the serial port and

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-02 Thread Stefan Roese
On 09/29/2012 01:13 AM, Scott Wood wrote: On 09/26/2012 04:01:08 AM, Stefan Roese wrote: This patch enables the SPL framework to be used on powerpc platforms and not only ARM. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: - Rebased on Tom's SPL framework patches v4 - Add

Re: [U-Boot] [PATCH v3 6/8] fdt: cmd_fdt: Call fdt_chosen() from fdt boardsetup

2012-10-02 Thread Stefan Roese
On 09/27/2012 10:43 PM, McClintock Matthew-B29882 wrote: By calling fdt_chosen(), the chosen node will be updated / created by the fdt boardsetup command. This is useful for setting of the kernel commandline via the bootargs env variable. With this change, the fdt boardsetup can be used to

Re: [U-Boot] include: fix mips64 build warning

2012-10-02 Thread Zhi-zhou Zhang
On Mon, Oct 1, 2012 at 7:06 PM, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: Hi Zhi-zhou, 2012/9/29 Zhi-zhou Zhang etou...@gmail.com: fix warnings when building mips64, we define CONFIG_MIPS64 in config file. And this macro decides size_t. hashtable.c: In function 'hexport_r':

[U-Boot] mmc Status Error: 0x01FBB4D0

2012-10-02 Thread victor
Hi All. I change legacy sd/mmc driver to generic mmc structure, then I run the u-boot mmc rescan command. All looks fine except the: status reg 0x8c00 0x0 resp1_reg 0x0 Status Error: 0x01FBB4D8 Please help me on the meaning of the status error in mmc.c code. Thanks, Victor

Re: [U-Boot] Has anyone gotten the mmc commands to work on the NOVSOMTMi.MX6Q-SL-1-D, on the NOVPEK board by Novtech?

2012-10-02 Thread Greg Topmiller
Thanks for the response Merek. I got it working. I forgot to set the pad setting for the sdhc pins. Thanks, Greg -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Tuesday, October 02, 2012 6:18 AM To: u-boot@lists.denx.de Cc: Greg Topmiller Subject: Re: [U-Boot] Has

Re: [U-Boot] [PATCH 08/16] pmic:muic: Support for MUIC built into MAX8997 device

2012-10-02 Thread Lukasz Majewski
Hi Stefano, On 14/09/2012 17:40, Lukasz Majewski wrote: Support for MUIC (Micro USB Integrated Circuit) built into the MAX8997 power management device. The MUIC device will work with redesigned PMIC framework. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by:

[U-Boot] [PATCH 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h

[U-Boot] [PATCH 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

[U-Boot] [PATCH 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h

[U-Boot] [PATCH 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-10-02 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git

Re: [U-Boot] [PATCH] AP1000: Inline local 'get_device'

2012-10-02 Thread Stefan Roese
Hi Tom, On 10/01/2012 05:41 PM, Tom Rini wrote: The AP1000 defines a 'get_device' function to determine what board revision we are on. Inline that checking as it conflicts with the get_device() in part.h and is only used once. I plan to remove AP1000 board support completely. Board seems to

[U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Changes in v2: - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr in arch/arm/include/asm/arch-exynos/gpio.h Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate

[U-Boot] [PATCH v2 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-10-02 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git

[U-Boot] [PATCH v2 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h

[U-Boot] [PATCH v2 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h

[U-Boot] Please pull u-boot-ppc4xx/next

2012-10-02 Thread Stefan Roese
Hi Tom, Please pull the following mostly removal patches for next: The following changes since commit d05eb7acf0f6ad5682ab75c25af52921e9fa5863: MAINTAINERS: Move dbau1x00 to orphaned. (2012-09-27 13:04:42 -0700) are available in the git repository at:

Re: [U-Boot] gpt: GUID/UUID - GPT restoration - open questions - RESEND

2012-10-02 Thread Simon Glass
Hi Lukasz, On Mon, Sep 3, 2012 at 2:28 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Stephen, I'm writing to you, since I've posted a patch series regarding GPT support for Samsung Trats board (you were on the CC). I'm not sure if Stephen got that - try Stephen Warren

[U-Boot] [PATCH v4 2/8] pxa: Add some stuff to examine cpu model and rev

2012-10-02 Thread Lukasz Dalek
Add function which return CPU model and revision which can be used for cpu detection. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- arch/arm/cpu/pxa/cpuinfo.c | 11 +-- arch/arm/include/asm/arch-pxa/pxa.h | 13 + 2 files changed, 22 insertions(+), 2

[U-Boot] [PATCH v4 3/8] usbether: Fixed bug when using with PXA25X chips

2012-10-02 Thread Lukasz Dalek
PXA25X chips don't support alternate settings so driver uses non-CDC driver. But only code defined between DEV_CONFIG_CDC signals that network is up. This patch is fixing this bug by signaling that network is up after USB SET_INTERFACE request. Signed-off-by: Lukasz Dalek luk0...@gmail.com ---

[U-Boot] [PATCH v4 1/8] h2200: Add support for iPAQ h2200 palmtop

2012-10-02 Thread Lukasz Dalek
Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was shipped with Windows CE 4.2 operating system. Signed-off-by: Lukasz Dalek luk0...@gmail.com

[U-Boot] [PATCH v4 4/8] usbether: Define CONFIG_USB_ETH_{CDC, SUBSET}

2012-10-02 Thread Lukasz Dalek
Introduced CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET as preparation for removal DEV_CONFIG_CDC and DEV_CONFIG_SUBSET Signed-off-by: Lukasz Dalek luk0...@gmail.com --- drivers/usb/gadget/ether.c | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git

[U-Boot] [PATCH v4 5/8] usbether: Removed DEV_CONFIG_{CDC,SUBSET}

2012-10-02 Thread Lukasz Dalek
Removed DEV_CONFIG_CDC and DEV_CONFIG_SUBSET and replaced it with CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- drivers/usb/gadget/ether.c | 75 +-- 1 files changed, 30 insertions(+), 45 deletions(-)

[U-Boot] [PATCH v4 8/8] h2200: Add USB CDC ethernet support

2012-10-02 Thread Lukasz Dalek
Add support for ethernet over USB which can be used for e.g. booting process. It works with tftp and dhcp clients code. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- board/h2200/h2200.c | 15 +++ boards.cfg |1 + include/configs/h2200.h | 27

[U-Boot] [PATCH v4 7/8] usb.h: Add udc_disconnect prototype to usb.h

2012-10-02 Thread Lukasz Dalek
PXA25x gadget implements common function usb_disconnect(). This patch adds this function prototype into usb.h for boards using it. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- include/usb.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/include/usb.h

Re: [U-Boot] [PATCH] AP1000: Inline local 'get_device'

2012-10-02 Thread Tom Rini
On Tue, Oct 02, 2012 at 03:14:30PM +0200, Stefan Roese wrote: Hi Tom, On 10/01/2012 05:41 PM, Tom Rini wrote: The AP1000 defines a 'get_device' function to determine what board revision we are on. Inline that checking as it conflicts with the get_device() in part.h and is only used

[U-Boot] [PATCH] MAINTAINERS: New maintainer for Samsung's Trats development board.

2012-10-02 Thread Lukasz Majewski
Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index aa54fe1..eb96035 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

Re: [U-Boot] gpt: GUID/UUID - GPT restoration - open questions - RESEND

2012-10-02 Thread Lukasz Majewski
Hi Simon, Hi Lukasz, On Mon, Sep 3, 2012 at 2:28 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Stephen, I'm writing to you, since I've posted a patch series regarding GPT support for Samsung Trats board (you were on the CC). I'm not sure if Stephen got that - try Stephen

[U-Boot] [PATCH] TNETV107X: Change tnetv107x_evm maintainer

2012-10-02 Thread Chan-Taek Park
--- MAINTAINERS |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index aa54fe1..03e2bba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -78,10 +78,6 @@ Holger Brunck holger.bru...@keymile.com tuge1 MPC8321 tuxx1

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2012-10-02 Thread Tom Rini
On Tue, Oct 02, 2012 at 03:36:25PM +0200, Stefan Roese wrote: Hi Tom, Please pull the following mostly removal patches for next: The following changes since commit d05eb7acf0f6ad5682ab75c25af52921e9fa5863: MAINTAINERS: Move dbau1x00 to orphaned. (2012-09-27 13:04:42 -0700) are

Re: [U-Boot] [PATCH 00/72 V3] serial: Massive rework of the serial subsystem

2012-10-02 Thread Tom Rini
On Sat, Sep 29, 2012 at 11:51:53PM +0200, Marek Vasut wrote: This patchset is a STAGE 1 of preparation of the stdio and serial subsys for the driver model. The idea of this patchset is: 1) Clean up the struct serial_device Do a coding style cleanup. 2) Replace .init and .uninit with

Re: [U-Boot] [PULL] u-boot-testing / dm-stringify

2012-10-02 Thread Tom Rini
On Sat, Sep 29, 2012 at 02:34:06AM +0200, Marek Vasut wrote: Please apply to u-boot/next. They are now compile tested on arm and ppc. Albert's comment addresses and patches are assigned to Tom in PW. The following changes since commit d05eb7acf0f6ad5682ab75c25af52921e9fa5863:

Re: [U-Boot] [PATCH 0/4 V2] Implant kernel-doc from Linux kernel

2012-10-02 Thread Tom Rini
On Sun, Sep 30, 2012 at 02:21:31AM +0200, Marek Vasut wrote: This patch series implants slightly modified kernel-doc documentation generator from Linux kernel into U-Boot. First patch pulls in all the necessary components with minor modifications made to them to work with the layout of U-Boot

[U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-02 Thread Albert ARIBAUD
Under option -munaligned-access, gcc can perform local char or 16-bit array initializations using misaligned native accesses which will throw a data abort exception. Fix files where these array initializations were unneeded, and for files known to contain such initializations, enforce gcc option

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-02 Thread Joakim Tjernlund
*/ void display_board_info(u32 btype) { - char cpu_2420[] = 2420; /* cpu type */ - char cpu_2422[] = 2422; - char cpu_2423[] = 2423; - char db_men[] = Menelaus; /* board type */ - char db_ip[] = IP; -

[U-Boot] [PATCH REPOST] ARM: tegra: use standard variables to define load addresses

2012-10-02 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Currently, Tegra's default environment uses non-standard variables to define where boot scripts should load the kernel, FDT, and initrd. This change both changes the variable names to match those described in U-Boot's README, and shuffles their values

Re: [U-Boot] [PATCH v4 1/8] h2200: Add support for iPAQ h2200 palmtop

2012-10-02 Thread Marek Vasut
Dear Lukasz Dalek, Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was shipped with Windows CE 4.2 operating system. Signed-off-by: Lukasz

Re: [U-Boot] [PATCH v4 2/8] pxa: Add some stuff to examine cpu model and rev

2012-10-02 Thread Marek Vasut
Dear Lukasz Dalek, Add function which return CPU model and revision which can be used for cpu detection. Signed-off-by: Lukasz Dalek luk0...@gmail.com [...] s/some stuff/code/ would be really nicer. I think the rest of the patches are ok ... unless they changed? Best regards, Marek Vasut

[U-Boot] [PATCH] mx6qsabreauto: Change mmcroot so it works out of box

2012-10-02 Thread Otavio Salvador
The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we move this to the board configuration file. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabre_common.h |2 +- include/configs/mx6qsabreauto.h|3 ++- include/configs/mx6qsabresd.h

Re: [U-Boot] [PATCH] mx6qsabreauto: Change mmcroot so it works out of box

2012-10-02 Thread Fabio Estevam
On Tue, Oct 2, 2012 at 4:22 PM, Otavio Salvador ota...@ossystems.com.br wrote: The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we move this to the board configuration file. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Acked-by: Fabio Estevam

Re: [U-Boot] [PATCH v4 2/8] pxa: Add some stuff to examine cpu model and rev

2012-10-02 Thread Łukasz Dałek
On 02.10.2012 21:36, Marek Vasut wrote: Dear Lukasz Dalek, Add function which return CPU model and revision which can be used for cpu detection. Signed-off-by: Lukasz Dalekluk0...@gmail.com [...] s/some stuff/code/ would be really nicer. I think the rest of the patches are ok ... unless

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-02 Thread Albert ARIBAUD
Hi Joakim, On Tue, 2 Oct 2012 21:13:39 +0200, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: */ void display_board_info(u32 btype) { - char cpu_2420[] = 2420; /* cpu type */ - char cpu_2422[] =

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-02 Thread Stephen Warren
On 10/02/2012 12:46 PM, Albert ARIBAUD wrote: Under option -munaligned-access, gcc can perform local char or 16-bit array initializations using misaligned native accesses which will throw a data abort exception. Fix files where these array initializations were unneeded, and for files known to

Re: [U-Boot] [PATCH v3 2/8] SPL: Port SPL framework to powerpc

2012-10-02 Thread Scott Wood
On 10/02/2012 05:20:54 AM, Stefan Roese wrote: On 09/29/2012 01:13 AM, Scott Wood wrote: On 09/26/2012 04:01:08 AM, Stefan Roese wrote: This patch enables the SPL framework to be used on powerpc platforms and not only ARM. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: -

Re: [U-Boot] [PATCH v4 1/8] h2200: Add support for iPAQ h2200 palmtop

2012-10-02 Thread Łukasz Dałek
On 02.10.2012 21:35, Marek Vasut wrote: Dear Lukasz Dalek, Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was shipped with Windows CE 4.2

Re: [U-Boot] [PATCH v4 1/8] h2200: Add support for iPAQ h2200 palmtop

2012-10-02 Thread Marek Vasut
Dear Łukasz Dałek, On 02.10.2012 21:35, Marek Vasut wrote: Dear Lukasz Dalek, Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was

Re: [U-Boot] [PATCH 0/4] Keyboard input improvements

2012-10-02 Thread Simon Glass
Hi Tom On Mon, Oct 1, 2012 at 10:21 AM, Tom Rini tr...@ti.com wrote: On Thu, Sep 27, 2012 at 06:18:39PM -0700, Simon Glass wrote: This is a small series of patches to improve keyboard input for matrix keyboards: - Fix an fdt decoding bug which breaks seaboard - Permit key repeat/delay to

Re: [U-Boot] [PATCH v4 1/8] h2200: Add support for iPAQ h2200 palmtop

2012-10-02 Thread Łukasz Dałek
On 02.10.2012 22:19, Marek Vasut wrote: hint: you're missing $(obj) all around here so the resulting files are still in the source tree, not the BUILD_DIR, which is wrong of course. Can you recommend board which has proper Makefile? All of them should, did you detect such problem elsewhere?

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-02 Thread Albert ARIBAUD
Hi Stephen, On Tue, 02 Oct 2012 14:06:53 -0600, Stephen Warren swar...@wwwdotorg.org wrote: +c) Relax the -munified-access rule globally. This will prevent native I assume that's meant to say -munaligned-access? + until the target gets compiled with m-unaligned-access. s/m-/-m/

[U-Boot] [PATCH] mx6qsabreauto: Pass the board revision to the kernel

2012-10-02 Thread Fabio Estevam
The kernel from Freescale expects that the bootloader passes the board revision. Read the board revision and pass it via get_board_rev(). Without passing the board revision the kernel does not operate properly as the initialization of peripherals are different in revA versus revB boards.

Re: [U-Boot] [RFC] ARM: prevent misaligned array inits

2012-10-02 Thread Måns Rullgård
Albert ARIBAUD albert.u.b...@aribaud.net writes: Under option -munaligned-access, gcc can perform local char or 16-bit array initializations using misaligned native accesses which will throw a data abort exception. Fix files where these array initializations were unneeded, and for files

[U-Boot] [PATCHv5] ARM: Add Altera SOCFPGA Cyclone5

2012-10-02 Thread dinguyen
From: Dinh Nguyen dingu...@altera.com Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen dingu...@altera.com Signed-off-by: Chin Liang See cl...@altera.com Signed-off-by: Pavel Machek pa...@denx.de Reviewed-by: Marek Vasut ma...@denx.de Cc: Tom Trini

Re: [U-Boot] [U-Boot,1/2] openrisc/bitops: add hweightX defines

2012-10-02 Thread Tom Rini
On Wed, Feb 22, 2012 at 07:10:09AM -, Stefan Kristiansson wrote: Signed-off-by: Stefan Kristiansson stefan.kristians...@saunalahti.fi Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] openrisc: implement get_ticks and get_tbclk

2012-10-02 Thread Tom Rini
On Wed, Feb 22, 2012 at 07:10:10AM -, Stefan Kristiansson wrote: Signed-off-by: Stefan Kristiansson stefan.kristians...@saunalahti.fi Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] TQM8xx: adjust linker script to grown code size

2012-10-02 Thread Tom Rini
On Wed, Sep 26, 2012 at 10:30:08PM -, Wolfgang Denk wrote: Some of the previous changes caused the code to grow, which causes errors like u-boot.lds:76 cannot move location counter backwards (from 4000828c to 40008000) when building with some older tool chains (like ELDK 4.2).

Re: [U-Boot] mpc52xx/motionpro: fix monitor size and update default environment

2012-10-02 Thread Tom Rini
On Sat, Sep 29, 2012 at 09:27:00AM -, Wolfgang Grandegger wrote: Since a while, the size of the u-boot.bin image is larger than 256kB. This requires moving the environment sectors by one. As we are at it, we also update a few other custom settings. Signed-off-by: Wolfgang Grandegger

Re: [U-Boot] [U-Boot,v3] README: Add handy kermit primer

2012-10-02 Thread Tom Rini
On Mon, Oct 01, 2012 at 05:11:56AM -, Karl O. Pinc wrote: Signed-off-by: Karl O. Pinc k...@meme.com --- README |5 - 1 files changed, 4 insertions(+), 1 deletions(-) Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] MAINTAINERS: New maintainer for Samsung's Trats development board.

2012-10-02 Thread Tom Rini
On Tue, Oct 02, 2012 at 06:32:07AM -, Lukasz Majewski wrote: Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot/master, thanks! --

Re: [U-Boot] TNETV107X: Change tnetv107x_evm maintainer

2012-10-02 Thread Tom Rini
On Tue, Oct 02, 2012 at 05:21:28AM -, Chan-Taek Park wrote: --- MAINTAINERS |8 1 files changed, 4 insertions(+), 4 deletions(-) Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] [PATCHv5] ARM: Add Altera SOCFPGA Cyclone5

2012-10-02 Thread Tom Rini
On Tue, Oct 02, 2012 at 04:45:24PM -0600, dingu...@altera.com wrote: From: Dinh Nguyen dingu...@altera.com Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen dingu...@altera.com Signed-off-by: Chin Liang See cl...@altera.com Signed-off-by: Pavel

[U-Boot] [PATCH 0/7] Add T30 Cardhu support

2012-10-02 Thread Tom Warren
This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which inits the AVP (ARM7TDMI boot proc) first, then control is transferred to the CPU (A9 quad core). It is based on current u-boot-tegra/next. Future patches will add support/drivers for

[U-Boot] [PATCH 2/7] Tegra30: Add CPU (armv7) files

2012-10-02 Thread Tom Warren
These files are for code that runs on the CPU (A9) on T30 boards. At this time, it's only the RCM (Recovery Mode) cmd file, which is in tegra-common. As T30-specific run-time code is added, it'll go here. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/{arm720t =

[U-Boot] [PATCH 1/7] Tegra30: Add AVP (arm720t) files

2012-10-02 Thread Tom Warren
This provides SPL support for T30 boards - AVP early init, plus CPU (A9) init/jump to main U-Boot. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/arm720t/tegra-common/cpu.h| 48 +-- arch/arm/cpu/arm720t/tegra-common/spl.c|3 +-

[U-Boot] [PATCH 3/7] Tegra30: Add common CPU (shared) files

2012-10-02 Thread Tom Warren
These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30 differences. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/cpu/tegra-common/ap.c | 22 +- arch/arm/cpu/tegra-common/board.c | 25 +-

[U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-02 Thread Tom Warren
These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra30.dtsi | 30 ++

[U-Boot] [PATCH 6/7] Tegra30: Add generic Tegra30 build support

2012-10-02 Thread Tom Warren
This patch adds basic Tegra30 (T30) build support - no specific board is targeted. Signed-off-by: Tom Warren twar...@nvidia.com --- Makefile|6 +++--- arch/arm/cpu/armv7/Makefile |2 +- arch/arm/cpu/armv7/start.S |4 ++-- board/nvidia/common/board.c | 26

[U-Boot] [PATCH 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-10-02 Thread Tom Warren
This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. Signed-off-by: Tom Warren twar...@nvidia.com --- board/nvidia/{whistler = cardhu}/Makefile |4 ++ .../cpu/cpu.c = board/nvidia/cardhu/cardhu.c |8 ++-- boards.cfg

[U-Boot] [PATCH v5 2/3] pxa: Add code to examine cpu model and revision

2012-10-02 Thread Lukasz Dalek
Add function which return CPU model and revision which can be used for cpu detection. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- Changes for v5: - Changed commit message arch/arm/cpu/pxa/cpuinfo.c | 11 +-- arch/arm/include/asm/arch-pxa/pxa.h | 13

[U-Boot] [PATCH v5 3/3] h2200: Add USB CDC ethernet support

2012-10-02 Thread Lukasz Dalek
Add support for ethernet over USB which can be used for e.g. booting process. It works with tftp and dhcp clients code. Signed-off-by: Lukasz Dalek luk0...@gmail.com --- Changes for v5: - Surrendered #include usb.h with CONFIGs board/h2200/h2200.c | 17 +

[U-Boot] [PATCH v5 1/3] h2200: Add support for iPAQ h2200 palmtop

2012-10-02 Thread Lukasz Dalek
Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was shipped with Windows CE 4.2 operating system. Signed-off-by: Lukasz Dalek luk0...@gmail.com

Re: [U-Boot] [PATCH 0/6] bootstage: Add a number of new features

2012-10-02 Thread Anatolij Gustschin
Hi Simon, On Fri, 28 Sep 2012 11:56:34 -0700 Simon Glass s...@chromium.org wrote: It is useful to be able to communicate the bootstage information to another program, such as the kernel, either by putting it in memory or the device tree. This makes the information accessible after boot so

  1   2   >