summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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>