Grub U-boot: Build a device tree into Grub.

2018-05-29 Thread Peter Geis
Good Afternoon, I am working on bringing linux-4.x to the old Ouya android game console. I am currently using the Ouya Safeboot project to boot my kernel, but it has many limitations. I know that Grub U-boot uses the device tree passed from U-boot, but I was wondering if there is a way to bui

Re: [PATCH] Enable /dev/mapper/dm-[0-9]-* scanning

2018-05-29 Thread Daniel Kiper
On Tue, May 29, 2018 at 04:55:10PM +0300, Oleg Solovyov wrote: > 29.05.2018 16:50, Vladimir 'phcoder' Serbinenko ??: > > > > > > On Tue, 29 May 2018, 13:58 Oleg Solovyov, > > wrote: > > > > Anybody? > > > > Why do you need this? Normally the same devices shoul

Re: [PATCH] Enable /dev/mapper/dm-[0-9]-* scanning

2018-05-29 Thread Oleg Solovyov
29.05.2018 16:50, Vladimir 'phcoder' Serbinenko пишет: > > > On Tue, 29 May 2018, 13:58 Oleg Solovyov, > wrote: > > Anybody? > > Why do you need this? Normally the same devices should be under > /dev/mapper. Using dm-X will mess up some other code most likely What hap

Re: [PATCH] Enable /dev/mapper/dm-[0-9]-* scanning

2018-05-29 Thread Vladimir 'phcoder' Serbinenko
On Tue, 29 May 2018, 13:58 Oleg Solovyov, wrote: > Anybody? > Why do you need this? Normally the same devices should be under /dev/mapper. Using dm-X will mess up some other code most likely > > > 14.05.2018 20:13, Daniel Kiper пишет: > > On Fri, May 11, 2018 at 02:32:48PM +0300, Oleg Solovyov w

Re: [PATCH] Enable /dev/mapper/dm-[0-9]-* scanning

2018-05-29 Thread Oleg Solovyov
Anybody? 14.05.2018 20:13, Daniel Kiper пишет: > On Fri, May 11, 2018 at 02:32:48PM +0300, Oleg Solovyov wrote: >> Thanks for review >> New version is attached >> >> From 19e3f13632a20a0b1be12b6d6ff4c52ba4f3b4d6 Mon Sep 17 00:00:00 2001 >> From: Oleg Solovyov >> Date: Fri, 11 May 2018 13:55:46 +

Re: Additional Relocations (R_ARM_THM_MOVT_ABS) support in mkimage.

2018-05-29 Thread amit94
> Not easily because PE format used by EFI doesn't have an equivalent. My > recommendation is to remove -mthumb if you have this problem If I remove -mthumb, I face this bug: https://lists.gnu.org/archive/html/bug-grub/2016-03/msg00198.html My target processor is "armv7l", will messing with the