[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] dtuart fixes
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Wed, 2 Sep 2026 09:36:03 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=AMJG6YY/did3lw8VI5dydANsaKn6RmKRYMhQgxT+AHM=; b=tv2YYcJ9gdbyCt5bC7Luei8R9b1zF4E+jPYRAqhMNStB0M1dZRPiST43+njj3rpzFqpp1Pheqltw7KQIzUiMO+1C7cqw//w7kE7UakbPpqp5AWXLuMPQ9O+NWpiHRIpYE70Ug2xhjSLtvNYkh85Qmv7TqGTcqeqpflUOXJhj00vKi85/O/28DJERVW/1W3u9uvZXnE4WX8pF4zkn3D/EJryw/+5ozYfGTrmqbnrF2zaxnGK9rIFfH/vwoEcrbIl4ViCCC+mxoAJSKgSqBCtMSC/pSc0fg8CyxFF4tjShsxpn4L3cCguTp04S8cwbz53SExY5f2gaTXXGk35BSUlO4g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=zFh30hrSgjMlwmaZmFINW9ZQPKEmG0/wLJAcGR8hJ6O93IRWKZQX6vqWaJ4wPkMOkLS632onOf3f5OgyFh54vMn404v8unpjBtH5f9fvymCEGDJFe8+22T9MeySlw0oVPKKtROZcJICZZIzpvg+mi4mo8m7lGq1nvhzqVYoWO7fkB2K9JHRTlKLUq6YQdvxW2p4IhfAGaLI38lYvTg/nddA7A+ymrFVHbBGU1XE9ZkCrqQQMG1EdNLPfYH0/0oVZJCvH8TS1Lo0XAbtfsvLkpmhQ2PCcuFwpieV1LbtqtQrZhpGV76+KmQjkZT3stdZfchr3UH3lRJxxek59QCaIdw==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "Jan Beulich" <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger@xxxxxxxxxxxxxx>, "Stefano Stabellini" <sstabellini@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Wed, 02 Sep 2026 07:36:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Michal Orzel (3):
cmdline: Document console=dtuart option
drivers/char: Check if console=dtuart for ACPI SPCR serial bring up
drivers/char: Panic when the requested UART fails to initialise
docs/misc/xen-command-line.pandoc | 13 +++++--
xen/arch/arm/setup.c | 5 ++-
xen/arch/riscv/setup.c | 6 +++-
xen/drivers/char/uart-init.c | 56 ++++++++++++++++++-------------
xen/include/xen/serial.h | 6 +++-
5 files changed, 56 insertions(+), 30 deletions(-)
--
2.43.0
|