qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] hw: aspeed: Init all UART's with serial devices
@ 2022-05-16  6:23 Peter Delevoryas
  2022-05-16  6:23 ` [PATCH v2 1/5] hw: aspeed: Add missing UART's Peter Delevoryas
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Peter Delevoryas @ 2022-05-16  6:23 UTC (permalink / raw)
  Cc: pdel, irischenlj, qemu-arm, qemu-devel, clg, zev, openbmc, andrew,
	peter.maydell, joel

v2:
- Rebased on Cedric's irq proposal. [1]
- Added "Introduce common UART init function" patch
- Added "Add uarts_num SoC attribute" patch
- Rewrote last commit's message for clarity

I tried testing this by running acceptance tests, particularly the
boot_linux_console.py file, but I had to disable the raspi2_initrd case.
It's not related to my changes (A/B tested and it fails on upstream/master
too), but thought I would mention that.

I also manually tested several machines:

AST2400: https://github.com/facebook/openbmc/releases/download/v2021.49.0/wedge100.mtd
AST2500: https://github.com/facebook/openbmc/releases/download/v2021.49.0/fby3.mtd
AST2600: https://github.com/facebook/openbmc/releases/download/v2021.49.0/fuji.mtd
AST1030: https://github.com/peterdelevoryas/OpenBIC/releases/download/oby35-cl-2022.13.01/Y35BCL.elf

[1] https://lore.kernel.org/qemu-devel/20220516055620.2380197-1-clg@kaod.org/

Peter Delevoryas (5):
  hw: aspeed: Add missing UART's
  hw: aspeed: Add uarts_num SoC attribute
  hw: aspeed: Ensure AST1030 respects uart-default
  hw: aspeed: Introduce common UART init function
  hw: aspeed: Init all UART's with serial devices

 hw/arm/aspeed_ast10x0.c     | 32 +++++++++++++++++++++++++++-----
 hw/arm/aspeed_ast2600.c     | 27 ++++++++++++++++++++++-----
 hw/arm/aspeed_soc.c         | 33 +++++++++++++++++++++++++++++----
 include/hw/arm/aspeed_soc.h | 10 ++++++++++
 4 files changed, 88 insertions(+), 14 deletions(-)

-- 
2.30.2



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-05-16 16:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16  6:23 [PATCH v2 0/5] hw: aspeed: Init all UART's with serial devices Peter Delevoryas
2022-05-16  6:23 ` [PATCH v2 1/5] hw: aspeed: Add missing UART's Peter Delevoryas
2022-05-16  7:19   ` Cédric Le Goater
2022-05-16  6:23 ` [PATCH v2 2/5] hw: aspeed: Add uarts_num SoC attribute Peter Delevoryas
2022-05-16  7:20   ` Cédric Le Goater
2022-05-16  6:23 ` [PATCH v2 3/5] hw: aspeed: Ensure AST1030 respects uart-default Peter Delevoryas
2022-05-16  7:20   ` Cédric Le Goater
2022-05-16  6:23 ` [PATCH v2 4/5] hw: aspeed: Introduce common UART init function Peter Delevoryas
2022-05-16  7:20   ` Cédric Le Goater
2022-05-16  6:23 ` [PATCH v2 5/5] hw: aspeed: Init all UART's with serial devices Peter Delevoryas
2022-05-16  7:22   ` Cédric Le Goater
2022-05-16  7:18 ` [PATCH v2 0/5] " Cédric Le Goater
2022-05-16 12:33   ` Andrew Jeffery
2022-05-16 16:20   ` Peter Delevoryas

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).