From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by mx.groups.io with SMTP id smtpd.web12.14342.1575913084519586454 for ; Mon, 09 Dec 2019 09:38:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=l4ecONDw; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f67.google.com with SMTP id f129so196592wmf.2 for ; Mon, 09 Dec 2019 09:38:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rnzyBQxdPcCBjR+sGuZuoiP3n6WihHd3erAlsQPw4S0=; b=l4ecONDwTNOl7/b7wP5yt4oBxpH0oexhF9qG3RN7Pq1s3KP7VgfomVgJeT3LQS+P8B OYKpIDJKbgYmuMtE+dj9jqkDn0ndCCQsarEzYGt6g2/KuZsnPgKFUA6Jl1YBKC3BtNXo vrl3vfjhNLFMoAFAGwFwx65/3lUqKU7enKN8qzyGEqlVngqMkSSCjEcQKruPz8WSPNGb 9qtEqOhuspG2DKtqtbBgvf+mgRc6HOe7uajUUHTFu4hlKle0053xXGr3MBBRnS7geSmP MRLDQoayVzYARpDRNCT4qRQ4gwac6/4xhZ83KpUHTxz730DdVy1LEWqwPszXQsjXMkDr Cruw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rnzyBQxdPcCBjR+sGuZuoiP3n6WihHd3erAlsQPw4S0=; b=B5jOU/3gGxBS9Z31nBLDZbnxOO1W8m2dSwlwme1QkQNN5RrkYxOE/UNXJ+ivZMBZSi pVXAP3vDQrM2eM3v2i1MB/tkh2steTkY4C4q8wxuk2A4mJiArxGindYgn50C/noHe89F FjgYRvoZcSpHXkbWnuYZb7SlKUL1gWiI5wmFRJokGiJiVuLK99Uv4uZO6ujI5oUK+wsO YHwrssUtq/Yx/nTserI1gllYVt1sLJtcT7y2ZiBhMwuI7+lywP9JPKem7MdTC7i7hx9I L7yfkid4DZHJP2qDT6KOjL6l7FHqWkKVUCI/B1WtXIUkucyXBX/OQWR6nzU46Asr+Wli o/dw== X-Gm-Message-State: APjAAAXtd5KzCd3463QsTrYOceSyRg/C2zpZL5I366xhFwsixs6vWLyr Yv90B2Z2w8LuvvMlZg8on2kCA7WkpVBgBsNwlK1AIg== X-Google-Smtp-Source: APXvYqwNi8soeSIpMj/AkkngJZgsAEAKM9zn9BC50Vo1k6x6Bat0h88uIRRGznHKrVaHkf+6XIm0BLvxVf5JM0RFtIU= X-Received: by 2002:a1c:b406:: with SMTP id d6mr204840wmf.52.1575913083087; Mon, 09 Dec 2019 09:38:03 -0800 (PST) MIME-Version: 1.0 References: <20191209161521.1986-1-ard.biesheuvel@linaro.org> <20191209164702.GW7359@bivouac.eciton.net> In-Reply-To: <20191209164702.GW7359@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Mon, 9 Dec 2019 17:38:01 +0000 Message-ID: Subject: Re: [PATCH edk2-platforms 0/3] Seattle Overdrive fixes To: Leif Lindholm Cc: edk2-devel-groups-io Content-Type: text/plain; charset="UTF-8" On Mon, 9 Dec 2019 at 17:47, Leif Lindholm wrote: > > On Mon, Dec 09, 2019 at 17:15:18 +0100, Ard Biesheuvel wrote: > > Another set of tweaks to the Overdrive platform to increase compatibility > > with versions of the hardware that are still circulating but weren't quite > > production ready at the time. > > Ugh. > > Well, > Acked-by: Leif Lindholm > Thanks Pushed as 86d6e7dffbb5..3688ab6500e2 > > Ard Biesheuvel (3): > > Platform/Overdrive: revert streamID DT changes for first SATA port > > Silicon/AMD/Styx: add some more stream IDs for SATA0 to the IORT > > Silicon/AMD/Styx/PlatInitPei: ignore bogus MAC addresses provided by > > the SCP > > > > .../OverdriveBoard/DeviceTree/OverdriveBoard.dts | 9 ++------- > > .../AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc | 5 ++++- > > .../AMD/Styx/Drivers/PlatInitPei/PlatInitPei.c | 15 +++++++++++---- > > 3 files changed, 17 insertions(+), 12 deletions(-) > > > > -- > > 2.17.1 > >