public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] AT91 pull request
Date: Thu, 05 Jun 2008 00:05:43 +0200	[thread overview]
Message-ID: <20080604220543.11015247CC@gemini.denx.de> (raw)
In-Reply-To: Your message of "Sat, 31 May 2008 22:05:37 +0200." <20080531200537.GB27189@game.jcrosoft.org>

In message <20080531200537.GB27189@game.jcrosoft.org> you wrote:
> Please pull at91
> 
> The following changes since commit 2c8d41969b47eb0b973912830c58689b2ba0e50a:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-testing
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git for-1.3.4


Please note that your pull request should refer to the "master"
branch!!!


> Jean-Christophe PLAGNIOL-VILLARD (2):
>       Merging Stelian Pop AT91 patches
>       MAKEALL: add at91 list
> 
> Patrice Vilchez (1):
>       [AT91SAM9] Fix NAND FLASH timings
> 
> Stelian Pop (26):
>       Fix @ -> <at> substitution
>       Update origin and copyright information in arch-at91sam9 header files
>       Add copyright information in Atmel boards partition.c
>       Add proper copyright notices in Atmel boards Makefiles
>       Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
>       AT91CAP9ADK: Handle 8 or 16 bit NAND
>       AT91CAP9ADK: Normalize SPI timings
>       AT91CAP9ADK: Normalize BOOTARGS
>       AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
>       AT91SAM9260EK: Handle 8 or 16 bit NAND
>       AT91SAM9260EK: Normalize SPI timings
>       AT91SAM9260EK: Normalize BOOTARGS
>       AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
>       AT91SAM9261EK support
>       AT91SAM9263EK support
>       AT91SAM9RLEK support
>       Add ATMEL LCD driver
>       AT91CAP9ADK: hook up the ATMEL LCD driver
>       AT91SAM9261EK: hook up the ATMEL LCD driver
>       AT91SAM9263EK: hook up the ATMEL LCD driver
>       AT91SAM9RLEK: hook up the ATMEL LCD driver
>       Use custom logo for Atmel boards
>       Support AT91CAP9 revC CPUs
>       AT91: Cleanup unused config header file definitions.
>       Cleanup nand_info[] declaration.
>       Fix boot from NOR due to incorrect reset delay.
> 
>  CHANGELOG                                          |   12 +-
>  MAINTAINERS                                        |    3 +
>  MAKEALL                                            |   23 ++-
>  Makefile                                           |    9 +
>  README                                             |    4 +
>  board/atmel/at91cap9adk/Makefile                   |    4 +
>  board/atmel/at91cap9adk/at91cap9adk.c              |  107 +++++++-
>  board/atmel/at91cap9adk/nand.c                     |    3 +
>  board/atmel/at91sam9260ek/Makefile                 |    4 +
>  board/atmel/at91sam9260ek/at91sam9260ek.c          |   15 +-
>  board/atmel/at91sam9260ek/nand.c                   |    3 +
>  board/atmel/at91sam9260ek/u-boot.lds               |   57 ----
>  board/atmel/at91sam9261ek/Makefile                 |   57 ++++
>  board/atmel/at91sam9261ek/at91sam9261ek.c          |  258 ++++++++++++++++
>  board/atmel/at91sam9261ek/config.mk                |    1 +
>  board/atmel/at91sam9261ek/led.c                    |   78 +++++
>  board/atmel/at91sam9261ek/nand.c                   |   79 +++++
>  board/atmel/at91sam9261ek/partition.c              |   40 +++
>  board/atmel/at91sam9263ek/Makefile                 |   57 ++++
>  board/atmel/at91sam9263ek/at91sam9263ek.c          |  310 ++++++++++++++++++++
>  board/atmel/at91sam9263ek/config.mk                |    1 +
>  board/atmel/at91sam9263ek/led.c                    |   78 +++++
>  board/atmel/at91sam9263ek/nand.c                   |   79 +++++
>  board/atmel/at91sam9263ek/partition.c              |   39 +++
>  board/atmel/at91sam9rlek/Makefile                  |   57 ++++
>  board/atmel/at91sam9rlek/at91sam9rlek.c            |  215 ++++++++++++++
>  board/atmel/at91sam9rlek/config.mk                 |    1 +
>  board/atmel/at91sam9rlek/led.c                     |   77 +++++
>  board/atmel/at91sam9rlek/nand.c                    |   79 +++++
>  board/atmel/at91sam9rlek/partition.c               |   39 +++
>  common/cmd_nand.c                                  |    2 -
>  common/env_nand.c                                  |    3 -
>  common/lcd.c                                       |   78 +++++-
>  cpu/arm926ejs/at91sam9/config.mk                   |    1 +
>  .../arm926ejs/at91sam9}/u-boot.lds                 |    0 
>  cpu/arm926ejs/at91sam9/usb.c                       |    8 +
>  drivers/net/dm9000x.c                              |    2 +
>  drivers/net/macb.c                                 |    6 +-
>  drivers/video/Makefile                             |    1 +
>  drivers/video/atmel_lcdfb.c                        |  160 ++++++++++
>  fs/jffs2/jffs2_1pass.c                             |    3 -
>  include/asm-arm/arch-at91sam9/at91_pmc.h           |    5 +
>  include/asm-arm/arch-at91sam9/at91cap9.h           |   14 +-
>  include/asm-arm/arch-at91sam9/at91sam9261.h        |  105 +++++++
>  include/asm-arm/arch-at91sam9/at91sam9261_matrix.h |   64 ++++
>  include/asm-arm/arch-at91sam9/at91sam9263.h        |  127 ++++++++
>  include/asm-arm/arch-at91sam9/at91sam9263_matrix.h |  129 ++++++++
>  include/asm-arm/arch-at91sam9/at91sam9rl.h         |  115 ++++++++
>  include/asm-arm/arch-at91sam9/at91sam9rl_matrix.h  |   96 ++++++
>  include/asm-arm/arch-at91sam9/clk.h                |    6 +
>  include/asm-arm/arch-at91sam9/hardware.h           |    9 +
>  include/atmel_lcdc.h                               |  177 +++++++++++
>  include/configs/at91cap9adk.h                      |   37 ++-
>  include/configs/at91sam9260ek.h                    |   25 ++-
>  include/configs/at91sam9261ek.h                    |  202 +++++++++++++
>  include/configs/at91sam9263ek.h                    |  206 +++++++++++++
>  include/configs/at91sam9rlek.h                     |  175 +++++++++++
>  include/lcd.h                                      |   30 ++-
>  lib_arm/board.c                                    |   39 ++-
>  net/eth.c                                          |    3 +-
>  tools/Makefile                                     |    4 +
>  tools/logos/atmel.bmp                              |  Bin 0 -> 26334 bytes
>  62 files changed, 3509 insertions(+), 112 deletions(-)
>  delete mode 100644 board/atmel/at91sam9260ek/u-boot.lds
>  create mode 100644 board/atmel/at91sam9261ek/Makefile
>  create mode 100644 board/atmel/at91sam9261ek/at91sam9261ek.c
>  create mode 100644 board/atmel/at91sam9261ek/config.mk
>  create mode 100644 board/atmel/at91sam9261ek/led.c
>  create mode 100644 board/atmel/at91sam9261ek/nand.c
>  create mode 100644 board/atmel/at91sam9261ek/partition.c
>  create mode 100644 board/atmel/at91sam9263ek/Makefile
>  create mode 100644 board/atmel/at91sam9263ek/at91sam9263ek.c
>  create mode 100644 board/atmel/at91sam9263ek/config.mk
>  create mode 100644 board/atmel/at91sam9263ek/led.c
>  create mode 100644 board/atmel/at91sam9263ek/nand.c
>  create mode 100644 board/atmel/at91sam9263ek/partition.c
>  create mode 100644 board/atmel/at91sam9rlek/Makefile
>  create mode 100644 board/atmel/at91sam9rlek/at91sam9rlek.c
>  create mode 100644 board/atmel/at91sam9rlek/config.mk
>  create mode 100644 board/atmel/at91sam9rlek/led.c
>  create mode 100644 board/atmel/at91sam9rlek/nand.c
>  create mode 100644 board/atmel/at91sam9rlek/partition.c
>  rename {board/atmel/at91cap9adk => cpu/arm926ejs/at91sam9}/u-boot.lds (100%)
>  create mode 100644 drivers/video/atmel_lcdfb.c
>  create mode 100644 include/asm-arm/arch-at91sam9/at91sam9261.h
>  create mode 100644 include/asm-arm/arch-at91sam9/at91sam9261_matrix.h
>  create mode 100644 include/asm-arm/arch-at91sam9/at91sam9263.h
>  create mode 100644 include/asm-arm/arch-at91sam9/at91sam9263_matrix.h
>  create mode 100644 include/asm-arm/arch-at91sam9/at91sam9rl.h
>  create mode 100644 include/asm-arm/arch-at91sam9/at91sam9rl_matrix.h
>  create mode 100644 include/atmel_lcdc.h
>  create mode 100644 include/configs/at91sam9261ek.h
>  create mode 100644 include/configs/at91sam9263ek.h
>  create mode 100644 include/configs/at91sam9rlek.h
>  create mode 100644 tools/logos/atmel.bmp

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Life is a game. Money is how we keep score.              - Ted Turner

  parent reply	other threads:[~2008-06-04 22:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-31 20:05 [U-Boot-Users] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-05-31 21:49 ` Matt Gessner
2008-06-04 22:05 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-10 21:09 Jean-Christophe PLAGNIOL-VILLARD
2008-07-13 12:41 ` Wolfgang Denk
2008-07-05 15:38 [U-Boot-Users] AT91 Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-07-06 22:48 ` Wolfgang Denk
2008-04-01  5:51 [U-Boot-Users] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-04-07 22:20 ` Wolfgang Denk

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=20080604220543.11015247CC@gemini.denx.de \
    --to=wd@denx.de \
    --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