[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to MachineState |
Date: |
Thu, 5 Nov 2020 20:27:30 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 |
On 11/5/20 6:51 PM, Alex Bennée wrote:
> The use of FDT's is quite common across our various platforms. To
> allow the generic loader to tweak it we need to make it available in
> the generic state. This creates the field and migrates the initial
> user to use the generic field. Other boards will be updated in later
> patches.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20201021170842.25762-2-alex.bennee@linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Two S-o-b better than one!
> ---
> include/hw/arm/virt.h | 1 -
> include/hw/boards.h | 1 +
> hw/arm/virt.c | 322 ++++++++++++++++++++++--------------------
> 3 files changed, 170 insertions(+), 154 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>