summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Exchange A2 and ext4 rootfs partitions in wic imageAndrey Zhizhikin2018-08-236-6/+6
| | | | | | | | | | This would allow to later on resize the rootfs partition inside of the Linux if the storage media used is originally bigger than the image itself. It would effectively allow to utilize the entire storage media from the Linux OS on the device. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* Update LIC_FILES_CHKSUM for the 4.17 kernelDalon Westergreen2018-07-181-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-181-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-181-1/+1
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update kernel recipesDalon Westergreen2018-07-183-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-07-171-1/+1
| | | | | | update to latest release of 4.16 kernel Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* add 4.16 kernel recipeDalon Westergreen2018-07-171-0/+18
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove old sdcard classDalon Westergreen2018-07-171-182/+0
| | | | | | The class was removed in favor of WIC Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update linux recipe SRCREVDalon Westergreen2018-07-173-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>
* 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>
* Define LAYERSERIES_COMPATKhem Raj2018-04-201-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.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 wic mount of sdcard fat partitionDalon Westergreen2018-02-272-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-02-271-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-02-261-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-02-261-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-02-261-3/+6
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add common wic and extlinux setupDalon Westergreen2018-02-261-0/+18
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add wic file for Cyclone5 / Arria5Dalon Westergreen2018-02-261-0/+8
|
* Fix stratix10 machine descriptionDalon Westergreen2018-02-261-2/+2
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add wic generation to default image typesDalon Westergreen2018-02-261-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-02-261-0/+6
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Cleanup stratix10.confDalon Westergreen2018-02-261-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-02-261-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-02-261-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-02-261-0/+7
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Fix image classJan-Simon Möller2018-02-211-7/+7
| | | Old dependency call was deprecated
* removed old kernels, no longer supportedYves Vandervennet2018-02-1413-104/+0
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* stratix10swvp.conf: Replace kernel-base hardcoding with ↵Khem Raj2018-02-121-1/+1
| | | | | | ${KERNEL_PACKAGE_NAME}-base Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Stratix10 SoC: deploy loadable modules to rootfsYves Vandervennet2018-02-121-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-02-121-0/+11
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* add Linux kernel support for v4.9.78-ltsiYves Vandervennet2018-02-121-0/+7
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* README.md: contact updateYves Vandervennet2018-02-121-1/+1
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* stratix10: machine definitionsYves Vandervennet2018-02-112-0/+26
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@intel.com>
* support for the Linux kernel v4.13Yves Vandervennet2017-12-111-0/+11
| | | | Signed-off-by: Yves Vandervennet <yves.vandervennet@linux.intel.com>
* linux-altera_4.12.bb: adding v4.12 buildYves Vandervennet2017-09-261-0/+11
| | | | | Signed-off-by: Yves Vandervennet <yves.unix@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>