From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::243; helo=mail-pf0-x243.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (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 8A8E021E49029 for ; Thu, 22 Mar 2018 03:56:13 -0700 (PDT) Received: by mail-pf0-x243.google.com with SMTP id m68so3185755pfm.11 for ; Thu, 22 Mar 2018 04:02:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=uN5OzA+bvshhXaex4KsXiC0AebWaNR39iilct/46cb8=; b=XSato7Wa9JEnDH2lIMtqL8PCH5hJ5wchIUHeA6v/plu8Kbqhgh5Bd+3dzyu4Y5+l5G O1d5QMmT6rdIn0IO7XnU4JWvNATil9v5e8j08oDUT1rtL01of3ymr6Pia41en77YDmwC kk+h3eAEAIhG9mwu7f1FqllVpde1jrQSnaD9o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=uN5OzA+bvshhXaex4KsXiC0AebWaNR39iilct/46cb8=; b=IEOfxRBZhoZyQRZsMIuA+CuuCiAWicvvkFNuaXKXxhZTcLPtBYoolP/quGMel/VeGE PUxTZn4SOW+KqQxkAx2TKLvieopJ4fKmDu31pMbMRvOQ2Il/NUE7Cp8PI949S1tTEuPR WHPhzmkqPT2oNsm+mnRcQjok6ZxSIG2778EC+3e3Qy080INpwdzbbEh8NvzUCUJ550Lp mVdFwKOIIx6s1Xa2Anyv8GHxZan4OYm9QNZlVD9uK+oAHACfKUy7tAHWnS2jBFigZHzC 074bNDEluwk8aZena7WsyvXbGrDUvwntdEDD25A7AeWpc6PELaAzHBYbyMBk+FLTcLp+ 0VFg== X-Gm-Message-State: AElRT7FQJBSWd1MfLKO9iQuKrqUCBTzVPSJWb1+Ojt5pKQvYlmj4J5RM L89DdcNIegW+fAkO8icNKx7RvhSgbOA= X-Google-Smtp-Source: AG47ELvwqAJelCjL7ZGpNJQviFUPnQi7qWbTW7tijKa39AkMZv31awOzE13fa11EGX8ww2C3PnJcGw== X-Received: by 10.99.45.131 with SMTP id t125mr13063757pgt.267.1521716564528; Thu, 22 Mar 2018 04:02:44 -0700 (PDT) Received: from localhost.localdomain ([45.56.152.100]) by smtp.gmail.com with ESMTPSA id u22sm10118824pgv.77.2018.03.22.04.02.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 Mar 2018 04:02:44 -0700 (PDT) From: Heyi Guo To: edk2-devel@lists.01.org Cc: Heyi Guo , Ard Biesheuvel , Leif Lindholm , Michael D Kinney Date: Thu, 22 Mar 2018 19:02:20 +0800 Message-Id: <1521716541-54412-1-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [PATCH edk2-non-osi 0/1] Hisilicon/D0x/Sm750: Fix GOP framebuffer X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 10:56:13 -0000 The code in SM750 driver treated the address returned from PciIo->GetBarAttributes() as device address; this should be fixed after edk2 commit dc080d3 since GetBarAttributes() returns host address from then on. Binary files can be fetched from: https://github.com/iwishguo/edk2-non-osi/tree/patch-sm750-fix Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Heyi Guo (1): Hisilicon/D0x/Sm750: Fix GOP framebuffer base Platform/Hisilicon/D03/Drivers/Sm750Dxe/SmiGraphicsOutput.efi | Bin 17728 -> 18432 bytes Platform/Hisilicon/D05/Drivers/Sm750Dxe/SmiGraphicsOutput.efi | Bin 18592 -> 18464 bytes 2 files changed, 0 insertions(+), 0 deletions(-) -- 2.7.4