From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-x232.google.com (mail-ua0-x232.google.com [IPv6:2607:f8b0:400c:c08::232]) (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 4BC7121A00AD4 for ; Fri, 30 Jun 2017 15:37:46 -0700 (PDT) Received: by mail-ua0-x232.google.com with SMTP id g40so83656369uaa.3 for ; Fri, 30 Jun 2017 15:39:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=/z+JEFjgYwBxxoCnCVIJVi7/Nfa8T7hJS0p6COz5bSI=; b=vv7Dvaz8yI/s2o3CrhLbCLX+5BmtNvlz8Tj5DB0mh1OwrrLLRMJRvK9edK8wz9MEAo xwMBfEUq1tuNll1zE6HAquIqB4zXazvn2o+JOxKYR2PSSb+w4Sv/DpnVrOZYeL+rL2CG tWFxKEw3+8Hr/KyTGWx02WdAqyYT3ZwkZRmFY66ro+xw7ODTQwpgsxL//m4LGaePhNxA U/g6UQQ8aXqVbLjcTCQMWICyg0v9ejhCAkHAWNvMHPJFfjF0OTjb5VYD6xZNK0XmgCbR uiPcK8bPt3hgDM+nZBQM95CdM71YpAHHuB9JyLwmE7guyC6tf/0ujTyjzWHQ6gHvicGK pMmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/z+JEFjgYwBxxoCnCVIJVi7/Nfa8T7hJS0p6COz5bSI=; b=tEWY8cheTFBIHzrLltG3pwE4Ni8ln7nLQdFFTHDUmz/L/uPQH6Q3oHlt5eSHNhGLeX a+kYocHHhuBlLTwdAFHL2pWML7t04efrtgcfoosw0gGtEDn608+FX3cuxxvHRHa0Cb7P WUIwOetKNhAkLymQsmSKY7RSXfySLd8gn2lzKUd9Yv/Ix8UPCN4NdJNy0H+xz/jVNiP3 2CWTnwYntJJhOQz5lJIHBMleyWkiFPkZjJlMTzkMtFEi6OwGsNj0KlTGV4iiN37EjIUG CbHZbiWr+D9tBeCZDWyYhPTTXsNQEV6PLvlwg+e0ri1f21MAPJ2h5BVeDNgZLaHaShoW c0pg== X-Gm-Message-State: AKS2vOxBKEfMV3OVbSBwXawX9EVL0KBGDXcAqbSpAvMGTSjWfxceQ+Ex RlSctk8ILv7sTJOrRXeMJQTIRRg6yo0FnN3ZGg== X-Received: by 10.176.93.2 with SMTP id u2mr13022778uaf.109.1498862359345; Fri, 30 Jun 2017 15:39:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.119.139 with HTTP; Fri, 30 Jun 2017 15:39:18 -0700 (PDT) From: Patrick Georgi Date: Sat, 1 Jul 2017 00:39:18 +0200 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [PATCH] BaseTools: Add COREBOOT tools definition X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2017 22:37:46 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable That toolset is defined as the current coreboot toolchain[0] at commit time. Right now this is gcc 6.3, iasl and GNU make, with minor patches as deemed necessary for firmware development by the coreboot maintainers. COREBOOT is primarily supposed to build CorebootPayloadPkg (and its dependencies), but should be suitable for other builds as well. It's tested to build a usable Ovmf image. For now, COREBOOT is a copy of the GCC5 rules, but it may diverge over time. [0] As built by https://review.coreboot.org/cgit/coreboot.git/tree/util/ crossgcc Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Patrick Georgi --=20 Google Germany GmbH, ABC-Str. 19, 20354 Hamburg Registergericht und -nummer: Hamburg, HRB 86891, Sitz der Gesellschaft: Hamburg Gesch=C3=A4ftsf=C3=BChrer: Matthew Scott Sucherman, Paul Terence Manicle