* [PULL v2 00/19] aspeed queue
@ 2022-07-14 15:44 Cédric Le Goater
2022-07-15 14:36 ` Peter Maydell
0 siblings, 1 reply; 4+ messages in thread
From: Cédric Le Goater @ 2022-07-14 15:44 UTC (permalink / raw)
To: qemu-arm, qemu-devel; +Cc: Peter Maydell, Cédric Le Goater
The following changes since commit 08c9f7eec7002dac2da52c8265eb319aba381c86:
Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging (2022-07-14 09:30:55 +0100)
are available in the Git repository at:
https://github.com/legoater/qemu/ tags/pull-aspeed-20220714
for you to fetch changes up to f0418558302ef9e140681e04250fc1ca265f3140:
aspeed: Add fby35-bmc slot GPIO's (2022-07-14 16:24:38 +0200)
----------------------------------------------------------------
aspeed queue:
* New ISL69259 device model
* New fby35 multi-SoC machine (AST1030 BIC + AST2600 BMC)
* Aspeed GPIO fixes
* Extension of m25p80 with write protect bits
* More avocado tests using the Aspeed SDK
----------------------------------------------------------------
Cédric Le Goater (3):
aspeed: fby35: Add a bootrom for the BMC
docs: aspeed: Minor updates
test/avocado/machine_aspeed.py: Add SDK tests
Iris Chen (2):
hw: m25p80: Add Block Protect and Top Bottom bits for write protect
hw: m25p80: add tests for BP and TB bit write protect
Joel Stanley (1):
aspeed: sbc: Allow per-machine settings
Peter Delevoryas (13):
hw/i2c/pmbus: Add idle state to return 0xff's
hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators
hw/sensor: Add Renesas ISL69259 device model
aspeed: Create SRAM name from first CPU index
aspeed: Refactor UART init for multi-SoC machines
aspeed: Make aspeed_board_init_flashes public
aspeed: Add fby35 skeleton
aspeed: Add AST2600 (BMC) to fby35
aspeed: Add AST1030 (BIC) to fby35
docs: aspeed: Add fby35 multi-SoC machine section
qtest/aspeed_gpio: Add input pin modification test
hw/gpio/aspeed: Don't let guests modify input pins
aspeed: Add fby35-bmc slot GPIO's
docs/system/arm/aspeed.rst | 62 ++++++++++++-
include/hw/arm/aspeed_soc.h | 9 +-
include/hw/i2c/pmbus_device.h | 7 ++
include/hw/misc/aspeed_sbc.h | 13 +++
include/hw/sensor/isl_pmbus_vr.h | 5 ++
hw/arm/aspeed.c | 38 ++++++--
hw/arm/aspeed_ast10x0.c | 13 ++-
hw/arm/aspeed_ast2600.c | 13 ++-
hw/arm/aspeed_soc.c | 55 ++++++++----
hw/arm/fby35.c | 188 +++++++++++++++++++++++++++++++++++++++
hw/block/m25p80.c | 102 ++++++++++++++++++---
hw/gpio/aspeed_gpio.c | 15 ++--
hw/i2c/pmbus_device.c | 9 ++
hw/misc/aspeed_sbc.c | 42 ++++++++-
hw/sensor/isl_pmbus_vr.c | 40 +++++++++
tests/qtest/aspeed_gpio-test.c | 27 ++++++
tests/qtest/aspeed_smc-test.c | 111 +++++++++++++++++++++++
MAINTAINERS | 1 +
hw/arm/meson.build | 3 +-
tests/avocado/machine_aspeed.py | 68 ++++++++++++++
20 files changed, 764 insertions(+), 57 deletions(-)
create mode 100644 hw/arm/fby35.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL v2 00/19] aspeed queue
2022-07-14 15:44 Cédric Le Goater
@ 2022-07-15 14:36 ` Peter Maydell
0 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2022-07-15 14:36 UTC (permalink / raw)
To: Cédric Le Goater; +Cc: qemu-arm, qemu-devel
On Thu, 14 Jul 2022 at 16:45, Cédric Le Goater <clg@kaod.org> wrote:
>
> The following changes since commit 08c9f7eec7002dac2da52c8265eb319aba381c86:
>
> Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging (2022-07-14 09:30:55 +0100)
>
> are available in the Git repository at:
>
> https://github.com/legoater/qemu/ tags/pull-aspeed-20220714
>
> for you to fetch changes up to f0418558302ef9e140681e04250fc1ca265f3140:
>
> aspeed: Add fby35-bmc slot GPIO's (2022-07-14 16:24:38 +0200)
>
> ----------------------------------------------------------------
> aspeed queue:
>
> * New ISL69259 device model
> * New fby35 multi-SoC machine (AST1030 BIC + AST2600 BMC)
> * Aspeed GPIO fixes
> * Extension of m25p80 with write protect bits
> * More avocado tests using the Aspeed SDK
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/7.1
for any user-visible changes.
-- PMM
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PULL v2 00/19] aspeed queue
@ 2024-06-17 4:02 Cédric Le Goater
2024-06-17 18:38 ` Richard Henderson
0 siblings, 1 reply; 4+ messages in thread
From: Cédric Le Goater @ 2024-06-17 4:02 UTC (permalink / raw)
To: qemu-arm, qemu-devel; +Cc: Cédric Le Goater
The following changes since commit 05ad1440b8428b0ade9b8e5c01469adb8fbf83e3:
Merge tag 'virtio-grants-v8-tag' of https://gitlab.com/sstabellini/qemu into staging (2024-06-15 20:13:06 -0700)
are available in the Git repository at:
https://github.com/legoater/qemu/ tags/pull-aspeed-20240617
for you to fetch changes up to 5f44521242d2fdfa190206a6be40577a58a71ef9:
MAINTAINERS: Add reviewers for ASPEED BMCs (2024-06-16 21:08:54 +0200)
----------------------------------------------------------------
aspeed queue:
* Add AST2700 support
Changes in v2:
- Fixed class_size in TYPE_ASPEED_INTC definition
- Fixed spelling : Unhandeled -> Unhandled
----------------------------------------------------------------
Cédric Le Goater (1):
aspeed/smc: Reintroduce "dram-base" property for AST2700
Jamin Lin (18):
aspeed/wdt: Add AST2700 support
aspeed/sli: Add AST2700 support
aspeed/sdmc: remove redundant macros
aspeed/sdmc: fix coding style
aspeed/sdmc: Add AST2700 support
aspeed/smc: correct device description
aspeed/smc: support dma start length and 1 byte length unit
aspeed/smc: support 64 bits dma dram address
aspeed/smc: support different memory region ops for SMC flash region
aspeed/smc: Add AST2700 support
aspeed/scu: Add AST2700 support
aspeed/intc: Add AST2700 support
aspeed/soc: Add AST2700 support
aspeed: Add an AST2700 eval board
aspeed/soc: fix incorrect dram size for AST2700
test/avocado/machine_aspeed.py: Add AST2700 test case
docs:aspeed: Add AST2700 Evaluation board
MAINTAINERS: Add reviewers for ASPEED BMCs
MAINTAINERS | 3 +
docs/system/arm/aspeed.rst | 39 ++-
include/hw/arm/aspeed_soc.h | 30 +-
include/hw/intc/aspeed_intc.h | 44 +++
include/hw/misc/aspeed_scu.h | 47 ++-
include/hw/misc/aspeed_sdmc.h | 5 +-
include/hw/misc/aspeed_sli.h | 27 ++
include/hw/ssi/aspeed_smc.h | 3 +
include/hw/watchdog/wdt_aspeed.h | 3 +-
hw/arm/aspeed.c | 32 ++
hw/arm/aspeed_ast27x0.c | 648 +++++++++++++++++++++++++++++++++++++++
hw/intc/aspeed_intc.c | 361 ++++++++++++++++++++++
hw/misc/aspeed_scu.c | 306 +++++++++++++++++-
hw/misc/aspeed_sdmc.c | 220 +++++++++++--
hw/misc/aspeed_sli.c | 177 +++++++++++
hw/ssi/aspeed_smc.c | 347 +++++++++++++++++++--
hw/watchdog/wdt_aspeed.c | 24 ++
hw/arm/meson.build | 1 +
hw/intc/meson.build | 1 +
hw/intc/trace-events | 13 +
hw/misc/meson.build | 3 +-
hw/misc/trace-events | 11 +
hw/ssi/trace-events | 2 +-
tests/avocado/machine_aspeed.py | 62 ++++
24 files changed, 2351 insertions(+), 58 deletions(-)
create mode 100644 include/hw/intc/aspeed_intc.h
create mode 100644 include/hw/misc/aspeed_sli.h
create mode 100644 hw/arm/aspeed_ast27x0.c
create mode 100644 hw/intc/aspeed_intc.c
create mode 100644 hw/misc/aspeed_sli.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL v2 00/19] aspeed queue
2024-06-17 4:02 [PULL v2 00/19] aspeed queue Cédric Le Goater
@ 2024-06-17 18:38 ` Richard Henderson
0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2024-06-17 18:38 UTC (permalink / raw)
To: Cédric Le Goater, qemu-arm, qemu-devel
On 6/16/24 21:02, Cédric Le Goater wrote:
> The following changes since commit 05ad1440b8428b0ade9b8e5c01469adb8fbf83e3:
>
> Merge tag 'virtio-grants-v8-tag' ofhttps://gitlab.com/sstabellini/qemu into staging (2024-06-15 20:13:06 -0700)
>
> are available in the Git repository at:
>
> https://github.com/legoater/qemu/ tags/pull-aspeed-20240617
>
> for you to fetch changes up to 5f44521242d2fdfa190206a6be40577a58a71ef9:
>
> MAINTAINERS: Add reviewers for ASPEED BMCs (2024-06-16 21:08:54 +0200)
>
> ----------------------------------------------------------------
> aspeed queue:
>
> * Add AST2700 support
>
> Changes in v2:
>
> - Fixed class_size in TYPE_ASPEED_INTC definition
> - Fixed spelling : Unhandeled -> Unhandled
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.
r~
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-17 18:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 4:02 [PULL v2 00/19] aspeed queue Cédric Le Goater
2024-06-17 18:38 ` Richard Henderson
-- strict thread matches above, loose matches on Subject: below --
2022-07-14 15:44 Cédric Le Goater
2022-07-15 14:36 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).