From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by mx.groups.io with SMTP id smtpd.web12.783.1588281387950225808 for ; Thu, 30 Apr 2020 14:16:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=puS5cx2U; spf=pass (domain: gmail.com, ip: 209.85.222.174, mailfrom: andrey.warkentin@gmail.com) Received: by mail-qk1-f174.google.com with SMTP id q7so7393445qkf.3 for ; Thu, 30 Apr 2020 14:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=sVVJrL+N5h++Eb5Bnx5i/rTRwizHf2xTYEBw/d0bYZs=; b=puS5cx2UfBi7SkhPs5P400mt1qhlpuCrO/Z4PHM3f7sYDX+G4AO/VjJ9ODlT+ahx7h tRLntlgxSTgy/jw6nlHXmWLPe6G2Hrl/YYU8MEC/2OZ6Pw+V5UMGSS+uzPK6eniu+iAB 6G6p6fte5o1BGVBDfyBvJvBMHh81uY9K17Qx6CxWTLGQpbBAYdFfwAz6UknfRtMBP7dF 42mq+enakLjKD4cfvwdaJk4vGJo104nM8pVG/SmVkdNoQDdTn57h6e7RoGOJedH2NSRq mgaRH3WbLBx6fMXyxS4SKU++HRx/FuuRvHjq9rRfiijS+OP78MKiInGzU+hc4fK7dUJj qpAg== 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=sVVJrL+N5h++Eb5Bnx5i/rTRwizHf2xTYEBw/d0bYZs=; b=ZLSdQkR6tLJ79vGcXcq/x4qM/BKkG6XWzcbgR4iZk75QHyttwgYIzhpKkL88cAb2rX /Jfzpq1sqLZG6ofRbqnn+LnAxYN9687uLo5WmD470+SZW5UxJILFQTsjFAqZOcvUYIuS NF57u/9oPDotAzSRhPa/PaJLCJvhzmuCn+m5lXWQv+kUIjPGgHjK5EDl8pUo6dSMQJU6 K3LLpbF2R2sSqOLTrVJZyuoFd7HuRIRBiHYiMhQKmRyqSE699qBpYeNXlapWOVdqAmgx 8hQA2G4nWel23g3PO+BQv9pEznOAeDfB8FamonBwztvnhzDiIM/NubVqTUSlTgr058k7 zb7A== X-Gm-Message-State: AGi0PuaBamuOhI13LkrVdhb+Kdu0dHr0rn8qeNVfRHd0bmwOF2Eh0DE8 aZWqtSQnXugiVXl6mQCaH8R7IxmeMjw= X-Google-Smtp-Source: APiQypKok26TS03L/PStyHbyYHhnkd/wcMrcbBEURqTXQilB63O3SFu8XW8Il5qlenMfXpPdCygt9w== X-Received: by 2002:a37:e117:: with SMTP id c23mr494835qkm.207.1588281386971; Thu, 30 Apr 2020 14:16:26 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-98-214-99-181.hsd1.il.comcast.net. [98.214.99.181]) by smtp.gmail.com with ESMTPSA id n136sm1090441qke.97.2020.04.30.14.16.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Apr 2020 14:16:26 -0700 (PDT) From: "Andrei Warkentin" To: devel@edk2.groups.io Cc: ard.biesheuvel@arm.com, leif@nuviainc.com, pete@akeo.ie, philmd@redhat.com Subject: [edk2-platforms][PATCH 0/2] Rip out "internal DTB" support in FdtDxe Date: Thu, 30 Apr 2020 14:16:15 -0700 Message-Id: <20200430211617.120926-1-andrey.warkentin@gmail.com> X-Mailer: git-send-email 2.17.1 Dear all, This patch set removes the internal (embedded) DTB support from Pi 3 and Pi 4 platforms, since these platforms should *always* be using the devicetree passed by the VideoCore firmware. Andrei Warkentin (2): RPi: rip out FdtDxe logic to use internal DTB RPi: remove any mention of an "internal DTB" Platform/RaspberryPi/Drivers/FdtDxe/FdtDxe.c | 206 ++++-------------- .../RaspberryPi/Drivers/FdtDxe/FdtDxe.inf | 4 - Platform/RaspberryPi/RPi3/RPi3.fdf | 11 - Platform/RaspberryPi/RPi3/Readme.md | 3 +- Platform/RaspberryPi/RPi4/RPi4.fdf | 8 - Platform/RaspberryPi/RPi4/Readme.md | 3 +- Platform/RaspberryPi/RaspberryPi.dec | 7 - 7 files changed, 40 insertions(+), 202 deletions(-) -- 2.17.1