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:c05::241; helo=mail-pg0-x241.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x241.google.com (mail-pg0-x241.google.com [IPv6:2607:f8b0:400e:c05::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 382BD220F33CF for ; Thu, 15 Feb 2018 07:08:28 -0800 (PST) Received: by mail-pg0-x241.google.com with SMTP id l24so4432372pgc.5 for ; Thu, 15 Feb 2018 07:14:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=4K5svnxu0agoKEDJiLtikOcR+Q7Vg+B2E/p5izk1gBk=; b=ibZ8Ndlv8gxmLeVsK32hHUzNq4uNvy8nRp9TOidQT6kqgr22Zy8+xG6KINtuGflyxE HFJH78vC4UhWU6d9WR8RBrBJq3zmfLgTZKbgVtj8AQw4uLRDp+oKPaVmu2j9ioEaFDBS 9KvylugOqKcy3XdsMdtxLDWaFneM6zeFA0lcI= 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=4K5svnxu0agoKEDJiLtikOcR+Q7Vg+B2E/p5izk1gBk=; b=DFc8L+/S/EGWpRoU41Eu21B13RiblI6S7nBNEnHL1oYozDOmq7VPtp2cjDzsHiyd51 21VC79o7ZoTgRpV6jQpFWJC5ZmGumFZAJ8ov32pFgHu9QMHo0j3zL3Qc/6JWb1F+UVxW oQSwpCfxOCIqmr26/sQqoQx2VafhexZbuRY42hhPFuaBZ17dlxXdv2xKKU7whIaLv/1O id2Iynfmrl1mtAm/lClhi/YiiiVInvwDJcuTd89jiqRrhvHsczgvrpFu6EUWteU9jQWK +Ji/aDomOlFYMNRsNB7HzqIrsZ/Jeev4UZuoZnziqtjMm3vNWK0ExcycuOSjcTNOxlbS qY/A== X-Gm-Message-State: APf1xPB9rfHMnz1Ow5DZ09sM9g3uhWkwdwogqO5EaJRUjbRD3YtRyEG1 W+c/YLhz108I/lQwKVDflv0BrO6k/2g= X-Google-Smtp-Source: AH8x226RRCbytrnEOWON4UBaIwarkh4cfg50x1KcriGduGSe/bCZvGCZj1ZDHgtxtGB9FrZKAzlOjg== X-Received: by 10.99.65.133 with SMTP id o127mr2448153pga.13.1518707660249; Thu, 15 Feb 2018 07:14:20 -0800 (PST) Received: from localhost.localdomain ([64.64.108.76]) by smtp.gmail.com with ESMTPSA id l64sm47498857pfg.62.2018.02.15.07.14.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Feb 2018 07:14:18 -0800 (PST) From: Haojian Zhuang To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, linaro-uefi@lists.linaro.org Cc: Haojian Zhuang Date: Thu, 15 Feb 2018 23:14:07 +0800 Message-Id: <1518707649-16912-1-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH 0/2] add boot options in HiKey X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 15:08:28 -0000 ChangeLog: v1: *Create boot options in emu variable region. Haojian Zhuang (2): Platform/Hisilicon/HiKey960: add boot options Platform/Hisilicon/HiKey: add boot options Platform/Hisilicon/HiKey/HiKey.dsc | 3 + Platform/Hisilicon/HiKey/HiKey.fdf | 239 +++++++++++++++++++++++++++++- Platform/Hisilicon/HiKey960/HiKey960.dsc | 3 + Platform/Hisilicon/HiKey960/HiKey960.fdf | 241 ++++++++++++++++++++++++++++++- 4 files changed, 482 insertions(+), 4 deletions(-) -- 2.7.4