Skip to content

Commit

Permalink
targets: aa1: add sx480-e1 and sx270-e3 chips support
Browse files Browse the repository at this point in the history
  • Loading branch information
tgorochowik committed Feb 26, 2018
1 parent 048d00c commit 2e3e1ef
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
10 changes: 10 additions & 0 deletions targets/Mercury_AA1/Mercury_PE1/Rev2/EMMC/build.ini
Expand Up @@ -11,3 +11,13 @@ preloader-mkpimage.bin = uboot_w_dtb-mkpimage-emmc.bin
fpga.rbf = refdes_emmc.rbf
uboot_ramdisk.scr = emmc_uboot_ramdisk.scr
uboot.scr = emmc_uboot.scr
[boot_files_sx480_e1-copyfiles]
preloader-mkpimage.bin = uboot_w_dtb-mkpimage-emmc.bin
fpga.rbf = refdes_emmc.rbf
uboot_ramdisk.scr = emmc_uboot_ramdisk.scr
uboot.scr = emmc_uboot.scr
[boot_files_sx270_e3-copyfiles]
preloader-mkpimage.bin = uboot_w_dtb-mkpimage-emmc.bin
fpga.rbf = refdes_emmc.rbf
uboot_ramdisk.scr = emmc_uboot_ramdisk.scr
uboot.scr = emmc_uboot.scr
10 changes: 10 additions & 0 deletions targets/Mercury_AA1/Mercury_PE1/Rev2/MMC/build.ini
Expand Up @@ -11,3 +11,13 @@ preloader-mkpimage.bin = uboot_w_dtb-mkpimage-mmc.bin
fpga.rbf = refdes.rbf
uboot_ramdisk.scr = mmc_uboot_ramdisk.scr
uboot.scr = mmc_uboot.scr
[boot_files_sx480_e1-copyfiles]
preloader-mkpimage.bin = uboot_w_dtb-mkpimage-mmc.bin
fpga.rbf = refdes.rbf
uboot_ramdisk.scr = mmc_uboot_ramdisk.scr
uboot.scr = mmc_uboot.scr
[boot_files_sx270_e3-copyfiles]
preloader-mkpimage.bin = uboot_w_dtb-mkpimage-mmc.bin
fpga.rbf = refdes.rbf
uboot_ramdisk.scr = mmc_uboot_ramdisk.scr
uboot.scr = mmc_uboot.scr
14 changes: 14 additions & 0 deletions targets/Mercury_AA1/Mercury_PE1/Rev2/QSPI/build.ini
Expand Up @@ -17,6 +17,20 @@ uboot_ramdisk.scr = qspi_uboot_ramdisk.scr
uboot.scr = qspi_uboot.scr
boot_full.conf = boot_full.conf
boot_full_ramdisk.conf = boot_full_ramdisk.conf
[boot_files_sx480_e1-copyfiles]
preloader-mkpimage.bin = uboot_w_dtb-mkpimage-qspi.bin
fpga.rbf.img = refdes.rbf.img
uboot_ramdisk.scr = qspi_uboot_ramdisk.scr
uboot.scr = qspi_uboot.scr
boot_full.conf = boot_full.conf
boot_full_ramdisk.conf = boot_full_ramdisk.conf
[boot_files_sx270_e3-copyfiles]
preloader-mkpimage.bin = uboot_w_dtb-mkpimage-qspi.bin
fpga.rbf.img = refdes.rbf.img
uboot_ramdisk.scr = qspi_uboot_ramdisk.scr
uboot.scr = qspi_uboot.scr
boot_full.conf = boot_full.conf
boot_full_ramdisk.conf = boot_full_ramdisk.conf
[bootimage]
bootimage-full = create-image boot_full.conf boot_full.bin
bootimage-full-ramdisk = create-image boot_full_ramdisk.conf boot_full_ramdisk.bin
Expand Down
10 changes: 10 additions & 0 deletions targets/Mercury_AA1/Mercury_PE1/Rev2/build.ini
Expand Up @@ -3,6 +3,8 @@ defconfig = make enclustra_altera_uart1_defconfig
[binaries]
boot_files_sx480_i2 = true
boot_files_sx270_i2 = false
boot_files_sx480_e1 = false
boot_files_sx270_e3 = false
[boot_files_sx480_i2]
unpack = true
url = http://www.enclustra.com/binaries/enclustra-bsp/{ebe_release}/refdes/mercury_aa1_pe1_sx480_i2.zip
Expand All @@ -11,3 +13,11 @@ description = Altera Arria 10 SX480, speed grade I2
unpack = true
url = http://www.enclustra.com/binaries/enclustra-bsp/{ebe_release}/refdes/mercury_aa1_pe1_sx270_i2.zip
description = Altera Arria 10 SX270, speed grade I2
[boot_files_sx480_e1]
unpack = true
url = http://www.enclustra.com/binaries/enclustra-bsp/{ebe_release}/refdes/mercury_aa1_pe1_sx480_e1.zip
description = Altera Arria 10 SX480, speed grade E1
[boot_files_sx270_e3]
unpack = true
url = http://www.enclustra.com/binaries/enclustra-bsp/{ebe_release}/refdes/mercury_aa1_pe1_sx270_e3.zip
description = Altera Arria 10 SX270, speed grade E3

0 comments on commit 2e3e1ef

Please sign in to comment.