[PATCH] loader/i386/linux: Add device tree support

2021-09-21 Thread Mislav Stublić
Hi, This implements device tree support for x86. Unfortunately I haven't been able to test this on latest master but I have tested against 2.04 and it works fine. I will test on master later but I wanted to get some initial comments if this is going in the right direction. What I haven't tested

Re: [SPECIFICATION RFC v3] The firmware and bootloader log specification

2021-09-21 Thread Peter Stuge
Alec Brown wrote: > Below is how the layout of these logs would store their data. > > bf_log_header: >+---+ > u32| version | > u32| size | > u8[64] | producer | > u8[64] | log_format| >

Re: [PATCH 08/10] grub-shell: Boot PowerPC using PMU instead of CUDA for power management

2021-09-21 Thread Paul Menzel
Dear Glenn, Thank you. I noticed two small typos. Am 18.09.21 um 01:04 schrieb Glenn Washburn: At some point it looks like the defualt machine for qemu-system-ppc started default using CUDA as a backend for power management. This causes the machine to throw an exception and not actually po

Re: [PATCH] loader/i386/linux: Add device tree support

2021-09-21 Thread Vladimir 'phcoder' Serbinenko
On Tue, Sep 21, 2021 at 5:44 PM Mislav Stublić wrote: > > Hi, > > This implements device tree support for x86. Unfortunately I haven't been > able to test this on latest master but I have tested against 2.04 and it > works fine. I will test on master later but I wanted to get some initial > com

Re: [SPECIFICATION RFC v3] The firmware and bootloader log specification

2021-09-21 Thread Julius Werner
> Since it doesn't seem possible to have each boot component using the same log > format, we added a log_format and log_phys_addr fields to give flexibility in > how logs are stored. An example of a different log format that can be used is > the cbmem_console log format used by coreboot: I am not