Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754700Ab3I1Rco (ORCPT ); Sat, 28 Sep 2013 13:32:44 -0400 Received: from mail-qc0-f179.google.com ([209.85.216.179]:35256 "EHLO mail-qc0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754479Ab3I1Rcl (ORCPT ); Sat, 28 Sep 2013 13:32:41 -0400 From: Roy Franz To: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, matt.fleming@intel.com, linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk Cc: msalter@redhat.com, hpa@zytor.com, Roy Franz Subject: [PATCH V2 ] Improve EFI stub command line conversion Date: Sat, 28 Sep 2013 10:32:56 -0700 Message-Id: <1380389577-27039-1-git-send-email-roy.franz@linaro.org> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 886 Lines: 27 Improve the conversion of the UTF-16 EFI command line to UTF-8 for passing to the kernel. Depends on series: [PATCH V4 0/6] ADD ARM EFI stub Changes from V1: * Fix loop limit when processing UTF-16 EFI command line * Break out from series: [PATCH V5 00/18] ARM EFI stub common code * Now includes caller fixup in ARM EFI stub. H. Peter Anvin (1): Improve EFI stub command line conversion arch/arm/boot/compressed/efi-stub.c | 2 +- arch/x86/boot/compressed/eboot.c | 3 +- drivers/firmware/efi/efi-stub-helper.c | 93 ++++++++++++++++++++++++-------- 3 files changed, 72 insertions(+), 26 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/