Re: Device tree support for x86 on Linux

2021-08-02 Thread Daniel Kiper
On Mon, Aug 02, 2021 at 01:18:21PM +, Mislav Stublić wrote: > Hi Daniel, > > Sorry, sent an unfinished mail by mistake. No worries. > Regarding reusing existing code, there is grub-core/loader/efi/fdt.c > which is mentioned in git log as not really platform specific (although > it was part of

RE: Device tree support for x86 on Linux

2021-08-02 Thread Mislav Stublić
ign as you mention. Br, Mislav -Original Message- From: Mislav Stublić Sent: Monday, August 02, 2021 2:57 PM To: 'Daniel Kiper' Cc: grub-devel@gnu.org Subject: RE: Device tree support for x86 on Linux Hi Daniel, Regarding reusing existing code, there is grub-core/loader/efi/fdt.

RE: Device tree support for x86 on Linux

2021-08-02 Thread Mislav Stublić
Hi Daniel, Regarding reusing existing code, there is grub-core/loader/efi/fdt.c which atleast df s a f -Original Message- From: Daniel Kiper [mailto:dki...@net-space.pl] Sent: Friday, July 30, 2021 2:59 PM To: Mislav Stublić Cc: grub-devel@gnu.org Subject: Re: Device tree support for

Re: Device tree support for x86 on Linux

2021-07-30 Thread Daniel Kiper
Hi Mislav, On Thu, Jul 29, 2021 at 08:43:45AM +, Mislav Stublić wrote: > Hi, > > I am planning to add support for device tree loading on x86 with > UEFI and Linux as i understand this is currently not supported. We need > this for a board we are developing so i would test my patches in our > d

Device tree support for x86 on Linux

2021-07-29 Thread Mislav Stublić
Hi, I am planning to add support for device tree loading on x86 with UEFI and Linux as i understand this is currently not supported. We need this for a board we are developing so i would test my patches in our development environment. I have gone through current x86 loader code and some similar u