All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request v2: u-boot-nds32
@ 2013-07-25  9:17 Macpaul Lin
  2013-07-25 13:06 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Macpaul Lin @ 2013-07-25  9:17 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull the following patch from u-boot-nds32 into your tree.
Thanks!

The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:

  Prepare v2013.07 (2013-07-23 07:58:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-nds32.git master

for you to fetch changes up to c54fd3efa497876a33cc3c6e7df514ae53abc729:

  nds32: Enable FPU if the version of CPU supported (2013-07-25 16:54:19 +0800)

----------------------------------------------------------------
Axel Lin (1):
      nds32: ag101/ag102: Fix setting lastdec and now values

Gabor Juhos (6):
      nds32: introduce macros for bit manipulation
      mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not defined
      block: constify sect_buf argument of ide_write_data
      pci: add prototype for pci_ftpci_init() function
      pci: move pci_ftpci100.h to include/faraday/ftpci100.h
      nds32: adp-ag102: use 'faraday/ftpci100.h' for pci_ftpci_init

Tom Rini (1):
      nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers

ken kuo (5):
      nds32: Enable two banks of SDRAM on Andes board
      nds32: Enable SDIO and EXT2 command support for Andes board
      nds32: Enable the function of passing parameters to Linux
      nds32: Convert Makefiles to use COBJS-y style
      nds32: Enable FPU if the version of CPU supported

 arch/nds32/cpu/n1213/Makefile                            |   4 ++--
 arch/nds32/cpu/n1213/ag101/Makefile                      |   8 ++++----
 arch/nds32/cpu/n1213/ag101/lowlevel_init.S               |  32
++++++++++++++++++++++++++++-
 arch/nds32/cpu/n1213/ag101/timer.c                       |   7 ++++---
 arch/nds32/cpu/n1213/ag102/Makefile                      |   8 ++++----
 arch/nds32/cpu/n1213/ag102/lowlevel_init.S               |  26
++++++++++++++++++++++++
 arch/nds32/cpu/n1213/ag102/timer.c                       |   7 ++++---
 arch/nds32/include/asm/io.h                              |  41
++++++++++++++++++++++++++++++++++---
 arch/nds32/include/asm/setup.h                           | 190
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/nds32/lib/Makefile                                  |   9 ++++++---
 board/AndesTech/adp-ag101/Makefile                       |   6 +++---
 board/AndesTech/adp-ag101/adp-ag101.c                    |  10 +++++++++-
 board/AndesTech/adp-ag101p/Makefile                      |   6 +++---
 board/AndesTech/adp-ag101p/adp-ag101p.c                  |  10 +++++++++-
 board/AndesTech/adp-ag102/Makefile                       |   4 ++--
 board/AndesTech/adp-ag102/adp-ag102.c                    |   3 +--
 doc/driver-model/UDM-block.txt                           |   2 +-
 drivers/block/ftide020.c                                 |   2 +-
 drivers/mmc/ftsdc010_mci.c                               |   6 +++++-
 drivers/pci/pci_ftpci100.c                               |   4 ++--
 include/common.h                                         |   1 +
 include/configs/adp-ag101.h                              |  19
+++++++++++++++++-
 include/configs/adp-ag101p.h                             |  18
++++++++++++++++-
 drivers/pci/pci_ftpci100.h => include/faraday/ftpci100.h |   2 ++
 include/ide.h                                            |   2 +-
 25 files changed, 384 insertions(+), 43 deletions(-)
 create mode 100644 arch/nds32/include/asm/setup.h
 rename drivers/pci/pci_ftpci100.h => include/faraday/ftpci100.h (98%)


-- 
Best regards,
Macpaul Lin

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

* [U-Boot] Pull request v2: u-boot-nds32
  2013-07-25  9:17 [U-Boot] Pull request v2: u-boot-nds32 Macpaul Lin
@ 2013-07-25 13:06 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-07-25 13:06 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 25, 2013 at 05:17:05PM +0800, Macpaul Lin wrote:

> Hi Tom,
> 
> Please pull the following patch from u-boot-nds32 into your tree.
> Thanks!
> 
> The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
> 
>   Prepare v2013.07 (2013-07-23 07:58:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nds32.git master
> 
> for you to fetch changes up to c54fd3efa497876a33cc3c6e7df514ae53abc729:
> 
>   nds32: Enable FPU if the version of CPU supported (2013-07-25 16:54:19 +0800)
> 
> ----------------------------------------------------------------
> Axel Lin (1):
>       nds32: ag101/ag102: Fix setting lastdec and now values
> 
> Gabor Juhos (6):
>       nds32: introduce macros for bit manipulation
>       mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not defined
>       block: constify sect_buf argument of ide_write_data
>       pci: add prototype for pci_ftpci_init() function
>       pci: move pci_ftpci100.h to include/faraday/ftpci100.h
>       nds32: adp-ag102: use 'faraday/ftpci100.h' for pci_ftpci_init
> 
> Tom Rini (1):
>       nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers
> 
> ken kuo (5):
>       nds32: Enable two banks of SDRAM on Andes board
>       nds32: Enable SDIO and EXT2 command support for Andes board
>       nds32: Enable the function of passing parameters to Linux
>       nds32: Convert Makefiles to use COBJS-y style
>       nds32: Enable FPU if the version of CPU supported

Applied to u-boot/master.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130725/60ead8b9/attachment.pgp>

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

end of thread, other threads:[~2013-07-25 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-25  9:17 [U-Boot] Pull request v2: u-boot-nds32 Macpaul Lin
2013-07-25 13:06 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.