summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README to indicate support statusrockoDalon Westergreen2019-12-041-4/+7
| | | | | | This branch is no longer supported or maintained Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Fix typo in 4.14.73 kernelDalon Westergreen2018-12-031-1/+1
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add socfpga 4.19 kernelDalon Westergreen2018-12-031-0/+20
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update 4.18 kernelDalon Westergreen2018-12-031-1/+1
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add 4.14.78-ltsi kernelDalon Westergreen2018-12-031-0/+13
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove 4.16 kernel recipeDalon Westergreen2018-12-031-20/+0
| | | | | | It is no longer supported Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* linux: update ltsi and ltsi-rt to latest releaseDalon Westergreen2018-09-242-2/+2
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* linux: Add socfpga 4.18 kernelDalon Westergreen2018-09-241-0/+20
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* linux-altera: update kernels to latest revisionDalon Westergreen2018-09-113-3/+3
| | | | | | | | Update socfpga-4.9.76-ltsi-rt Update socfpga-4.9.78-ltsi Update socfpga-4.17 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* u-boot: update stratix10 2017.09 git hashDalon Westergreen2018-09-111-1/+1
| | | | | | Update to latest release of s10 u-boot Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update LIC_FILES_CHKSUM for the 4.17 kernelDalon Westergreen2018-07-231-0/+2
| | | | | | | The 4.17 kernel changes the COPYING file so the md5sum is changed Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove duplicate LIC_FILES_CHKSUMDalon Westergreen2018-07-231-2/+0
| | | | | | LIC_FILES_CHKSUM is already defined in linux-yocto.inc Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update u-boot srcrev for Stratix10Dalon Westergreen2018-07-231-1/+1
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update kernel recipesDalon Westergreen2018-07-233-3/+5
| | | | | | | | -> Remove 4.15 which is no longer supported -> Update default defconfig for S10 to defconfig -> set S10 defconfig to use old stratix10 defconfig name Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* update linux-socfpga-4.16 SRCREVDalon Westergreen2018-06-121-1/+1
| | | | | | update to latest release of 4.16 kernel Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* add 4.16 kernel recipeDalon Westergreen2018-06-121-0/+18
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update linux recipe SRCREVDalon Westergreen2018-06-123-3/+3
| | | | | | | Update to latest SRCREV for linux-altera-ltsi-rt_4.9.76.bb linux-altera-ltsi_4.9.78.bb and linux-altera_4.15.bb Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add u-boot 2018.03Dalon Westergreen2018-04-251-0/+11
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove sdcard class INHERIT from arria5 machine confDalon Westergreen2018-04-231-2/+0
| | | | | | | sdcard image class is no longer valid, remove the INHERIT for the class Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove sdcard classDalon Westergreen2018-04-231-182/+0
| | | | | | | WIC generation of SDCard image is more maintainable and uses standard poky tools Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add config_lbdaf for c5/a5/a10Dalon Westergreen2018-04-234-0/+20
| | | | | | This is required for large block devices and files Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update Stratix 10 u-Boot SRCREVDalon Westergreen2018-04-231-1/+1
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update Distroboot configurationDalon Westergreen2018-04-231-2/+2
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove mountpoint for a2 partitionDalon Westergreen2018-04-231-1/+1
|
* Update 4.9 ltsi/ltsi-rt and 4.15 kernelsDalon Westergreen2018-04-233-3/+3
| | | | | | Update to latest release of kernels Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update s10 u-boot 2017.09Dalon Westergreen2018-04-231-1/+1
| | | | | | Update to include latest uboot features on u-boot-socfpga Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Fix wic mount of sdcard fat partitionDalon Westergreen2018-04-232-2/+2
| | | | | | | | wic modifies /etc/fstab to add mount points listed in the wks file. We do not want the fat partition mounted by default Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Generate U-Boot SPL hex imageDalon Westergreen2018-04-231-0/+53
| | | | | | | For Stratix10, U-Boot SPL is placed in the FPGA image. To do this, it must be in an ihex format. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update Stratix10 u-bootDalon Westergreen2018-04-231-1/+1
| | | | | | | A fix was pushed to uboot to address a stratix10 boot issue Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* update S10 uboot srcrevDalon Westergreen2018-04-231-1/+1
| | | | | | uboot was updated to support pcsi Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Move cyclone5 to use u-boot 2017.09, wic, and exlinux.confDalon Westergreen2018-04-231-3/+6
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add common wic and extlinux setupDalon Westergreen2018-04-231-0/+18
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add wic file for Cyclone5 / Arria5Dalon Westergreen2018-04-231-0/+8
|
* Fix stratix10 machine descriptionDalon Westergreen2018-04-231-2/+2
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add wic generation to default image typesDalon Westergreen2018-04-231-1/+11
| | | | | | | | | This adds creation of a stratix10 sdcard via wic by default, a consequence being that wic depends on both the kernel and bootloader being built so a typical console-image build will also build u-boot and the kernel. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add wic file for stratix10Dalon Westergreen2018-04-231-0/+6
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Cleanup stratix10.confDalon Westergreen2018-04-231-2/+5
| | | | | | | remove redundant _stratix10 from variables and add all needed UBOOT variables Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* remove autoserial from stratix10.confDalon Westergreen2018-04-231-2/+0
| | | | | | This feature / package are not available in angstrom 2.4 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* add support for u-boot v2017.09Dalon Westergreen2018-04-231-0/+15
| | | | | | | -> adds support for stratix10 -> Remove dependency on mkenvimage as this is not used Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* add support for Linux kernel v4.9.76-ltsi-rtDalon Westergreen2018-04-231-0/+7
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* removed old kernels, no longer supportedYves Vandervennet2018-04-2313-104/+0
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* stratix10swvp.conf: Replace kernel-base hardcoding with ↵Khem Raj2018-04-231-1/+1
| | | | | | ${KERNEL_PACKAGE_NAME}-base Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Stratix10 SoC: deploy loadable modules to rootfsYves Vandervennet2018-04-231-1/+2
| | | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add support for the Linux kernel v4.15Yves Vandervennet2018-04-231-0/+11
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* add Linux kernel support for v4.9.78-ltsiYves Vandervennet2018-04-231-0/+7
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* README.md: contact updateYves Vandervennet2018-04-231-1/+1
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* stratix10: machine definitionsYves Vandervennet2018-04-232-0/+26
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@intel.com>
* support for the Linux kernel v4.13Yves Vandervennet2018-04-231-0/+11
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* Another fix for the socfpga image classJan-Simon Möller2018-03-081-1/+2
| | | Name had to change from do_image_socfpga-sdimg[depends] to do_image_socfpga_sdimg[depends] . And we need sync (coreutils) as well.
* fix deprecated dependency listJan-Simon Möller2018-02-211-7/+7
| | | old style deprecated