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. mp
> -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 Li
> -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
> Cc: Prafulla Wadaskar
> Cc:
> -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]
> >
> -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_mp
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
> -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
>
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 Shen
---
MAINTAINERS|3 +
arch/arm/cpu/arm926ejs/at91/Makefile |1 +
arch/arm/cpu/arm926e
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 Shen
---
Changes since v1:
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
http://list
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 temporar
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 spe
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 issue
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;
>> +
>> +
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
Signed-off-by: Che-Liang Chiou
Signed-off-by: Rajeshwari Shinde
Acked-by: Chander Kashyap
---
Changes in V2:
- Adding
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
cc: Holger Brunck
cc: Prafulla Wadaskar
---
drivers/spi/kirkwood_spi.c | 15 ++-
1 files changed, 6 insertions(+), 9 deleti
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
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
cc: Holger Brunck
cc: Prafulla Wadaskar
---
board/LaCie/net2big_v2/net2big_v2.c |2 +-
board/LaCie/netspace_v2/netspace_v2.c
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
cc: Holger Brunck
cc: Prafulla Wadaskar
---
drivers/spi/kirkwood_spi.c | 13 -
1 files changed, 12 i
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 wit
Use the pinmux configuration function for SMDK5250.
Signed-off-by: Abhilash Kesavan
Signed-off-by: Rajeshwari Shinde
Acked-by: Chander Kashyap
Acked-by: Simon Glass
---
Changes in V2:
- Removed exynos5_gpio_part1 *gpio1 global variable as initialised in
pinmux.c.
Changes in V3:
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,
Sandee
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
Signed-off-by: Che-Liang Chiou
Signed-off-by: Rajeshwari Shinde
Acked-by: Chander Kashyap
---
Changes in V2:
- Adding
Use the pinmux configuration function for SMDK5250.
Signed-off-by: Abhilash Kesavan
Signed-off-by: Rajeshwari Shinde
Acked-by: Chander Kashyap
Acked-by: Simon Glass
---
Changes in V2:
- Removed exynos5_gpio_part1 *gpio1 global variable as initialised in
pinmux.c.
Changes in V3
Hi Simon,
Thank you for comments.
On Fri, Jun 1, 2012 at 6:47 AM, Simon Glass wrote:
> Hi,
>
> On Fri, May 18, 2012 at 5:12 AM, Rajeshwari Shinde > wrote:
>
>> This patch modifies the S3C I2C driver to suppport EXYNOS5.
>> The cahnges made to driver are as follows:
>> - I2C base address i
Hi Stefan,
On Fri, Jun 1, 2012 at 11:52 AM, Stefan Roese 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 already moved
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
> >
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
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 m
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
> >
Hi Simon,
On Fri, Jun 1, 2012 at 7:03 AM, Simon Glass wrote:
> Hi,
>
> On Fri, May 25, 2012 at 4:53 AM, Rajeshwari Shinde > wrote:
>
>> Add pinmux support for SDMMC4 on EXYNOS5.
>>
>> Signed-off-by: Terry Lambert
>> Signed-off-by: Rajeshwari Shinde
>>
>
> Is this relevant only to EVT0? It's fin
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 ba
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
>
> Fix the .dts file USB unit addresses not to duplica
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 . . .
>
>
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:
> Wolfgang
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
> >
> > Fix the .
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 T
Hi Minkyu,
On Thu, May 31, 2012 at 11:41 PM, Minkyu Kang wrote:
> Dear Simon Glass,
>
> On 1 June 2012 10:40, Simon Glass wrote:
> > Hi,
> >
> > On Thu, May 31, 2012 at 2:57 AM, Minkyu Kang wrote:
> >>
> >> Dear Rajeshwari Shinde,
> >>
> >> On 23 May 2012 17:54, Rajeshwari Shinde
> wrote:
> >
Hi,
On Fri, Jun 1, 2012 at 5:18 AM, Rajeshwari Shinde
wrote:
> 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
> Signed-off-by: Che-Liang Chiou
> Signed-off-by: Rajesh
Hi Rajeshwari,
On Fri, Jun 1, 2012 at 6:13 AM, Rajeshwari Birje wrote:
> Hi Simon,
>
> On Fri, Jun 1, 2012 at 7:03 AM, Simon Glass wrote:
> > Hi,
> >
> > On Fri, May 25, 2012 at 4:53 AM, Rajeshwari Shinde <
> rajeshwar...@samsung.com
> >> wrote:
> >
> >> Add pinmux support for SDMMC4 on EXYNOS5
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))
> >> +
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
---
board/avionic-design/common/tamonten.c |4 ++--
board/compal/paz00/paz00.c |4 ++--
board/compulab/trimslice/trimslice.c |
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...
>
>
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
There is also a fixup for CONFIG_TEGRA2_SPI below as well as for MMC;
perhaps that should be menti
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 0
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
---
board/avionic-design/common/tamonten.c |4 ++
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
> > > >
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
On Saturday 19 May 2012 21:16:13 Anatolij Gustschin wrote:
> Hi,
>
> On Sat, 28 Apr 2012 19:26:43 +0200
>
> Pali Rohár wrote:
> > * Do not disable and enable cursor again
> >
> > Signed-off-by: Pali Rohár
> > ---
> >
> > drivers/video/cfb_console.c |2 --
> > 1 file changed, 2 deletions(-)
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 t
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
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
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 ena
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]
> > > >
> > > > > > A
Add new function eth_random_enetaddr() to generate a locally administered
ethernet address.
Signed-off-by: Michael Walle
Acked-by: Joe Hershberger
---
include/net.h | 17 +
net/eth.c | 22 ++
2 files changed, 39 insertions(+), 0 deletions(-)
diff --g
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 se
It's a PRNG using the simple and fast xorshift method.
Signed-off-by: Michael Walle
Cc: Wolfgang Denk
---
include/common.h |8
lib/Makefile |1 +
lib/rand.c | 48
3 files changed, 57 insertions(+), 0 deletions(-)
cre
This patch adds support for both the Linkstation Live (LS-CHLv2) and
Linkstation Pro (LS-XHL) by Buffalo.
Signed-off-by: Michael Walle
Cc: Prafulla Wadaskar
---
MAINTAINERS |5 +
board/buffalo/lsxl/Makefile | 44 +
board/buffalo/lsxl/kwbimage-lschl.
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
Cc: Joe Hershberger
---
include/common.h |4 ++-
lib/Makefile |
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
On 01.06.2012 00:48, Fabio Estevam wrote:
Hi Troy,
On Thu, May 31, 2012 at 7:24 PM, Troy Kisky
wrote:
This conflicts with the patch that Stefano acked on May 6.
[PATCH 1/3] mxc_i2c: specify i2c base address in config file
The following platforms had their config files changed
flea3, imx31
On 31.05.2012 19:24, Fabio Estevam wrote:
Add splaschscreen support.
Here and in the subject a typo? splaschscreen -> splashscreen?
Best regards
Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
62 matches
Mail list logo