[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to Ma
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState |
Date: |
Thu, 11 Feb 2021 17:40:42 +0000 |
On Thu, 11 Feb 2021 at 17:19, Alex Bennée <alex.bennee@linaro.org> 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.
This commit message says this is being done for the generic loader,
but I deduce from the rest of the series that you aren't using
the generic loader (cf discussion on a previous version of the series)...
thanks
-- PMM