- Jul 10, 2019
-
-
Jian J Wang authored
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1910 '--recursive' in cloning edk2 repo might cause failure on machine behind firewall. It's not actually necessary for edk2. This patch removed it from git command. A separate command $ git submodule update --init is added to retrieve repo specified via submodule. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Jian J Wang <jian.j.wang@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- May 22, 2019
-
-
Michael Kubacki authored
Adds information to Readme.md for Intel platforms recently moved to the edk2-platforms repository. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Signed-off-by:
Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by:
Nate DeSimone <nathaniel.l.desimone@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- May 17, 2019
-
-
Michael D Kinney authored
* Remove the Contributions.txt files from the edk2-platforms repository that contained the TianoCore Contribution Agreement. * Update Readme.md in the root of the edk2-platforms repository to state that BSD+Patent is the preferred license for the EDK II project. * Point to the Readme.md file in the edk2 repository for details on how to contribute along with the commit message format. * Point to the Readme.md file in the edk2 repository for the meaning of Signed-off-by that means the contributor certifies compliance to the Developer's Certificate of Origin 1.1. https://developercertificate.org https://bugzilla.tianocore.org/show_bug.cgi?id=1373 This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Thad Gillispie <thad.gillispie@intel.com> Cc: Daocheng Bu <daocheng.bu@intel.com> Cc: Isaac W Oram <isaac.w.oram@intel.com> Cc: Maciej Piwko <maciej.piwko@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Shifei A Lu <shifei.a.lu@intel.com> Cc: Xiaohu Zhou <bowen.zhou@intel.com> Cc: Ankit Sinha <ankit.sinha@intel.com> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- May 13, 2019
-
-
Michael D Kinney authored
https://bugzilla.tianocore.org/show_bug.cgi?id=1467 https://bugzilla.tianocore.org/show_bug.cgi?id=1374 https://bugzilla.tianocore.org/show_bug.cgi?id=1793 Update Maintainers.txt for the following packages: * Drivers/OptionRomPkg * Platform/BeagleBoard/BeagleBoardPkg * Platform/Intel/QuarkPlatformPkg * Platform/Intel/Vlv2TbltDevicePkg * Silicon/Intel/QuarkSocPkg * Silicon/Intel/Vlv2DeviceRefCodePkg * Silicon/TexasInstruments/Omap35xxPkg Add the following platforms to Readme.md * BeagleBoard * MinnowBoard Max/Turbot * Galileo Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by:
Zailiang Sun <zailiang.sun@intel.com> Reviewed-by:
Kelly Steele <kelly.steele@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com>
-
- Feb 15, 2019
-
-
Pete Batard authored
Documentation is split between general plaform data and OS testing and installation details. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Pete Batard <pete@akeo.ie> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- Jan 11, 2019
-
-
Nariman Poushin authored
This covers the bulk of the information originally present in https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg-AArch64 regarding building and running the Foundation/Base FVP Platforms. The sections on fetching source have been delegated to the root Readme.md Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Nariman Poushin <nariman.poushin@linaro.org> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- Dec 11, 2018
-
-
Nariman Poushin authored
Openssl is fetched as a git submodule, so make sure git clone --recursive is specified in the instructions to fetch a full source tree. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Nariman Poushin <nariman.poushin@linaro.org> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- Jul 03, 2018
-
-
Christopher Co authored
Fix for issue found when running patch check script. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Christopher Co <christopher.co@microsoft.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
Christopher Co authored
Fix for issue found when running patch check script Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:
Christopher Co <christopher.co@microsoft.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- Jun 22, 2018
-
-
Masahisa Kojima authored
Socionext SynQuacer(SC2A11) was already supported and Developerbox(Linaro's 96Boards EE compliant board) is publicly available. Let's add in Supported Platforms. Signed-off-by:
Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org>
-
- Aug 03, 2017
-
-
Leif Lindholm authored
Add License.txt, copied verbatim from commit efd798c1eb of https://git.linaro.org/uefi/OpenPlatformPkg.git Add Contributions.txt from verbatim from commit 7d3921f893 of https://github.com/tianocore-docs/edk2-TemplateSpecification Add Maintainers.txt Adapted from edk2-non-osi master branch. Add Readme.md Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:
Leif Lindholm <leif.lindholm@linaro.org>
-