Re: [U-Boot] [PATCH 1/2] exynos5: pinmux: Added default pinumx settings

2012-06-01 Thread Rajeshwari Birje
Hi Simon, Thank you for comments. On Fri, Jun 1, 2012 at 6:05 AM, Simon Glass s...@chromium.org wrote: Hi, On Thu, May 3, 2012 at 11:56 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch performs the pinmux configuration in a common file. As of now only Exynos5 pinmux for

Re: [U-Boot] facing issues with malloc in U-Boot

2012-06-01 Thread Graeme Russ
Hi Sandeep, On Fri, Jun 1, 2012 at 3:50 PM, Sandeep Kumar sandeep.ku...@open-silicon.com wrote: Hi , I am using vexpress board (ca9x4_ct_vxp). During run time all the malloc are failing even if it's of 1 byte. I tried to increase the malloc pool size to 1MB also but it is not helping out.

Re: [U-Boot] [PATCH] tegra: trimslice: fix a couple typos

2012-06-01 Thread Igor Grinberg
On 05/31/12 19:50, Stephen Warren wrote: On 05/31/2012 04:13 AM, Marek Vasut wrote: Dear Igor Grinberg, On 05/30/12 19:45, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Fix the .dts file USB unit addresses not to duplicate each-other. Fix the board name string to indicate

Re: [U-Boot] [PATCH 1/2 V2] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-01 Thread Minkyu Kang
Dear Simon Glass, On 1 June 2012 10:40, Simon Glass s...@chromium.org wrote: Hi, On Thu, May 31, 2012 at 2:57 AM, Minkyu Kang proms...@gmail.com wrote: Dear Rajeshwari Shinde, On 23 May 2012 17:54, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch performs the pinmux

Re: [U-Boot] [PATCH 1/2 V2] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-01 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comments. On Fri, Jun 1, 2012 at 12:11 PM, Minkyu Kang proms...@gmail.com wrote: Dear Simon Glass, On 1 June 2012 10:40, Simon Glass s...@chromium.org wrote: Hi, On Thu, May 31, 2012 at 2:57 AM, Minkyu Kang proms...@gmail.com wrote: Dear Rajeshwari Shinde,

Re: [U-Boot] [PATCH v3 1/5] kirkwood: add save functionality kirkwood_mpp_conf function

2012-06-01 Thread Valentin Longchamp
Hi Luka, On 06/01/2012 01:02 AM, Luka Perkov wrote: Hi Valentin, On Thu, May 31, 2012 at 04:17:52PM +0200, Valentin Longchamp wrote: If a second non NULL argument is given to the kirkwood_mpp_conf function, it will be used to store the current configuration of the MPP registers. mpp_save

Re: [U-Boot] [PATCH v7 4/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-01 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 31 May 2012 23:43 To: u-boot@lists.denx.de Cc: Michael Walle; Prafulla Wadaskar Subject: [PATCH v7 4/4] Kirkwood: add lschlv2 and lsxhl board support This patch adds support for both the Linkstation Live

Re: [U-Boot] [PATCH] Kirkwood: Add support for Ka-Ro TK71

2012-06-01 Thread Prafulla Wadaskar
-Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: 31 May 2012 16:37 To: u-boot@lists.denx.de Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk Subject: [PATCH] Kirkwood: Add support for Ka-Ro TK71 Signed-off-by: Marek Vasut ma...@denx.de Cc: Prafulla Wadaskar

Re: [U-Boot] [PATCH v7 4/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-01 Thread Prafulla Wadaskar
-Original Message- From: Prafulla Wadaskar Sent: 01 June 2012 13:00 To: 'Michael Walle'; u-boot@lists.denx.de Subject: RE: [PATCH v7 4/4] Kirkwood: add lschlv2 and lsxhl board support -Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 31 May

Re: [U-Boot] [PATCH v3 1/5] kirkwood: add save functionality kirkwood_mpp_conf function

2012-06-01 Thread Prafulla Wadaskar
-Original Message- From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] Sent: 01 June 2012 12:33 To: ub...@lukaperkov.net Cc: Prafulla Wadaskar; Brunck, Holger; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v3 1/5] kirkwood: add save functionality kirkwood_mpp_conf

[U-Boot] [PATCH v4 1/5] kirkwood: add save functionality kirkwood_mpp_conf function

2012-06-01 Thread Valentin Longchamp
If a second non NULL argument is given to the kirkwood_mpp_conf function, it will be used to store the current configuration of the MPP registers. mpp_save must be a preallocated table of the same size as mpp_list and it must be zero terminated as well. A later call to kirkwood_mpp_conf function

Re: [U-Boot] [PATCH v4 1/5] kirkwood: add save functionality kirkwood_mpp_conf function

2012-06-01 Thread Prafulla Wadaskar
-Original Message- From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] Sent: 01 June 2012 14:33 Cc: u-boot@lists.denx.de; Valentin Longchamp; Holger Brunck; Prafulla Wadaskar Subject: [PATCH v4 1/5] kirkwood: add save functionality kirkwood_mpp_conf function If a

Re: [U-Boot] [PATCH] arm: AT91: add at91sam9x5ek board support

2012-06-01 Thread Bo Shen
Hi All, On 5/22/2012 18:06, Bo Shen wrote: Add at91sam9x5ek board support. support AT91SAM9G15, G25, G35, X25, X35 SoC Signed-off-by: Bo Shenvoice.s...@atmel.com --- MAINTAINERS|3 + arch/arm/cpu/arm926ejs/at91/Makefile |1 +

Re: [U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-06-01 Thread Bo Shen
Hi All, On 5/29/2012 16:06, Andreas Bießmann wrote: Dear Bo Shen, On 28.05.2012 09:43, Bo Shen wrote: Hi All, On 5/21/2012 9:50, Bo Shen wrote: Enable new PIO feature supported by Atmel SoC. Using CPU_HAS_PIO3 micro to enable PIO new feature. Signed-off-by: Bo Shenvoice.s...@atmel.com ---

[U-Boot] mx28 battery support

2012-06-01 Thread alex
Hi Marek: I found your patch of battery in u-boot mainline. I want to know which kernel version you used for testing and whether the kernel you tested includes battery driver. Best Regards, Alex___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v4 0/5] kirkwood spi_claim/release_bus support

2012-06-01 Thread Valentin Longchamp
This series adds generic support for the spi_claim/release_bus functions for the kirkwood processors. The implementation was already discussed in another thread following my first board specific submission of the patch. The series adds two functions to the kirkwood mpp code to be able to

[U-Boot] [PATCH] Consolidate bootcount code into drivers/bootcount

2012-06-01 Thread Stefan Roese
This patch moves all bootcount implementations into a common directory: drivers/bootcount. The generic bootcount driver (bootcount.c) is now usable not only by powerpc platforms, but others as well. Highbank is already moved to this generic code. For all other non-generic implementations, SoC

Re: [U-Boot] problem while making kernel up

2012-06-01 Thread Manukumar
Hello scott. I can able make the kernel up but it hangs after probing serial driver as shown below: It has to boot further but its not happenig.. I have attached the file i should get the log as this i also mentioned where it hangs... what may be the problem with this how could i fix this

Re: [U-Boot] [PATCH v7 4/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-01 Thread Michael Walle
Hi Luka, On Fri, June 1, 2012 01:07, Luka Perkov wrote: +#ifdef CONFIG_RESET_PHY_R +/* Configure and enable MV88E1118 PHY */ +void reset_phy(void) +{ +u16 devadr; +char *name = egiga1; + +if (miiphy_set_current_dev(name)) +return; + +/* command to read PHY

[U-Boot] [PATCH 1/2 V3] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-01 Thread Rajeshwari Shinde
This patch performs the pinmux configuration in a common file. As of now only EXYNOS5 pinmux for SDMMC, UART and Ethernet is supported. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Che-Liang Chiou clch...@chromium.org Signed-off-by: Rajeshwari Shinde

[U-Boot] [PATCH v4 3/5] kw_spi: backup and reset the MPP of the chosen CS pin

2012-06-01 Thread Valentin Longchamp
This was not done before, and in the case of a shared pin (for MPP0 between NF_IO[2] and CSn) this could lead to problems. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com cc: Prafulla Wadaskar prafu...@marvell.com ---

[U-Boot] [PATCH v4 1/5] kirkwood: add save functionality kirkwood_mpp_conf function

2012-06-01 Thread Valentin Longchamp
If a second non NULL argument is given to the kirkwood_mpp_conf function, it will be used to store the current configuration of the MPP registers. mpp_save must be a preallocated table of the same size as mpp_list and it must be zero terminated as well. A later call to kirkwood_mpp_conf function

[U-Boot] [PATCH v4 2/5] kirkwood: fix calls to kirkwood_mpp_conf

2012-06-01 Thread Valentin Longchamp
With the new second save argument introduced by the previous patch, all the calls to the function had to be fixed. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com cc: Prafulla Wadaskar prafu...@marvell.com ---

[U-Boot] [PATCH v4 5/5] kw_spi: add weak functions board_spi_claim/release_bus

2012-06-01 Thread Valentin Longchamp
This allows a final, board specific, step in the claim/relase_bus function for the SPI controller, which may be needed for some hardware designs. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com cc: Prafulla Wadaskar prafu...@marvell.com

[U-Boot] [PATCH v4 4/5] kw_spi: support spi_claim/release_bus functions

2012-06-01 Thread Valentin Longchamp
These two function nows ensure that the MPP is configured correctly for the SPI controller before any SPI access, and restore the initial configuration when the access is over. Since the used pins for the SPI controller can differ (2 possibilities for each signal), the used pins are configured

[U-Boot] [PATCH 2/2 V3] EXYNOS: SMDK5250: Enable the pinmux setup

2012-06-01 Thread Rajeshwari Shinde
Use the pinmux configuration function for SMDK5250. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Chander Kashyap chander.kash...@linaro.org Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Removed

Re: [U-Boot] facing issues with malloc in U-Boot

2012-06-01 Thread Sandeep Kumar
Hi Graeme, Thanks a lot for prompt reply and helping me in resolving my problem. The problem was that my board specific code was calling malloc before mem_malloc_init being called. Moving my code after calling mem_malloc_init resolved the issue. Thanks a lot. :-) Thanks and Regards, Sandeep

[U-Boot] [PATCH 1/2 V4] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-01 Thread Rajeshwari Shinde
This patch performs the pinmux configuration in a common file. As of now only EXYNOS5 pinmux for SDMMC, UART and Ethernet is supported. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Che-Liang Chiou clch...@chromium.org Signed-off-by: Rajeshwari Shinde

[U-Boot] [PATCH 2/2 V4] EXYNOS: SMDK5250: Enable the pinmux setup

2012-06-01 Thread Rajeshwari Shinde
Use the pinmux configuration function for SMDK5250. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Chander Kashyap chander.kash...@linaro.org Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Removed

Re: [U-Boot] [PATCH 6/8] I2C: Modify the I2C driver for EXYNOS5

2012-06-01 Thread Rajeshwari Birje
Hi Simon, Thank you for comments. On Fri, Jun 1, 2012 at 6:47 AM, Simon Glass s...@chromium.org wrote: Hi, On Fri, May 18, 2012 at 5:12 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch modifies the S3C I2C driver to suppport EXYNOS5. The cahnges made to driver are as

Re: [U-Boot] [PATCH] Consolidate bootcount code into drivers/bootcount

2012-06-01 Thread Christian Riesch
Hi Stefan, On Fri, Jun 1, 2012 at 11:52 AM, Stefan Roese s...@denx.de wrote: This patch moves all bootcount implementations into a common directory: drivers/bootcount. The generic bootcount driver (bootcount.c) is now usable not only by powerpc platforms, but others as well. Highbank is

Re: [U-Boot] [PATCH] net: Multiple updates/enhancements to designware.c

2012-06-01 Thread Stefan Roese
Joe, On Wednesday 09 May 2012 11:36:56 Stefan Roese wrote: +++ b/include/configs/spear-common.h @@ -38,6 +38,7 @@ #define CONFIG_NET_MULTI #define CONFIG_PHY_RESET_DELAY 1 /* in usec */ #define CONFIG_DW_AUTONEG +#define

Re: [U-Boot] [PATCH] Kirkwood: Add support for Ka-Ro TK71

2012-06-01 Thread Marek Vasut
Dear Prafulla Wadaskar, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: 31 May 2012 16:37 To: u-boot@lists.denx.de Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk Subject: [PATCH] Kirkwood: Add support for Ka-Ro TK71 Signed-off-by: Marek Vasut

Re: [U-Boot] mx28 battery support

2012-06-01 Thread Marek Vasut
Dear alex, Hi Marek: I found your patch of battery in u-boot mainline. I want to know which kernel version You mean u-boot? Mainline u-boot. you used for testing and whether the kernel you tested includes battery driver. Ah I see ... we use mainline linux kernel, there's no power

Re: [U-Boot] [PATCH] Consolidate bootcount code into drivers/bootcount

2012-06-01 Thread Stefan Roese
Hi Christian, On Friday 01 June 2012 14:51:32 Christian Riesch wrote: +void bootcount_store(ulong a) +{ + struct davinci_rtc *reg = + (struct davinci_rtc *)CONFIG_SYS_BOOTCOUNT_ADDR; + + /* +* write RTC kick register to enable write +* for

Re: [U-Boot] [PATCH 2/4] EXYNOS5: PINMUX: Add pinmux for SDMMC4

2012-06-01 Thread Rajeshwari Birje
Hi Simon, On Fri, Jun 1, 2012 at 7:03 AM, Simon Glass s...@chromium.org wrote: Hi, On Fri, May 25, 2012 at 4:53 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Add pinmux support for SDMMC4 on EXYNOS5. Signed-off-by: Terry Lambert tlamb...@chromium.org Signed-off-by: Rajeshwari

[U-Boot] Sources for Ikanos VX160 here

2012-06-01 Thread Benjamin Henrion
Hi, The sources of the uboot for the Ikanos VX160 chip has been published here: http://filez.zoobab.com/bbox2/mirrors/danitool/uboot-vx160.tar.gz http://files.myopera.com/danitool/xx/uboot-vx160.tar.gz Is it easy to extract the patches against the official uboot version? And maybe merge them

Re: [U-Boot] [PATCH] tegra: trimslice: fix a couple typos

2012-06-01 Thread Stephen Warren
On 06/01/2012 12:38 AM, Igor Grinberg wrote: On 05/31/12 19:50, Stephen Warren wrote: On 05/31/2012 04:13 AM, Marek Vasut wrote: Dear Igor Grinberg, On 05/30/12 19:45, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Fix the .dts file USB unit addresses not to duplicate

Re: [U-Boot] patchwork cleanup

2012-06-01 Thread Marek Vasut
Dear Prafulla Wadaskar, Dear Marek I did few cleanups in patchwork? I will check if further more is needed. I just checked, it seems it's all gone now, only a few crumbles left :) Sorry I kept pestering you so much. Thanks a lot for cleaning it up! Regards.. Prafulla . . .

Re: [U-Boot] [GIT PULL RESEND] ext2load speedup

2012-06-01 Thread Jason Cooper
Wolfgang, My apologies. I pulled up the patchwork and saw that you had responded to this email. However, I never received it. Time to go review my procmailrc. At any rate, I'll post v2 shortly as requested. thx, Jason. On Sun, May 20, 2012 at 09:35:40PM -0400, Jason Cooper wrote:

Re: [U-Boot] [PATCH] tegra: trimslice: fix a couple typos

2012-06-01 Thread Marek Vasut
Dear Stephen Warren, On 06/01/2012 12:38 AM, Igor Grinberg wrote: On 05/31/12 19:50, Stephen Warren wrote: On 05/31/2012 04:13 AM, Marek Vasut wrote: Dear Igor Grinberg, On 05/30/12 19:45, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Fix the .dts file USB unit

[U-Boot] [PATCH v2] ext2load: increase read speed

2012-06-01 Thread Jason Cooper
This patch dramatically drops the amount of time u-boot needs to read a file from an ext2 partition. On a typical 2 to 5 MB file (kernels and initrds) it goes from tens of seconds to a couple seconds. All we are doing here is grouping contiguous blocks into one read. Boot tested on Globalscale

Re: [U-Boot] [PATCH 1/2 V2] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-01 Thread Simon Glass
Hi Minkyu, On Thu, May 31, 2012 at 11:41 PM, Minkyu Kang proms...@gmail.com wrote: Dear Simon Glass, On 1 June 2012 10:40, Simon Glass s...@chromium.org wrote: Hi, On Thu, May 31, 2012 at 2:57 AM, Minkyu Kang proms...@gmail.com wrote: Dear Rajeshwari Shinde, On 23 May 2012

Re: [U-Boot] [PATCH 1/2 V4] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-01 Thread Simon Glass
Hi, On Fri, Jun 1, 2012 at 5:18 AM, Rajeshwari Shinde rajeshwar...@samsung.comwrote: This patch performs the pinmux configuration in a common file. As of now only EXYNOS5 pinmux for SDMMC, UART and Ethernet is supported. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by:

Re: [U-Boot] [PATCH 2/4] EXYNOS5: PINMUX: Add pinmux for SDMMC4

2012-06-01 Thread Simon Glass
Hi Rajeshwari, On Fri, Jun 1, 2012 at 6:13 AM, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Simon, On Fri, Jun 1, 2012 at 7:03 AM, Simon Glass s...@chromium.org wrote: Hi, On Fri, May 25, 2012 at 4:53 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Add pinmux

Re: [U-Boot] [PATCH v7 4/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-01 Thread Luka Perkov
Hi Michael, On Fri, Jun 01, 2012 at 12:58:41PM +0200, Michael Walle wrote: +#ifdef CONFIG_RESET_PHY_R +/* Configure and enable MV88E1118 PHY */ +void reset_phy(void) +{ + u16 devadr; + char *name = egiga1; + + if (miiphy_set_current_dev(name)) + return; + + /*

[U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch

2012-06-01 Thread Tom Warren
Some boards came in after my tegra2_mmc.* - tegra_mmc.* change, and didn't change CONFIG_TEGRA2_MMC to CONFIG_TEGRA_MMC. Signed-off-by: Tom Warren twar...@nvidia.com --- board/avionic-design/common/tamonten.c |4 ++-- board/compal/paz00/paz00.c |4 ++--

Re: [U-Boot] problem while making kernel up

2012-06-01 Thread Scott Wood
On 06/01/2012 05:10 AM, Manukumar wrote: Hello scott. I can able make the kernel up but it hangs after probing serial driver as shown below: It has to boot further but its not happenig.. I have attached the file i should get the log as this i also mentioned where it hangs... what may

Re: [U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch

2012-06-01 Thread Stephen Warren
On 06/01/2012 11:11 AM, Tom Warren wrote: Some boards came in after my tegra2_mmc.* - tegra_mmc.* change, and didn't change CONFIG_TEGRA2_MMC to CONFIG_TEGRA_MMC. Signed-off-by: Tom Warren twar...@nvidia.com There is also a fixup for CONFIG_TEGRA2_SPI below as well as for MMC; perhaps that

Re: [U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch

2012-06-01 Thread Tom Warren
Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Friday, June 01, 2012 10:49 AM To: Tom Warren Cc: u-boot@lists.denx.de; Tom Warren Subject: Re: [U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch On

[U-Boot] [PATCH V2] tegra: fix leftover CONFIG_TEGRA2_MMC _SPI build switches

2012-06-01 Thread Tom Warren
Missed some boards with my in after my tegra2_mmc.* - tegra_mmc.* change, and one instance fo CONFIG_TEGRA2_SPI. MAKEALL -s tegra2 AOK, Seaboard MMC AOK. Didn't test Tamonten, Paz00 or TrimSlice, as I have none here. Signed-off-by: Tom Warren twar...@nvidia.com ---

Re: [U-Boot] [PATCH v2 01/11] arm: Optionally use existing atags in bootm.c

2012-06-01 Thread Pali Rohár
On Sunday 29 April 2012 15:08:00 you wrote: Dear Pali Rohár, On Sunday 29 April 2012 11:10:42 Marek Vasut wrote: Dear Pali Rohár, On Sunday 29 April 2012 00:15:23 Marek Vasut wrote: Won't it be easier to create a preprocessing function that'd fill gd properly, so uboot

Re: [U-Boot] [PATCH v2 11/11] New board support: Nokia RX-51 aka N900

2012-06-01 Thread Pali Rohár
On Monday 30 April 2012 16:37:55 Tom Rini wrote: On Sun, Apr 29, 2012 at 11:18:48AM +0200, Marek Vasut wrote: Dear Pali Roh?r, [snip] Also onenand code working fine, but when is enabled u-boot binary is too big and cannot be flashed into this device. But for testing in qemu or

Re: [U-Boot] [PATCH v2 03/11] cfb_console: Fix function console_back

2012-06-01 Thread Pali Rohár
On Saturday 19 May 2012 21:16:13 Anatolij Gustschin wrote: Hi, On Sat, 28 Apr 2012 19:26:43 +0200 Pali Rohár pali.ro...@gmail.com wrote: * Do not disable and enable cursor again Signed-off-by: Pali Rohár pali.ro...@gmail.com --- drivers/video/cfb_console.c |2 -- 1 file

Re: [U-Boot] [PATCH v2 11/11] New board support: Nokia RX-51 aka N900

2012-06-01 Thread Marek Vasut
Dear Pali Rohár, On Monday 30 April 2012 16:37:55 Tom Rini wrote: On Sun, Apr 29, 2012 at 11:18:48AM +0200, Marek Vasut wrote: Dear Pali Roh?r, [snip] Also onenand code working fine, but when is enabled u-boot binary is too big and cannot be flashed into this device. But

Re: [U-Boot] [PATCH] mmc: tegra: fix boards that used old CONFIG_TEGRA2_MMC build switch

2012-06-01 Thread Stephen Warren
On 06/01/2012 12:09 PM, Tom Warren wrote: Stephen Warren wrote at Friday, June 01, 2012 10:49 AM: On 06/01/2012 11:11 AM, Tom Warren wrote: ... Grep'ing for the symbols that got renamed in the current u-boot-tegra/next still shows a lot of hits. For MMC those are all include guards so it

Re: [U-Boot] [PATCH V2] tegra: fix leftover CONFIG_TEGRA2_MMC _SPI build switches

2012-06-01 Thread Stephen Warren
On 06/01/2012 12:22 PM, Tom Warren wrote: Missed some boards with my in after my tegra2_mmc.* - tegra_mmc.* change, and one instance fo CONFIG_TEGRA2_SPI. MAKEALL -s tegra2 AOK, Seaboard MMC AOK. Didn't test Tamonten, Paz00 or TrimSlice, as I have none here. Signed-off-by: Tom Warren

Re: [U-Boot] [PATCH v2 11/11] New board support: Nokia RX-51 aka N900

2012-06-01 Thread Pali Rohár
On Friday 01 June 2012 20:48:15 Marek Vasut wrote: Dear Pali Rohár, On Monday 30 April 2012 16:37:55 Tom Rini wrote: On Sun, Apr 29, 2012 at 11:18:48AM +0200, Marek Vasut wrote: Dear Pali Roh?r, [snip] Also onenand code working fine, but when is enabled u-boot

Re: [U-Boot] [PATCH v2 11/11] New board support: Nokia RX-51 aka N900

2012-06-01 Thread Marek Vasut
Dear Pali Rohár, On Friday 01 June 2012 20:48:15 Marek Vasut wrote: Dear Pali Rohár, On Monday 30 April 2012 16:37:55 Tom Rini wrote: On Sun, Apr 29, 2012 at 11:18:48AM +0200, Marek Vasut wrote: Dear Pali Roh?r, [snip] Also onenand code working fine, but

[U-Boot] [PATCH v8 3/4] net: add helper to generate random mac address

2012-06-01 Thread Michael Walle
Add new function eth_random_enetaddr() to generate a locally administered ethernet address. Signed-off-by: Michael Walle mich...@walle.cc Acked-by: Joe Hershberger joe.hershber...@gmail.com --- include/net.h | 17 + net/eth.c | 22 ++ 2 files changed,

[U-Boot] [PATCH v8 0/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-01 Thread Michael Walle
Changes: v8: - revert CONFIG_RAND to old CONFIG_RANDOM_MACADDR - the features CONFIG_BOOTP_RANDOM_DELAY and CONFIG_CMD_LINK_LOCAL pulls rand.o implicitly now as suggested by Joe Hershberger - remove reset_phy() from board code. Thanks Luka Perkov for pointing this out - dont derive the

[U-Boot] [PATCH v8 1/4] lib: add rand() function

2012-06-01 Thread Michael Walle
It's a PRNG using the simple and fast xorshift method. Signed-off-by: Michael Walle mich...@walle.cc Cc: Wolfgang Denk w...@denx.de --- include/common.h |8 lib/Makefile |1 + lib/rand.c | 48 3 files changed, 57

[U-Boot] [PATCH v8 4/4] Kirkwood: add lschlv2 and lsxhl board support

2012-06-01 Thread Michael Walle
This patch adds support for both the Linkstation Live (LS-CHLv2) and Linkstation Pro (LS-XHL) by Buffalo. Signed-off-by: Michael Walle mich...@walle.cc Cc: Prafulla Wadaskar prafu...@marvell.com --- MAINTAINERS |5 + board/buffalo/lsxl/Makefile | 44

[U-Boot] [PATCH v8 2/4] net: use common rand()/srand() functions

2012-06-01 Thread Michael Walle
Replace rand() with the functions from lib/. The link-local network code stores its own seed, derived from the MAC address. Thus making it independent from calls to srand() in other modules. Signed-off-by: Michael Walle mich...@walle.cc Cc: Joe Hershberger joe.hershber...@ni.com ---

Re: [U-Boot] [PATCH v8] kirkwood: add NAS62x0 board support

2012-06-01 Thread Michael Walle
Hi Luka, Am Dienstag 17 April 2012, 21:22:17 schrieb Luka Perkov: +/* + * Machine type + */ +#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 btw i guess this will break in about half a year. because: - uboot follows mach-types.h from the kernel - the kernel will only keep mach-types for