[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 16/23] aspeed: ast27x0: Correct hex notation for device addresses
From: |
Cédric Le Goater |
Subject: |
[PULL 16/23] aspeed: ast27x0: Correct hex notation for device addresses |
Date: |
Mon, 5 May 2025 11:06:28 +0200 |
From: Steven Lee <steven_lee@aspeedtech.com>
Corrected the hexadecimal notation for several device addresses in the
aspeed_soc_ast2700_memmap array by changing the uppercase 'X' to
lowercase 'x'.
Signed-off-by: Steven Lee <steven_lee@aspeedtech.com>
Change-Id: I45426e18ea8e68d7ccdf9b60c4ea235c4da33cc3
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link:
20250502103449.3091642-3-steven_lee@aspeedtech.com">https://lore.kernel.org/qemu-devel/20250502103449.3091642-3-steven_lee@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
hw/arm/aspeed_ast27x0.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/hw/arm/aspeed_ast27x0.c b/hw/arm/aspeed_ast27x0.c
index 21769669df27..1974a257660c 100644
--- a/hw/arm/aspeed_ast27x0.c
+++ b/hw/arm/aspeed_ast27x0.c
@@ -46,7 +46,7 @@ static const hwaddr aspeed_soc_ast2700_memmap[] = {
[ASPEED_DEV_RTC] = 0x12C0F000,
[ASPEED_DEV_TIMER1] = 0x12C10000,
[ASPEED_DEV_SLI] = 0x12C17000,
- [ASPEED_DEV_UART4] = 0X12C1A000,
+ [ASPEED_DEV_UART4] = 0x12C1A000,
[ASPEED_DEV_IOMEM1] = 0x14000000,
[ASPEED_DEV_FMC] = 0x14000000,
[ASPEED_DEV_SPI0] = 0x14010000,
@@ -67,19 +67,19 @@ static const hwaddr aspeed_soc_ast2700_memmap[] = {
[ASPEED_DEV_I2C] = 0x14C0F000,
[ASPEED_DEV_INTCIO] = 0x14C18000,
[ASPEED_DEV_SLIIO] = 0x14C1E000,
- [ASPEED_DEV_VUART] = 0X14C30000,
- [ASPEED_DEV_UART0] = 0X14C33000,
- [ASPEED_DEV_UART1] = 0X14C33100,
- [ASPEED_DEV_UART2] = 0X14C33200,
- [ASPEED_DEV_UART3] = 0X14C33300,
- [ASPEED_DEV_UART5] = 0X14C33400,
- [ASPEED_DEV_UART6] = 0X14C33500,
- [ASPEED_DEV_UART7] = 0X14C33600,
- [ASPEED_DEV_UART8] = 0X14C33700,
- [ASPEED_DEV_UART9] = 0X14C33800,
- [ASPEED_DEV_UART10] = 0X14C33900,
- [ASPEED_DEV_UART11] = 0X14C33A00,
- [ASPEED_DEV_UART12] = 0X14C33B00,
+ [ASPEED_DEV_VUART] = 0x14C30000,
+ [ASPEED_DEV_UART0] = 0x14C33000,
+ [ASPEED_DEV_UART1] = 0x14C33100,
+ [ASPEED_DEV_UART2] = 0x14C33200,
+ [ASPEED_DEV_UART3] = 0x14C33300,
+ [ASPEED_DEV_UART5] = 0x14C33400,
+ [ASPEED_DEV_UART6] = 0x14C33500,
+ [ASPEED_DEV_UART7] = 0x14C33600,
+ [ASPEED_DEV_UART8] = 0x14C33700,
+ [ASPEED_DEV_UART9] = 0x14C33800,
+ [ASPEED_DEV_UART10] = 0x14C33900,
+ [ASPEED_DEV_UART11] = 0x14C33A00,
+ [ASPEED_DEV_UART12] = 0x14C33B00,
[ASPEED_DEV_WDT] = 0x14C37000,
[ASPEED_DEV_SPI_BOOT] = 0x100000000,
[ASPEED_DEV_LTPI] = 0x300000000,
--
2.49.0
- [PULL 03/23] tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500, (continued)
- [PULL 03/23] tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500, Cédric Le Goater, 2025/05/05
- [PULL 06/23] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize, Cédric Le Goater, 2025/05/05
- [PULL 04/23] tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2600, Cédric Le Goater, 2025/05/05
- [PULL 10/23] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region, Cédric Le Goater, 2025/05/05
- [PULL 11/23] hw/arm/aspeed: Add support for loading vbootrom image via "-bios", Cédric Le Goater, 2025/05/05
- [PULL 12/23] tests/functional/aspeed: Add to test vbootrom for AST2700, Cédric Le Goater, 2025/05/05
- [PULL 09/23] tests/functional/aspeed: extract boot and login sequence into helper function, Cédric Le Goater, 2025/05/05
- [PULL 05/23] tests/functional/aspeed: Update test ASPEED SDK v03.00 for AST1030, Cédric Le Goater, 2025/05/05
- [PULL 07/23] tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse, Cédric Le Goater, 2025/05/05
- [PULL 17/23] hw/intc/aspeed: Add support for AST2700 SSP INTC, Cédric Le Goater, 2025/05/05
- [PULL 16/23] aspeed: ast27x0: Correct hex notation for device addresses,
Cédric Le Goater <=
- [PULL 19/23] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC, Cédric Le Goater, 2025/05/05
- [PULL 15/23] aspeed: ast27x0: Map unimplemented devices in SoC memory, Cédric Le Goater, 2025/05/05
- [PULL 18/23] hw/intc/aspeed: Add support for AST2700 TSP INTC, Cédric Le Goater, 2025/05/05
- [PULL 23/23] docs: Add support for ast2700fc machine, Cédric Le Goater, 2025/05/05
- [PULL 13/23] docs/system/arm/aspeed: move AST2700 content to new section, Cédric Le Goater, 2025/05/05
- [PULL 14/23] docs/system/arm/aspeed: Support vbootrom for AST2700, Cédric Le Goater, 2025/05/05
- [PULL 20/23] hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC, Cédric Le Goater, 2025/05/05
- [PULL 21/23] hw/arm: Introduce ASPEED AST2700 A1 full core machine, Cédric Le Goater, 2025/05/05
- [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc, Cédric Le Goater, 2025/05/05