summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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>