[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH for-2.5 v3 0/3] ARM: Highbank: Add monitor support
From: |
Peter Crosthwaite |
Subject: |
[Qemu-arm] [PATCH for-2.5 v3 0/3] ARM: Highbank: Add monitor support |
Date: |
Mon, 2 Nov 2015 20:30:34 -0800 |
Hi,
This adds dummy monitor support to the Highbank board. It is needed by
the Highbank kernel which expects a monitor to be present.
A feature is added to arm/boot's board_setup feature, that allows the
board_setup entry point to be entered in secure mode (which is needed
to configure a monitor).
This feature does not play nice with -cpu override, but cpu override
is not valid for well-defined ARM SoCs. So defeature -cpu for Highbank.
Regards,
Peter
See indiv. patches for detailed change logs.
Changed since v2:
Defeature -cpu for Highbank (new patch)
Rework board_setup blob implementation (PMM review)
Conditionalise feature on TCG
Dropped initial board_setup and Zynq patches (Merged)
Changed since v1:
Addressed PMM review.
Added secure_board_setup flag (P4)
Added Zynq patch first, then Highbank
Peter Crosthwaite (3):
arm: boot: Add secure_board_setup flag
arm: highbank: Defeature CPU override
arm: highbank: Implement PSCI and dummy monitor
hw/arm/boot.c | 8 ++++-
hw/arm/highbank.c | 90 ++++++++++++++++++++++++++++++++++++++--------------
include/hw/arm/arm.h | 6 ++++
3 files changed, 79 insertions(+), 25 deletions(-)
--
1.9.1
- [Qemu-arm] [PATCH for-2.5 v3 0/3] ARM: Highbank: Add monitor support,
Peter Crosthwaite <=