[U-Boot] Uboot send pull request
uboot at andestech.com
uboot at andestech.com
Fri Dec 2 08:44:56 CET 2016
Hi Tom,
Please pull the following patch from u-boot-nds32 into your tree.
Thanks!
The following changes since commit 9ae0e14350758e6447c90615ff4df530549a45e2:
Merge git://www.denx.de/git/u-boot-marvell (2016-12-01 09:24:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-nds32.git master
for you to fetch changes up to 07ce9147e919be25d8928e54b4cd23460ff44a7f:
nds32: Support eth DM. (2016-12-02 14:46:15 +0800)
----------------------------------------------------------------
rick (6):
nds32: Support serial DM.
nds32: Support timer DM.
nds32: mmc: Support mmc DM.
nds32: mmc: Support mmc DM.
nds32: mmc: Support mmc DM.
nds32: Support eth DM.
arch/Kconfig | 1 +
arch/nds32/cpu/n1213/ag101/timer.c | 3 +-
arch/nds32/cpu/n1213/start.S | 13 +-
arch/nds32/dts/Makefile | 14 ++
arch/nds32/dts/ag101p.dts | 71 ++++++++
arch/nds32/include/asm/config.h | 1 +
board/AndesTech/adp-ag101p/adp-ag101p.c | 7 +-
configs/adp-ag101p_defconfig | 14 ++
drivers/mmc/Kconfig | 7 +
drivers/mmc/Makefile | 1 +
drivers/mmc/ftsdc010_mci.c | 106 +++++++++---
drivers/mmc/nds32_mmc.c | 140 +++++++++++++++
drivers/net/Kconfig | 5 +
drivers/net/ftmac100.c | 281 +++++++++++++++++++++++++------
drivers/timer/Kconfig | 6 +
drivers/timer/Makefile | 1 +
drivers/timer/ag101p_timer.c | 122 ++++++++++++++
include/configs/adp-ag101p.h | 14 +-
include/faraday/ftsdc010.h | 41 +++++
19 files changed, 752 insertions(+), 96 deletions(-)
create mode 100644 arch/nds32/dts/Makefile
create mode 100644 arch/nds32/dts/ag101p.dts
create mode 100644 drivers/mmc/nds32_mmc.c
create mode 100644 drivers/timer/ag101p_timer.c
More information about the U-Boot
mailing list