mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: luigi origa <luigi.origa@gmail.com>
To: barebox@lists.infradead.org
Subject: Re: Little bug
Date: Wed, 1 Oct 2014 14:03:45 +0200	[thread overview]
Message-ID: <CACSabZ99bES8dwb=LcxPGJY_bDTJEiQg-rNJihL6pYUxEwAJwQ@mail.gmail.com> (raw)
In-Reply-To: <CACSabZ8wCRJAE2Oc2ZrQGQg5=X=mRJ9OF14tiC981=zWRSaTiw@mail.gmail.com>

Few days ago i got the files using git but in this moment i'm out so i
downloaded the file "barebox-2014.08.0.tar.bz2".

Looking inside i found the same error.

Open the file "barebox-2014.08.0\arch\arm\boards\friendlyarm-mini2440\mini2440.c"
and goto at line 84.

#ifdef CONFIG_MINI2440_VIDEO_A70
{
.name = "A70",
.refresh = 50,
.xres = 800,
.left_margin = 40,
.right_margin = 40,
.hsync_len = 48,
.yres = 480,
.upper_margin = 29,
.lower_margin = 3,
.vsync_len = 3,
.pixclock = 41848,
.sync = FB_SYNC_USE_PWREN | FB_SYNC_DE_HIGH_ACT,
.vmode = FB_VMODE_NONINTERLACED,
.flag = 0,    // <<<<<<<<<<<<<<<<<<<<<<<< mismatch
},
#endif
#ifdef CONFIG_MINI2440_VIDEO_SVGA
{
.name = "SVGA",
.refresh = 24,
.xres = 1024,
.left_margin = 1,
.right_margin = 2,
.hsync_len = 2,
.yres = 768,
.upper_margin = 200,
.lower_margin = 16,
.vsync_len = 16,
.pixclock = 40492,
.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT | FB_SYNC_DE_HIGH_ACT
                                  /* | FB_SYNC_SWAP_HW */ /* FIXME maybe */ ,
.vmode = FB_VMODE_NONINTERLACED,
.flag = 0,    // <<<<<<<<<<<<<<<<<<<<<<<< mismatch
},
#endif

Luigi

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2014-10-01 12:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 20:03 luigi origa
2014-10-01  6:02 ` Sascha Hauer
     [not found]   ` <CACSabZ8wCRJAE2Oc2ZrQGQg5=X=mRJ9OF14tiC981=zWRSaTiw@mail.gmail.com>
2014-10-01 12:03     ` luigi origa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACSabZ99bES8dwb=LcxPGJY_bDTJEiQg-rNJihL6pYUxEwAJwQ@mail.gmail.com' \
    --to=luigi.origa@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox