Re: [PATCH v3 1/3] Add helper functions to interact with android bootimg disks.

2016-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.02.2016 18:42, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 08.02.2016 21:47, Shea Levy wrote: >> Currently, the kernel, command line, and ramdisk can be extracted. >> --- >> grub-core/Makefile.core.def| 1 + >> grub-core/loader/android_bootimg.c | 253 >>

Re: [PATCH v3 1/3] Add helper functions to interact with android bootimg disks.

2016-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.02.2016 21:47, Shea Levy wrote: > Currently, the kernel, command line, and ramdisk can be extracted. > --- > grub-core/Makefile.core.def| 1 + > grub-core/loader/android_bootimg.c | 253 > + > include/grub/android_bootimg.h | 12 ++ > 3 fil

[PATCH v3 1/3] Add helper functions to interact with android bootimg disks.

2016-02-08 Thread Shea Levy
Currently, the kernel, command line, and ramdisk can be extracted. --- grub-core/Makefile.core.def| 1 + grub-core/loader/android_bootimg.c | 253 + include/grub/android_bootimg.h | 12 ++ 3 files changed, 266 insertions(+) create mode 100644 gru