[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 50f97a: arm: Remove swift-bmc machine
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] 50f97a: arm: Remove swift-bmc machine |
Date: |
Tue, 01 Mar 2022 02:43:38 -0800 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 50f97a0ec6e81b8713c2e3868e8b1a0f8a44b82f
https://github.com/qemu/qemu/commit/50f97a0ec6e81b8713c2e3868e8b1a0f8a44b82f
Author: Joel Stanley <joel@jms.id.au>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M docs/about/deprecated.rst
M docs/about/removed-features.rst
M docs/system/arm/aspeed.rst
M hw/arm/aspeed.c
Log Message:
-----------
arm: Remove swift-bmc machine
It was scheduled for removal in 7.0.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: e1acf581c9eb4e59e794fd6137986edd8a4406c0
https://github.com/qemu/qemu/commit/e1acf581c9eb4e59e794fd6137986edd8a4406c0
Author: Joel Stanley <joel@jms.id.au>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M hw/arm/aspeed_ast2600.c
A hw/misc/aspeed_sbc.c
M hw/misc/meson.build
M include/hw/arm/aspeed_soc.h
A include/hw/misc/aspeed_sbc.h
Log Message:
-----------
ast2600: Add Secure Boot Controller model
Just a stub that indicates the system has booted in secure boot mode.
Used for testing the driver:
https://lore.kernel.org/all/20211019080608.283324-1-joel@jms.id.au/
Signed-off-by: Joel Stanley <joel@jms.id.au>
[ clg: - Fixed typo
- Adjusted Copyright dates ]
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: bcb122f8bbb270ff2ce847b8c41c3105dd4bee2f
https://github.com/qemu/qemu/commit/bcb122f8bbb270ff2ce847b8c41c3105dd4bee2f
Author: Joel Stanley <joel@jms.id.au>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M hw/arm/aspeed.c
Log Message:
-----------
aspeed: rainier: Add i2c LED devices
This helps quieten booting the current Rainier kernel.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: b6d1df64824d554d1e48133fdb535dbe89bc7d69
https://github.com/qemu/qemu/commit/b6d1df64824d554d1e48133fdb535dbe89bc7d69
Author: Joel Stanley <joel@jms.id.au>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M hw/arm/aspeed.c
Log Message:
-----------
aspeed: rainier: Add strap values taken from hardware
When time permits, we should introduce defines for the HW strapping
registers to cleanly decode the values.
SCU500 = 0x00422016
Disable ARM JTAG trusted world debug: 0x1
Disable ARM JTAG debug: 0x1
VGA Memory Size: 0x1 [16MB]
Cortex M3: 0x1 [Disabled]
Boot device: 0x1 [eMMC]
Reserved: 0x1
SCU510 = 0x80000848
Secure Boot Enable: 0x1
Enable boot SPI or eMMC ABR (second boot): 0x1
Enable LPC mode: 0x1 [LPC]
Disable LPC SuperIO 0x2e/0x4e: 0x1
Signed-off-by: Joel Stanley <joel@jms.id.au>
[ clg: rewrote the commit log ]
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: f4aec2523b479cb555473e6b03fe8db142a14a3b
https://github.com/qemu/qemu/commit/f4aec2523b479cb555473e6b03fe8db142a14a3b
Author: Cédric Le Goater <clg@kaod.org>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M hw/arm/aspeed.c
Log Message:
-----------
aspeed: Introduce a create_pca9552() helper
This unifies the way we create the pca9552 devices on the different boards.
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: 7c8d2fc4f9cf55eaf0960aff3e77c7b8aebf90ab
https://github.com/qemu/qemu/commit/7c8d2fc4f9cf55eaf0960aff3e77c7b8aebf90ab
Author: Cédric Le Goater <clg@kaod.org>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M hw/ssi/aspeed_smc.c
M include/hw/ssi/aspeed_smc.h
Log Message:
-----------
aspeed/smc: Add an address mask on segment registers
Only a limited set of bits are used for decoding the Start and End
addresses of the mapping window of a flash device.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: 3671342a38f21316a2bda62e7d607bbaedd60fd8
https://github.com/qemu/qemu/commit/3671342a38f21316a2bda62e7d607bbaedd60fd8
Author: Cédric Le Goater <clg@kaod.org>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M hw/misc/aspeed_sdmc.c
M hw/misc/trace-events
Log Message:
-----------
aspeed/sdmc: Add trace events
This is useful to analyze changes in the U-Boot RAM driver when SDRAM
training is performed.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Commit: a8d39f5b5ae899b1c872f128f82959158cfce048
https://github.com/qemu/qemu/commit/a8d39f5b5ae899b1c872f128f82959158cfce048
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M docs/about/deprecated.rst
M docs/about/removed-features.rst
M docs/system/arm/aspeed.rst
M hw/arm/aspeed.c
M hw/arm/aspeed_ast2600.c
A hw/misc/aspeed_sbc.c
M hw/misc/aspeed_sdmc.c
M hw/misc/meson.build
M hw/misc/trace-events
M hw/ssi/aspeed_smc.c
M include/hw/arm/aspeed_soc.h
A include/hw/misc/aspeed_sbc.h
M include/hw/ssi/aspeed_smc.h
Log Message:
-----------
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220227'
into staging
aspeed queue:
* Removal of the swift-bmc machine
* New Secure Boot Controller model
* Improvements on the rainier machine
* Various small cleanups
# gpg: Signature made Sun 27 Feb 2022 08:45:45 GMT
# gpg: using RSA key A0F66548F04895EBFE6B0B6051A343C7CFFBECA1
# gpg: Good signature from "Cédric Le Goater <clg@kaod.org>" [undefined]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: A0F6 6548 F048 95EB FE6B 0B60 51A3 43C7 CFFB ECA1
* remotes/legoater/tags/pull-aspeed-20220227:
aspeed/sdmc: Add trace events
aspeed/smc: Add an address mask on segment registers
aspeed: Introduce a create_pca9552() helper
aspeed: rainier: Add strap values taken from hardware
aspeed: rainier: Add i2c LED devices
ast2600: Add Secure Boot Controller model
arm: Remove swift-bmc machine
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Compare: https://github.com/qemu/qemu/compare/00483d386901...a8d39f5b5ae8
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 50f97a: arm: Remove swift-bmc machine,
Peter Maydell <=