qemu-arm
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]