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::243; helo=mail-pf0-x243.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::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 39A452096F334 for ; Sun, 3 Jun 2018 22:44:49 -0700 (PDT) Received: by mail-pf0-x243.google.com with SMTP id a22-v6so2200879pfo.12 for ; Sun, 03 Jun 2018 22:44:49 -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=PBqIY0V2VddJWHGbDcIuUGgYbK7U+oOhAzx9NE0lxH0=; b=XawSqS8HtcuwcnNrTFCjDyjgxSnlO6Rx/wKZMO13dG9pTQ/B3aFkqoI+dD55LQYDJ5 rUUOqS6MC51VjkUpKJUHuC31Mr4DSTZBvkWHEL2bQ1A/e7uEboL5Rdq1uWDY4PlvSmTM RAkkKhnOvFnvRCxsmSXnesx+IlHFNVIzkFlIY= 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=PBqIY0V2VddJWHGbDcIuUGgYbK7U+oOhAzx9NE0lxH0=; b=GgYhbvZBXaxXEuDnygcVRneGa2Nb7+1uzW1GH0y386rs6Cw62y662KouTzg1oh14S7 YF1ZJJjzrXOEV7iTtj8CQUE1T6QUjoYm5X+eSb6EO5u74XwLaGSLch6QChhRxcdCN8J5 3ajrIEqGjdQx9em136O8cT9c1cRQPrMDordXF0rAlq/jthQwOHkK4UQn8URXary50oOy enQCH5KQmS4FIlw0rAhaT3oWnAc2U4f3yO8YXd4wZtd7RVG2MSDA+V7Cq0vmzwQrVkCw oviIoNGiHgXuEqsNV2KrbnXRe9M+54Vw6z4kBxgnCz/5LP5ZlSwl8C0b0dQv6icYLhwa Z3fg== X-Gm-Message-State: ALKqPwetxKAUKIZLWVmZsJ4hcQ8s4mjf1ibRgXx7q8zsZ8UZou6dhetn WuF9bFSc8l0wB5A+PmUwLHYS5hNX3pM= X-Google-Smtp-Source: ADUXVKKZqO9+8Jvu2dDYO3/F7lpASeWCsc873NwmjKM1ocwXvjVbqIBjKOGEM0MAf/Qb1WzvFaic3Q== X-Received: by 2002:a63:343:: with SMTP id 64-v6mr16397452pgd.354.1528091089239; Sun, 03 Jun 2018 22:44:49 -0700 (PDT) Received: from localhost.localdomain ([64.64.108.95]) by smtp.gmail.com with ESMTPSA id x4-v6sm76669262pfb.99.2018.06.03.22.44.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Jun 2018 22:44:48 -0700 (PDT) From: Haojian Zhuang To: edk2-devel@lists.01.org Cc: Haojian Zhuang , Laszlo Ersek , Leif Lindholm , Ard Biesheuvel Date: Mon, 4 Jun 2018 13:44:36 +0800 Message-Id: <1528091078-20889-1-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [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: Mon, 04 Jun 2018 05:44:50 -0000 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