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 3038CC7619A for ; Wed, 5 Apr 2023 18:14:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C18C585F9D; Wed, 5 Apr 2023 20:13:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="Yx6oEU8r"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0991385FBE; Wed, 5 Apr 2023 20:13:50 +0200 (CEST) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 692D985FAB for ; Wed, 5 Apr 2023 20:13:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=afd@ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 335IDcG6004076; Wed, 5 Apr 2023 13:13:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1680718418; bh=toUaV0xPh/ZHh6MNF7vnS7u2eeLo7kfaXAAllQXu7qA=; h=From:To:CC:Subject:Date; b=Yx6oEU8rO7I2C6HEuRKTqOCpjpKTtpYS2Hrj7m4ygqAHjcg85uPQSbL63dVnlzAJS ovDY4/rypkWEaZcz5uwd63IaiAc8lGYnuu2Rios4zorP3waJjvgSTsXCnKWw+QO72N lQeLwR75l2V3y5tXZg/CIkF8A8dQVfvnXpK3jqHE= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 335IDco1077275 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 5 Apr 2023 13:13:38 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 5 Apr 2023 13:13:37 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 5 Apr 2023 13:13:37 -0500 Received: from ula0226330.dal.design.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 335IDbB7122371; Wed, 5 Apr 2023 13:13:37 -0500 From: Andrew Davis To: Simon Glass , Tom Rini , Christian Gmeiner , CC: Andrew Davis Subject: [PATCH v2 00/12] Remove K3 misc sys_proto.h header Date: Wed, 5 Apr 2023 13:13:25 -0500 Message-ID: <20230405181337.19211-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.8 at phobos.denx.de X-Virus-Status: Clean Hello all, Some minor cleanups with end patch removing sys_proto.h. Why? Becouse I don't like headers of "miscellaneous". Thanks, Andrew Changes from v1: - Added reviewed by tag - Rebased on latest Andrew Davis (12): arm: mach-k3: Move MSMC fixup to SoC level arm: mach-k3: Move J721e SoC detection out of common section soc: soc_ti_k3: Use hardware.h to remove definition duplication configs: j721x_evm: Remove unneeded check for SYS_K3_SPL_ATF configs: j721s2_evm.h: Remove refrences to J7200 EVM arm: mach-k3: Make release_resources_for_core_shutdown() common arm: mach-k3: Move sysfw-loader.h out of mach includes arm: mach-k3: Add weak do_board_detect() to common file arm: mach-k3: Remove unused fdt_disable_node() arm: mach-k3: Move sdelay() and wait_on_value() declaration arm: mach-k3: Move J721s2 SPL init functions to mach-k3 arm: mach-k3: Remove empty sys_proto.h include arch/arm/mach-k3/Kconfig | 5 - arch/arm/mach-k3/am625_init.c | 2 +- arch/arm/mach-k3/am62a7_init.c | 2 +- arch/arm/mach-k3/am642_init.c | 59 +-------- arch/arm/mach-k3/am654_init.c | 58 +-------- arch/arm/mach-k3/common.c | 88 +++++++------ arch/arm/mach-k3/common.h | 5 +- arch/arm/mach-k3/include/mach/am62_hardware.h | 8 ++ .../arm/mach-k3/include/mach/am62a_hardware.h | 8 ++ arch/arm/mach-k3/include/mach/am64_hardware.h | 24 ++++ arch/arm/mach-k3/include/mach/am6_hardware.h | 19 +++ arch/arm/mach-k3/include/mach/hardware.h | 8 ++ .../arm/mach-k3/include/mach/j721e_hardware.h | 19 +++ .../mach-k3/include/mach/j721s2_hardware.h | 19 +++ arch/arm/mach-k3/include/mach/sys_proto.h | 25 ---- arch/arm/mach-k3/j721e_init.c | 86 ++++--------- arch/arm/mach-k3/j721s2_init.c | 121 ++++++++++-------- arch/arm/mach-k3/security.c | 1 - arch/arm/mach-k3/sysfw-loader.c | 1 - .../mach-k3/{include/mach => }/sysfw-loader.h | 0 board/siemens/iot2050/board.c | 12 +- board/ti/am62ax/evm.c | 1 - board/ti/am62x/evm.c | 1 - board/ti/am64x/evm.c | 1 - board/ti/am65x/evm.c | 20 --- board/ti/common/Kconfig | 1 - board/ti/j721e/evm.c | 13 +- board/ti/j721e/j721e.env | 2 - board/ti/j721s2/evm.c | 81 ------------ board/ti/j721s2/j721s2.env | 2 - configs/am65x_evm_a53_defconfig | 2 +- configs/am65x_hs_evm_a53_defconfig | 2 +- configs/iot2050_pg1_defconfig | 1 + configs/iot2050_pg2_defconfig | 1 + configs/j7200_evm_a72_defconfig | 1 + configs/j7200_hs_evm_a72_defconfig | 1 + configs/j721e_evm_a72_defconfig | 1 + configs/j721e_hs_evm_a72_defconfig | 1 + configs/j721s2_evm_a72_defconfig | 2 +- configs/j721s2_hs_evm_a72_defconfig | 2 +- drivers/phy/phy-ti-am654.c | 1 - drivers/ram/k3-am654-ddrss.c | 5 +- drivers/soc/Kconfig | 2 +- drivers/soc/soc_ti_k3.c | 30 ++--- include/configs/j721s2_evm.h | 2 +- 45 files changed, 283 insertions(+), 463 deletions(-) delete mode 100644 arch/arm/mach-k3/include/mach/sys_proto.h rename arch/arm/mach-k3/{include/mach => }/sysfw-loader.h (100%) -- 2.39.2