diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2016-04-17 12:24:50 -0700 |
|---|---|---|
| committer | Dalon Westergreen <dwesterg@gmail.com> | 2016-04-17 14:44:42 -0700 |
| commit | 049b223896ce569304e565f608c6a03bf2342aa6 (patch) | |
| tree | e1859db724ddde5b7515a860074987cd9cd3d4b7 | |
| parent | 201a8a118abfecdbcc9deae4595b3b4e469f0b39 (diff) | |
| download | meta-altera-049b223896ce569304e565f608c6a03bf2342aa6.tar.gz | |
Add support for mainline uboot for cyclone5 / arria5 devices
1) Remove 2013.01.01 u-boot which is only used
for cyclone5/arria5. cyclone5/arria5 are fully
supported in mainline uboot
2) Add recipe for mainline uboot supporting socfpga
cyclone5 / arria5 based kits.
| -rw-r--r-- | conf/machine/arria5.conf | 5 | ||||
| -rw-r--r-- | conf/machine/cyclone5.conf | 5 | ||||
| -rwxr-xr-x | recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb | 4 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb | 28 |
4 files changed, 34 insertions, 8 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf index 8589f94..193403c 100644 --- a/conf/machine/arria5.conf +++ b/conf/machine/arria5.conf | |||
| @@ -4,8 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | require conf/machine/include/socfpga.inc | 5 | require conf/machine/include/socfpga.inc |
| 6 | 6 | ||
| 7 | PREFERRED_VERSION_u-boot-socfpga ?= "2013.01.01" | 7 | PREFERRED_VERSION_u-boot-socfpga ?= "2016.03" |
| 8 | UBOOT_MACHINE = "socfpga_arria5" | 8 | |
| 9 | UBOOT_CONFIG ?= "arria5-socdk" | ||
| 9 | 10 | ||
| 10 | KMACHINE = "arria5" | 11 | KMACHINE = "arria5" |
| 11 | 12 | ||
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf index fd74005..7d0aab0 100644 --- a/conf/machine/cyclone5.conf +++ b/conf/machine/cyclone5.conf | |||
| @@ -4,8 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | require conf/machine/include/socfpga.inc | 5 | require conf/machine/include/socfpga.inc |
| 6 | 6 | ||
| 7 | PREFERRED_VERSION_u-boot-socfpga ?= "2013.01.01" | 7 | PREFERRED_VERSION_u-boot-socfpga ?= "2016.03" |
| 8 | UBOOT_MACHINE = "socfpga_cyclone5" | 8 | |
| 9 | UBOOT_CONFIG ?= "cyclone5-socdk" | ||
| 9 | 10 | ||
| 10 | KMACHINE = "cyclone5" | 11 | KMACHINE = "cyclone5" |
| 11 | 12 | ||
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb deleted file mode 100755 index 124b87c..0000000 --- a/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | # SoCEDS 15.1 u-Boot release | ||
| 2 | UBOOT_TAG = "d141e218f3195e305c1521a0d67c81b7cb504b71" | ||
| 3 | |||
| 4 | require u-boot-socfpga.inc | ||
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb new file mode 100644 index 0000000..1d0376e --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
| 2 | |||
| 3 | # This revision is the v2016.03 release | ||
| 4 | SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" | ||
| 5 | |||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | ||
| 8 | |||
| 9 | PV = "v2016.03" | ||
| 10 | PV_append = "+git${SRCPV}" | ||
| 11 | |||
| 12 | DEPENDS += "dtc-native" | ||
| 13 | |||
| 14 | UBOOT_CONFIG ??= "cyclone5-socdk arria5-socdk de0-nano-soc sockit socrates" | ||
| 15 | UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_defconfig" | ||
| 16 | UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig" | ||
| 17 | UBOOT_CONFIG[de0-nano-soc] = "socfpga_de0_nano_soc_defconfig" | ||
| 18 | UBOOT_CONFIG[mcvevk] = "socfpga_mcvevk_defconfig" | ||
| 19 | UBOOT_CONFIG[sockit] = "socfpga_sockit_defconfig" | ||
| 20 | UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig" | ||
| 21 | UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig" | ||
| 22 | |||
| 23 | UBOOT_SUFFIX = "img" | ||
| 24 | |||
| 25 | SPL_BINARY_cyclone5 = "u-boot-with-spl.sfp" | ||
| 26 | SPL_BINARY_arria5 = "u-boot-with-spl.sfp" | ||
| 27 | |||
| 28 | |||
