Re: [U-Boot] [PATCH 62/71] serial: spl: Implement empty functions for SPL

2012-09-19 Thread Stefan Roese
On 09/18/2012 11:51 PM, Scott Wood wrote: (and then see if we can change since as Scott notes, this needs to work for 4kb boards and that is tight). What exactly are the 4k boards? Anything that uses fsl_elbc_nand is 4K. I think most (all?) of the ppc 4xx boards are 4K. Yes. All

Re: [U-Boot] Cleanup of CCGR registers (was [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support)

2012-09-19 Thread Stefano Babic
On 19/09/2012 01:56, Eric Nelson wrote: On 09/18/2012 06:50 AM, Stefano Babic wrote: On 18/09/2012 15:28, Eric Nelson wrote: Do you have a reference to the patch so I can follow precedent? See http://patchwork.ozlabs.org/patch/177403/ Check changes in .h. Should I remove the un-named

[U-Boot] [PATCH]powerpc/mpc8xxx: Fix USB device-tree fixup

2012-09-19 Thread Ramneek Mehresh
Fix usb device-tree fixup: - wrong modification of dr_mode and phy_type when usb1 is not mentioned inside hwconfig string; now allows hwconfig strings like: usb2:dr_mode=host,phy_type=ulpi - add warning message for using usb_dr_mode

Re: [U-Boot] [PATCH v3 3/6] arm:exynos4:pinmux: Modify the gpio function for mmc

2012-09-19 Thread Jaehoon Chung
Hi Piotr, On 08/29/2012 04:56 PM, Piotr Wilczek wrote: This patch add pinmux settings for Exynos4 for mmc0 and mmc2 Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: - mmc

Re: [U-Boot] [PATCH v3 1/6] arm:exynos4:trats: Correct SDRAM configuration for trats

2012-09-19 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 08/29/2012 04:56 PM, Piotr Wilczek wrote: SDRAM setup alike to ORIGEN Dev board. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Changes for

Re: [U-Boot] [PATCH v3 4/6] arm:exynos4:trats: Use pinmux for mmc configuration

2012-09-19 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 08/29/2012 04:56 PM, Piotr Wilczek wrote: This patch use the pinmux for mmc configuration for Trats Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Michal Simek
On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut ma...@denx.de wrote: I guess this platform won't make it into .10 release anyway. Why not? Any reason why these 4 patches should wait till the next release? MW is closed (Aug. 18) The

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Marek Vasut
Dear Michal Simek, On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut ma...@denx.de wrote: I guess this platform won't make it into .10 release anyway. Why not? Any reason why these 4 patches should wait till the next release?

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Michal Simek
On 09/19/2012 12:52 PM, Marek Vasut wrote: Dear Michal Simek, On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut ma...@denx.de wrote: I guess this platform won't make it into .10 release anyway. Why not? Any reason why these 4 patches

[U-Boot] Removal of IOP480 support

2012-09-19 Thread Stefan Roese
Hi Matthias, while reviewing some of Mareks serial rework patches, I noticed the IOP480 (again). I know that this port is only used by esd. Do you think that we could remove support for IOP480 and its boards (ADCIOP and DASA_SIM) completely from mainline U-Boot? Is there still any activity on

Re: [U-Boot] [PATCH 27/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driver

2012-09-19 Thread Stefan Roese
On 09/17/2012 01:20 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into iop480 serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the iop480 driver. Also,

Re: [U-Boot] [PATCH 31/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driver

2012-09-19 Thread Stefan Roese
On 09/17/2012 01:20 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into amirix serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the amirix driver. Also,

Re: [U-Boot] [PATCH 32/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driver

2012-09-19 Thread Stefan Roese
On 09/17/2012 01:20 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into bmw serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the bmw driver. Also, add a

Re: [U-Boot] [PATCH 36/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 serial driver

2012-09-19 Thread Stefan Roese
On 09/17/2012 01:21 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into ml2 serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the ml2 driver. Also, add a

Re: [U-Boot] [PATCH 31/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driver

2012-09-19 Thread Marek Vasut
Dear Stefan Roese, On 09/17/2012 01:20 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into amirix serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside

Re: [U-Boot] [PATCH 32/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driver

2012-09-19 Thread Marek Vasut
Dear Stefan Roese, On 09/17/2012 01:20 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into bmw serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the

Re: [U-Boot] [PATCH 32/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driver

2012-09-19 Thread Stefan Roese
Hi Marek, On 09/19/2012 01:28 PM, Marek Vasut wrote: Again, NS16550 driver here. This code shouldn't be necessary. Also this board looks quite unmaintained as well. Perhaps its time to remove it from mainline? Not sure whom to ask, since no maintainer is listed. Exactly :-( Shall we not

[U-Boot] [PATCH v4 05/11] serial: Remove unnecessary delay in serial_s3c24x0

2012-09-19 Thread José Miguel Gonçalves
The loop used to make a delay after baudrate setting is not necessary. Moreover it is removed by the GCC optimizer (at least with GCC 4.6). Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - New patch Changes for v3: - None Changes for v4: - None ---

[U-Boot] [PATCH v4 11/11] S3C24XX: Add support to MINI2416 board

2012-09-19 Thread José Miguel Gonçalves
The MINI2416 board is based on a Samsung's S3C2416 SoC and has 64MB DDR2 SDRAM, 256MB NAND Flash, a LAN9220 Ethernet Controller and a WM8731 Audio CODEC. This U-Boot port was implemented and tested on a unit bought to Boardcon (http://www.armdesigner.com/) but there are some other chinese

[U-Boot] [PATCH v4 07/11] rtc: Fix rtc_reset() on s3c24x0_rtc

2012-09-19 Thread José Miguel Gonçalves
rtc_reset() must set the RTC date to the UNIX Epoch. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - New patch Changes for v3: - None Changes for v4: - None --- drivers/rtc/s3c24x0_rtc.c | 15 +++ 1 file changed, 11 insertions(+), 4

[U-Boot] [PATCH v4 06/11] rtc: Improve rtc_get() on s3c24x0_rtc

2012-09-19 Thread José Miguel Gonçalves
A better approach to avoid reading the RTC during updates, as sugested in the S3C2416 User's Manual. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - New patch Changes for v3: - Removed unneeded parenthesis Changes for v4: - None ---

[U-Boot] [PATCH v4 01/11] Add configuration option to select printf() inclusion on SPL

2012-09-19 Thread José Miguel Gonçalves
The printf() implementation needs 4~5KB of storage space which may not be available when building an SPL for SoCs with scarce internal RAM (8KB or less). This patch adds a new option, CONFIG_SPL_PRINTF_SUPPORT, to deal with this. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt ---

[U-Boot] [PATCH v4 04/11] serial: Use a more precise baud rate generation for serial_s3c24x0

2012-09-19 Thread José Miguel Gonçalves
The values stored in the baud rate divisor register (UBRDIVn) and dividing slot register (UDIVSLOTn), are used to determine the serial baudrate. Previously only UBRDIVn was set. This patch initializes also UDIVSLOTn which allows to obtain a more precise baudrate. Signed-off-by: José Miguel

[U-Boot] [PATCH v4 08/11] rtc: Don't allow setting unsuported years on s3c24x0_rtc

2012-09-19 Thread José Miguel Gonçalves
This RTC only supports a 100 years range so rtc_set() should not allow setting years bellow 1970 or above 2069. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - New patch Changes for v3: - None Changes for v4: - None --- drivers/rtc/s3c24x0_rtc.c |

[U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread José Miguel Gonçalves
Samsung's S3C24XX SoCs need this in order to generate a binary image with a padded SPL concatenated with U-Boot. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - None Changes for v3: - Changed new binary target name from u-boot-ubl.bin to u-boot-pad.bin

[U-Boot] [PATCH v4 03/11] serial: Add support to 4 ports in serial_s3c24x0

2012-09-19 Thread José Miguel Gonçalves
S3C2416 and S3C2450 have 4 UARTs insted of 3 found on older chips. This patch adds support to the additional UART port and changes the mapping between CONFIG_SERIAL? and S3C24X0_UART? in order they have a direct correspondence. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt ---

[U-Boot] [PATCH v4 09/11] S3C24XX: Add NAND Flash driver

2012-09-19 Thread José Miguel Gonçalves
NAND Flash driver with HW ECC for the S3C24XX SoCs. Currently it only supports SLC NAND chips. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - Coding style cleanup - Use of clrsetbits_le32() - Use of register bit macros instead of magic numbers Changes

[U-Boot] [PATCH v4 00/11] S3C24XX: Add support to MINI2416 board

2012-09-19 Thread José Miguel Gonçalves
Support for the MINI2416 board based on a Samsung's S3C2416 SoC with 64MB DDR2 SDRAM, 256MB NAND Flash, a LAN9220 Ethernet Controller and a WM8731 Audio CODEC. Changes for v2: - Coding style cleanup - Removed new serial and rtc drivers - Use of in-tree serial and rtc drivers Changes for

[U-Boot] [PATCH] ppc4xx: Remove IOP480 support

2012-09-19 Thread Stefan Roese
Since the IOP480 (PPC401/3 variant from PLX) is only used on 2 boards that are not actively maintained, lets remove support for it completely. This way the ppc4xx code will get a bit cleaner. Signed-off-by: Stefan Roese s...@denx.de Cc: Marek Vasut marek.va...@gmail.com Cc: Matthias Fuchs

[U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Fabio Estevam
Hi, I am getting reset when using latest U-boot mainline with mx6qsabrelite and loading a kernel. U-Boot 2012.07-00580-g49b3962 (Sep 19 2012 - 09:56:23) CPU: Freescale i.MX6Q rev1.0 at 792 MHz Reset cause: POR Board: MX6Q-Sabre Lite DRAM: 1 GiB WARNING: Caches not enabled MMC: FSL_SDHC:

[U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers

2012-09-19 Thread Piotr Wilczek
This patchset add support for display on Universal C210 board. Max8998 is modified to power on display, new driver ld9040 and support for LCD display on universal C210 board is added. Changes in v2: - removed unnecessary function for fimd clock set; - code cleanup - removed patch for fix

[U-Boot] [PATCH v2 1/5] misc:max8998 Add LDO macros

2012-09-19 Thread Piotr Wilczek
Add LDO7 and LDO17 macros to max8998_pmic.h necessary to power on the LCD. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com Changes in v2: - none. --- include/max8998_pmic.h |2 ++ 1 files changed,

[U-Boot] [PATCH v2 2/5] drivers: video: Add ld9040 video driver

2012-09-19 Thread Piotr Wilczek
This patch add ld9040 video driver: new file: drivers/video/ld9040.c new file: include/ld9040.h modified: drivers/video/Makefile This patch depends on software SPI: 1346228122-13444-2-git-send-email-p.wilc...@samsung.com Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by:

[U-Boot] [PATCH v2 3/5] arm: exynos4: cpu: Add definition for display

2012-09-19 Thread Piotr Wilczek
Add EXYNOS4_DISPLAY_CONTROL definition Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com Changes in v2: - removed definions for fimd. --- arch/arm/include/asm/arch-exynos/cpu.h |1 + 1 files

[U-Boot] [PATCH v2 4/5] drivers: video: fix image position

2012-09-19 Thread Piotr Wilczek
This patch fixes image position on screen when images's height or width is biger then the lcd's. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com Changes in v2: - none. --- drivers/video/exynos_fb.c |

[U-Boot] [PATCH v2 5/5] arm: exynos4: universal_C210: add display support

2012-09-19 Thread Piotr Wilczek
This patch add support for display on Universal C210 board. Width of displayed logo must be not bigger than 480 pixel and is limited by width of the screen. Tizen logo size is 520x120 pixels should be reseized. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park

[U-Boot] [PATCH] ppc4xx: Remove ML2 board support

2012-09-19 Thread Stefan Roese
As the board seems to be unmaintained for some time, lets remove the support in mainline completely. Signed-off-by: Stefan Roese s...@denx.de Cc: Marek Vasut marek.va...@gmail.com Cc: Peter De Schrijver p...@mind.be --- MAINTAINERS | 4 - arch/powerpc/include/asm/ppc4xx.h

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Robert Nelson
On Wed, Sep 19, 2012 at 7:59 AM, Fabio Estevam feste...@gmail.com wrote: Hi, I am getting reset when using latest U-boot mainline with mx6qsabrelite and loading a kernel. U-Boot 2012.07-00580-g49b3962 (Sep 19 2012 - 09:56:23) CPU: Freescale i.MX6Q rev1.0 at 792 MHz Reset cause: POR

[U-Boot] Info about cache test at uboot prompt.

2012-09-19 Thread naveen yadav
Dear All, I want to check the stability of L2 cache at uboot prompt. My question are. 1. Is it possible to verify, if yes what steps I need to do. 2. had nay body perform , pls share. Thanks ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Fabio Estevam
Hi Robert, On Wed, Sep 19, 2012 at 10:31 AM, Robert Nelson robertcnel...@gmail.com wrote: It might be masking the problem, but I've been reverting: http://git.denx.de/?p=u-boot.git;a=commit;h=c50afc1dab78a1a72bc37b60d97864e56b52cc5c (I've also been reverting that for mx51evk/mx53loco when

[U-Boot] [PATCH] FAT: split block device interactions from filesystem logic

2012-09-19 Thread Pavel Herrmann
Put block device interaction code into separate file from filesystem logic. This makes it easier to change block device API, and is similar to what other filesystems do. Cleanup some logic inconsistencies as well. Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- fs/fat/Makefile| 4

Re: [U-Boot] [PATCH v2 1/5] pci: fix errant data types and corresponding access functions

2012-09-19 Thread Kumar Gala
On Aug 29, 2012, at 7:16 PM, Andrew Sharp wrote: In a couple of places, unsigned int and pci_config_*_dword were being used when u16 and _word should be used. Unsigned int was also being used in a couple of places that should be pci_addr_t. Signed-off-by: Andrew Sharp andywy...@gmail.com

[U-Boot] [PATCH] pci: fix some warnings related to assumptions about

2012-09-19 Thread Kumar Gala
The following commit introduced some warnings associated with using pci_addr_t instead of a proper 32-bit data type. commit af778c6d9e2b945ee03cbc53bb976238a3374f33 Author: Andrew Sharp andywy...@gmail.com Date: Wed Aug 1 12:27:16 2012 + pci: fix errant data types and corresponding

[U-Boot] [PATCH 1/3] mx53loco: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx53loco.h |4 ++-- 1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabrelite.h |8 +++- 1 file changed, 3

[U-Boot] [PATCH 3/3] mx6qsabresd: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/mx6qsabresd.h |6 ++ 1 file changed, 2 insertions(+),

[U-Boot] arch/powerpc/lib/board.c:get_effective_memsize() for 4GB+ systems

2012-09-19 Thread Robert Thorhuus
Hello! I'm having problem with my U-Boot for a PowerPC system. I think the root cause is that the function get_effective_memsize() (in file arch/powerpc/lib/board.c) returns 0. ulong get_effective_memsize(void) { #ifndef CONFIG_VERY_BIG_RAM return gd-ram_size; #else /* limit

[U-Boot] [PATCH] ZFS: fix some warnings, cleanup

2012-09-19 Thread Pavel Herrmann
Fix warnings about type mismatch in cmd_zfs. Dont use a global block_dev_desc, instead use a local one in each cmd. Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- common/cmd_zfs.c | 7 +-- fs/zfs/zfs.c | 2 -- include/zfs_common.h | 3 --- 3 files changed, 5

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread Scott Wood
On 09/19/2012 06:25:26 AM, José Miguel Gonçalves wrote: Samsung's S3C24XX SoCs need this in order to generate a binary image with a padded SPL concatenated with U-Boot. I still think pad is a lousy name for this. It refers to a minor implementation detail of how the image was put together.

Re: [U-Boot] [PATCH v4 09/11] S3C24XX: Add NAND Flash driver

2012-09-19 Thread Scott Wood
On 09/19/2012 06:25:25 AM, José Miguel Gonçalves wrote: NAND Flash driver with HW ECC for the S3C24XX SoCs. Currently it only supports SLC NAND chips. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - Coding style cleanup - Use of clrsetbits_le32() - Use

Re: [U-Boot] [PATCH v4 09/11] S3C24XX: Add NAND Flash driver

2012-09-19 Thread José Miguel Gonçalves
On 19-09-2012 17:19, Scott Wood wrote: On 09/19/2012 06:25:25 AM, José Miguel Gonçalves wrote: NAND Flash driver with HW ECC for the S3C24XX SoCs. Currently it only supports SLC NAND chips. Signed-off-by: José Miguel Gonçalves jose.goncal...@inov.pt --- Changes for v2: - Coding style

[U-Boot] [PATCH 2/2] tegra: Rename Medcom to Medcom-Wide

2012-09-19 Thread Thierry Reding
Medcom is the marketing name for an older, PXA-based version of the same device. In order to avoid confusion, rename the Tegra-based version to the new marketing name. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- MAINTAINERS

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread José Miguel Gonçalves
On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, José Miguel Gonçalves wrote: Samsung's S3C24XX SoCs need this in order to generate a binary image with a padded SPL concatenated with U-Boot. I still think pad is a lousy name for this. It refers to a minor implementation

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread Scott Wood
On 09/19/2012 11:58:06 AM, José Miguel Gonçalves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, José Miguel Gonçalves wrote: Samsung's S3C24XX SoCs need this in order to generate a binary image with a padded SPL concatenated with U-Boot. I still think pad is a lousy

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread Stephen Warren
On 09/19/2012 10:58 AM, José Miguel Gonçalves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, José Miguel Gonçalves wrote: Samsung's S3C24XX SoCs need this in order to generate a binary image with a padded SPL concatenated with U-Boot. I still think pad is a lousy

Re: [U-Boot] [PATCH 2/2] tegra: Rename Medcom to Medcom-Wide

2012-09-19 Thread Stephen Warren
On 09/19/2012 04:37 AM, Thierry Reding wrote: Medcom is the marketing name for an older, PXA-based version of the same device. In order to avoid confusion, rename the Tegra-based version to the new marketing name. This patch will keep U-Boot in sync with the Kernel .dts naming, so: Acked-by:

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-19 Thread Stephen Warren
On 09/18/2012 07:25 PM, Rob Herring wrote: On 09/18/2012 08:21 PM, Rob Herring wrote: On 09/18/2012 05:37 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This patch introduces function get_device(). This looks up a block_dev_desc_t from an interface name (e.g. mmc) and

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/19/12 03:56, Michal Simek wrote: On 09/19/2012 12:52 PM, Marek Vasut wrote: Dear Michal Simek, On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut ma...@denx.de wrote: I guess this

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread José Miguel Gonçalves
On 19-09-2012 18:08, Scott Wood wrote: On 09/19/2012 11:58:06 AM, José Miguel Gonçalves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, José Miguel Gonçalves wrote: Samsung's S3C24XX SoCs need this in order to generate a binary image with a padded SPL concatenated

Re: [U-Boot] [PATCH 32/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driver

2012-09-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/19/12 04:32, Stefan Roese wrote: Hi Marek, On 09/19/2012 01:28 PM, Marek Vasut wrote: Again, NS16550 driver here. This code shouldn't be necessary. Also this board looks quite unmaintained as well. Perhaps its time to remove it from

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Robert Nelson
On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador ota...@ossystems.com.br wrote: OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador ota...@ossystems.com.br wrote: OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Robert Nelson
On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador ota...@ossystems.com.br wrote: OpenEmbedded has change partitioning layout of

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 11:18:14AM -0300, Fabio Estevam wrote: Hi Robert, On Wed, Sep 19, 2012 at 10:31 AM, Robert Nelson robertcnel...@gmail.com wrote: It might be masking the problem, but I've been reverting:

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-19 Thread Tom Rini
On Tue, Sep 18, 2012 at 08:25:31PM -0500, Rob Herring wrote: On 09/18/2012 08:21 PM, Rob Herring wrote: On 09/18/2012 05:37 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This patch introduces function get_device(). This looks up a block_dev_desc_t from an interface

[U-Boot] [PATCH] i.MX6: provide functional names for CCGRx bit fields

2012-09-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/cpu/armv7/mx6/clock.c | 10 +- arch/arm/include/asm/arch-mx6/crm_regs.h | 358 +++--- 2 files changed, 185 insertions(+), 183 deletions(-) diff --git a/arch/arm/cpu/armv7/mx6/clock.c

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 11:11:08AM -0600, Stephen Warren wrote: On 09/19/2012 10:58 AM, Jos? Miguel Gon?alves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, Jos? Miguel Gon?alves wrote: Samsung's S3C24XX SoCs need this in order to generate a binary image with a

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador

Re: [U-Boot] [PATCHv4] [RFC] DM: early_malloc for DM added.

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 09:29:04AM +1000, Graeme Russ wrote: Hi Marek, On Tue, Sep 18, 2012 at 8:57 PM, Marek Vasut ma...@denx.de wrote: Dear Tomas Hlavacek, [snip] +struct early_heap_header *early_brk(size_t size) + __attribute__((weak, alias(def_early_brk))); what about using

[U-Boot] [PATCH 3/8] i.MX6: Add ANATOP_PFD_480 bitfield constants

2012-09-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/imx-regs.h | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index

[U-Boot] [PATCH] i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfields

2012-09-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/imx-regs.h | 73 ++ 1 files changed, 73 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index

[U-Boot] [PATCH 6/8] i.MX6: define bitfields for CHSCCDR register

2012-09-19 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/crm_regs.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h index 81aa3ed..6a6d270 100644

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread Scott Wood
On 09/19/2012 01:19:45 PM, Tom Rini wrote: On Wed, Sep 19, 2012 at 11:11:08AM -0600, Stephen Warren wrote: On 09/19/2012 10:58 AM, Jos? Miguel Gon?alves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, Jos? Miguel Gon?alves wrote: Samsung's S3C24XX SoCs need this

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread José Miguel Gonçalves
On 19-09-2012 19:19, Tom Rini wrote: On Wed, Sep 19, 2012 at 11:11:08AM -0600, Stephen Warren wrote: On 09/19/2012 10:58 AM, Jos? Miguel Gon?alves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM, Jos? Miguel Gon?alves wrote: Samsung's S3C24XX SoCs need this in order

[U-Boot] [PATCH V3 1/1] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-19 Thread Eric Nelson
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 102 + include/configs/mx6qsabrelite.h

Re: [U-Boot] [PATCH 62/71] serial: spl: Implement empty functions for SPL

2012-09-19 Thread Scott Wood
On 09/19/2012 01:12:17 AM, Stefan Roese wrote: On 09/18/2012 11:51 PM, Scott Wood wrote: (and then see if we can change since as Scott notes, this needs to work for 4kb boards and that is tight). What exactly are the 4k boards? Anything that uses fsl_elbc_nand is 4K. I think most (all?)

Re: [U-Boot] [PATCH v4 11/11] S3C24XX: Add support to MINI2416 board

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 12:25:27PM +0100, Jos?? Miguel Gon??alves wrote: The MINI2416 board is based on a Samsung's S3C2416 SoC and has 64MB DDR2 SDRAM, 256MB NAND Flash, a LAN9220 Ethernet Controller and a WM8731 Audio CODEC. This U-Boot port was implemented and tested on a unit bought to

[U-Boot] [PATCH 0/6] iPAQ h2200 support

2012-09-19 Thread Łukasz Dałek
This is set of patches adding support for iPAQ h2200 device Ad. [PATCH 1/6] h2200: Add support for iPAQ h2200 I've added device id to the mach-types.h file. But I'm pretty sure this is the bad way. The id I took from http://www.arm.linux.org.uk/developer/machines/list.php?id=341 Device's 1st

[U-Boot] [PATCH 1/6] h2200: Add support for iPAQ h2200

2012-09-19 Thread Łukasz Dałek
Signed-off-by: Łukasz Dałek luk0...@gmail.com --- arch/arm/include/asm/mach-types.h |1 + board/h2200/Makefile | 51 ++ board/h2200/h2200-header.S| 27 + board/h2200/h2200.c | 197 + board/h2200/h2200.h

[U-Boot] [PATCH 3/6] pxa: Add some stuff to examine cpu model and rev

2012-09-19 Thread Łukasz Dałek
Signed-off-by: Łukasz Dałek 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 deletions(-) diff --git a/arch/arm/cpu/pxa/cpuinfo.c b/arch/arm/cpu/pxa/cpuinfo.c index

[U-Boot] [PATCH 4/6] usbether: Fixed bug when using with PXA25X chips

2012-09-19 Thread Łukasz Dałek
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: Łukasz Dałek luk0...@gmail.com ---

[U-Boot] [PATCH 5/6] usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}

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

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

2012-09-19 Thread Łukasz Dałek
Removed DEV_CONFIG_CDC and DEV_CONFIG_SUBSET and replaced it with CONFIG_USB_ETH_CDC and CONFIG_USB_ETH_SUBSET. Signed-off-by: Łukasz Dałek luk0...@gmail.com --- drivers/usb/gadget/ether.c | 75 +-- 1 files changed, 30 insertions(+), 45 deletions(-)

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-19 Thread Thierry Reding
On Tue, Sep 18, 2012 at 11:20:30PM +0200, Marek Vasut wrote: Dear Thierry Reding, On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote: Dear Thierry Reding, [...] Sure, but after you apply the bounce buffer, you can safely invalidate the whole cacheline, so

Re: [U-Boot] [PATCH] i.MX6: provide functional names for CCGRx bit fields

2012-09-19 Thread Eric Nelson
On 09/19/2012 11:17 AM, Eric Nelson wrote: Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- arch/arm/cpu/armv7/mx6/clock.c | 10 +- arch/arm/include/asm/arch-mx6/crm_regs.h | 358 +++--- 2 files changed, 185 insertions(+), 183 deletions(-)

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-19 Thread Thierry Reding
On Wed, Sep 19, 2012 at 12:44:27AM +0200, Marek Vasut wrote: Dear Simon Glass, Hi, On Tue, Sep 18, 2012 at 2:21 PM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, Hi, On Tue, Sep 18, 2012 at 1:04 PM, Thierry Reding thierry.red...@avionic-design.de wrote:

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Marek Vasut
Dear Tom Rini, On Wed, Sep 19, 2012 at 11:18:14AM -0300, Fabio Estevam wrote: Hi Robert, On Wed, Sep 19, 2012 at 10:31 AM, Robert Nelson robertcnel...@gmail.com wrote: It might be masking the problem, but I've been reverting:

Re: [U-Boot] [PATCH 32/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driver

2012-09-19 Thread Marek Vasut
Dear Tom Rini, On 09/19/12 04:32, Stefan Roese wrote: Hi Marek, On 09/19/2012 01:28 PM, Marek Vasut wrote: Again, NS16550 driver here. This code shouldn't be necessary. Also this board looks quite unmaintained as well. Perhaps its time to remove it from mainline? Not sure whom to

[U-Boot] [PATCH 1/2] tegra: Update Avionic Design vendor prefix

2012-09-19 Thread Thierry Reding
The official vendor prefix for Avionic Design is now ad. Update the board DTS files accordingly. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- board/avionic-design/dts/tegra20-medcom.dts | 2 +- board/avionic-design/dts/tegra20-plutux.dts | 2 +-

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Fabio Estevam
On Wed, Sep 19, 2012 at 4:29 PM, Marek Vasut ma...@denx.de wrote: Link would help, thanks ;-) Yes, please. I was not involved on past discussions on this topic and I would really like to understand what is the recommended way to fixing this problem. Regards, Fabio Estevam

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 01:36:50PM -0500, Scott Wood wrote: On 09/19/2012 01:19:45 PM, Tom Rini wrote: On Wed, Sep 19, 2012 at 11:11:08AM -0600, Stephen Warren wrote: On 09/19/2012 10:58 AM, Jos? Miguel Gon?alves wrote: On 19-09-2012 17:10, Scott Wood wrote: On 09/19/2012 06:25:26 AM,

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 05:13:20PM -0300, Fabio Estevam wrote: On Wed, Sep 19, 2012 at 4:29 PM, Marek Vasut ma...@denx.de wrote: Link would help, thanks ;-) Yes, please. I was not involved on past discussions on this topic and I would really like to understand what is the recommended way

Re: [U-Boot] [PATCH v4 11/11] S3C24XX: Add support to MINI2416 board

2012-09-19 Thread José Miguel Gonçalves
On 09/19/2012 08:18 PM, Tom Rini wrote: On Wed, Sep 19, 2012 at 12:25:27PM +0100, Jos?? Miguel Gon??alves wrote: The MINI2416 board is based on a Samsung's S3C2416 SoC and has 64MB DDR2 SDRAM, 256MB NAND Flash, a LAN9220 Ethernet Controller and a WM8731 Audio CODEC. This U-Boot port was

Re: [U-Boot] [PATCH v4 2/2] ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h

2012-09-19 Thread Prafulla Wadaskar
-Original Message- From: Pavel Machek [mailto:pa...@denx.de] Sent: 16 September 2012 02:44 To: Prafulla Wadaskar Cc: dingu...@altera.com; u-boot@lists.denx.de; ma...@denx.de; dinh.li...@gmail.com; cl...@altera.com; tr...@ti.com; s...@denx.de Subject: Re: [U-Boot] [PATCH v4 2/2]

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

2012-09-19 Thread Kim Phillips
On Wed, 19 Sep 2012 00:24:23 -0300 Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com mx6qsabresd has a AR8031 Gigabit PHY. Add support for it. Also increase CONFIG_SYS_MALLOC_LEN so that FEC buffer allocation does not fail. Tested on 1Gbp and

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

2012-09-19 Thread Eric Nelson
On 09/19/2012 11:46 AM, Eric Nelson wrote: Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 102 +

Re: [U-Boot] [PATCH 1/6] h2200: Add support for iPAQ h2200

2012-09-19 Thread Marek Vasut
Dear Łukasz Dałek, [ Joe, see the bottom of my babble here ] Signed-off-by: Łukasz Dałek luk0...@gmail.com --- arch/arm/include/asm/mach-types.h |1 + board/h2200/Makefile | 51 ++ board/h2200/h2200-header.S| 27 + board/h2200/h2200.c

Re: [U-Boot] [PATCH 2/6] pxa25x: Add USB Ethernet driver

2012-09-19 Thread Marek Vasut
Dear Łukasz Dałek, Patch description is missing ... are there any changes since your last post? Signed-off-by: Łukasz Dałek luk0...@gmail.com --- drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/pxa25x_udc.c | 2059 +++

Re: [U-Boot] [PATCH 3/6] pxa: Add some stuff to examine cpu model and rev

2012-09-19 Thread Marek Vasut
Dear Łukasz Dałek, Patch description missing. Properly describe all your patches and repost. Also describe what changed, see http://www.denx.de/wiki/U-Boot/Patches Signed-off-by: Łukasz Dałek luk0...@gmail.com --- arch/arm/cpu/pxa/cpuinfo.c | 11 +--

Re: [U-Boot] [PATCH] README.commands: Document what UNDEF_SYM does

2012-09-19 Thread Jeroen Hofstee
On 09/19/2012 01:42 AM, Tom Rini wrote: +To ensure that the linker does not discard these symbols when linking +full U-Boot we use generate a list of all of the commands and force the +linker to first enter the symbol as undefined in the object so that +there is then a need for the symbol to be

  1   2   >