[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] aspeed queue
From: |
Cédric Le Goater |
Subject: |
[PULL 0/6] aspeed queue |
Date: |
Thu, 15 Jun 2023 19:35:19 +0200 |
The following changes since commit 7efd65423ab22e6f5890ca08ae40c84d6660242f:
Merge tag 'pull-riscv-to-apply-20230614' of
https://github.com/alistair23/qemu into staging (2023-06-14 05:28:51 +0200)
are available in the Git repository at:
https://github.com/legoater/qemu/ tags/pull-aspeed-20230615
for you to fetch changes up to 42bea956f6f7477c06186c7add62fa0107a27a9c:
target/arm: Allow users to set the number of VFP registers (2023-06-15
18:35:58 +0200)
----------------------------------------------------------------
aspeed queue:
* extension of the rainier machine with VPD contents
* fixes for Coverity issues
* new "bmc-console" machine option
* new "vfp-d32" ARM CPU property
----------------------------------------------------------------
Cédric Le Goater (5):
aspeed/hace: Initialize g_autofree pointer
aspeed: Introduce a boot_rom region at the machine level
aspeed: Use the boot_rom region of the fby35 machine
aspeed: Introduce a "bmc-console" machine option
target/arm: Allow users to set the number of VFP registers
Ninad Palsule (1):
hw/arm/aspeed: Add VPD data for Rainier machine
docs/system/arm/aspeed.rst | 11 +++++++++
hw/arm/aspeed_eeprom.h | 5 ++++
target/arm/cpu.h | 2 ++
hw/arm/aspeed.c | 58 ++++++++++++++++++++++++++++++++++++++--------
hw/arm/aspeed_ast2600.c | 2 ++
hw/arm/aspeed_eeprom.c | 45 ++++++++++++++++++++++++++++++++++-
hw/arm/fby35.c | 29 ++++++++++++-----------
hw/misc/aspeed_hace.c | 2 +-
target/arm/cpu.c | 32 +++++++++++++++++++++++++
9 files changed, 160 insertions(+), 26 deletions(-)
- [PULL 0/6] aspeed queue,
Cédric Le Goater <=
- [PULL 1/6] hw/arm/aspeed: Add VPD data for Rainier machine, Cédric Le Goater, 2023/06/15
- [PULL 2/6] aspeed/hace: Initialize g_autofree pointer, Cédric Le Goater, 2023/06/15
- [PULL 3/6] aspeed: Introduce a boot_rom region at the machine level, Cédric Le Goater, 2023/06/15
- [PULL 4/6] aspeed: Use the boot_rom region of the fby35 machine, Cédric Le Goater, 2023/06/15
- [PULL 5/6] aspeed: Introduce a "bmc-console" machine option, Cédric Le Goater, 2023/06/15
- [PULL 6/6] target/arm: Allow users to set the number of VFP registers, Cédric Le Goater, 2023/06/15
- Re: [PULL 0/6] aspeed queue, Richard Henderson, 2023/06/16