[LEDE-DEV] x86: review request for automating UEFI image generation

2017-03-16 Thread Alive 4ever
The following changes since commit f9a1f322d26dfb3d3db59ffeab7c3fcc3772e8cc: brcm63xx: diag.sh: use common status_led_blink_* functions (2017-03-15 23:15:19 +0100) are available in the git repository at: https://github.com/alive4ever/source x86-with-efi for you to fetch changes up to abdf3

Re: [LEDE-DEV] RFC: WIP: Adding support to automate generating UEFI bootable x86_64 and x86 images

2017-02-24 Thread Alive 4ever
As suggested that I shouldn't create another subtarget or profile, I just modify the build system so a UEFI bootable ext4 image is generated. Here is my tree with the change. https://github.com/alive4ever/source/tree/x86-with-efi Let me know if you have any suggestion. __

[LEDE-DEV] RFC: WIP: Adding support to automate generating UEFI bootable x86_64 and x86 images

2017-02-21 Thread Alive 4ever
I am currently working on adding support for LEDE build system to generate UEFI bootable images. What I've done in this WIP: [*] Adding grub2-efi-amd64 and grub2-efi-ia32 packages. [*] Adding new targets under x86: 64-efi and efi, which can be selected via build's menuconfig. [*] Modifying

[LEDE-DEV] Add support for native UEFI boot on x86_64

2017-02-16 Thread Alive 4ever
I am experimenting with UEFI boot for LEDE x86_64 image. Currently, lede-x86_64-vmlinuz boots fine on UEFI - both on MBR and GPT disk, by chainloading via grub or directly launching the kernel via EFI shell. There is no support in the kernel for EFI framebuffer, so a serial interface is needed to

[LEDE-DEV] [PATCH] utils/mksh: Update to r52c

2016-07-12 Thread Alive 4ever
Update mksh package to sync with current latest upstream (r52c). Signed-off-by: Alif M. A. --- utils/mksh/Makefile | 4 +-- utils/mksh/patches/100-dot_mkshrc | 52 ++- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/utils/mk

[LEDE-DEV] [PATCH] [mksh] Update to r52c

2016-07-11 Thread Alive 4ever
Update mksh package to sync with current latest upstream (r52c). Signed-off-by: alive4ever --- utils/mksh/Makefile | 4 +-- utils/mksh/patches/100-dot_mkshrc | 52 ++- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/utils/mk