[U-Boot] Uboot send pull request
uboot at andestech.com
uboot at andestech.com
Thu Sep 21 02:45:08 UTC 2017
Hi Tom,
Please pull the following patch from u-boot-nds32 into your tree.
Thanks!
The following changes since commit e884656c2c0b2406b9bf99ea76f5a8c75128a331:
Merge git://www.denx.de/git/u-boot-imx (2017-09-20 12:32:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-nds32.git master
for you to fetch changes up to 7155cd2e6e7824ab60fbfc755d546d45b1d15e7b:
nds32: spi: Support spi dm driver. (2017-09-21 10:30:22 +0800)
----------------------------------------------------------------
rick (8):
nds32: board: Fix andestech adp-ae3xx.c make fail problem.
nds32: bootm: Fix warning of struct tag_serialnr declared
nds32: ftmac100: support cache enable.
nds32: ftmac100 support cache enable.
nds32: ftmac100: Fix write mac addr fail problem.
nds32: mtd: add spi flash id MX25U16335E.
nds32: board: Support SPI driver.
nds32: spi: Support spi dm driver.
arch/nds32/cpu/n1213/start.S | 29 +-
arch/nds32/dts/ae3xx.dts | 23 ++
arch/nds32/include/asm/bootm.h | 2 +
arch/nds32/include/asm/io.h | 21 ++
arch/nds32/lib/bootm.c | 1 -
board/AndesTech/adp-ae3xx/adp-ae3xx.c | 1 +
configs/adp-ae3xx_defconfig | 10 +-
drivers/mtd/spi/spi_flash_ids.c | 1 +
drivers/net/ftmac100.c | 12 +-
drivers/spi/Kconfig | 7 +
drivers/spi/Makefile | 1 +
drivers/spi/nds_ae3xx_spi.c | 499 +++++++++++++++++++++++++++++++++
include/configs/adp-ae3xx.h | 18 +-
include/configs/adp-ag101p.h | 3 +-
14 files changed, 615 insertions(+), 13 deletions(-)
create mode 100644 drivers/spi/nds_ae3xx_spi.c
More information about the U-Boot
mailing list