mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Apply changes to Espressobin from Issue#2861 * Additional config changes * Add cryptopp to marvell tools * Remove local DDR topology changes * Disable ebin MACs in armbianEnv.txt * Change kernel options for ebin, remove mtdparts * Add CZ.NICs ebin firmware * Increase ATF compiler version" * fixup external toolchains * add gcc-aarch64-linux-gnu package (#3585) * correct compiler names for ATF, external toolchain Co-authored-by: Derek LaHousse <dlahouss@mtu.edu> Co-authored-by: Derek <ManoftheSea@users.noreply.github.com>
8 lines
610 B
Bash
8 lines
610 B
Bash
function fetch_sources_tools__marvell_tools() {
|
|
fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell" "marvell-tools" "branch:master"
|
|
fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git" "marvell-ddr" "branch:master"
|
|
fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/binaries-marvell" "marvell-binaries" "branch:binaries-marvell-armada-SDK10.0.1.0"
|
|
fetch_from_repo "https://github.com/weidai11/cryptopp.git" "cryptopp" "branch:master"
|
|
fetch_from_repo "https://gitlab.nic.cz/turris/mox-boot-builder.git" "mox-boot" "branch:master"
|
|
}
|