Hi Tom,
On Fri, 12 Apr 2013 16:47:07 -0400, Tom Rini wrote:
> Hello,
>
> The following changes since commit 90639feaa0d66a204f9d03a325ab14e2f97f6cbb:
>
> arm/km: add support for kmsuv31 board (2013-04-12 21:42:22 +0530)
>
> are available in the git repository at:
>
> git://git.denx.de/u-
Hi All,
I have a TP-Link WDR4310, it is base Atheros AR9344 SoC, RAM size is 128MiB,
Flash size is 8MiB, I want transplant u-boot to it.
I can find CPU config file(MIPS32) in u-boot source tree, but I can't find
board config file, who can tell me, what board similar to it?
Thanks!
Rynn.
Hi, Fabio,
On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote:
> +static char *get_reset_cause(void)
> +{
> + char *resetcause[32] = {"POR",
> + "Cortex A5 WDOG Timer Reset",
> + 0,
You mix strings and an integer zero here. Shou
Hi, Fabio,
On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote:
> This patch adds uart driver support for vybrid platform.
>
> Signed-off-by: TsiChung Liew
> Signed-off-by: Jason Jin
> Signed-off-by: Alison Wang
> ---
> drivers/serial/Makefile| 1 +
> drivers/serial/serial.c
Hi, Fabio,
On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote:
> This patch adds ethernet driver support for vybrid platform.
>
> Signed-off-by: TsiChung Liew
> Signed-off-by: Jason Jin
> Signed-off-by: Alison Wang
> ---
> arch/arm/include/asm/fec.h| 302
> +++
Hi, Fabio,
On Fri, Apr 12, 2013 at 3:53 AM, Alison Wang wrote:
> This patch adds Freescale vybrid vf600 tower board support.
>
> Signed-off-by: TsiChung Liew
> Signed-off-by: Jason Jin
> Signed-off-by: Alison Wang
> ---
> board/freescale/vybrid/Makefile| 40 +++
> board/freescale/vy
Hi Tetsuyuki,
On Fri, 5 Apr 2013 19:12:51 +0900, Tetsuyuki Kobayashi
wrote:
> When swi instruction is executed, it is expected to get message
> "software interrupt" in console and dump registers and reboot, as
> do_software_interrupt() in arch/arm/lib/interrupts.c.
> But, actually it causes dat
Hi,
On Tue, Feb 5, 2013 at 9:04 PM, Vivek Gautam wrote:
> Hi Simon,
>
>
> On Tue, Feb 5, 2013 at 2:56 AM, Simon Glass wrote:
>> Hi,
>>
>> On Mon, Jan 28, 2013 at 2:39 AM, Vivek Gautam
>> wrote:
>>> Exynos5250 supports secondary USB device boot mode. If the iROM fails
>>> to download u-boot fro
Snow is missing a TMU node, and with TMU support this is not allowed, so it
fails to boot. Add it.
Signed-off-by: Simon Glass
---
board/samsung/dts/exynos5250-snow.dts | 14 ++
1 file changed, 14 insertions(+)
diff --git a/board/samsung/dts/exynos5250-snow.dts
b/board/samsung/dts/e
The debug() which prints out the current call is not very useful, since if
it is called early enough (such as before the console is ready in the
pre-relocation board_init_f() sequence) it can hang the board.
It is more useful to print a message when a call fails, and in this case
the non-relocated
The current code is causing errors like this on my toolchains:
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.22/
ld.bfd.real: failed to merge target specific data of file /usr/lib/gcc/
armv7a-cros-linux-gnueabi/4.7.x-google/libgcc.a(_divdi3.o)
Use do_div() to avoid this.
Sign
Dear Paul B. Henson,
> Let me just preface this reply with the disclaimer that I'm fairly new
> to embedded development, and it sounds like you know a lot more about
> what you're talking about than I do ;).
[...]
I'm not reading the thread as it -- again -- contains loads of baseless "is
broke
Dear Scott Wood,
> On 04/12/2013 01:59:18 PM, Mike Dunn wrote:
> > This patch adds a driver for the diskonchip G4 nand flash device. It
> > is based
> > on the driver from the linux kernel.
> >
> > This also includes a separate SPL driver. A separate SPL driver is
> > used because
> > the devic
On 11/04/2013 04:55, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador
> ---
> include/configs/mx6qsabre_common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/mx6qsabre_common.h
> b/include/configs/mx6qsabre_common.h
> index dc113e1..5da748e 100
On 10/04/2013 14:01, Fabio Estevam wrote:
> Hi Stefano,
>
> On Wed, Apr 10, 2013 at 3:10 AM, Stefano Babic wrote:
>
>> I am afraid you are breaking MX3x / MX25 because you add
>> MXC_CSPICTRL_MODE_MASK only to MX5 / MX6.
>
> It will not break other platforms because this code is protected with
On Sat, Apr 13, 2013 at 7:42 AM, Marek Vasut wrote:
> Dear Paul B. Henson,
>
>> Let me just preface this reply with the disclaimer that I'm fairly new
>> to embedded development, and it sounds like you know a lot more about
>> what you're talking about than I do ;).
>
> [...]
>
> I'm not reading t
On 12/04/13 11:56, Mark Jackson wrote:
We have a dual Ethernet board (based on the BeagelBone) but with both Ethernet
ports connected.
I'm wanting to use eth1 (rather than eth0), so in my board.c file, I changed:-
static struct cpsw_slave_data cpsw_slaves[] = {
{
.slave
On 12/04/13 11:56, Mark Jackson wrote:
We have a dual Ethernet board (based on the BeagelBone) but with both Ethernet
ports connected.
I'm wanting to use eth1 (rather than eth0), so in my board.c file, I changed:-
static struct cpsw_slave_data cpsw_slaves[] = {
{
.slave
On Sat, Apr 13, 2013 at 2:15 AM, Wang Huan-B18965 wrote:
> No hardcoded IP addresses/MAC addresses, please.
>
> [Alison] Agree. What is the general configuration way for these default
> settings?
Just remove it from the config file.
For IP addresses, the user should manually set serverip/ipadd
Dear Trent Piepho,
> On Sat, Apr 13, 2013 at 7:42 AM, Marek Vasut wrote:
> > Dear Paul B. Henson,
> >
> >> Let me just preface this reply with the disclaimer that I'm fairly new
> >> to embedded development, and it sounds like you know a lot more about
> >> what you're talking about than I do ;)
On 12/04/2013 08:53, Alison Wang wrote:
> This series contains the support for vybrid CPU and vf600 tower board.
>
> The Vybrid devices are a family of Freescale's latest Dual Single
> Core offering with ARM Cortex A5 and CM4 based processors for
> Advanced Connected Radio, Entry Infotainment, and
Dear Mike Dunn,
In message <5167f7b4.3070...@newsguy.com> you wrote:
>
> In this case, it's a simple algorithm and only a couple trivial changes were
> made since it was first added to the kernel, so the error is probably
> inconsequential, but I'll resubmit, reporting the HEAD of the kernel I too
On 12/04/2013 08:53, Alison Wang wrote:
> This patch adds uart driver support for vybrid platform.
>
> Signed-off-by: TsiChung Liew
> Signed-off-by: Jason Jin
> Signed-off-by: Alison Wang
> ---
Hi Alison
> diff --git a/drivers/serial/serial_vybrid.c b/drivers/serial/serial_vybrid.c
> new file
On 12/04/2013 08:53, Alison Wang wrote:
> This patch adds eSDHC driver support for vybrid platform.
>
> Signed-off-by: TsiChung Liew
> Signed-off-by: Jason Jin
> Signed-off-by: Alison Wang
> ---
> drivers/mmc/fsl_esdhc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --g
On 12/04/2013 08:53, Alison Wang wrote:
> This patch adds Freescale vybrid vf600 tower board support.
>
> Signed-off-by: TsiChung Liew
> Signed-off-by: Jason Jin
> Signed-off-by: Alison Wang
> ---
Hi Alison.
> board/freescale/vybrid/Makefile| 40 +++
> board/freescale/vybrid/vybrid.
On 11/04/2013 11:06, Stefan Roese wrote:
> They never return anything also than 0, so lets change the function
> to void instead.
>
> Signed-off-by: Stefan Roese
> ---
> arch/arm/imx-common/iomux-v3.c | 18 +-
> arch/arm/include/asm/imx-common/iomux-v3.h | 4 ++--
>
On Thu, 11 Apr 2013 17:43:21 +0200, Albert ARIBAUD
wrote:
> Commit 3ebd1cbc introduced compiler-generated __bss_start
> and __bss_end__ and commit c23561e7 rewrote all __bss_end__
> as __bss_end. Their merge caused silent and harmless but
> potentially bug-inducing clashes between compiler- and l
27 matches
Mail list logo