public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git
@ 2007-10-23 15:36 Peter Pearse
  2007-11-01 21:57 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Pearse @ 2007-10-23 15:36 UTC (permalink / raw)
  To: u-boot

Wolfgang
	Please pull from git://www.denx.de/git/u-boot-arm.git  

	Fixes the ARM supplied development boards broken when drivers/serial
was added. 

  Signed-off-by:	Peter Pearse <peter.pearse@arm.com>

---
The following changes since commit 5441f61a3d8b7034f19fc1361183e936198e6dbb:
  Detlev Zundel (1):
        Fix two typos.

are found in the git repository at:

  git://www.denx.de/git/u-boot-arm.git

Peter Pearse (1):
      Move PL01* serial drivers to drivers/serial and adjust Makefiles.

 drivers/Makefile                    |    2 +-
 drivers/serial/Makefile             |    2 +-
 drivers/{ => serial}/serial_pl010.c |    0 
 drivers/{ => serial}/serial_pl011.c |    0 
 drivers/{ => serial}/serial_pl011.h |    0 
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename drivers/{ => serial}/serial_pl010.c (100%)
 rename drivers/{ => serial}/serial_pl011.c (100%)
 rename drivers/{ => serial}/serial_pl011.h (100%)
---

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git
  2007-10-23 15:36 Peter Pearse
@ 2007-11-01 21:57 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-11-01 21:57 UTC (permalink / raw)
  To: u-boot

In message <000201c8158a$86090f70$9a4d010a@Emea.Arm.com> you wrote:
> Wolfgang
> 	Please pull from git://www.denx.de/git/u-boot-arm.git  
> 
> 	Fixes the ARM supplied development boards broken when drivers/serial
> was added. 
> 
>   Signed-off-by:	Peter Pearse <peter.pearse@arm.com>
> 
> ---
> The following changes since commit 5441f61a3d8b7034f19fc1361183e936198e6dbb:
>   Detlev Zundel (1):
>         Fix two typos.
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-arm.git
> 
> Peter Pearse (1):
>       Move PL01* serial drivers to drivers/serial and adjust Makefiles.
> 
>  drivers/Makefile                    |    2 +-
>  drivers/serial/Makefile             |    2 +-
>  drivers/{ => serial}/serial_pl010.c |    0 
>  drivers/{ => serial}/serial_pl011.c |    0 
>  drivers/{ => serial}/serial_pl011.h |    0 
>  5 files changed, 2 insertions(+), 2 deletions(-)
>  rename drivers/{ => serial}/serial_pl010.c (100%)
>  rename drivers/{ => serial}/serial_pl011.c (100%)
>  rename drivers/{ => serial}/serial_pl011.h (100%)

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
Hacking's just another word for nothing left to kludge.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git
  2007-11-19 17:10 [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git Peter Pearse
@ 2007-11-19 14:22 ` Jean-Christophe PLAGNIOL-VILLARD
  2007-11-19 20:56 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2007-11-19 14:22 UTC (permalink / raw)
  To: u-boot

On 17:10 Mon 19 Nov     , Peter Pearse wrote:
> Wolfgang 
>  	Please pull from git://www.denx.de/git/u-boot-arm.git
> 
> This is the apollon port
> - tested on apollon by Kyungmin Park
> - MAKEALL tested by Peter Pearse
> 
> Signed-off-by:	Peter Pearse <peter.pearse@arm.com>
> Signed-off-by:	Kyungmin Park <kmpark@infradead.org>
> 
> Regards
> 
> Peter
> 
> ---
> The following changes since commit 1ce55151c85d068f70317a8d65c61058b891afb4:
>   Heiko Schocher (1):
>         [UC101] SRAM now with 2 MB working.
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-arm.git
> 
> Peter Pearse (4):
>       Add apollon board support
>       Merge with git://www.denx.de/git/u-boot.git
>       Correction patch
>       Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
>
Is it not beter to wait the next window?

Best Regards,
J.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git
@ 2007-11-19 17:10 Peter Pearse
  2007-11-19 14:22 ` Jean-Christophe PLAGNIOL-VILLARD
  2007-11-19 20:56 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Pearse @ 2007-11-19 17:10 UTC (permalink / raw)
  To: u-boot

Wolfgang 
 	Please pull from git://www.denx.de/git/u-boot-arm.git

This is the apollon port
- tested on apollon by Kyungmin Park
- MAKEALL tested by Peter Pearse

Signed-off-by:	Peter Pearse <peter.pearse@arm.com>
Signed-off-by:	Kyungmin Park <kmpark@infradead.org>

Regards

Peter

---
The following changes since commit 1ce55151c85d068f70317a8d65c61058b891afb4:
  Heiko Schocher (1):
        [UC101] SRAM now with 2 MB working.

are found in the git repository at:

  git://www.denx.de/git/u-boot-arm.git

Peter Pearse (4):
      Add apollon board support
      Merge with git://www.denx.de/git/u-boot.git
      Correction patch
      Remove warnings re CONFIG_EXTRA_ENV_SETTINGS

 MAKEALL                                 |    1 +
 Makefile                                |    5 +-
 board/apollon/Makefile                  |   48 +++
 board/apollon/apollon.c                 |  472
+++++++++++++++++++++++++++++++
 board/apollon/config.mk                 |   25 ++
 board/apollon/lowlevel_init.S           |  337 ++++++++++++++++++++++
 board/apollon/mem.c                     |  235 +++++++++++++++
 board/apollon/mem.h                     |  170 +++++++++++
 board/apollon/sys_info.c                |  403 ++++++++++++++++++++++++++
 board/apollon/u-boot.lds                |   63 ++++
 common/env_onenand.c                    |    4 +-
 include/asm-arm/arch-arm1136/mux.h      |   18 ++
 include/asm-arm/arch-arm1136/omap2420.h |   33 ++-
 include/asm-arm/mach-types.h            |   13 +
 include/configs/apollon.h               |  238 ++++++++++++++++
 15 files changed, 2058 insertions(+), 7 deletions(-)
 create mode 100644 board/apollon/Makefile
 create mode 100644 board/apollon/apollon.c
 create mode 100644 board/apollon/config.mk
 create mode 100644 board/apollon/lowlevel_init.S
 create mode 100644 board/apollon/mem.c
 create mode 100644 board/apollon/mem.h
 create mode 100644 board/apollon/sys_info.c
 create mode 100644 board/apollon/u-boot.lds
 create mode 100755 include/configs/apollon.h

---

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git
  2007-11-19 17:10 [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git Peter Pearse
  2007-11-19 14:22 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2007-11-19 20:56 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-11-19 20:56 UTC (permalink / raw)
  To: u-boot

In message <000201c82acf$0f132950$9a4d010a@Emea.Arm.com> you wrote:
> Wolfgang 
>  	Please pull from git://www.denx.de/git/u-boot-arm.git
> 
> This is the apollon port
> - tested on apollon by Kyungmin Park
> - MAKEALL tested by Peter Pearse

Sorry, but I will *NOT* pull now.

The merge window has not been opened yet.

Please resent the pull request once we are accepting new code again.

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
If A equals success, then the formula is A = X + Y + Z. X is work.  Y
is play. Z is keep your mouth shut.                 - Albert Einstein

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-19 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 17:10 [U-Boot-Users] [GIT PULL] [ARM] Please pullfromgit://www.denx.de/git/u-boot-arm.git Peter Pearse
2007-11-19 14:22 ` Jean-Christophe PLAGNIOL-VILLARD
2007-11-19 20:56 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2007-10-23 15:36 Peter Pearse
2007-11-01 21:57 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox