[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/6] hw/arm/cortex-a: Check for CPU types in machine_run_board
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 0/6] hw/arm/cortex-a: Check for CPU types in machine_run_board_init() |
Date: |
Tue, 23 Jan 2024 23:25:02 +0100 |
Since v1:
- Add missing QOM parent for CPU cores
- Dropped Aspeed changes (Cédric)
Following Gavin recent CPU type enforcement cleanups,
restrict more single-CPU ARM machines (here Cortex-A SoC).
Based-on: <20240118200643.29037-1-philmd@linaro.org> (arm-next)
Philippe Mathieu-Daudé (6):
hw/arm/exynos: Add missing QOM parent for CPU cores
hw/arm/exynos: Check for CPU types in machine_run_board_init()
hw/arm/highbank: Add missing QOM parent for CPU cores
hw/arm/highbank: Check for CPU types in machine_run_board_init()
hw/arm/vexpress: Check for CPU types in machine_run_board_init()
hw/arm/zynq: Check for CPU types in machine_run_board_init()
hw/arm/exynos4210.c | 1 +
hw/arm/exynos4_boards.c | 8 ++++++++
hw/arm/highbank.c | 11 +++++++++++
hw/arm/vexpress.c | 10 ++++++++++
hw/arm/xilinx_zynq.c | 5 +++++
5 files changed, 35 insertions(+)
--
2.41.0
- [PATCH v2 0/6] hw/arm/cortex-a: Check for CPU types in machine_run_board_init(),
Philippe Mathieu-Daudé <=