summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Add Nios2 R2 CDX supportMarek Vasut2017-04-251-0/+6
| | | | | | | | | Add support for the Nios2 R2 Code Density Extension, which is a completely new 16/32-bit instruction set addition to reduce size of the code and increase performance. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Nios2 R2 BMX supportMarek Vasut2017-04-251-0/+6
| | | | | | | | Add support for the Bit Manipulation Extensions , which is optional part of Nios2 R2 spec . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Nios2 R2Marek Vasut2017-04-251-1/+11
| | | | | | | | | | Add support for Nios2 R2 , which is a new revision of Nios2 . Note that Nios2 R2 is always little endian. Also note that Nios2 R2 is NOT binary compatible with Nios2 R1 due to the instruction opcode reencoding. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Nios2 R1 EBMarek Vasut2017-04-251-2/+9
| | | | | | | Add support for Big-Endian Nios2 R1 . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Use _append in machine TUNE_FEATURESMarek Vasut2017-04-251-1/+1
| | | | | | | | Use _append instead of += so that the machine adds into the TUNE_FEATURES after the tune-nios2.inc was processed. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Consolidate Nios2 R1 ELMarek Vasut2017-04-253-7/+4
| | | | | | | Rewrite the tune description and drop duplicate TUNE_ARCH. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Zap NIOS2PKG*Marek Vasut2017-04-251-6/+5
| | | | | | | | Just append TUNE_PKGARCH instead of having all sorts of ad-hoc variables all over the place. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Zap NIOS2CCARGS*Marek Vasut2017-04-251-6/+7
| | | | | | | | Just append TUNE_CCARGS instead of having all sorts of ad-hoc variables all over the place. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Inline tunables into tune-nios2.incMarek Vasut2017-04-254-32/+32
| | | | | | | | All of these feature-nios-* files are small, so inline them to make it easier to see the changes they make. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Drop CSL_TARGET_SYSMarek Vasut2017-04-251-2/+0
| | | | | | | This is not used, so drop it. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update CV / AV configuration to use older partitionsDalon Westergreen2017-02-012-2/+0
| | | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Only conditionally set SOCFPGA_SDIMG_PARTITION_COMMANDDalon Westergreen2017-01-202-2/+2
| | | | | Since the machine conf allows you to change uboot versions you need to be able to change the sdcard creation setup
* Update uboot and kernel recipes, and fix sdcard class (#44)Dalon Westergreen2017-01-113-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * u-boot-socfpga: update PV for all recipes and add common include for mainline uboot versions u-boot-socfpga versioning scheme varied, some prepended with a 'v' others not. u-boot mainline tags versions with vYYYY.MM so we should be consistent. Create a single include for all mainline uboot versions. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> * u-boot-socfpga: Add support for v2016.11 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> * Update sdcard image class and add to arria5 / cyclone 5 machine conf * Move arria5/cyclone5 to uboot-socfpga v2016.11 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> * Update sdcard script Seemed to be an issue with the rootfs partition being slightly smaller then the ROOTFS_SIZE in some cases. Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * uboot: Cleanup v2014.10 recipe v2014.10 is used for Arria10, at this time it does not support GCC6 which is the default for morty * Clean up arria5 and cyclone5 machine definitions Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * linux-socfpga: add 4.7 and 4.7 dev recipes Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * linux-socfpga: update srcrev for 4.6 kernel and remove 4.6 dev Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * linux-socfpga: delete 4.1 dev as 4.1 is no longer maintained * linux-socfpga: update 4.1.22 srcrev to latest release
* generic-nios2: Add default for virtual/kernelTom Rini2016-10-271-0/+1
| | | | | | | | Without a default set we may pick a provider that does not work with this machine. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot: Upgrade to 2016.05Marek Vasut2016-05-172-2/+2
| | | | | | | | | | Upgrade the u-boot package to 2016.05 as it contains significant fixes for DDR initialization of the Gen5 socfpga as well as fixes for the problems with QSPI and USB with dcache enabled. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dalon Westergreen <dwesterg@gmail.com> Cc: Khem Raj <raj.khem@gmail.com>
* kernel,u-boot: Fix builds for max10/nios2Khem Raj2016-05-161-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* SDcard fixesDalon Westergreen2016-04-192-4/+4
| | | | | | | | | | | | | | | | 1) Disable sdcard generation using UBOOT_CONFIG parameter 2) Fix type in sdcard class SDCard generation still isnt working quite right. If IMAGE_FSTYPES += " sdcard" is added, the sdcard image is created but the uboot-config should automatically add sdcard creation when the UBOOT_CONFIG selected looks like "socfpga_cyclone5_socdk,sdcard". TBD: 1) Add uboot env customization based on selected uboot config 2) Fix sdcard generation issue
* Add support for sdcard generation for C5/A5Dalon Westergreen2016-04-182-3/+10
|
* Clean up variables for ubootDalon Westergreen2016-04-183-3/+25
| | | | -> Moved common variables to socfpga.inc
* Add support for mainline uboot for cyclone5 / arria5 devicesDalon Westergreen2016-04-172-4/+6
| | | | | | | | 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.
* Add support for the Stratix10 SW Virtual PlatformDalon Westergreen2016-03-141-0/+39
| | | | | | -> New machine stratix10swvp -> update linux-altera-configs to use the single defconfig provided for all arm64 platforms -> updata linux-altera.inc to point to the correct dtb for s10swvp
* nios2: Add Altera 10m50 GHRD supportMarek Vasut2016-01-251-0/+22
| | | | | | | | | | | | Add support for the Altera 10M50 development kit with the nios2 GHRD. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Cc: Ley Foon Tan <lftan@altera.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Cc: Yves Vandervennet <yvanderv@opensource.altera.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot,altera-ltsi-rt: Update to working SHA idIlya Katsnelson2016-01-251-1/+1
| | | | | | | Fix the name of the machine in the comments for Arria10 Signed-off-by: Ilya Katsnelson <ikatsnelson@vmem.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add generic-nios2 machine to meta-alteraMarek Vasut2015-12-065-0/+60
| | | | | | | | | | | | | | Add support for the Altera NIOS2 architecture and a generic machine config. Also add Linux kernel defconfig for linux-yocto 4.1 package. Heavily based on work by Walter Goossens <waltergoossens@home.nl> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Cc: Ley Foon Tan <lftan@altera.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Cc: Yves Vandervennet <yvanderv@opensource.altera.com>
* Conditionally set kernel preferred provider and uboot preferred versionDalon Westergreen2015-11-124-5/+5
|
* Move KERNEL_DEVICETREE back to linux recipesDalon Westergreen2015-11-123-7/+0
|
* Set devicetree only for newer kernels for nowDalon Westergreen2015-11-122-4/+6
|
* Add Arria10 initialDalon Westergreen2015-11-121-0/+13
|
* Clean up KERNEL_DEVICETREE in machine conf and kernel recipesDalon Westergreen2015-11-122-0/+4
|
* Move KERNEL_DEVICETREE to linux recipesDalon Westergreen2015-11-112-15/+0
|
* Update linux-altera kernel recipesDalon Westergreen2015-11-112-0/+14
|
* Update machine configuration for Cyclone5 and Arria5Dalon Westergreen2015-11-112-1/+8
|
* linux-altera: Remove incorrect COMPATIBLE_MACHINEKhem Raj2014-09-201-1/+1
| | | | | | beautify ?= Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Reanme the machines to remove unwanted _ in nameKhem Raj2014-09-202-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Yocto layer for Altera's SoCFPGAYves Vandervennet2014-09-204-0/+57
Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com>