summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add u-boot-socfpga_v2013.01.01 backDalon Westergreen2017-01-143-1/+24
| | | | | | | | v2013.01.01 is the officially supported uboot version for socfpga, per Yves' request, adding support for this version back in. Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Add support to fix arria10 u-boot-socfpga v2014.10 build with gcc6 (#47)Dalon Westergreen2017-01-132-1/+95
| | | | | | | | | | * u-boot-socfpga: Remove unnecessary 10m50 additions in v2016.05 Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * Add fix to support gcc6 compilation of v2014.10 of uboot-socfpga Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* u-boot-socfpga: Remove unnecessary 10m50 additions in v2016.05 (#46)Dalon Westergreen2017-01-122-21/+0
| | | Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* Update uboot and kernel recipes, and fix sdcard class (#44)Dalon Westergreen2017-01-1116-205/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * u-boot-socfpga: update PV for all recipes and add common include for mainline uboot versions u-boot-socfpga versioning scheme varied, some prepended with a 'v' others not. u-boot mainline tags versions with vYYYY.MM so we should be consistent. Create a single include for all mainline uboot versions. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> * u-boot-socfpga: Add support for v2016.11 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> * Update sdcard image class and add to arria5 / cyclone 5 machine conf * Move arria5/cyclone5 to uboot-socfpga v2016.11 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> * Update sdcard script Seemed to be an issue with the rootfs partition being slightly smaller then the ROOTFS_SIZE in some cases. Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * uboot: Cleanup v2014.10 recipe v2014.10 is used for Arria10, at this time it does not support GCC6 which is the default for morty * Clean up arria5 and cyclone5 machine definitions Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * linux-socfpga: add 4.7 and 4.7 dev recipes Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * linux-socfpga: update srcrev for 4.6 kernel and remove 4.6 dev Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com> * linux-socfpga: delete 4.1 dev as 4.1 is no longer maintained * linux-socfpga: update 4.1.22 srcrev to latest release
* drop unsused u-boot-socfpga.incAndrea Galbusera2016-11-011-89/+0
| | | | None of the available u-boot recipes is requiring this file anymore: drop it
* u-boot-socfpga_2016.05: fix build with new upstream u-boot.incAndrea Galbusera2016-11-012-9/+17
| | | | | | | | | | | | | Commit a40f5d34065129ab19a3c981cbb38f854e9ae0ec in poky master moved some bits out of u-boot.inc (from oe-core) into u-boot-common_${PV}.inc. This breaks u-boot-socfpga_2016.05 recipe from this layer since SRC_URI itself results undefined. u-boot-socfpga_2014.10, which re-defines itself all the upstream factored-out bits, seems unaffected at the moment but might deserve some reworking anyway. Since u-boot_2016.05 is not yet in oe-core, we follow the same approach and we add back the missing bits in a new file u-boot-common_2016.05.inc which is then required by u-boot-socfpga_2016.05.bb.
* linux-altera: fix QA error on kernel PV mismatchAndrea Galbusera2016-10-281-1/+1
| | | | | | | | | | | | | Commit 0eacf03de18b7eeb3460a4d102dd5932cd73cd06 in poky master introduced a new QA test that linux-altera recipes are currently failing with: ERROR: linux-altera-ltsi-4.1.22+gitAUTOINC+76bdba2700-r0 do_kernel_version_sanity_check: Package Version (4.1.22+gitAUTOINC+76bdba2700) does not match of kernel being built (4.1.22-ltsi). Please update the PV variable to match the kernel source. Append ${LINUX_VERSION_SUFFIX} to PV to match version information in kernel's Makefile.
* generic-nios2: Add default for virtual/kernelTom Rini2016-10-271-0/+1
| | | | | | | | Without a default set we may pick a provider that does not work with this machine. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fixes for poky master (#38)Andrea Galbusera2016-09-133-53/+1
| | | | | | | | | | | | | | * systemd: remove patch already merged upstream Signed-off-by: Andrea Galbusera <gizero@gmail.com> * sdcard: use deployed images from IMGDEPLOYDIR Poky changed deployment directory from DEPLOY_DIR_IMAGE to IMGDEPLOYDIR with commit 9cc449273252314fdc88cd62deb18a3e03d8abd5. Change path to rootfs image in sdcard generation class accordingly Signed-off-by: Andrea Galbusera <gizero@gmail.com>
* linux-altera: 4.4: fix wrong SRCREV (#35)Nobuhiro Iwamatsu2016-08-090-0/+0
| | | | | | | | commit: 0e938a8fafccb73ad70781ed62abda2b554eafb4 is not included in socfpga-4.4 branch. Therefore, build of linux-altera_4.4 recipe will fail. This sets 84eb65f84ea7a15cd73766fb16e6a868dc7a734b is current HEAD of socfpga-4.4 to SRCREV. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com>
* linux-altera: 4.4: fix wrong SRCREV (#36)Nobuhiro Iwamatsu2016-08-091-1/+1
| | | | | | | | commit: 0e938a8fafccb73ad70781ed62abda2b554eafb4 is not included in socfpga-4.4 branch. Therefore, build of linux-altera_4.4 recipe will fail. This sets 84eb65f84ea7a15cd73766fb16e6a868dc7a734b is current HEAD of socfpga-4.4 to SRCREV. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.kw@hitachi.com>
* sdcard: add symlink to sdcard image artifact (#34)Andrea Galbusera2016-08-031-2/+5
| | | | Similarly to how other classes do when deploying images, add/replace the symlink to the latest sdcard image file
* Update 4.1.22 ltsi and 4.6 SRCREV to latest hash tag as this fixes (#31)Dalon Westergreen2016-07-282-2/+2
| | | a problem with devicetree overlays and bridge resets
* Fix error in FILESEXTRAPATH assignment in ltsi kernel recipes (#29)Dalon Westergreen2016-06-247-7/+7
|
* Merge pull request #28 from dwesterg/masterKhem Raj2016-06-2311-5/+76
|\ | | | | Update kernel recipes V3
| * Remove recipe for 4.4 dev kernel as it is no longer being updatedDalon Westergreen2016-06-231-3/+0
| |
| * Add recipes for 4.6 kernel and add a development recipe for theDalon Westergreen2016-06-232-0/+8
| | | | | | | | 4.6 kernel
| * Add recipe for 4.5 kernelDalon Westergreen2016-06-231-0/+5
| |
| * Update SRCREV for 4.4 kernel recipeDalon Westergreen2016-06-231-1/+1
| |
| * Update LTSI and LTSI-RT recipesDalon Westergreen2016-06-237-3/+64
|/ | | | | | | | -> Include new 4.1.22 versions -> Update SRCREV for 4.1 ltsi recipe -> Add 4.1 ltsi-rt recipe Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* u-boot: Upgrade to 2016.05Marek Vasut2016-05-175-5/+5
| | | | | | | | | | Upgrade the u-boot package to 2016.05 as it contains significant fixes for DDR initialization of the Gen5 socfpga as well as fixes for the problems with QSPI and USB with dcache enabled. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dalon Westergreen <dwesterg@gmail.com> Cc: Khem Raj <raj.khem@gmail.com>
* linux-yocto: Replace base_contains with bb.utils.containsMarek Vasut2016-05-171-5/+5
| | | | | | | | | | Replace the base_contains with bb.utils.contains as the former is now deprecated since 1a0e56630c5c27d8899dd0979ae0b86bbe227881 in oe core. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dalon Westergreen <dwesterg@gmail.com> Cc: Khem Raj <raj.khem@gmail.com>
* systemd: Add support for nios2Khem Raj2016-05-162-0/+52
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel,u-boot: Fix builds for max10/nios2Khem Raj2016-05-167-1/+449
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-altera-configs: Pin right defconfig for max10 kernelKhem Raj2016-05-161-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #25 from dwesterg/masterKhem Raj2016-04-193-23/+21
|\ | | | | SDcard fixes
| * SDcard fixesDalon Westergreen2016-04-193-23/+21
|/ | | | | | | | | | | | | | | | 1) Disable sdcard generation using UBOOT_CONFIG parameter 2) Fix type in sdcard class SDCard generation still isnt working quite right. If IMAGE_FSTYPES += " sdcard" is added, the sdcard image is created but the uboot-config should automatically add sdcard creation when the UBOOT_CONFIG selected looks like "socfpga_cyclone5_socdk,sdcard". TBD: 1) Add uboot env customization based on selected uboot config 2) Fix sdcard generation issue
* Merge pull request #24 from dwesterg/masterKhem Raj2016-04-185-18/+157
|\ | | | | Clean up variables for uboot build
| * Add support for sdcard generation for C5/A5Dalon Westergreen2016-04-183-3/+133
| |
| * Clean up variables for ubootDalon Westergreen2016-04-186-220/+26
| | | | | | | | -> Moved common variables to socfpga.inc
| * Testing sdcardDalon Westergreen2016-04-182-0/+203
| |
* | Merge pull request #23 from dwesterg/masterKhem Raj2016-04-174-8/+34
|\| | | | | Add support for mainline uboot for cyclone5 / arria5 devices
| * Add support for mainline uboot for cyclone5 / arria5 devicesDalon Westergreen2016-04-174-8/+34
|/ | | | | | | | 1) Remove 2013.01.01 u-boot which is only used for cyclone5/arria5. cyclone5/arria5 are fully supported in mainline uboot 2) Add recipe for mainline uboot supporting socfpga cyclone5 / arria5 based kits.
* Merge pull request #22 from dwesterg/masterKhem Raj2016-03-161-8/+8
|\ | | | | Update README per kraj's comments
| * Update README per kraj's commentsDalon Westergreen2016-03-161-8/+8
|/ | | | | -> Move maintaners list to the bottom -> Change titles to be more clear
* Merge pull request #20 from dwesterg/masterKhem Raj2016-03-161-4/+20
|\ | | | | Add detail to README
| * Add detail to READMEDalon Westergreen2016-03-161-4/+20
| |
* | Merge pull request #19 from dwesterg/masterKhem Raj2016-03-163-25/+0
|\| | | | | Remove old kernel recipes that are no longer maintained
| * Remove old kernel recipes that are no longer maintainedDalon Westergreen2016-03-153-25/+0
|/
* Merge pull request #18 from dwesterg/masterKhem Raj2016-03-151-0/+7
|\ | | | | Add linux-altera_4.2 back per request from stefan
| * Add linux-altera_4.2 back per request from stefanDalon Westergreen2016-03-151-0/+7
| |
* | Merge pull request #16 from dwesterg/masterKhem Raj2016-03-151-0/+27
|\| | | | | Update README with information regarding kernel selection
| * Update README with information regarding kernel selectionDalon Westergreen2016-03-151-0/+27
|/
* Merge pull request #15 from dwesterg/masterKhem Raj2016-03-142-0/+18
|\ | | | | Add back old LTSI kernels
| * Add back old LTSI kernelsDalon Westergreen2016-03-142-0/+18
|/ | | | | | -> These currently do not compile with the 5.2 toolchain -> You must use the 4.9 toolchain -> set ANGSTROM_GCC_VERSION_arm = "linaro-4.9%" in your local.conf