summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update linux-altera-ltsi-rt_4.14-73.bbHean Loong Ong2019-08-011-1/+1
| | | update linux-socfpga rt branch to d28435f2010b6fa334bd6abe709f7cd890ccc22c
* Update linux-altera-ltsi_4.14.73.bbHean Loong Ong2019-08-011-1/+1
| | | Update linux-socfpga commit to d6b8a5d4b162e7b67f73fc1cd69d8c69c895d787
* u-boot: update to 2019.07 release and add patch for a10 fixDalon Westergreen2019-07-182-1/+40
| | | | | | | Update u-boot to release tag and add fix for arria10 to release fpga routed HPS peripherals properly. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update cyclone5.confHean Loong Ong2019-07-081-1/+1
| | | | Changing the dtb file generated as wic configuration would fail if socfpga_cyclone5_de0_sockit.dtb is not available. Also the the script in layers/meta-altera/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb:11:KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_nano_soc.dtb"
* Update kernels to latest releaseDalon Westergreen2019-06-244-4/+4
| | | | | | | Update 4.20, 5.0, and 4.14.73 ltsi / ltsi-rt kernels to latest releases. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add socfpga 5.1 linux kernelDalon Westergreen2019-06-241-0/+13
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update maintainersKhem Raj2019-06-101-4/+2
|
* Fix linux-altera-ltsi_4.14.73-ltsi filenameDalon Westergreen2019-06-101-0/+0
| | | | | | An extra -ltsi was added somewhere along the line. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add lbdaf.scc to include LBDAF_CONFIG for c5/a5/arria10Dalon Westergreen2019-06-105-12/+13
| | | | | | | | | For some reason the scc call in do_kernel_metadata is failing in my build. I am sttill investigating the cause, but moving to an scc over a cfg seems to resolve this. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Set default kernel to linux-altera for c5/a5/a10Dalon Westergreen2019-06-101-1/+1
| | | | | | | Keep all devices on the latest kernel rather then the ltsi kernels. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* arria10: Add support for wic and u-boot 2019.07Dalon Westergreen2019-06-102-2/+35
| | | | | | | | | Mainline uboot for arria10 supports creating the boot header required for spl using mkimage. With this update, it is now possible to build the sdcard image without external tools. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Cyclone5/Arria5 machine conf cleanupDalon Westergreen2019-06-103-35/+44
| | | | | | | | -> move extlinux configuration to individual machine configs. this makes it more readable -> cleanup u-boot common configuration Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* 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>