From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c01::241; helo=mail-pl0-x241.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl0-x241.google.com (mail-pl0-x241.google.com [IPv6:2607:f8b0:400e:c01::241]) (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 38125226847A6 for ; Thu, 19 Apr 2018 03:43:14 -0700 (PDT) Received: by mail-pl0-x241.google.com with SMTP id bj1-v6so3000372plb.8 for ; Thu, 19 Apr 2018 03:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=48eUTuThWoNfzmDYjXduZynAKHwPu7IPlD1qbE4FuHQ=; b=G9ALvZrS6m+sIvOFCsHHB2xl7U3UUNfw+ogAPCnyw2yZ2I96WtGUZA/gDZo5DYIDR3 /5d3a0J5tJfrirx9QBmK6faOw/nmeA0RNL/JoS+WbXNnLScisBB1DJVRNnW1AJL79zzz eKV3Bbxy9FamS5jHQ1wzcwhc75IFOS01xRLps= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=48eUTuThWoNfzmDYjXduZynAKHwPu7IPlD1qbE4FuHQ=; b=prtKEGvrtBdHstA9HiITFEmwaxwRFesG2qPur/Wzs9Hk4C1d+BGoPJvEn4RtK0OVNP y6PBdSjpG2Ohz5pmt5hzpc4I99nc5lviAOsH2PmwU36vljtqTBWGr5EwJLIylx8WWOmx fAzY+V1GpCMZx93PHSH25whbS67VIYOWk8g+6ZNIdzfvtjs7NM4ZEYYHr6n9CLQ9UQ7/ qf39h9AlxLuTVF2NIa0UTTJhneQuEEQ9fs9XZH7h0noHCEA5NYbksw9rPp2YfW19Y1ln xt3YQ1um1EsMerRkjb4GH2kUZ00g3FadR1S7bfoQhiBvA5LrE1JGk9dqgWfe+eZRj6FQ UMiA== X-Gm-Message-State: ALQs6tD+p2qryTKG04xvaU2pyNP5uyRDrR3xlHh+ea8Moa9peJW6wacw syQlHf1f4Fhad980QFJ+/Yj6eCqyajw= X-Google-Smtp-Source: AIpwx4/48YLxNPt/KqeQLDC37vn47sz8cBEoVlba/z7n4Ei9PSHG+caUX2vEnLHCb4n6LQXAmHHypg== X-Received: by 2002:a17:902:d20b:: with SMTP id t11-v6mr5559251ply.381.1524134593614; Thu, 19 Apr 2018 03:43:13 -0700 (PDT) Received: from localhost.localdomain ([64.64.108.105]) by smtp.gmail.com with ESMTPSA id o64sm7353228pfb.62.2018.04.19.03.43.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Apr 2018 03:43:12 -0700 (PDT) From: Haojian Zhuang To: edk2-devel@lists.01.org Cc: Haojian Zhuang Date: Thu, 19 Apr 2018 18:43:01 +0800 Message-Id: <1524134583-1324-1-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH edk2-platforms v3 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: Thu, 19 Apr 2018 10:43:14 -0000 Changelog: 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 | 8 +- Platform/Hisilicon/HiKey/HiKey.dsc | 7 + Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c | 184 ++++++++++++++++++++ Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.inf | 11 ++ .../{HiKey/HiKey.dec => HiKey960/HiKey960.dec} | 17 +- Platform/Hisilicon/HiKey960/HiKey960.dsc | 6 + .../Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c | 185 +++++++++++++++++++++ .../Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf | 11 ++ 8 files changed, 417 insertions(+), 12 deletions(-) copy Platform/Hisilicon/{HiKey/HiKey.dec => HiKey960/HiKey960.dec} (56%) -- 2.7.4