[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
- [PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG), Alex Bennée, 2021/02/11
- [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState, Alex Bennée, 2021/02/11
- Re: [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState,
Peter Maydell <=
- [PATCH v2 2/7] hw/riscv: migrate fdt field to generic MachineState, Alex Bennée, 2021/02/11
- [PATCH v2 4/7] hw/core: implement a guest-loader to support static hypervisor guests, Alex Bennée, 2021/02/11
- [PATCH v2 6/7] docs: add some documentation for the guest-loader, Alex Bennée, 2021/02/11
- [PATCH v2 5/7] docs: move generic-loader documentation into the main manual, Alex Bennée, 2021/02/11
- [PATCH v2 7/7] tests/avocado: add boot_xen tests, Alex Bennée, 2021/02/11