From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DA2B9C433F5 for ; Fri, 21 Jan 2022 01:51:14 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 27488838F8; Fri, 21 Jan 2022 02:51:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="nNUZy/3r"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 57615838FB; Fri, 21 Jan 2022 02:51:11 +0100 (CET) Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 94CCA837FB for ; Fri, 21 Jan 2022 02:51:08 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mibodhi@gmail.com Received: by mail-oi1-x235.google.com with SMTP id t9so11540625oie.12 for ; Thu, 20 Jan 2022 17:51:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=o186COMLoQvSWrQeAN4sbz8kjENUmBTK3Otr7Y+slDY=; b=nNUZy/3rmUtMkxkvn9bcl6wKpQ93CIBFT0qCq+JseLOMvViv+5Gdkjw5WJfDyIvmvd 9jUOrt7r00J4ZWQlzL+R/uUz8CVlGG7cMt+DSrPpyX20Y0QyPfQmaviF6MuNI2Gx66cS 801Otq17047DQZIXLOj5FrtCtb3x7L6Wv97WNVKTf1KDoQJjQlfNClu4Cs+aBHUopSsA VZDx2/9o2QNY6BBPZPOKFZY7YCDEcb522za9VvuG1yOzNnTZKocuAjKpqXMx8zLt2/s1 7DCFSw/BHuztyJ0JWD7RAC4aS6iIWmL7F3JkabDwZS2mvjWEbI+0N5EoThKMeWgDwR7I 8WYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=o186COMLoQvSWrQeAN4sbz8kjENUmBTK3Otr7Y+slDY=; b=rWGaBQN84pqZNRfDE8kxu3wyW8DAcjhDOOu0fGQlFu+WIgN80XOe4xNngQxngguAea TIHObd1A0Doe1zi02VV70mA2Mf2k4nrLxY3elgQN+pIQd32djR5S9/jOPrlyRynUcMsj 8fXeBUoNHg8Ngh/RiNsChDEvkfLan1nfWmr/uWPM3OI6+j6zl2NmySLxKDwPd0SckZh6 X5gVZLkgaKeJIWMMtQZ05eIKkyKSVnxqfeac4KpQv+XGDLo5QNI8N857wADwNq5grc6W BhkZ7k/PvzYhEvKD3IPWCWCh0pw0Zc+KaLCNtUXeb01I0P8Y43Trh807D+9DCwQ7Fmg7 kFSw== X-Gm-Message-State: AOAM533uDGIrPNf888UaJMRucY79/7brGsLJkLKi0yKF7ndzY+nyHSZi jQrQyBZmSmK5+cnmIrjkyzRUJZvijQ8= X-Google-Smtp-Source: ABdhPJwV8bVdokUDiejoyR4M33BuHBEjqzOnHRm1mT3qF5aMSuwSJGbF8PB+hVkYWLSewHDIuDL35A== X-Received: by 2002:a05:6808:10c6:: with SMTP id s6mr1475187ois.154.1642729867272; Thu, 20 Jan 2022 17:51:07 -0800 (PST) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id v10sm426038otk.63.2022.01.20.17.51.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 17:51:06 -0800 (PST) From: Tony Dinh To: U-Boot Mailing List , Stefan Roese Cc: =?UTF-8?q?Pali=20Roh=E1r?= , Tom Rini , David Purdy , =?UTF-8?q?Marek=20Beh=FAn?= , Tony Dinh , Andre Przywara , Christian Hewitt , Fabio Estevam , Jagan Teki , Kever Yang , Peter Robinson , Simon Glass , Tim Harvey Subject: [PATCH v4 0/4] arm: kirkwood: Add support for Pogoplug V4 Date: Thu, 20 Jan 2022 17:50:51 -0800 Message-Id: <20220121015055.8287-1-mibodhi@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Pogoplug V4 specifications: Kirkwood 88F6192 SoC 800 MHz CPU 1Gbs Ethernet 128 MB RAM 128 MB NAND 1x USB 2.0 2x USB 3.0 (on PCIe bus) 1 SDHC slot 1x External SATA port (USM enclosure form factor slot) Changes in v4: - Remove CONFIG_FEATURE_COMMAND_EDITING and ifdefs for CMD_NET in include header Changes in v3: - Migrate symbols from board include header to Kconfig - Squash board file small patches into one patch - Migrate config symbols from board include header to defconfig - Remove obsolete config symbols from header file - Don't use ifdefs for unselectable config symbols in header file Changes in v2: - Use mainline Linux DTS version - Move constants to .c file and remove header file - Use canonical format for defconfig file Tony Dinh (4): arm: kirkwood: Pogoplug-V4 : Add DTS files arm: kirkwood: Pogoplug-V4 : Add Kconfig files arm: kirkwood: Pogoplug-V4 : Add board implementation files arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files arch/arm/dts/Makefile | 1 + arch/arm/dts/kirkwood-pogoplug-series-4.dts | 180 ++++++++++++++++ arch/arm/mach-kirkwood/Kconfig | 6 + board/cloudengines/pogo_v4/Kconfig | 16 ++ board/cloudengines/pogo_v4/MAINTAINERS | 6 + board/cloudengines/pogo_v4/Makefile | 10 + board/cloudengines/pogo_v4/kwbimage.cfg | 148 +++++++++++++ board/cloudengines/pogo_v4/pogo_v4.c | 220 ++++++++++++++++++++ configs/pogo_v4_defconfig | 79 +++++++ include/configs/pogo_v4.h | 53 +++++ 10 files changed, 719 insertions(+) create mode 100644 arch/arm/dts/kirkwood-pogoplug-series-4.dts create mode 100644 board/cloudengines/pogo_v4/Kconfig create mode 100644 board/cloudengines/pogo_v4/MAINTAINERS create mode 100644 board/cloudengines/pogo_v4/Makefile create mode 100644 board/cloudengines/pogo_v4/kwbimage.cfg create mode 100644 board/cloudengines/pogo_v4/pogo_v4.c create mode 100644 configs/pogo_v4_defconfig create mode 100644 include/configs/pogo_v4.h -- 2.30.2