[U-Boot] [PULL] Please pull u-boot-nios/master
Thomas Chou
thomas at wytron.com.tw
Thu Nov 12 01:36:57 CET 2015
Hi Tom,
Please pull,
The following changes since commit b375219e732f044e7f48b676fa4e36e7c29d81e1:
ARM: uniphier: drop UniPhier specific SMP code (2015-11-11 23:35:35 +0900)
are available in the git repository at:
git://git.denx.de/u-boot-nios.git master
for you to fetch changes up to 038be18fd95aa6283eafb85ceabc0b880976424b:
nios2: add 3c120 and 10m50 devboards MAINTAINERS (2015-11-12 08:26:59 +0800)
----------------------------------------------------------------
Thomas Chou (15):
dm: implement a MTD uclass
cfi_flash: convert to driver model
nios2: use cfi flash driver model
nios2: add memcpy_fromio and memcpy_toio
mtd: add altera quadspi driver
nios2: nios2-generic: do not allocate rx buf in net.c
net: zap altera_tse_initialize prototypes
net: altera_tse: factor out stop mac func
net: altera_tse: wait sgdma in altera_tse_recv
net: altera_tse: add priv ops to prepare msgdma support
net: altera_tse: add mSG-DMA support
nios2: add 10m50 devboard support
nios2: rename board nios2-generic to 3c120_devboard
nios2: change README.nios2 to use 10m50 as template
nios2: add 3c120 and 10m50 devboards MAINTAINERS
arch/nios2/dts/10m50_devboard.dts | 267 ++++++++++++++++++++
arch/nios2/include/asm/io.h | 4 +
board/altera/nios2/MAINTAINERS | 13 +
configs/10m50_defconfig | 26 ++
.../{nios2-generic_defconfig => 3c120_defconfig} | 4 +-
doc/README.nios2 | 14 +-
doc/device-tree-bindings/mtd/altera_qspi.txt | 35 +++
doc/device-tree-bindings/mtd/mtd-physmap.txt | 88 +++++++
drivers/mtd/Kconfig | 32 +++
drivers/mtd/Makefile | 2 +
drivers/mtd/altera_qspi.c | 273 +++++++++++++++++++++
drivers/mtd/cfi_flash.c | 78 ++++++
drivers/mtd/mtd-uclass.c | 21 ++
drivers/net/altera_tse.c | 237 +++++++++++++++---
drivers/net/altera_tse.h | 80 +++++-
include/configs/10m50_devboard.h | 103 ++++++++
.../configs/{nios2-generic.h => 3c120_devboard.h} | 6 +-
include/dm/uclass-id.h | 1 +
include/flash.h | 3 +
include/linux/mtd/mtd.h | 2 +
include/mtd.h | 23 ++
include/netdev.h | 3 -
22 files changed, 1269 insertions(+), 46 deletions(-)
create mode 100644 arch/nios2/dts/10m50_devboard.dts
create mode 100644 board/altera/nios2/MAINTAINERS
create mode 100644 configs/10m50_defconfig
rename configs/{nios2-generic_defconfig => 3c120_defconfig} (88%)
create mode 100644 doc/device-tree-bindings/mtd/altera_qspi.txt
create mode 100644 doc/device-tree-bindings/mtd/mtd-physmap.txt
create mode 100644 drivers/mtd/altera_qspi.c
create mode 100644 drivers/mtd/mtd-uclass.c
create mode 100644 include/configs/10m50_devboard.h
rename include/configs/{nios2-generic.h => 3c120_devboard.h} (96%)
create mode 100644 include/mtd.h
More information about the U-Boot
mailing list