From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E379C1A1F08 for ; Wed, 21 Sep 2016 13:33:23 -0700 (PDT) Received: from E107800.Emea.Arm.com (e107800.emea.arm.com [10.1.33.85]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id u8LKXKha008453; Wed, 21 Sep 2016 21:33:20 +0100 From: evan.lloyd@arm.com To: edk2-devel@ml01.01.org Cc: Ard Biesheuvel , Leif Lindholm , Ryan Harkin Date: Wed, 21 Sep 2016 21:33:12 +0100 Message-Id: <20160921203315.11204-1-evan.lloyd@arm.com> X-Mailer: git-send-email 2.8.3 Subject: [PATCH 0/3] PL011 updates. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 20:33:24 -0000 From: Evan Lloyd This patchset comprises two very minor fixes to the PL011 UART related code, and some comment updates. The FIFO fix amounts to a performance improvement in limited circumstaces, where some older platforms might not used the FIFO. The UINTN cast fix preempts errors on future 32-bit platforms. The code can be inspected at: https://github.com/EvanLloyd/tianocore/tree/pl011a_v1 Alexei (2): ArmPlatformPkg: Correct mendacious comments. ArmPlatformPkg: Remove UINTN cast when setting BaudRate. Evan Lloyd (1): ArmPlatformPkg: Fix PL011 FIFO size test ArmPlatformPkg/Include/Drivers/PL011Uart.h | 5 ++--- ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.c | 16 +++++++-------- ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c | 21 +++++++++----------- 3 files changed, 19 insertions(+), 23 deletions(-) -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")