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.9882.1574765867705985046 for ; Tue, 26 Nov 2019 02:57:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=BQWlZ7pS; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.128.67, mailfrom: pete@akeo.ie) Received: by mail-wm1-f67.google.com with SMTP id n5so2780169wmc.0 for ; Tue, 26 Nov 2019 02:57:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=vDNwyPVfM/bcnbpdFHgdRx+c826R8lIkt1hHrIY+rkw=; b=BQWlZ7pSqQqYTXf8Iq6+KMc2+J6P9LI+Q0gngVYTB30F8DbMSTirBxLbv3jYr80jhH 0zRTuES6v9UPrbQcoFRXHnTYuXfsF2IwHEWlPD+YyvO3m6LUgynuNIxdSbz9vSnJd0Sk FzK+biv7Hzbj1fQC9EoXHkIV4mUhzI59Dl8VLxL9jRJkusNIFjpmi888JQes74ar0mbx J6cL8Yg788iURu7RBEtQXM6lAZVHIGlJlKNhX3IbcFpR7nQmSeb42dhJIJidttDDWdh0 NHOEENiVNhhGQrB8FtQ8AEDFBzUpg7diCeDZt6oMdE6kDf3W1WHDEhrliO9RAxlGcnav RxNw== 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:mime-version :content-transfer-encoding; bh=vDNwyPVfM/bcnbpdFHgdRx+c826R8lIkt1hHrIY+rkw=; b=YAK7eQlaPZBM2afVUcb6E6flxXUZvgJG6upiMGNQp5ZA5IQD7G0AQV2h/+J8nK42vd 9ALRvV55KcAyfkg6RRbWpwIAkkwqvqFTup0g1WnIir92GDlKM9Ywh6BeWwhdL5tRY0pl LDYs67Sn06nRXD3C5wnLBLBkiA4ge6iieTWyKJ4q/PrzEbKgXaHxZa2h5SnDsrpTxD5b p6KGZFUT12JLeRXl6iABDmnmLTSmJ6c+M0gPejhZhdEKJuKcwEdWr2oFkz/FatGDsRmI 2GIc9Ek+rPTDVILJccZPFZAisPmuFoTSaiYmwWX+OOHjfc4d/FsZ35mMpG1dTOBBOMj9 fQXw== X-Gm-Message-State: APjAAAWtyjvuRtqWHVvThub2VkJtgEOwU5CE1J4nN1XfdRG2wdcsSY/L HmabaOERJHQJU4l9pZ8KdZWEaMXUzd8= X-Google-Smtp-Source: APXvYqygItglcXMPbBNIQ3SXLPS6E/YWftabI3RqXHRpvD0PAArgspnWg15cLIFfF+kwQHTpTVHwXw== X-Received: by 2002:a05:600c:2946:: with SMTP id n6mr3599018wmd.166.1574765865953; Tue, 26 Nov 2019 02:57:45 -0800 (PST) Return-Path: Received: from localhost.localdomain ([84.203.37.1]) by smtp.gmail.com with ESMTPSA id p25sm2545037wma.20.2019.11.26.02.57.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2019 02:57:44 -0800 (PST) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, philmd@redhat.com Subject: [edk2-platforms][PATCH 0/2] Platform/RPi3: Fix a crash and add acpiview to shell Date: Tue, 26 Nov 2019 10:57:31 +0000 Message-Id: <20191126105733.6300-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit These two patches were provided by Ard against the current Pi 4 development effort, but it makes a lot of sense to have them in the Pi 3 tree as well, especially as the first one addresses an issue that can also be experienced on the platform when using the the DEBUG version of the firmware against some Linux kernels. Ard Biesheuvel (2): Platform/RPi3: Disable DEBUG output at runtime for the RTC driver Platform/RPi3: Add acpiview to the builtin UEFI Shell Platform/RaspberryPi/RPi3/RPi3.dsc | 2 ++ 1 file changed, 2 insertions(+) -- 2.21.0.windows.1