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

2012-10-01 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 wrote: > > > > > > > > > Hi all, > > > > > > > > > > On Sat, 29 Sep 2012 12:32:36 +0200, Albert ARIBAUD > > > > > wrote:

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

2012-10-01 Thread Simon Glass
On Thu, Aug 16, 2012 at 4:15 PM, Stephen Warren wrote: > From: Stephen Warren > > This is extremely likely to be used from the boot.scr that Tegra's default > bootcmd locates and executes. > > Signed-off-by: Stephen Warren Acked-by: Simon Glass > --- > include/configs/tegra20-common-post.h |

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

2012-10-01 Thread Simon Glass
Hi, On Sun, Aug 12, 2012 at 8:41 AM, Jerry Van Baren 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 downloading. >>

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

2012-10-01 Thread Simon Glass
Hi, On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde wrote: > This patch adds api to calculate and set the clock for SPI channels > > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde I believe this should also have a sign-off from jamesmil...@chromium.org, since he wrote much of

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

2012-10-01 Thread Albert ARIBAUD
Hi Tom, On Mon, 1 Oct 2012 09:59:18 -0700, Tom Rini 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 between > Al

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

2012-10-01 Thread Simon Glass
Hi, On Tue, Aug 7, 2012 at 2:46 AM, Ilya Yanok 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 changelog enties to the bott

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

2012-10-01 Thread Simon Glass
On Sun, Aug 5, 2012 at 7:07 PM, Stephen Warren 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 > Signed-off-by: Stephen Warren Acked-by: Simon Glass > --- > v4

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

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

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

2012-10-01 Thread Simon Glass
On Tue, Jul 31, 2012 at 4:01 AM, Rajeshwari Shinde wrote: > This patch enables SPI driver for EXYNOS5. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - None. > board/samsung/smdk5250/smdk5250.c |3 +++ > include/configs/smdk5250.h| 23

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

2012-10-01 Thread Simon Glass
Hi, On Tue, Jul 31, 2012 at 3:42 AM, Rajeshwari Shinde wrote: > This patch adds SPI driver for EXYNOS. > > Signed-off-by: Simon Glass > Signed-off-by: Padmavathi Venna > Signed-off-by: Gabe Black > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/include/asm/arch-exynos/spi.h | 78 ++

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

2012-10-01 Thread Simon Glass
On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde wrote: > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - None > arch/arm/include/asm/arch-exynos/cpu.h |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/includ

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

2012-10-01 Thread Simon Glass
+MikeF On Tue, Jul 31, 2012 at 4:00 AM, Rajeshwari Shinde wrote: > SMDK EVT1 has a different Winbond part added its part details > to the SPI flash table. > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - Correcte

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

2012-10-01 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 wrote: > This patch adds pinmux support for SPI channels > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes i

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Simon Glass
On Sat, Sep 29, 2012 at 1:02 PM, Lucas Stach wrote: > The prototypes used in board files were all scattered out, which lead to > code duplication between SPL and normal U-Boot and some prototypes not > actually > being used. Consolidate this in a common board header. > > Signed-off-by: Lucas Stac

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

2012-10-01 Thread Fabio Estevam
Hi Stefano, On Tue, Sep 25, 2012 at 3:43 PM, Fabio Estevam wrote: > mx6qsabreauto has a AR8031 Gigabit PHY. > > Add support for it. > > Signed-off-by: Fabio Estevam Any comments on this one. please? Regards, Fabio Estevam ___ U-Boot mailing list U-B

[U-Boot] Please pull u-boot-ti/master

2012-10-01 Thread Tom Rini
Hello, The following changes since commit 1c27059a2f7158a9c9a8778535b030935d75179d: Merge remote-tracking branch 'u-boot/master' (2012-09-30 23:49:17 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 3c2e616f4b20e6e23d8268

Re: [U-Boot] help with archos g9 "port"

2012-10-01 Thread SxDx
> From: "SxDx" > Dear U-Boot hackers, > > I am trying to let U-Boot work with my archos g9 > (omap4430 based-tablet). Just for the record. Applying the patch found at: http://forum.xda-developers.com/showpost.php?p=30011253 against the linaro tree lets me load a linux kernel uImage and run it (I

[U-Boot] [PATCH 70/72 V2] serial: Remove CONFIG_SERIAL_MULTI from remaining sources

2012-10-01 Thread Marek Vasut
Remove the parts depending either on disabled CONFIG_SERIAL_MULTI or ifdefs around CONFIG_SERIAL_MULTI parts since CONFIG_SERIAL_MULTI is now enabled by default. Signed-off-by: Marek Vasut Cc: Marek Vasut Cc: Tom Rini Cc: Anatolij Gustschin Cc: Stefan Roese --- arch/arm/lib/board.c

[U-Boot] [PATCH 25/72 V2] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers

2012-10-01 Thread Marek Vasut
Implement support for CONFIG_SERIAL_MULTI into both SCC and SMC mpc8260 serial drivers. These drivers were 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 mpc8260 drivers. Also, add a weak implementation

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

2012-10-01 Thread Tom Rini
On Mon, Oct 01, 2012 at 11:53:39PM +0200, Michael Walle wrote: > Hi Tom, > > Am Montag 01 Oktober 2012, 18:59:18 schrieb Tom Rini: > > - Other pull requests of either fixes or things posted by the original > > merge window closure that hadn't been picked up yet AND are obviously > > correct or

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

2012-10-01 Thread Michael Walle
Hi Tom, Am Montag 01 Oktober 2012, 18:59:18 schrieb Tom Rini: > - Other pull requests of either fixes or things posted by the original > merge window closure that hadn't been picked up yet AND are obviously > correct or important bug fixes. Otherwise we can hold them off for > the next bran

[U-Boot] [PATCH] SPL: Remove setting GD_FLG_RELOC in preloader_console_init()

2012-10-01 Thread Tom Rini
We have not strictly speaking relocated at this point, do not claim that we have. This is not required for output. Signed-off-by: Tom Rini --- common/spl/spl.c |1 - 1 file changed, 1 deletion(-) diff --git a/common/spl/spl.c b/common/spl/spl.c index c640f87..3a19a63 100644 --- a/common/sp

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

2012-10-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201209271520.33571.ma...@denx.de> you wrote: > > Dear Wolfgang Denk, > > > > > Some of the previous changes caused the code to grow, which causes > > > errors like > > > > > > u-boot.lds:76 cannot move location counter backwards (from 4000

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

2012-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <201209271520.33571.ma...@denx.de> you wrote: > Dear Wolfgang Denk, > > > 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 bui

[U-Boot] pull request for u-boot-tegra/next into ARM next

2012-10-01 Thread Tom Warren
Albert, Please pull u-boot-tegra/next into ARM next as per the discussion currently on-going with Lucas Stach on the list. Thanks! ./MAKEALL -s tegra20 runs OK, and checkpatch.pl is clean except for 1 bogus warning about a macro needing parens. The following changes since commit 1c27059a2f7158a9

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, On Mon, Oct 1, 2012 at 10:23 AM, Lucas Stach wrote: > Hi Tom, > > Am Montag, den 01.10.2012, 10:12 -0700 schrieb Tom Warren: >> Lucas, Stephen, et al. >> >> On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren wrote: >> > Lucas, >> > >> > On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren >> > wrote:

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

2012-10-01 Thread Benoît Thébaudeau
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 comments. > > > - Do not use write32 r

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-01 Thread Fabio Estevam
On Mon, Oct 1, 2012 at 4:12 PM, Greg Topmiller wrote: > Yes, it seems to be working but let me do some more testing. I want to make > sure it boots to Linux properly with mmc, Ethernet, and usb. I would need to > create a new board name as well. How about mx6qnovpek? Yes, it looks good. Reg

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-01 Thread Fabio Estevam
On Mon, Oct 1, 2012 at 4:03 PM, Greg Topmiller wrote: > Thanks for the hint. I didn't have the pad settings for sdhc1 and sdhc2. I > still had some other problems but they were config differences in the > include/configs/mx6qarm2.h file. Is it working now? Would you care to add support for th

[U-Boot] [PATCH v2] mxc: Fix SDHC multi-instance clock

2012-10-01 Thread Benoît Thébaudeau
On mxc, each SDHC instance has a dedicated clock, so gd->sdhc_clk is not suitable for the multi-instance use case (initialization made directly with fsl_esdhc_initialize()). This patch fixes this issue by adding a configuration field for the SDHC input clock frequency. Signed-off-by: Benoît Théba

Re: [U-Boot] [PATCH 4/6] [v2] powerpc/85xx: Add P5040 processor support

2012-10-01 Thread Kim Phillips
On Mon, 1 Oct 2012 09:06:41 -0500 Timur Tabi wrote: > Add support for the Freescale P5040 SOC, which is similar to the P5020. > Features of the P5040 are: > > Four P5040 single-threaded e5500 cores built > Up to 2.4 GHz with 64-bit ISA support > Three levels of instruction: user, supervi

Re: [U-Boot] [PATCH 2/2] spi: Add SPI flash test

2012-10-01 Thread Tom Rini
On Fri, Sep 28, 2012 at 05:28:01PM -0700, Simon Glass wrote: > It is useful to have a basic SPI flash test, which tests that the SPI chip, > the SPI bus and the driver are behaving. > > This test erases part of the flash, writes data and reads it back as a > sanity check that all is well. > > Us

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Lucas Stach
Hi Tom, Am Montag, den 01.10.2012, 10:12 -0700 schrieb Tom Warren: > Lucas, Stephen, et al. > > On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren wrote: > > Lucas, > > > > On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren > > wrote: > >> On 09/29/2012 02:02 PM, Lucas Stach wrote: > >>> The prototypes us

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

2012-10-01 Thread Tom Rini
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 be altered after init > - Allow key ghosting filter to be enabled/d

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-01 Thread Fabio Estevam
On Mon, Oct 1, 2012 at 2:10 PM, Greg Topmiller wrote: > Hi Fabio, > > To clarify, Novtech's NOVPEK board used the mx6qarm2 board type for in the > Freescale u-boot which is not the correct board type. > > Novtech's NOVPEK board has sdhc1 connected up, not sdhc3 or sdhc4. Do you > know of any po

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, Stephen, et al. On Mon, Oct 1, 2012 at 9:39 AM, Tom Warren wrote: > Lucas, > > On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren wrote: >> On 09/29/2012 02:02 PM, Lucas Stach wrote: >>> The prototypes used in board files were all scattered out, which lead to >>> code duplication between SPL

Re: [U-Boot] Custodians, Maintainers and old platforms

2012-10-01 Thread Tom Rini
On Sun, Sep 30, 2012 at 05:50:42AM +0300, Stefan Kristiansson wrote: > On Fri, Sep 21, 2012 at 05:28:18PM -0700, Tom Rini wrote: > > Hey all, > > > > (I had attempted to bcc this to all listed maintainer, but that upset > > Google greatly. I'll send this out manually instead later). > > > > I'd

Re: [U-Boot] [PATCH 6/7] lcd: Implement RLE8 bitmap decoding

2012-10-01 Thread Che-liang Chiou
Acked-by: Che-Liang Chiou On Fri, Sep 28, 2012 at 6:11 PM, Simon Glass wrote: > From: Tom Wai-Hong Tam > > Add support for drawing compressed RLE8 bitmaps. > > Reference: http://www.digicamsoft.com/bmp/bmp.html > > Signed-off-by: Che-Liang Chiou > Signed-off-by: Tom Wai-Hong Tam > Signed-off-

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

2012-10-01 Thread Tom Rini
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 between Albert's u-boot-arm PR being merged and the tag. Speaking of, that's what I

Re: [U-Boot] [PATCH v2] tegra: add Colibri T20 board support

2012-10-01 Thread Stephen Warren
On 10/01/2012 10:48 AM, Lucas Stach wrote: > Am Montag, den 01.10.2012, 10:33 -0600 schrieb Stephen Warren: >> On 09/29/2012 02:03 PM, Lucas Stach wrote: >>> This adds board support for the Toradex Colibri T20 module. >>> >>> Working functions: >>> - SD card boot >>> - USB boot >>> - Network >>> -

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

2012-10-01 Thread Tom Rini
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 serial_ns16550.c > and be done with it

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

2012-10-01 Thread Marek Vasut
Dear Michal Simek, [...] > > Would it be better just use this structure? > > #ifdef CONFIG_SYS_NS16550_COM1 > [0] = (NS16550_t)CONFIG_SYS_NS16550_COM1, > #endif [...] > > You are using two coding styles in this file. > One has function return value on one line and then function name >

Re: [U-Boot] [PATCH v2] tegra: add Colibri T20 board support

2012-10-01 Thread Lucas Stach
Am Montag, den 01.10.2012, 10:33 -0600 schrieb Stephen Warren: > On 09/29/2012 02:03 PM, Lucas Stach wrote: > > This adds board support for the Toradex Colibri T20 module. > > > > Working functions: > > - SD card boot > > - USB boot > > - Network > > - NAND environment > > > diff --git a/board/to

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Tom Warren
Lucas, On Mon, Oct 1, 2012 at 9:24 AM, Stephen Warren wrote: > On 09/29/2012 02:02 PM, Lucas Stach wrote: >> The prototypes used in board files were all scattered out, which lead to >> code duplication between SPL and normal U-Boot and some prototypes not >> actually >> being used. Consolidate t

Re: [U-Boot] Tegra USB driver movement

2012-10-01 Thread Tom Warren
Lucas, On Sun, Sep 30, 2012 at 11:50 PM, Lucas Stach wrote: > Also CC'ing Albert > > Am Montag, den 01.10.2012, 04:17 +0200 schrieb Marek Vasut: >> Dear Lucas Stach, >> >> > Hi all, >> > >> > now that everything involving Colibri T20 is in pretty good shape I'm >> > moving on to some code cleanup

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-01 Thread Fabio Estevam
On Mon, Oct 1, 2012 at 11:13 AM, Greg Topmiller wrote: > 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 > work

Re: [U-Boot] [PATCH v2] tegra: add Colibri T20 board support

2012-10-01 Thread Stephen Warren
On 09/29/2012 02:03 PM, Lucas Stach wrote: > This adds board support for the Toradex Colibri T20 module. > > Working functions: > - SD card boot > - USB boot > - Network > - NAND environment > diff --git a/board/toradex/colibri_t20/Makefile > b/board/toradex/colibri_t20/Makefile ... > +#

Re: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell

2012-10-01 Thread Stephen Warren
On 09/29/2012 02:02 PM, Lucas Stach wrote: > The prototypes used in board files were all scattered out, which lead to > code duplication between SPL and normal U-Boot and some prototypes not > actually > being used. Consolidate this in a common board header. Seems reasonable enough to me. This se

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

2012-10-01 Thread Tom Rini
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 and is only used once. Signed-off-by: Tom Rini --- board/amirix/ap1000/ap1000.c | 11 +++ board/amirix/ap1000/ap1000.h |1 - 2 file

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

2012-10-01 Thread Karl O. Pinc
Signed-off-by: Karl O. Pinc --- README |5 - 1 files changed, 4 insertions(+), 1 deletions(-) * On 09/02/2012 10:47:45 AM, Wolfgang Denk wrote: > In message <1344017124-5749-1-git-send-email-...@meme.com> you wrote: > > Add doc/README.kermit. > > > > Mention in README. > doc/

[U-Boot] [PATCH] configs: Fix usage of mmc rescan

2012-10-01 Thread Andrew Bradford
Fix usage of 'mmc rescan' by many configs. Proper use is 'mmc dev ${mmcdev}; mmc rescan' to set the mmc device and then rescan the device. 'mmc rescan' itself does not take any arguments. Signed-off-by: Andrew Bradford --- include/configs/am335x_evm.h|2 +- include/configs/am3517_crane

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

2012-10-01 Thread Marek Vasut
Dear Thomas Chou, > On 09/17/2012 07:21 AM, Marek Vasut wrote: > > Implement support for CONFIG_SERIAL_MULTI into altera 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 alon

[U-Boot] [PATCH 40/72 V2] serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver

2012-10-01 Thread Marek Vasut
Implement support for CONFIG_SERIAL_MULTI into altera 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 altera driver. Also, add a weak implementation of default_serial_conso

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

2012-10-01 Thread Marek Vasut
Implement support for CONFIG_SERIAL_MULTI into altera_jtag 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 altera_jtag driver. Also, add a weak implementation of default_se

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

2012-10-01 Thread Marek Vasut
Dear Thomas Chou, > On 09/17/2012 07:21 AM, Marek Vasut wrote: > > Implement support for CONFIG_SERIAL_MULTI into altera_jtag 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

Re: [U-Boot] Custodians, Maintainers and old platforms

2012-10-01 Thread Marek Vasut
Dear R, Sricharan, > Hi Marek Vasut, > > On Sun, Sep 30, 2012 at 6:48 PM, Marek Vasut wrote: > > Dear R, Sricharan, > > > >> Hi Marek Vasut, > >> > >> >> > One of the keys to the success of U-Boot has been the number of > >> >> > platforms that are supported. But part of supporting platforms

Re: [U-Boot] [u-boot-release] [RFC PATCH 17/17] ns16550: wait for TENT before initializing

2012-10-01 Thread Timur Tabi
Scott Wood wrote: > This prevents output problems (including a loss of synchronization > observed on p2020 that persisted for quite a while) if SPL has output > still on its way out. I'm not sure why this is only now beginning to > happen, though. The subject line says "TENT", but the macro says

[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-01 Thread 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 it boots ok. I also not

Re: [U-Boot] Custodians, Maintainers and old platforms

2012-10-01 Thread R, Sricharan
Hi Marek Vasut, On Sun, Sep 30, 2012 at 6:48 PM, Marek Vasut wrote: > Dear R, Sricharan, > >> Hi Marek Vasut, >> >> >> > One of the keys to the success of U-Boot has been the number of >> >> > platforms that are supported. But part of supporting platforms is >> >> > needing people to volunteer t

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

2012-10-01 Thread Tom Rini
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 wrote: > > > > > > > Hi all, > > > > > > > > On Sat, 29 Sep 2012 12:32:36 +0200, Albert ARIBAUD > > > > wrote: > > > > > > > > > Hello, > > >

[U-Boot] [PATCH 3/6] powerpc/85xx: move SRIO configuration out of corenet_ds.h

2012-10-01 Thread Timur Tabi
The P5040 does not have SRIO, so don't put the SRIO definitions in corenet_ds.h. They belong in the board-specific header files. Signed-off-by: Timur Tabi --- include/configs/P3041DS.h|4 include/configs/P4080DS.h|4 include/configs/P5020DS.h|4 include/co

[U-Boot] [PATCH 6/6] [v2] powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board

2012-10-01 Thread Timur Tabi
The P5040DS reference board (a.k.a "Superhydra") is an enhanced version of P3041DS/P5020DS ("Hydra") reference board. Signed-off-by: Timur Tabi Signed-off-by: Shaohui Xie --- board/freescale/common/Makefile |2 + board/freescale/common/ngpixis.h|2 +- board/frees

[U-Boot] [PATCH 2/6] powerpc/85xx: introduce SET_PCI_LIODN_BASE, for setting PCI LIODNs

2012-10-01 Thread Timur Tabi
From: Laurentiu Tudor The liodn for the new PCIE controller included in P5040DS is no longer set through a register in the guts register block but with one in the PCIE register block itself. Update the PCIE CCSR structure to add the new liodn register and add a new dedicated SET_PCI_LIODN_BASE m

[U-Boot] [PATCH 4/6] [v2] powerpc/85xx: Add P5040 processor support

2012-10-01 Thread Timur Tabi
Add support for the Freescale P5040 SOC, which is similar to the P5020. Features of the P5040 are: Four P5040 single-threaded e5500 cores built Up to 2.4 GHz with 64-bit ISA support Three levels of instruction: user, supervisor, hypervisor CoreNet platform cache (CPC) 2.0 MB configures

[U-Boot] [PATCH 5/6] powerpc/p5040ds: add per pci endpoint liodn offset list

2012-10-01 Thread Timur Tabi
From: Laurentiu Tudor Add a new device tree property named "fsl,liodn-offset-list" holding a list of per pci endpoint permitted liodn offsets. This property is useful in virtualization scenarios that implement per pci endpoint partitioning. The final liodn of a partitioned pci endpoint is calcula

[U-Boot] [PATCH 1/6] powerpc/mpc85xx: fix Unicode characters in release.S

2012-10-01 Thread Timur Tabi
Commit 709389b6 unintentionally used the Unicode version of the apostrophy. Replace it with the normal ASCII version. Signed-off-by: Timur Tabi --- arch/powerpc/cpu/mpc85xx/release.S | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/powerpc/c

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

2012-10-01 Thread Thomas Chou
On 09/17/2012 07:21 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into altera 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 altera driver. Also, add

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

2012-10-01 Thread Thomas Chou
On 09/17/2012 07:21 AM, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into altera_jtag 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 altera_jtag driver.

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

2012-10-01 Thread Daniel Schwierzeck
Hi Zhi-zhou, 2012/9/29 Zhi-zhou Zhang : > fix warnings when building mips64, we define CONFIG_MIPS64 in config file. > And this macro decides size_t. > hashtable.c: In function 'hexport_r': > hashtable.c:495:2: warning: format '%zu' expects argument of type 'size_t', > but argument 5 has type 'u

Re: [U-Boot] KernelDoc

2012-10-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201210011107.45164.ma...@denx.de> you wrote: > > Agreed, not the whole file. But, can you check the rules I tried to > > outline? > > Is there a summary somewhere? Something we could add to the wiki? I sent this on friday: So I've been h

Re: [U-Boot] KernelDoc

2012-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <201210011107.45164.ma...@denx.de> you wrote: > > Agreed, not the whole file. But, can you check the rules I tried to outline? Is there a summary somewhere? Something we could add to the wiki? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD

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

2012-10-01 Thread Lukasz Majewski
Hi all, > > > > > On Sat, 29 Sep 2012 17:17:48 +0200 > > Albert ARIBAUD wrote: > > > > > Hi all, > > > > > > On Sat, 29 Sep 2012 12:32:36 +0200, Albert ARIBAUD > > > wrote: > > > > > > > Hello, > > > > > > > > While merging u-boot-arm/master and u-boot/master I have noticed > > > > one sli

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

2012-10-01 Thread Anatolij Gustschin
Hi Lukasz, On Mon, 01 Oct 2012 11:21:59 +0200 Lukasz Majewski wrote: ... > > > Seems Heungjun Kim is now a dead address. > > > > > > Anatolij, I see you've sent out a patch. Does it mean you would act > > > as a maintainer for trats? > > > Otherwise the board should be made orphan. > > Dear a

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

2012-10-01 Thread Lukasz Majewski
Hi all, > > On Sat, 29 Sep 2012 17:17:48 +0200 > Albert ARIBAUD wrote: > > > Hi all, > > > > On Sat, 29 Sep 2012 12:32:36 +0200, Albert ARIBAUD > > wrote: > > > > > Hello, > > > > > > While merging u-boot-arm/master and u-boot/master I have noticed > > > one slight regression apparently com

Re: [U-Boot] KernelDoc

2012-10-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201209270138.12860.ma...@denx.de> you wrote: > > > I think is kind of unfair to expect such efforts for some basicly > > > unrelated changes. If I were in such a situation, I'd feel tempted to > > > throw the towel. > > > > Why would you d

Re: [U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-10-01 Thread Marek Vasut
Dear Ashok Kumar Reddy, > Hi Marek Vasut, > > On 30-09-2012 18:51, Marek Vasut wrote: > > Dear Ashok Kumar Reddy, > > > >> Hi Marek Vasut , Hi Stephen Warren > >> > >> Please provide comments for the below patch, as i forgot to add you in > >> cc for below mail. > > > > You CC wrong people, CC

Re: [U-Boot] KernelDoc

2012-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <201209270138.12860.ma...@denx.de> you wrote: > > > I think is kind of unfair to expect such efforts for some basicly > > unrelated changes. If I were in such a situation, I'd feel tempted to > > throw the towel. > > Why would you do so ... you change interface, you

Re: [U-Boot] Performance of the ARM's PL310 L2 cache.

2012-10-01 Thread Lukasz Majewski
Hi Marek, > Dear Tom Rini, > > > On Fri, Aug 17, 2012 at 05:49:53PM +0200, Lukasz Majewski wrote: > > > Hi Aneesh, > > > > > > I've enabled the L2 cache for Trats board. Please find results > > > from performance tests. > > > The test function as well as my way for enabling L2 are attached > > >

Re: [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids

2012-10-01 Thread Stefano Babic
On 11/09/2012 01:18, Scott Wood wrote: > On 09/10/2012 07:09 AM, Stefano Babic wrote: >> On 07/09/2012 20:56, Scott Wood wrote: >>> What kind of chip is this? Is the datasheet publicly available? >>> >>> These threads seem relevant: >>> http://patchwork.ozlabs.org/patch/60042/ >>> http://old.nabbl