On Thu, 2016-10-06 at 18:57 +0300, Ed Bartosh wrote: > Used ttyS0 console. > Removed usage of ttyPCH0 (FRI2 leftover) > Decreased bootloader timeout to 5 seconds > Removed 'vmalloc=256MB snd-hda-intel.enable_msi=0' as it's not needed > for any of reference BSPs. > These changes are needed for newer hardware.
I further tested with and with out the GPT enabled and found that what ever testing I did original was invalid and GPT is OK for both NUC and MinnowboardMax. So I think we can re-enable that for mkefidisk.wks. These same changes should be applies to systemd-bootdisk.wks also. Thanks Sau! > Signed-off-by: Ed Bartosh <[email protected]> > --- > scripts/lib/wic/canned-wks/mkefidisk.wks | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks > b/scripts/lib/wic/canned-wks/mkefidisk.wks > index 668ca92..7c287f7 100644 > --- a/scripts/lib/wic/canned-wks/mkefidisk.wks > +++ b/scripts/lib/wic/canned-wks/mkefidisk.wks > @@ -8,4 +8,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 -- > label platform --align 1024 > > part swap --ondisk sda --size 44 --label swap1 --fstype=swap > > -bootloader --timeout=10 --append="rootwait rootfstype=ext4 > console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda- > intel.enable_msi=0" > +bootloader --timeout=5 --append="rootfstype=ext4 > console=ttyS0,115200 console=tty0" > -- > 2.1.4 > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
