[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/8] hw/arm/cortex-a: Check for CPU types in machine_run_board_in
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
[PATCH 0/8] hw/arm/cortex-a: Check for CPU types in machine_run_board_init() |
|
Date: |
Tue, 23 Jan 2024 07:38:34 +0100 |
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é (8):
hw/arm/exynos: Check for CPU types in machine_run_board_init()
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/aspeed/2400: Check for CPU types in machine_run_board_init()
hw/arm/aspeed/2500: Check for CPU types in machine_run_board_init()
hw/arm/aspeed/2600: Check for CPU types in machine_run_board_init()
hw/arm/aspeed/1030: Check for CPU types in machine_run_board_init()
hw/arm/zynq: Check for CPU types in machine_run_board_init()
hw/arm/aspeed.c | 40 ++++++++++++++++++++++++++++++++++++++++
hw/arm/exynos4_boards.c | 8 ++++++++
hw/arm/highbank.c | 10 ++++++++++
hw/arm/vexpress.c | 10 ++++++++++
hw/arm/xilinx_zynq.c | 5 +++++
5 files changed, 73 insertions(+)
--
2.41.0
- [PATCH 0/8] hw/arm/cortex-a: Check for CPU types in machine_run_board_init(),
Philippe Mathieu-Daudé <=
- [PATCH 1/8] hw/arm/exynos: Check for CPU types in machine_run_board_init(), Philippe Mathieu-Daudé, 2024/01/23
- [PATCH 2/8] hw/arm/highbank: Check for CPU types in machine_run_board_init(), Philippe Mathieu-Daudé, 2024/01/23
- [PATCH 3/8] hw/arm/vexpress: Check for CPU types in machine_run_board_init(), Philippe Mathieu-Daudé, 2024/01/23
- [PATCH 4/8] hw/arm/aspeed/2400: Check for CPU types in machine_run_board_init(), Philippe Mathieu-Daudé, 2024/01/23
- [PATCH 5/8] hw/arm/aspeed/2500: Check for CPU types in machine_run_board_init(), Philippe Mathieu-Daudé, 2024/01/23
- [PATCH 6/8] hw/arm/aspeed/2600: Check for CPU types in machine_run_board_init(), Philippe Mathieu-Daudé, 2024/01/23