summaryrefslogtreecommitdiffstats
path: root/meta-intel-extras/recipes/initramfs-basic/init-basic/init-device.sh
Commit message (Collapse)AuthorAgeFilesLines
* intel: rework initramfs supportSamuli Piippo2018-11-011-3/+0
| | | | | | | | | | | | The WKS image creation ignored our old initramfs. Change to using an existing core-image-minimal-initramfs recipe and extend it with support for the internal MMC reader. Add separate recipe to combine the intel microcode and the new initramfs, and add wks file to use it. Remove all old recipes that are no longer used. Change-Id: I4e1f244685a7f2bd304aa23d9e07580fa9dc9652 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* nuc: use modprobe to load kernel moduleSamuli Piippo2018-03-091-2/+1
| | | | | Change-Id: I7446944c7fdd1fc9bd4f01daef6723a6b5690c63 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* nuc: enable boot from internal sd cardreaderSamuli Piippo2018-03-081-0/+4
Include required kernel modules into initramfs and load them before trying to find the rootfs, if it happends to be in the internal SD cardreader. Task-number: QTBUG-61043 Change-Id: Iafc760e3a872566a819903c4776168a73577bb59 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>