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