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 5DE1CEB64DC for ; Tue, 18 Jul 2023 23:34:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CD88486765; Wed, 19 Jul 2023 01:33:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="b3Yfbxs/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B703886721; Wed, 19 Jul 2023 01:33:47 +0200 (CEST) Received: from mail-vs1-xe34.google.com (mail-vs1-xe34.google.com [IPv6:2607:f8b0:4864:20::e34]) (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 9D94586705 for ; Wed, 19 Jul 2023 01:33:41 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-vs1-xe34.google.com with SMTP id ada2fe7eead31-440bb9bad3cso2012558137.0 for ; Tue, 18 Jul 2023 16:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1689723220; x=1692315220; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=rmCF+0znJ2R5pW3mLxbaxlmUyUG1NGxyKP4rG4dvIWI=; b=b3Yfbxs/qZwt7h21S3eLuHuyDuQBajQGg6XMBfNGLIDtxCGLJJXI6mFlTjerbDaE8a lB51ZRS7j8x0uNaJXLJVJVZUkc+1e0OzhsEWKDsULcizveZSDFgaECbG1OFJawa7mBro O6SUsbuWtYFum0Cuv43B54h9xatk7qmJYV10U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689723220; x=1692315220; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rmCF+0znJ2R5pW3mLxbaxlmUyUG1NGxyKP4rG4dvIWI=; b=Xpl21aTgxK+yhQMkb7PtPfWO2ffF2Gv7x84lwufIb6VsvD0Pr34tf5vEGdxfESz7on blbDyYHXnYwhTkGpBGpzsEXQKEhg2aFIuwj3TIX4PviJm0auQefzYiDQbaiQXRc0EGN4 Xzsz4vjc/B3h0qX40MmGVRsRT3OOo+ykMvNq4OaR6ixW1r+pneuGlqClFPA0KNKc3GmL EMw+KSk3palfoBPoFEHWQmLuA5nYjmgxO/wb1je9ifmTkKWEGmL25MSHQLmVO7GiNPnq HxC/Bx7J/A3yDESfohB/p2pg4qWKSdzmcII+9kboobZXz1THJTTrLgWeiSNjHQOy+dZg daVw== X-Gm-Message-State: ABy/qLanWV5UMWO5RXxBuUOzuIZEJFngYhB3oAQGsG3LsERBgbBZsqye 4bp/zZi5Kf45JSv8MbZl/S6V6R3OnOw8wMyUXBgVBg== X-Google-Smtp-Source: APBJJlHy3t2tuP74DSCMMACWV+iLx6zRd5Qa5VKHMq46ce+/B2LkOA+bhcmbW+V36cR3q0T994/nLQ== X-Received: by 2002:a05:6102:302e:b0:443:77d4:e360 with SMTP id v14-20020a056102302e00b0044377d4e360mr7672197vsa.25.1689723219754; Tue, 18 Jul 2023 16:33:39 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b00-6400-e1d8-58e7-e10a-a96d.res6.spectrum.com. [2603:6081:7b00:6400:e1d8:58e7:e10a:a96d]) by smtp.gmail.com with ESMTPSA id f3-20020a056902038300b00c39e3d75bfcsm612968ybs.44.2023.07.18.16.33.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jul 2023 16:33:39 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 7/7] MAINTAINERS: Add some missing directories or files Date: Tue, 18 Jul 2023 19:33:34 -0400 Message-Id: <20230718233334.1450692-7-trini@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230718233334.1450692-1-trini@konsulko.com> References: <20230718233334.1450692-1-trini@konsulko.com> 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.8 at phobos.denx.de X-Virus-Status: Clean In a few cases we have MAINTAINERS entries that are missing obvious paths or files. Typically this means a board directory that did not list itself, but in a few cases we have a Kconfig file or similar. Signed-off-by: Tom Rini --- MAINTAINERS | 1 + board/coreboot/coreboot/MAINTAINERS | 4 +--- board/devboards/dbm-soc1/MAINTAINERS | 1 + board/efi/efi-x86_app/MAINTAINERS | 2 ++ board/efi/efi-x86_payload/MAINTAINERS | 1 + board/firefly/firefly-rk3308/MAINTAINERS | 3 ++- board/freescale/ls1043ardb/MAINTAINERS | 1 - board/keymile/secu1/MAINTAINERS | 1 + board/softing/vining_fpga/MAINTAINERS | 1 + board/terasic/de0-nano-soc/MAINTAINERS | 1 + board/terasic/de1-soc/MAINTAINERS | 1 + board/terasic/de10-nano/MAINTAINERS | 1 + board/terasic/de10-standard/MAINTAINERS | 1 + board/terasic/sockit/MAINTAINERS | 1 + 14 files changed, 15 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 89e373813981..4a24a92460c8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -272,6 +272,7 @@ M: Fabio Estevam R: NXP i.MX U-Boot Team S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git +F: arch/Kconfig.nxp F: arch/arm/cpu/arm1136/mx*/ F: arch/arm/cpu/arm926ejs/mx*/ F: arch/arm/cpu/armv7/vf610/ diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index ee12d32ce7cd..f77736580006 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -1,13 +1,11 @@ COREBOOT BOARD M: Simon Glass S: Maintained -F: board/coreboot/coreboot/ +F: board/coreboot/ F: include/configs/coreboot.h F: configs/coreboot_defconfig COREBOOT64 BOARD M: Simon Glass S: Maintained -F: board/coreboot/coreboot/ -F: include/configs/coreboot.h F: configs/coreboot64_defconfig diff --git a/board/devboards/dbm-soc1/MAINTAINERS b/board/devboards/dbm-soc1/MAINTAINERS index 625f2c889964..577eba5a281a 100644 --- a/board/devboards/dbm-soc1/MAINTAINERS +++ b/board/devboards/dbm-soc1/MAINTAINERS @@ -1,5 +1,6 @@ Devboards.de DBM-SoC1 BOARD M: Marek Vasut S: Maintained +F: board/devboards/dbm-soc1/ F: include/configs/socfpga_dbm_soc1.h F: configs/socfpga_dbm_soc1_defconfig diff --git a/board/efi/efi-x86_app/MAINTAINERS b/board/efi/efi-x86_app/MAINTAINERS index b292811a8f08..584619c51dff 100644 --- a/board/efi/efi-x86_app/MAINTAINERS +++ b/board/efi/efi-x86_app/MAINTAINERS @@ -1,6 +1,7 @@ EFI-X86_APP32 BOARD M: Simon Glass S: Maintained +F: board/efi/Kconfig F: board/efi/efi-x86_app/ F: include/configs/efi-x86_app.h F: configs/efi-x86_app32_defconfig @@ -8,6 +9,7 @@ F: configs/efi-x86_app32_defconfig EFI-X86_APP64 BOARD M: Simon Glass S: Maintained +F: board/efi/Kconfig F: board/efi/efi-x86_app/ F: include/configs/efi-x86_app.h F: configs/efi-x86_app64_defconfig diff --git a/board/efi/efi-x86_payload/MAINTAINERS b/board/efi/efi-x86_payload/MAINTAINERS index abf3a1574b0f..d795d60e09e4 100644 --- a/board/efi/efi-x86_payload/MAINTAINERS +++ b/board/efi/efi-x86_payload/MAINTAINERS @@ -1,6 +1,7 @@ EFI-X86_PAYLOAD BOARD M: Bin Meng S: Maintained +F: board/efi/Kconfig F: board/efi/efi-x86_payload/ F: include/configs/efi-x86_payload.h F: configs/efi-x86_payload32_defconfig diff --git a/board/firefly/firefly-rk3308/MAINTAINERS b/board/firefly/firefly-rk3308/MAINTAINERS index 199079717e73..e584038a2033 100644 --- a/board/firefly/firefly-rk3308/MAINTAINERS +++ b/board/firefly/firefly-rk3308/MAINTAINERS @@ -1,5 +1,6 @@ ROC-RK3308-CC M: Andy Yan S: Maintained -F: board/firefly/firefly-rk3308/roc_cc_rk3308.c +F: board/firefly/firefly-rk3308/ F: configs/roc-cc-rk3308_defconfig +F: include/configs/firefly_rk3308.h diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS index 36e7331538f8..8e14ba3608be 100644 --- a/board/freescale/ls1043ardb/MAINTAINERS +++ b/board/freescale/ls1043ardb/MAINTAINERS @@ -3,7 +3,6 @@ M: Mingkai Hu M: Rajesh Bhagat S: Maintained F: board/freescale/ls1043ardb/ -F: board/freescale/ls1043ardb/ls1043ardb.c F: include/configs/ls1043ardb.h F: configs/ls1043ardb_defconfig F: configs/ls1043ardb_nand_defconfig diff --git a/board/keymile/secu1/MAINTAINERS b/board/keymile/secu1/MAINTAINERS index 8df25f8123e7..e441f252aa23 100644 --- a/board/keymile/secu1/MAINTAINERS +++ b/board/keymile/secu1/MAINTAINERS @@ -1,6 +1,7 @@ Hitachi Power Grids SECU1 BOARD M: Holger Brunck S: Maintained +F: board/keymile/secu1/ F: board/keymile/common/ F: board/keymile/scripts/ F: include/configs/socfpga_arria5_secu1.h diff --git a/board/softing/vining_fpga/MAINTAINERS b/board/softing/vining_fpga/MAINTAINERS index c2002fe3cefc..ed44b09f3275 100644 --- a/board/softing/vining_fpga/MAINTAINERS +++ b/board/softing/vining_fpga/MAINTAINERS @@ -1,5 +1,6 @@ VINING FPGA BOARD M: Marek Vasut S: Maintained +F: board/softing/vining_fpga/ F: include/configs/socfpga_vining_fpga.h F: configs/socfpga_vining_fpga_defconfig diff --git a/board/terasic/de0-nano-soc/MAINTAINERS b/board/terasic/de0-nano-soc/MAINTAINERS index 7f4cf1e7f54b..6ffa0c073827 100644 --- a/board/terasic/de0-nano-soc/MAINTAINERS +++ b/board/terasic/de0-nano-soc/MAINTAINERS @@ -1,5 +1,6 @@ SOCFPGA ATLAS BOARD M: Dinh Nguyen S: Maintained +F: board/terasic/de0-nano-soc/ F: include/configs/socfpga_de0_nano_soc.h F: configs/socfpga_de0_nano_soc_defconfig diff --git a/board/terasic/de1-soc/MAINTAINERS b/board/terasic/de1-soc/MAINTAINERS index bd7a8d5f4ca4..1e726e936036 100644 --- a/board/terasic/de1-soc/MAINTAINERS +++ b/board/terasic/de1-soc/MAINTAINERS @@ -1,5 +1,6 @@ DE1-SoC BOARD M: Anatolij Gustschin S: Maintained +F: board/terasic/de1-soc/ F: include/configs/socfpga_de1_soc.h F: configs/socfpga_de1_soc_defconfig diff --git a/board/terasic/de10-nano/MAINTAINERS b/board/terasic/de10-nano/MAINTAINERS index f4dd0dff3ba8..ebfd3b209d01 100644 --- a/board/terasic/de10-nano/MAINTAINERS +++ b/board/terasic/de10-nano/MAINTAINERS @@ -1,5 +1,6 @@ DE10-NANO BOARD M: Dalon Westergreen S: Maintained +F: board/terasic/de10-nano/ F: include/configs/socfpga_de10_nano.h F: configs/socfpga_de10_nano_defconfig diff --git a/board/terasic/de10-standard/MAINTAINERS b/board/terasic/de10-standard/MAINTAINERS index 94bf1e03eeb9..49fdc7516ca4 100644 --- a/board/terasic/de10-standard/MAINTAINERS +++ b/board/terasic/de10-standard/MAINTAINERS @@ -1,5 +1,6 @@ DE10-STANDARD BOARD M: Humberto Naves S: Maintained +F: board/terasic/de10-standard/ F: include/configs/socfpga_de10_standard.h F: configs/socfpga_de10_standard_defconfig diff --git a/board/terasic/sockit/MAINTAINERS b/board/terasic/sockit/MAINTAINERS index 792f18474ff7..e301751fbd77 100644 --- a/board/terasic/sockit/MAINTAINERS +++ b/board/terasic/sockit/MAINTAINERS @@ -1,5 +1,6 @@ SOCKIT BOARD M: Marek Vasut S: Maintained +F: board/terasic/sockit/ F: include/configs/socfpga_sockit.h F: configs/socfpga_sockit_defconfig -- 2.34.1