From patchwork Wed Jul 24 14:39:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrei Gherzan X-Patchwork-Id: 1136356 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=balena.io Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45tyfj0PsFz9sBF for ; Thu, 25 Jul 2019 00:39:40 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id C6680C21D74; Wed, 24 Jul 2019 14:39:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E1470C21C29; Wed, 24 Jul 2019 14:39:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1E44CC21C27; Wed, 24 Jul 2019 14:39:34 +0000 (UTC) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by lists.denx.de (Postfix) with ESMTPS id C4C1BC21BE5 for ; Wed, 24 Jul 2019 14:39:33 +0000 (UTC) Received: by mail-wm1-f65.google.com with SMTP id u25so31504383wmc.4 for ; Wed, 24 Jul 2019 07:39:33 -0700 (PDT) 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=ghsOzc8sf4NaJl3labeVTs9lgoTzfg6FSK/E2fi2Wbg=; b=JmKoIDI7naWxgnb4051Bxr81epMQS8RSlaOakWsmOkgsZGjvvc2Haof5EYWacQI5xV 8n+Fw5eVvrvC04zq+8hiKEyDfPpm3jcCjPbcLoYy3CqpLafgQ0sp2aBgZ7mU0tEgRXQu DQ2tBQDbXNQFbVU6LPiJWNxlspgZkIaalb/Xgq8LKVC8VyzL1cXe6MYmZpM8EP6oTqY5 YMdyCWp/npof4JRIXdM74EGmH73qOis/1NB6RW4dDERJRR/bk3B3L3EBQBhIU7+9Z9oy qg1MPdWK/8eb0InWVo43pmxghS5w6o5bs4QT7X7bDFMeGAxSu+4sORvoJqTy4iHyBRZx TQOQ== X-Gm-Message-State: APjAAAXelXnZZNtotoTPuJl+IIIFYmi6s3ahEmyfjQJ3G+pG07ff5XTJ pamge6Sw9Mt7KObtI4NZ9QIQPgQ0 X-Google-Smtp-Source: APXvYqy3hottpu6SQHzdd3JEMxrBO/PmvfmFIXtLbdXtLy9BC5epR39nsLSDmYC5g3EBD8C4/5PPjw== X-Received: by 2002:a1c:3:: with SMTP id 3mr75625715wma.6.1563979173014; Wed, 24 Jul 2019 07:39:33 -0700 (PDT) Received: from localhost.localdomain ([212.36.34.46]) by smtp.gmail.com with ESMTPSA id n14sm84860651wra.75.2019.07.24.07.39.32 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 07:39:32 -0700 (PDT) From: Andrei Gherzan To: u-boot@lists.denx.de Date: Wed, 24 Jul 2019 15:39:03 +0100 Message-Id: <20190724143911.29770-1-andrei@balena.io> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190716133803.1174-1-andrei@gherzan.ro> References: <20190716133803.1174-1-andrei@gherzan.ro> MIME-Version: 1.0 Cc: mbrugger@suse.com, Andrei Gherzan Subject: [U-Boot] [PATCH v2 0/8] Raspberry Pi 32/64 support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Changes for v2: - Removed patches that are not needed anymore due to firmware update - Removed usage of embedded dtb as opposed to reusing the loaded dtb by the firmware - Removed known unsupported/not applicable peripherals (i.e USB) from defconfigs - Make sure the memory/reg is left untouched as configured by the firmware Andrei Gherzan (6): RPI: Add defconfigs for rpi4 (32/64) ARM: bcm283x: Define configs for RaspberryPi 4 RPI: Add entry for Raspberry Pi 4 model B ARM: bcm283x: Include definition for additional emmc clock RPI: Add memory map for bcm2838 git-mailrc: Add rpi and bcm283x maintainer Matthias Brugger (2): ARM: bcm283x: Add BCM283x_BASE define mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhci arch/arm/mach-bcm283x/Kconfig | 67 ++++++++++++++++++++++ arch/arm/mach-bcm283x/include/mach/mbox.h | 7 +-- arch/arm/mach-bcm283x/include/mach/sdhci.h | 6 +- arch/arm/mach-bcm283x/include/mach/timer.h | 6 +- arch/arm/mach-bcm283x/include/mach/wdog.h | 6 +- board/raspberrypi/rpi/rpi.c | 32 ++++++++++- configs/rpi_4_32b_defconfig | 33 +++++++++++ configs/rpi_4_defconfig | 33 +++++++++++ doc/git-mailrc | 4 ++ drivers/mmc/bcm2835_sdhci.c | 12 +++- 10 files changed, 181 insertions(+), 25 deletions(-) create mode 100644 configs/rpi_4_32b_defconfig create mode 100644 configs/rpi_4_defconfig