public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8] Fixes compilation for the at91sam9m10g45ek
Date: Tue, 2 Aug 2011 10:19:34 +0200	[thread overview]
Message-ID: <20110802101934.6443a8ff@skate> (raw)
In-Reply-To: <1309462387-22926-1-git-send-email-awaterman@dawning.com>

Hello Alex,

I am interested in seeing this work merged into U-Boot. Will you have
the time to fix the issues pointed out by Reinhard Meyer and post an
updated version, or would you accept if somebody else takes over your
patch set and posts an updated version ?

Thanks,

Thomas

Le Thu, 30 Jun 2011 15:32:59 -0400,
Alex Waterman <awaterman@dawning.com> a ?crit :

> This patch set fixes the at91sam9mg45ek build for my set up. I have
> only been able to test this patch on my own NAND booting 
> at91sam9m10g45ek. Dataflash and norflash are untested. Anyway,
> this is a rough approximation of a patch; I would need more input
> from people with nor-flash, working at91bootstrapers, dataflash,
> etc before I can get truely generic working at91sam9m10g45ek board
> support.
> 
> Also, some notes:
> 
> I wrote my own boot strapper because I could not find a working
> boot strapper. The boot strappers I found on the web either had their
> own issues or did not enable the second bank of RAM. Thus I wrote my
> own that works and enables the second bank of RAM. The patch here
> expects that the second bank works. If you are using a working
> at91bootstrapper or the like, I don't think that should cause this
> u-boot patch to not work; just set the number of banks back to 1 in
> the config file.
> 
> If I am not alone in having trouble with the existing at91bootstrap
> projects, maybe we could merge my bootstrapper into (or the
> preexisting at91bootstrapper proejcts) into the NAND SPL (for NAND
> booting boards) section of U-Boot?
> 
> Alex Waterman (8):
>   Remove old config stuff from Makefile
>   Update at91sam9m10g45_devices.c to fix compile errors.
>   Fix compile problem for some boards in the clock code.
>   Updates the at91sam9mg45_matrix.h header to new defines.
>   Updates the board specific files for the at91sam9mg45ek.
>   Adds wait to atmel_usart serial_init function
>   Updates the at91sam9m10g45ek.h config file.
>   Updates the boards.cfg file
> 
>  Makefile                                           |   21 ---
>  .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c    |   26 ++--
>  arch/arm/cpu/arm926ejs/at91/clock.c                |    4 +
>  .../arm/include/asm/arch-at91/at91sam9g45_matrix.h |   84 +++++-----
>  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |  128
> +++++++------- board/atmel/at91sam9m10g45ek/led.c
> |    6 +- boards.cfg                                         |    1 +
>  drivers/serial/atmel_usart.c                       |    6 +
>  include/configs/at91sam9m10g45ek.h                 |  188
> ++++++++++++-------- 9 files changed, 246 insertions(+), 218
> deletions(-)
> 



-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      parent reply	other threads:[~2011-08-02  8:19 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29 22:47 [U-Boot] Is somebody workin on getting the AT91SAM9G45EKES working on the latest build? William C. Landolina
2011-06-30 12:32 ` Alex Waterman
2011-06-30 13:12   ` Albert ARIBAUD
2011-06-30 20:01     ` Alex Waterman
2011-06-30 19:14   ` [U-Boot] [PATCH 0/8] Fixes compilation for the at91sam9m10g45ek Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 1/8] Remove old config stuff from Makefile Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 2/8] Update at91sam9m10g45_devices.c to fix compile errors Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 4/8] Updates the at91sam9mg45_matrix.h header to new defines Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 5/8] Updates the board specific files for the at91sam9mg45ek Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 6/8] Adds wait to atmel_usart serial_init function Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 7/8] Updates the at91sam9m10g45ek.h config file Alex.Waterman.awaterman at dawning.com
2011-06-30 19:14     ` [U-Boot] [PATCH 8/8] Updates the boards.cfg file Alex.Waterman.awaterman at dawning.com
     [not found]   ` <657FC3AB549C7F4DB01F4397232ED733A2DACD735E@Exchange2007.techatl.com>
2011-06-30 19:32     ` [U-Boot] Is somebody workin on getting the AT91SAM9G45EKES working on the latest build? Alex Waterman
2011-06-30 20:54       ` William C. Landolina
2011-07-01 13:15         ` Alex Waterman
2011-07-01 19:37           ` William C. Landolina
2011-06-30 19:32   ` [U-Boot] [PATCH 0/8] Fixes compilation for the at91sam9m10g45ek Alex Waterman
2011-06-30 19:33     ` [U-Boot] [PATCH 1/8] Remove old config stuff from Makefile Alex Waterman
2011-06-30 19:33     ` [U-Boot] [PATCH 2/8] Update at91sam9m10g45_devices.c to fix compile errors Alex Waterman
2011-07-04  7:35       ` Reinhard Meyer
2011-06-30 19:33     ` [U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code Alex Waterman
2011-07-04  7:37       ` Reinhard Meyer
2011-06-30 19:33     ` [U-Boot] [PATCH 4/8] Updates the at91sam9mg45_matrix.h header to new defines Alex Waterman
2011-06-30 19:33     ` [U-Boot] [PATCH 5/8] Updates the board specific files for the at91sam9mg45ek Alex Waterman
2011-06-30 19:33     ` [U-Boot] [PATCH 6/8] Adds wait to atmel_usart serial_init function Alex Waterman
2011-07-01 12:03       ` Sergei Shtylyov
2011-07-01 12:37         ` Alex Waterman
2011-07-01 15:17           ` Albert ARIBAUD
2011-07-04  7:42       ` Reinhard Meyer
2011-06-30 19:33     ` [U-Boot] [PATCH 7/8] Updates the at91sam9m10g45ek.h config file Alex Waterman
2011-07-04  7:50       ` Reinhard Meyer
2011-06-30 19:33     ` [U-Boot] [PATCH 8/8] Updates the boards.cfg file Alex Waterman
2011-07-04  7:52       ` Reinhard Meyer
2011-08-02  8:19     ` Thomas Petazzoni [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=20110802101934.6443a8ff@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=u-boot@lists.denx.de \
    /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