[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/8] aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc m
From: |
Cédric Le Goater |
Subject: |
[PATCH 6/8] aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machine |
Date: |
Thu, 4 Jul 2024 07:36:49 +0200 |
From: Cédric Le Goater <clg@kaod.org>
This value is taken from a running Rainier machine.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
hw/arm/aspeed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index 135f4eb72215..abd2412ad8b9 100644
--- a/hw/arm/aspeed.c
+++ b/hw/arm/aspeed.c
@@ -189,7 +189,7 @@ struct AspeedMachineState {
#define TACOMA_BMC_HW_STRAP2 0x00000040
/* Rainier hardware value: (QEMU prototype) */
-#define RAINIER_BMC_HW_STRAP1 0x00422016
+#define RAINIER_BMC_HW_STRAP1 (0x00422016 | AST2600_HW_STRAP_BOOT_SRC_EMMC)
#define RAINIER_BMC_HW_STRAP2 0x80000848
/* Fuji hardware value */
--
2.45.2
- Re: [PATCH 3/8] aspeed/scu: Add boot-from-eMMC HW strapping bit for AST2600 SoC, (continued)
- [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Cédric Le Goater, 2024/07/04
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Andrew Jeffery, 2024/07/04
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Cédric Le Goater, 2024/07/05
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Philippe Mathieu-Daudé, 2024/07/05
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Philippe Mathieu-Daudé, 2024/07/05
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Philippe Mathieu-Daudé, 2024/07/09
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Cédric Le Goater, 2024/07/10
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Philippe Mathieu-Daudé, 2024/07/10
- Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping, Cédric Le Goater, 2024/07/10
[PATCH 6/8] aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machine,
Cédric Le Goater <=
[PATCH 4/8] aspeed: Introduce a AspeedSoCClass 'boot_from_emmc' handler, Cédric Le Goater, 2024/07/04
[PATCH 8/8] aspeed: Introduce a 'boot-emmc' machine option, Cédric Le Goater, 2024/07/04
[PATCH 7/8] aspeed: Introduce a 'hw_strap1' machine attribute, Cédric Le Goater, 2024/07/04
Re: [PATCH 0/8] aspeed: Add boot from eMMC support (AST2600), Andrew Jeffery, 2024/07/04