Re: [OpenWrt-Devel] [OpenWrt-Devel, 2/2] x86: simplify efi image generation process

2018-03-25 Thread Alif M. Ahmad
Hi Jo, Could you apply this patch on top of uefi related changes as well so grub bootloader will have the same configuration for both uefi and bios boot on the resulting gpt image. On Sun, Mar 04, 2018 at 01:41:28AM +, Alif M. Ahmad wrote: > Currently, efi image generation involves a ha

Re: [OpenWrt-Devel] Merged: x86: fix bios mkimage during efi image generation

2018-03-15 Thread Alif M. Ahmad
On Wed, Mar 14, 2018 at 07:18:10PM +0100, Jo-Philipp Wich wrote: > Merged into my staging tree at > http://git.openwrt.org/?p=openwrt/staging/jow.git. > > Thank you! > The next patch in series is not yet applied. https://patchwork.ozlabs.org/patch/881132/ My reason to simplify the image generati

Re: [OpenWrt-Devel] 18.03/4

2018-03-04 Thread Alif M. Ahmad
On Fri, Feb 16, 2018 at 01:46:31PM +0100, John Crispin wrote: > Hi, > > whats on the critical todo list for the upcoming release ? i still have > a few minor things that I'll be adding shortly, apart from that I am > currently not aware of any huge problems. the release will be a mix > between

[OpenWrt-Devel] [PATCH 2/2] x86: simplify efi image generation process

2018-03-03 Thread Alif M. Ahmad
. This commit also removes unnecessary grub-bios-setup during efi image generation and only perform grub-bios-setup after the disk image has been converted into gpt. Signed-off-by: Alif M. Ahmad --- target/linux/x86/image/Makefile | 23 +++ 1 file changed, 7 insertions(+), 16

[OpenWrt-Devel] [PATCH 1/2] x86: fix bios mkimage during efi image generation

2018-03-03 Thread Alif M. Ahmad
gpt image should be bootable on both bios and UEFI based systems. Signed-off-by: Alif M. Ahmad --- Notes: This patch is based on Jow's staging repository instead of OpenWrt master branch. Hopefully, this would allow UEFI image generation for x86 targets, i.e. to get changes o