summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: Add hardknott to supported releasesKhem Raj2020-11-071-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add gatesgarth to LAYERSERIES_COMPATKhem Raj2020-10-151-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot-socfpga: move u-boot configs into include fileChang Rebecca Swee Fun2020-07-225-16/+0
| | | | | | | | This will provide more flexibility in selecting the configs from machine configurations and better manageability in terms of the recipe parsing and maintenance. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* Add de10-nano configurationChristian Haettich2020-04-211-0/+1
| | | | Signed-off-by: Christian Haettich <feddischson@gmail.com>
* conf: agilex: set JFFS2 eraseblock size to 64KiBChang Rebecca Swee Fun2020-04-091-0/+2
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* conf: stratix10: set JFFS2 eraseblock size to 64KiBChang Rebecca Swee Fun2020-04-091-0/+2
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* layer.conf: Mark dunfell compatibleKhem Raj2020-03-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* machine: arria10: add options for mkfs.jffs2Chang Rebecca Swee Fun2020-03-091-1/+1
| | | | | | | | Added "-n" to avoid adding cleanmarker to every eraseblock. Added "-q" to squash permissions and owners making all files to be owned by root user. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* machine: arria10: use supported page size for NAND flashChang Rebecca Swee Fun2020-03-091-3/+4
| | | | | | | The supported page size for Arria 10 SoCs NAND flash are 512 bytes, 2KiB, 4KiB or 8KiB. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* machine: arria10: use bb.utils.contains() to set different eraseblock sizeChang Rebecca Swee Fun2020-02-121-1/+4
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* machine: cyclone5: set JFFS2_ERASEBLOCK to 64KBChang Rebecca Swee Fun2020-02-121-0/+2
| | | | Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
* Agilex: Update defconfig as agilex mininal has been removedDalon Westergreen2020-01-101-1/+1
| | | | | | Move to the default arm64 defconfig Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove socfpga_cyclone5_trcom.dtb from cyclone5 machineDalon Westergreen2019-12-021-1/+0
| | | | | | | It appears the socfpga_cyclone5_trcom devicetree has been removed from upstream linux source. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add initial Agilex supportDalon Westergreen2019-12-021-0/+24
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Move wks file for stratix10 to common nameDalon Westergreen2019-12-021-1/+1
| | | | | | | Move the wks file name to a common name for agilex and stratix10 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* linux: move kernel defconfig to machine declarationsDalon Westergreen2019-12-023-0/+6
| | | | | | | | Move the defconfig declaration to the various machine declarations, or to a common include in the machine declaration. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* layer: Add zeus to compatible releaseKhem Raj2019-10-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Arria10: Update u-boot binary nameDalon Westergreen2019-09-201-1/+1
| | | | | | | | u-boot default configuration now correctly has u-boot.img as the u-boot fat image filename. So we need to update the UBOOT_BINARY name appropriately. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Remove S10 SWVP machine configurationDalon Westergreen2019-09-201-39/+0
| | | | | | | This is not needed anylonger as a normal build works with the virtual platform. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add support for u-boot-socfpga 2019.04Dalon Westergreen2019-09-204-7/+1
| | | | | | | 2019.04 is now the officially supported u-boot for all socfpga platforms. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update de0 nano dtb referenceJoão Loureiro2019-09-181-1/+1
| | | Without updating the reference to the write dtb on the kernel (as proposed by this PR) I was not able to compile yocto with this meta-altera
* Add preferred provider for u-bootDalon Westergreen2019-08-132-3/+5
| | | | | | | | | | PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" is required if enabled u-boot kernel signing of fitimages. The uboot-sign class requires this is set when u-boot is being provided by a package not called u-boot. For socfpga devices, the u-boot package is u-boot-socfpga. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update arria10.confHean Loong Ong2019-08-021-0/+1
| | | Add jffs image configuration
* Update socfpga.incHean Loong Ong2019-08-011-1/+1
| | | update image type to create jffs2
* 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"
* 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-101-2/+27
| | | | | | | | | 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>
* Remove devicetree appends from kernel recipesDalon Westergreen2019-06-101-0/+4
| | | | | | | | | 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>
* 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
|
* 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>
* layer.conf: Add warrior to compatible release seriesKhem Raj2019-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot: update cyclone5 u-boot to v2019.01Andrey Zhizhikin2019-02-251-1/+1
| | | | | | | | 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-socfpga: cleanup u-boot binary suffix definitionAndrey Zhizhikin2019-02-251-0/+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>
* 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>
* Exchange A2 and ext4 rootfs partitions in wic imageAndrey Zhizhikin2018-08-231-1/+1
| | | | | | | | | | 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>
* 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>
* Update Distroboot configurationDalon Westergreen2018-04-231-2/+2
| | | | 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>
* 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>
* 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>
* 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>