Re: [edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries

2017-08-31 Thread Ard Biesheuvel
On 31 August 2017 at 08:13, Gao, Liming wrote: > Reviewed-by: Liming Gao > Pushed as f29ca8e8b96a Thanks all. ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries

2017-08-31 Thread Gao, Liming
om; Gao, Liming ; Ard Biesheuvel > >Subject: [edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for >building device tree binaries > >While modern AARCH64 server systems use ACPI for describing the platform >topology to the OS, ARM systems and AARCH64 outside of the server space

Re: [edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries

2017-08-30 Thread Leif Lindholm
On Tue, Aug 29, 2017 at 02:36:51PM +0100, Ard Biesheuvel wrote: > While modern AARCH64 server systems use ACPI for describing the platform > topology to the OS, ARM systems and AARCH64 outside of the server space > mostly use device tree binaries, which are compiled from device tree > source files

Re: [edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries

2017-08-29 Thread Ard Biesheuvel
On 29 August 2017 at 18:18, Laszlo Ersek wrote: > On 08/29/17 15:36, Ard Biesheuvel wrote: >> While modern AARCH64 server systems use ACPI for describing the platform >> topology to the OS, ARM systems and AARCH64 outside of the server space >> mostly use device tree binaries, which are compiled f

Re: [edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries

2017-08-29 Thread Laszlo Ersek
On 08/29/17 15:36, Ard Biesheuvel wrote: > While modern AARCH64 server systems use ACPI for describing the platform > topology to the OS, ARM systems and AARCH64 outside of the server space > mostly use device tree binaries, which are compiled from device tree > source files using the device tree c

[edk2] [PATCH] BaseTools/Gcc ARM AARCH64: add support for building device tree binaries

2017-08-29 Thread Ard Biesheuvel
While modern AARCH64 server systems use ACPI for describing the platform topology to the OS, ARM systems and AARCH64 outside of the server space mostly use device tree binaries, which are compiled from device tree source files using the device tree compiler. Currently, such source files and binari