From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0C0BD2119FF48 for ; Tue, 5 Jun 2018 07:56:48 -0700 (PDT) Received: by mail-wm0-x243.google.com with SMTP id j15-v6so5780315wme.0 for ; Tue, 05 Jun 2018 07:56:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=2MjF6FgRtjUr7zrZVQPqDfiW6hs3r9V0b/GVfZQPADw=; b=e8r0e668pgboTtod98XNnb5NeX1zAdperuOLrOPu0mmnhY2gD2MUZCEWG756g8Et5t qcpUjNYtrQU2B8FPqu0UmQps39abT4dBV09vd2x8/2NWLc8YxpcoVWy3T+Z20nLJqtqu j0lFoLf3QlOrtNKXYA+rTvM2y9Y2DK2JsvPuM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=2MjF6FgRtjUr7zrZVQPqDfiW6hs3r9V0b/GVfZQPADw=; b=CofJFsNQfoamiC1vT0GWiYC2H/ch/pq4NvxDerJoDwrOjQQaGsjSHViM5PZfr+sLdU /2Hwf/D15r3Sid4nnGaCW+VKpz02/6jrNrtYtlcPDE8mcY/b2GhHyVzh8QXmyt0RkQX2 UWEJx9YzYpQdMuRmDP3pEH198Dm11ARMm6nnSbNfsNGxCY5Ri1i2uPirIkUkNDftUnvX zZ9v7u6w15jw7aCBt0Vjng5W+2riqDxGesPBoqEs0XJGeqn2LWGHutF59O1D59LO1nBg z14AjlvypvGwlL9yQCf36Ja/x5xpRQKsMLBMhTKGfnqX6eEhTk+KP+AH5Xbph/d73TFL Iu4w== X-Gm-Message-State: APt69E0dDJbDZmDwNJVm11dBAdXf6vkUbBxz4x4Ner/eBZ98u5hqniao uvwJksHWkrkOr4E3WW0e8HxAnA== X-Google-Smtp-Source: ADUXVKKP37HzfcsletWqLz53JkBBmEnove/zcQmzwujmGCcYrEvkjRqqKXxFHtremVOd/5kO99hlIw== X-Received: by 2002:a1c:8645:: with SMTP id i66-v6mr13025411wmd.40.1528210606642; Tue, 05 Jun 2018 07:56:46 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 203-v6sm2151309wmp.23.2018.06.05.07.56.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Jun 2018 07:56:45 -0700 (PDT) Date: Tue, 5 Jun 2018 15:56:43 +0100 From: Leif Lindholm To: Haojian Zhuang Cc: edk2-devel@lists.01.org, Laszlo Ersek , Ard Biesheuvel Message-ID: <20180605145643.mmi4uguwou2jskp2@bivouac.eciton.net> References: <1528091078-20889-1-git-send-email-haojian.zhuang@linaro.org> MIME-Version: 1.0 In-Reply-To: <1528091078-20889-1-git-send-email-haojian.zhuang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v8 edk-platforms 0/2] add platform boot options X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:56:48 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thanks Haoijian, Series Reviewed-by: Leif Lindholm Pushed as 9bb89f3323..da3e09e28d. On Mon, Jun 04, 2018 at 01:44:36PM +0800, Haojian Zhuang wrote: > Changelog: > v8: > * Rebase for virtual keyboard driver. > v7: > * Fix memory leakage on DevicePath. > v6: > * Remove redundant definition -- "GRUB_FILE_NAME". > v5: > * Avoid to merge device path and grub's file path in driver. > Merge them directly in DSC file. > * Avoid duplicated code to create boot options. > * Use goto to handle error condition. > v4: > * Add BootCount parameter in the interface. > v3: > * Move in initilization of boot entry. > * Update the name of interface in platform boot manager protocol. > v2: > * Update with platform boot manager protocol. > > Haojian Zhuang (2): > Platform/HiKey960: register predefined boot options > Platform/HiKey: create 4 boot options > > Platform/Hisilicon/HiKey/HiKey.dec | 10 +- > Platform/Hisilicon/{HiKey/HiKey.dec => HiKey960/HiKey960.dec} | 19 ++- > Platform/Hisilicon/HiKey/HiKey.dsc | 7 + > Platform/Hisilicon/HiKey960/HiKey960.dsc | 6 + > Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.inf | 11 ++ > Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf | 11 ++ > Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.h | 2 + > Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.h | 20 +-- > Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c | 164 +++++++++++++++++++ > Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c | 166 ++++++++++++++++++++ > 10 files changed, 384 insertions(+), 32 deletions(-) > copy Platform/Hisilicon/{HiKey/HiKey.dec => HiKey960/HiKey960.dec} (54%) > > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Ard Biesheuvel > -- > 2.7.4 >