summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update linux-socfpga kernels to latest releaseDalon Westergreen2019-06-103-3/+3
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove devicetree appends from kernel recipesDalon Westergreen2019-06-106-21/+12
| | | | | | | | | The bulk of the devicetrees are already listed in the machine configurations for the devices. Having devicetree lists in the machine confs and kernel recipes is confusing and needless. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove 4.19 kernelDalon Westergreen2019-06-101-20/+0
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove 4.9 ltsi kernelsDalon Westergreen2019-06-102-26/+0
| | | | | | 4,9 kernels are no longer supported of maintained. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove unnecessary hex generation for stratix10Dalon Westergreen2019-06-101-53/+0
| | | | | | | hex creation for stratix10 spl is being added to the uboot build. we know just need to set SPL_BINARY appropriately. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add 2019.07 u-bootDalon Westergreen2019-06-1014-0/+1613
| | | | | | | | | | | | | | | | Initial mainline support for Arria10 and Stratix10. Stratix10 still requires some patches, also included in this recipe. Arria10 -> uboot support is in mainline. Stratix10 -> uboot mainlining is almost complete, add missing patches. -> Known issue at this time is that reset in u-boot does not appear functional. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Cleanup stratix10 machine conf and add uboot 2019.07Dalon Westergreen2019-06-102-17/+20
| | | | | | | | | Cleanup machine conf and add an include for socfgpa_armv8a in preparation for agilex. Add initial support for u-boot 2019.07 for S10 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Stratix10: include correct arch configurationDalon Westergreen2019-06-101-1/+1
| | | | | | | poky warrior moved the armv8 include to armv8a, as such the stratix10 machine conf needs to change. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Only support Warrior in LAYERS_COMPATDalon Westergreen2019-05-211-1/+1
| | | | | | | Warrior specific changes are needed, and as a result sumo and thud support must be disabled. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Added sumo to layer seriespeter smith2019-05-081-1/+1
|
* Update 4.19 and 4.14.73 ltsi kernelsDalon Westergreen2019-05-072-2/+2
| | | | | | Update to the latest release Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add 4.14.73 ltsi-rt kernelDalon Westergreen2019-05-071-0/+13
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove unsupported 4.17 and 4.18 kernelsDalon Westergreen2019-05-072-40/+0
| | | | | | | The 4.7/18 kernels are no longer supported and are no longer hosted in the linux-socfpga repository. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* stratix10: update machine conf to add serial consolesDalon Westergreen2019-05-071-3/+1
| | | | | | | | Remove reference to auto-serial-console as it is in meta-linaro which is not needed. Add SERIAL_CONSOLES to enable a terminal on ttyS0. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* linux-altera: rename socfpga_cyclone5_de0_{sockit,nano_soc}Nicola Lunghi2019-05-021-1/+1
| | | | | | | The commit 202eb5481421 ARM: dts: socfpga: Rename socfpga_cyclone5_de0_{sockit,nano_soc} on the linux-altera repository renamed the socfpga_cyclone5_de0_sockit.dtb devicetree to socfpga_cyclone5_de0_nano_soc.dtb. Rename it also here
* Add socfpga 5.0 kerneltemux862019-05-011-0/+19
|
* Add socfpga 4.20 kerneltemux862019-05-011-0/+19
|
* layer.conf: Add warrior to compatible release seriesKhem Raj2019-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update kernel 4.14.73-ltsi to commit 3286950Hean Loong Ong2019-03-291-1/+3
| | | Update kernel 4.14.73-ltsi to commit 3286950
* u-boot: update cyclone5 u-boot to v2019.01Andrey Zhizhikin2019-02-252-1/+15
| | | | | | | | This commit updates the cyclone5 machine with the U-Boot v2019.01 Note, that the License file in this version is updated, therefore the License checksum differs from all previous releases here. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* u-boot: update License file on per-release basisAndrey Zhizhikin2019-02-257-3/+18
| | | | | | | | | This serves as a preparation for v2019.01 integration, where the License file is updated. Since the checksum cannot be maintained in the common include file any longer - the best way is to move the License description and checksum into individual recipes. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* u-boot-socfpga: cleanup u-boot binary suffix definitionAndrey Zhizhikin2019-02-252-8/+6
| | | | | | | | UBOOT_BINARY and UBOOT_SUFFIX are defined on a machine basis, and therefore are moved from u-boot-socfpga recipe to the machine configuration. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* u-boot: Upgrade CV u-boot to 2018.05Andrey Zhizhikin2019-02-251-1/+1
| | | | | | | | This update resolves the build issue for Yocto 2.6 (Thud), as it uses the version of U-Boot which has a build conflict of libfdt-devel resolved. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* u-boot: add u-boot 2018.05Andrey Zhizhikin2019-02-251-0/+19
| | | | | | | This version does not have a conflict with libfdt-devel package and therefore successfully builds for Yocto 2.6 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* Update layer.confmultiple12019-02-251-1/+1
| | | Set correct LAYERSERIES_COMPAT for thud branch
* socfpga.inc: Convert KERNEL_IMAGETYPE to a weak defineKhem Raj2019-02-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@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>
* 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
|