From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by mx.groups.io with SMTP id smtpd.web11.12693.1583416357407393949 for ; Thu, 05 Mar 2020 05:52:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=niTxZl3F; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f68.google.com with SMTP id x3so1988620wmj.1 for ; Thu, 05 Mar 2020 05:52:37 -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=c5bBsGIjEm5j2OGfkiW93qjON2tBKF1y7qLvlMl6zQ0=; b=niTxZl3Fr4iyn/Rv9K2QKScav4pGKP5QwYhl3riPSC+siunKOC2aOVwLouBr/SXQ05 z1JFfSZVRsqIXEEvEDUMQYW123y1ZFvYaI7unICRW0CLKthfPem4C+7oG1sLtbjpuyum G0hAXx+gB3FFiXMXaemCTs6Cgz/enDxHtXGNMfSqtOuTeieKwc/3f+MusyaOMNOD5cJI 9XjH2FTvOwUwUDt5vvPhADM4mM8x8cbmAEKNSyZ4cBcPEA/KUYYAtyA9zhqb6JinUWKq kUJIXQw4ZwN66n6myxo9bc5vveGcitjcKhFnWQoJeMxYXJUA74e0EuPyxyXG1wryS/I9 0GRA== 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=c5bBsGIjEm5j2OGfkiW93qjON2tBKF1y7qLvlMl6zQ0=; b=V2x/W/H/rxzkYSGV0ourH4kZWwWSp4+/BLu1qyyeaVJ+bjflWkc3XPEAEAjWTHylOD z5m8maD028vFhHjQail+GLfDXJcuU3qGcILoL99j6no9gOpG6rXCtbNt5BfZEAWbwKCK AJA/qMy/uk/Mml7jjRfJ+eHhQ5jgxjsKZbJk6+pRiVvbH2k1Di8U0zcAca7hxmhqkVTX AAx5rweJdzQKOixMWAmtupY7wS+o16w6hwiCykYUuHfkvrRSglxy0xzKqOikwmyQfVLn omOuuV+pUlJXxVU+REXnK0Ay0jECHOYtA1VRwniY0ZaTCh49BKchdHg/OmlcvshG/oVS H/gQ== X-Gm-Message-State: ANhLgQ0tPrjyHphaHG0LMvgvmTOIK8Qgzk6jEtdHIQe17/Uiju3oRCH3 H6rEBhlzyxib2cP5IvJGWqT4eB+WNjIsavCFEROpAw== X-Google-Smtp-Source: ADFU+vvO90+S1+Uyc1Yf+K5dshQ587VK7u1amYC94XvkSAr8+0yx2s+MJTBelSJXgLP4+UagLpne7B2yQFVssAJn9/8= X-Received: by 2002:a05:600c:da:: with SMTP id u26mr9476878wmm.40.1583416355986; Thu, 05 Mar 2020 05:52:35 -0800 (PST) MIME-Version: 1.0 References: <20200304223056.116868-1-awarkentin@vmware.com> In-Reply-To: <20200304223056.116868-1-awarkentin@vmware.com> From: "Ard Biesheuvel" Date: Thu, 5 Mar 2020 14:52:25 +0100 Message-ID: Subject: Re: [edk2-platforms][PATCH 0/2] RPi4 fixes to 3GB RAM limit logic To: Andrei Warkentin Cc: "devel@edk2.groups.io" , "leif@nuviainc.com" , "pete@akeo.ie" , "philmd@redhat.com" Content-Type: text/plain; charset="UTF-8" On Wed, 4 Mar 2020 at 23:31, Andrei Warkentin wrote: > > Dear all, > > Here are two minor fixes to the recently checked-in runtime logic > for enabling/disabling 3GB limit. > > It's been tested on 2GB and 4GB boards. > Thanks Andrei, For future postings, could you please use git send-email or some other tool that doesn't mangle patches and require me to go through each one and fix it up by hand? Diff surgery is not the best use of my time. Thanks, > Andrei Warkentin (2): > Platform/RaspberryPi/Drivers/ConfigDxe: fix bug in 3GB RAM logic > Platform/RaspberryPi/Drivers/PlatformSmbiosDxe: improve UX with 3GB > limit > > Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c | 3 ++- > .../Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 7 ++++++- > .../Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 2 ++ > 3 files changed, 10 insertions(+), 2 deletions(-) > > -- > 2.17.1 >