You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/include
Damir Samardzic 2534141322 mvebu: add support for MACCHIATObin (cortex-a72)
Add initial support for Marvell MACCHIATObin, cortex-a72 based Marvell
ARMADA 8040 Community board. Comes in two forms: Single Shot and Double
Shot.

Specifications:
- Quad core Cortex-A72 (up to 2GHz)
- DDR4 DIMM slot with optional ECC and single/dual chip select support
- Dual 10GbE (1/2.5/10GbE) via copper or SFP
  2.5GbE (1/2.5GbE) via SFP
  1GbE via copper
- SPI Flash
- 3 X SATA 3.0 connectors
- MicroSD connector
- eMMC
- PCI x4 3.0 slot
- USB 2.0 Headers (Internal)
- USB 3.0 connector
- Console port (UART) over microUSB connector
- 20-pin Connector for CPU JTAG debugger
- 2 X UART Headers
- 12V input via DC Jack
- ATX type power connector
- Form Factor: Mini-ITX (170 mm x 170 mm)

More details at http://macchiatobin.net

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

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

   or manually:
      setenv fdt_name armada-8040-mcbin.dtb
      setenv image_name Image
      setenv bootcmd 'mmc dev 1; ext4load mmc 1:1 $kernel_addr $image_name;ext4load mmc 1: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>
6 years ago
..
site include/site: add powerpc64 config 7 years ago
autotools.mk treewide: fix build depends to refer to source package names 7 years ago
cmake.mk cmake: skip build system check on compile 7 years ago
debug.mk include: remove trailing whitespaces 9 years ago
depends.mk build: add missing wildcard for ignoring .pkgdir in dependency checks 8 years ago
device_table.txt image: ensure that /dev/console exist in rootfs images 11 years ago
download.mk downloads.mk: introduce name-agnostic PROJECT_GIT variable 7 years ago
feeds.mk imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago
hardened-ld-pie.specs build: add hardened builds with PIE (ASLR) support 7 years ago
hardening.mk build: add hardened builds with PIE (ASLR) support 7 years ago
host-build.mk build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after including package.mk 7 years ago
image-commands.mk build: Allow to change the FIT config section name 6 years ago
image-legacy.mk image: fix ar71xx legacy images 7 years ago
image.mk build: Allow to change the FIT config section name 6 years ago
kernel-build.mk Config-devel.in: rename symbol KERNEL_GIT_BRANCH -> KERNEL_GIT_REF 7 years ago
kernel-defaults.mk config: don't define the same symbol twice 7 years ago
kernel-version.mk Kernel: bump 4.14 to 4.14.29 6 years ago
kernel.mk kernel: include: remove last .0 from kernel versions again 7 years ago
netfilter.mk netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support 6 years ago
nls.mk treewide: fix build depends to refer to source package names 7 years ago
package-bin.mk build: use if-then to avoid non-zero return codes in bin/ packaging code 8 years ago
package-defaults.mk include/package-defaults.mk: fix default Build/Prepare with empty ./src 6 years ago
package-dumpinfo.mk include/package-dumpinfo.mk: don't duplicate source package information for every binary package 7 years ago
package-ipkg.mk build: allow defining license information per binary package 7 years ago
package-seccomp.mk include: add a seccomp filter install wrapper 9 years ago
package.mk include/package.mk: remove old configured stamps before attempting configuration 7 years ago
prereq-build.mk merge: etc: update remaining files 7 years ago
prereq.mk build: do not overwrite already existing host commands 9 years ago
quilt.mk kernel: split patches folder up into backport, pending and hack folders 7 years ago
rootfs.mk imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago
scan.awk build: propagate override information to .packageinfo 10 years ago
scan.mk build: get rid of host.mk 7 years ago
scons.mk build: use CXXFLAGS if defined 8 years ago
shell.sh build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
subdir.mk build: allow building an individual subdir without dependencies using NO_DEPS=1 7 years ago
target.mk mvebu: add support for MACCHIATObin (cortex-a72) 6 years ago
toolchain-build.mk build: stop overriding STAGING_DIR_HOST for toolchain build 7 years ago
toplevel.mk include/toplevel.mk: Add xconfig target 7 years ago
u-boot.mk u-boot.mk: add HOST_LDFLAGS to UBOOT_MAKE_FLAGS 6 years ago
uclibc++.mk toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 11 years ago
unpack.mk build: unzip: perform operations quietly 8 years ago
verbose.mk build: tell users to do non-paralle builds on errors 9 years ago
version.mk treewide: combine VERSION_SED and VERSION_SED_SCRIPT 6 years ago