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:c00::242; helo=mail-pf0-x242.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (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 DEC72226CD63C for ; Sun, 22 Apr 2018 23:22:47 -0700 (PDT) Received: by mail-pf0-x242.google.com with SMTP id g14so8396599pfh.3 for ; Sun, 22 Apr 2018 23:22:47 -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=xwVngpSu5YYX0YJzRt7b+SU9V3H/4XldDlKhhGo5ERg=; b=VQoHLJAmW362pVB/slLx65NKPmRCua9nfl5kFjqxAxDElNoFZlF8szr1P45jI7+vkS 6VxIegiyqO31e5wCLqGPTOZkjdv0N0YxHjyc2c108blC7IBHKI/ovyPJ/7Eq7m1c7v91 DimhYxhx8nhkqpcZcvoQdAVWWLjc2E46v2X3c= 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=xwVngpSu5YYX0YJzRt7b+SU9V3H/4XldDlKhhGo5ERg=; b=nrfFou8GjYndM/+k1x/YDl3V/4d2Pf7JqLFlPdg8wY5mkrN608yweI8KUXrtyeNdBI c1Hwccaf0yBSe/oNtKNqk/O6HekHU3N34g1ox4VEhsg78+EuMDjytolaYzT41YbdjY2o y6K51/hgwlli9iCypo+QQ8Awyk4i2jmXj4QW9tJzfqw3PWrX66jmo6QYMkomUITLRIIK ItJhW8lrxiu5906TVvu7F9vYZOCJRkRAUV3YuQ4lZjnCIS2GgfNZI7ecCqo48T9DOPL+ yYwrwk3s/vtghMJNcCgyV79j4UBtdgQr3yhOoxN+bx+7tQwZRz2oVup+E9EOZldKkcpq oRlg== X-Gm-Message-State: ALQs6tBUClmmKYaS7OTE+GuptG2EcZeaqIj46me3bROzdVnjcwdwim3n BFQ0UantP/NakjTtZrxhtq3KArlZTM8= X-Google-Smtp-Source: AIpwx49nR4oBuAkW4g+bzkekpbVHq3A7MWhOPMHzPxgMAETwo01KDO1n7zJpwIAZj3bqbuKklS6GXQ== X-Received: by 2002:a17:902:7291:: with SMTP id d17-v6mr19725048pll.218.1524464567307; Sun, 22 Apr 2018 23:22:47 -0700 (PDT) Received: from localhost.localdomain ([64.64.108.101]) by smtp.gmail.com with ESMTPSA id t80sm9373430pfg.0.2018.04.22.23.22.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 22 Apr 2018 23:22:46 -0700 (PDT) From: Haojian Zhuang To: edk2-devel@lists.01.org Cc: Haojian Zhuang Date: Mon, 23 Apr 2018 14:22:37 +0800 Message-Id: <1524464559-14549-1-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH edk2-platforms v4 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: Mon, 23 Apr 2018 06:22:48 -0000 Changelog: 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 | 8 +- Platform/Hisilicon/HiKey/HiKey.dsc | 7 + Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c | 181 ++++++++++++++++++++ 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 | 182 +++++++++++++++++++++ .../Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf | 11 ++ 8 files changed, 411 insertions(+), 12 deletions(-) copy Platform/Hisilicon/{HiKey/HiKey.dec => HiKey960/HiKey960.dec} (56%) -- 2.7.4