[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] Early printk code cleanup
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Fri, 18 Nov 2022 12:46:15 +0100
- 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
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=i9KnuJkP21+QZx681R7RotNsZmP72uq/NRP3ENsO2ho=; b=NVrIUG5Hx+3EoAN4UTrHf3Kn4Tn5zfYNdS1chYy1d7EMFqgKu44EQf+V43QF81svoyE/2CVd7hIspyfsTkR+O5+LL/xJ/W9dOuhOVLaJh1xeRbH3uxH2YzlPiEyD39BswYDxL/CtnkcA8jjlcblPySZdowvKoy+u5r/57GFq58jzK8PZtA47rWeXcP3NkuQG6h3DcHnNOMzs4ILzprmk71SzKgu0wNxQwDd7J8x9ER+NUZg8JJg7rCOK8WRZEu4BrU9Kkudc9HnbHOoRvUqsW0bZXo7gDDyxCInkPIBcYQofcShnlVsd3lqKx8fkaoUaLBNUkQmPnu9s+FReW1Vy8A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mhpX5Q3hHPKSqTwefrWXTlpxiQc2JzLbfZsC3cLyVMPJCS/dT9DlVGaEH1+nRykMNI/Kef1mULbiCrbxL6vVZQCJ7fNJ6a7oWJLSzIIVcain9yxtWXh7VJYg7TQy7iUqGZ6N5L5Ebm/Sk2sNJ29mDBC4/TlIU8sion4dPM7m5roebZeMnbibnbjM3Wq+fwdNHRjMeBjm9smhR1buT8sRdOblk3TAHrKW4AtjLQ1dBY4JG8fdkYQuUkjpkCIvIGRvhipVn/uo0D3tCYHfWbyDEiXw+L76rNatVe7C5TdPTfJiTgGSq5LyjkfjkZpHuwXBtMQeKhsGe4hn/DJBCAxD0A==
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Fri, 18 Nov 2022 11:46:57 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This patch series performs simple early printk code cleanup around PL011.
No functional changes has been made.
Michal Orzel (3):
xen/arm: Drop early_uart_init macro from debug-meson.inc
xen/arm: debug-pl011.inc: Use macros instead of hardcoded values
xen/arm: Define WLEN_8 macro and use it in debug-pl011
xen/arch/arm/arm32/debug-pl011.inc | 2 +-
xen/arch/arm/arm64/debug-meson.inc | 7 ++++---
xen/arch/arm/arm64/debug-pl011.inc | 22 ++++++++++++----------
xen/arch/arm/include/asm/pl011-uart.h | 1 +
4 files changed, 18 insertions(+), 14 deletions(-)
--
2.25.1
|