openwrt/target/linux
Damir Samardzic 322a02f666 mvebu: initial support for Marvell Armada 3720 DB board
Add initial support for Marvell Armada cortex-a53 based
DB-88F3720-DDR3-Modular development board.

Specifications:
- Dual core ARMv8 Cortex-A53 CPU (up to 1.0 GHz)
- 4Gb 16-bit DDR3/3L DRAM memory
- 128Mb SPI NOR flash memory
- 8Gb eMMC NAND flash memory
- 1 x SATA Rev 3.0 port
- 1 x PCI Express (PCIe) Gen 2.0 or 1 x mini PCI Express (PCIe) Gen 2.0
- 1 x 1G Ethernet port via RGMII (RJ45)
- 1 x SD card port
- 1 x USB3 (USB2 backward) host\device port via type C connector
- 1 x USB2 host port via type A connector
- 1 x serial COM port driven by the 88F3720 UART interface and converted to
  USB via FTDI IC (option to connect the UART DB9 adapter)
- I2C Master Interface:
  - 1 x EEPROM @ address 0x57
  - 1 x I/O Expanders @ address 0x22
  - Sample at Reset (SatR) memory device @ address 0x4C
  - RTC clock generator PT7C4337AWE @ address 0x68
  - USB3 switch PI5USB30213XEA @ address 0x0D
  - ID component of PHY module @ address 0x24
- 1 x JTAG interface for CPU emulator
- 1 x SETM and JTAG debug interface
- 1 x power connector for HDD supply
- 1 x 12V DC jack power connector
- Board dimensions: 150 mm x 179 mm
- LED interface for system status

Booting from SD card:
 1. reset U-Boot environment:
      env default -a
      saveenv

 2. prepare U-Boot with boot script:
      setenv bootcmd "load mmc 0:1 0x4d00000 boot.scr; source 0x4d00000"
      saveenv

    or manually:
      setenv fdt_name armada-3720-db.dtb
      setenv image_name Image
      setenv bootcmd 'mmc dev 0; ext4load mmc 0:1 $kernel_addr $image_name;ext4load mmc 0:1 $fdt_addr $fdt_name;setenv bootargs $console root=/dev/mmcblk1p2 rw rootwait; booti $kernel_addr - $fdt_addr'
      saveenv

Signed-off-by: Damir Samardzic <damir.samardzic@sartura.hr>
2018-05-21 18:07:47 +02:00
..
adm5120
adm8668
apm821xx apm821xx: backport and reassign crypto4xx patches 2018-05-18 09:14:09 +02:00
ar7 kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
ar71xx ar71xx: WNDR3700: enable RFKILL function for Wifi button 2018-05-18 11:18:53 +02:00
arc770
archs38
armvirt
at91 kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
ath25 kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
ath79 kernel: bump 4.14 to 4.14.41 2018-05-18 09:10:46 +02:00
au1000
bcm53xx kernel: bump 4.14 to 4.14.41 2018-05-18 09:10:46 +02:00
brcm47xx kernel: bump 4.14 to 4.14.41 2018-05-18 09:10:46 +02:00
brcm63xx kernel: bump 4.14 to 4.14.41 2018-05-18 09:10:46 +02:00
brcm2708 brcm2708: add squashfs rootfs image 2018-05-18 09:17:49 +02:00
cns3xxx
gemini kernel: bump 4.14 to 4.14.41 2018-05-18 09:10:46 +02:00
generic kernel: Add support spi-nor, Eon EN25QH32 2018-05-21 18:07:47 +02:00
imx6
ipq40xx ipq40xx: fix ethernet on ap-dk01.1 2018-05-18 09:12:53 +02:00
ipq806x
ixp4xx kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
kirkwood
lantiq lantiq: kernel 4.14: use vbus-supply devicetree property 2018-05-17 07:40:19 +02:00
layerscape kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
malta
mcs814x
mediatek
mpc85xx kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
mvebu mvebu: initial support for Marvell Armada 3720 DB board 2018-05-21 18:07:47 +02:00
mxs
octeon
octeontx octeontx: make board.d files executable 2018-05-17 07:40:19 +02:00
omap
omap24xx
orion
oxnas
pistachio
ppc40x
ppc44x
ramips ramips: add support for YUKAI Engineering Inc. BOCCO 2018-05-18 11:19:00 +02:00
rb532
sunxi kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
uml kernel: bump 4.9 to 4.9.100 2018-05-18 09:10:21 +02:00
x86 x86: disable CONFIG_EFI_VARS 2018-05-18 11:19:00 +02:00
xburst
zynq
Makefile