summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Add support for v2017.07 u-bootDalon Westergreen2017-08-283-0/+39
| | | | Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Fix build with YP pyroJan-Simon Möller2017-08-103-2/+34
| | | | | | | | Mainly fix the u-boot build by: - changing u-boot-mkenvimage to use $(CC) instead of cc - adding bc-native to u-boot-socfpga due to RS-sysroot in YP Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* linux-altera_4.11.bb: add support for the Linux kernel v4.11Yves Vandervennet2017-08-091-0/+11
| | | | Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com>
* linux-altera_4.10: add more dtbs for cyclone5 and arria10Nobuhiro Iwamatsu2017-05-131-0/+6
| | | | | | | | Linux kernel 4.10 supports more boards for cyclone5 and arria10. This adds mcvevk, sodia, trcom, and vining_fpga as cyclone5, and adds socdk_nand as arria10. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* linux-altera_4.10: add support for kernel v4.10Nobuhiro Iwamatsu2017-05-131-0/+5
| | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* linux-altera_4.9: add support for kernel v4.9Yves Vandervennet2017-05-101-0/+5
| | | | Signed-off-by: Yves Vandervennet <yves.unix@gmail.com>
* nios2: Add Nios2 R2 CDX supportMarek Vasut2017-04-251-0/+6
| | | | | | | | | Add support for the Nios2 R2 Code Density Extension, which is a completely new 16/32-bit instruction set addition to reduce size of the code and increase performance. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Nios2 R2 BMX supportMarek Vasut2017-04-251-0/+6
| | | | | | | | Add support for the Bit Manipulation Extensions , which is optional part of Nios2 R2 spec . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Nios2 R2Marek Vasut2017-04-251-1/+11
| | | | | | | | | | Add support for Nios2 R2 , which is a new revision of Nios2 . Note that Nios2 R2 is always little endian. Also note that Nios2 R2 is NOT binary compatible with Nios2 R1 due to the instruction opcode reencoding. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Nios2 R1 EBMarek Vasut2017-04-251-2/+9
| | | | | | | Add support for Big-Endian Nios2 R1 . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Use _append in machine TUNE_FEATURESMarek Vasut2017-04-251-1/+1
| | | | | | | | Use _append instead of += so that the machine adds into the TUNE_FEATURES after the tune-nios2.inc was processed. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Consolidate Nios2 R1 ELMarek Vasut2017-04-253-7/+4
| | | | | | | Rewrite the tune description and drop duplicate TUNE_ARCH. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Zap NIOS2PKG*Marek Vasut2017-04-251-6/+5
| | | | | | | | Just append TUNE_PKGARCH instead of having all sorts of ad-hoc variables all over the place. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Zap NIOS2CCARGS*Marek Vasut2017-04-251-6/+7
| | | | | | | | Just append TUNE_CCARGS instead of having all sorts of ad-hoc variables all over the place. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Inline tunables into tune-nios2.incMarek Vasut2017-04-254-32/+32
| | | | | | | | All of these feature-nios-* files are small, so inline them to make it easier to see the changes they make. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Drop CSL_TARGET_SYSMarek Vasut2017-04-251-2/+0
| | | | | | | This is not used, so drop it. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add support for socfpga 4.1.33 LTSi and 4.8 kernelsDalon Westergreen2017-02-1717-96/+31
| | | | | | | Also clean up older kernel versions, removing 4.1 4.1.22 4.3 4.4 4.5 4.6 kernels. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Add support for extra files in sdcard imageDalon Westergreen2017-02-071-0/+9
| | | | | | | SOCFPGA_SDIMG_EXTRA_FILES lists any files to be added from the DEPLOYDIR to the FAT partition of the sdcard image Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Add extlinux to sdcard creationDalon Westergreen2017-02-011-2/+15
| | | | | exlinux.conf should be copied to the bootable fat partition so that distro boot in uboot can find it.
* Update CV / AV configuration to use older partitionsDalon Westergreen2017-02-014-6/+4
| | | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Revert to old partition scheme onlyDalon Westergreen2017-02-011-25/+4
| | | | | | | | The updated partition scheme has issues on windows which for some reason requires the fat partition to be the first partition Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Cleanup to get ready to support extlinux.conf bootDalon Westergreen2017-02-012-1/+13
| | | | | | | | | when adding extlinux.conf generation to angstrom there is a requirement for something that provides uboot. This patch adds a PROVIDES so that the package accurately reports that it provides uboot Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Add mkenvimage depend for v2016.11Dalon Westergreen2017-01-241-0/+1
| | | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Fix problem with FILESEXTRAPATHS in uboot v2016.11 recipeDalon Westergreen2017-01-241-1/+1
|
* Add uboot environment file sof cyclone5-socdkDalon Westergreen2017-01-202-0/+12
|
* add support to generate uboot environment imagesDalon Westergreen2017-01-203-6/+11
| | | | | | | | create uboot environment images to populate the sdcard images. This allows non-default uboot environments to be used without the need for changing / patching uboot Initially add de0-nano-soc environment
* Merge pull request #51 from dwesterg/masterKhem Raj2017-01-208-4/+76
|\ | | | | Only conditionally set SOCFPGA_SDIMG_PARTITION_COMMAND
| * add support to generate uboot environment imagesDalon Westergreen2017-01-206-2/+74
| | | | | | | | | | | | create uboot environment images to populate the sdcard images. This allows non-default uboot environments to be used without the need for changing / patching uboot
| * Only conditionally set SOCFPGA_SDIMG_PARTITION_COMMANDDalon Westergreen2017-01-202-2/+2
|/ | | | | Since the machine conf allows you to change uboot versions you need to be able to change the sdcard creation setup
* Fix sdcard creation class issue with using stale contentDalon Westergreen2017-01-181-2/+2
| | | | | | | Change sdcard creation to use the fstype in the build rather than in the deploy dir. Also, put created image in the build dir rather then the deploy dir direcly. I believe this to be the cause of the stale or non-working root filesystem