From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by mx.groups.io with SMTP id smtpd.web09.13476.1575910025840310837 for ; Mon, 09 Dec 2019 08:47:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=hQN3otq5; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: leif.lindholm@linaro.org) Received: by mail-wr1-f68.google.com with SMTP id c9so16982929wrw.8 for ; Mon, 09 Dec 2019 08:47:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=MJ9dihIJA1fAGbixKdLWGLNbf+WgCBq5uVNqHTKr3fs=; b=hQN3otq5W77kMc3t8Fj0W4Uzs379GkuqBXUhQe1SqXFGZ4m8ZVNPSehR2bEgee2+F6 Ji+DiZ/J8qUxKHlIIAx/lZxAqABEbvUCGDZKgwH4rXsYXqo8jF8gfkGSJf2U/LqD8G8C RdZD2j3KAuLCncW11i+vHPVI3lgfXaos8TyTVEbLZZwTarMW67O5iH8U521sXRPm7PQk HVC57N6+aolT4xme2TzBVF/wj+DsafgFAwH5ddM0Rl9fmRPT8Dd4ecm3UK1cfcIFe4v8 HDjJ5uSNi9qU9i9QvUNPL5qviOxojN0YdTlf+PA1JOj0fqoU5J2nJUWPQHN+vpzuRHOU GRtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=MJ9dihIJA1fAGbixKdLWGLNbf+WgCBq5uVNqHTKr3fs=; b=mhWE5Pcx5hXYq0g5K0lU3FZELay813WJasEwQmEmVSFMPtObKhTSU4XGu36p9D4UQp a8irqrf/46U8/mc+PG/HWtg+7XtJcv8ld52hoSMhSk3iz4zNh55Nzb18u7RRzcOPi9Hr YtPO1aw2Dd9JeOTL5pPUCLhdurnyr0pWBFB2PnbrTQZE9gbPv3iBG/xbNGvSWkqDnuxp iUvB59jxgZ+7kVxfKmceGtN8qY0CthvaGunomJLviPX7IQQqy6WEf9LFmweb18ksogwO ShDMcOBsBsXkW7wHy1xWtJN5bNmDVOv+HTgKZw9A7naIBqTCkPws3rhlc63afdh08bUO DNaA== X-Gm-Message-State: APjAAAWUzDLEvMKkbnfXQpbVqoYzis0PioxnQytLfBVYrP0uhL5hlf4E oUzNNHUbVFwmq6oeT0NutOynaA== X-Google-Smtp-Source: APXvYqzlXkqmoVU6NkddPPAwudpOLZEe7gy8f84FwtB2ChMROKaC5BCRLeQSaeAEF495HHoWjhYANw== X-Received: by 2002:adf:d4ca:: with SMTP id w10mr3051354wrk.53.1575910024364; Mon, 09 Dec 2019 08:47:04 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id n188sm403600wme.14.2019.12.09.08.47.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Dec 2019 08:47:03 -0800 (PST) Date: Mon, 9 Dec 2019 16:47:02 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH edk2-platforms 0/3] Seattle Overdrive fixes Message-ID: <20191209164702.GW7359@bivouac.eciton.net> References: <20191209161521.1986-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20191209161521.1986-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > 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 >