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 DCA6AC43219 for ; Thu, 3 Nov 2022 21:51:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DD07A850BA; Thu, 3 Nov 2022 22:51:29 +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="hhWNNgSD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DF31485079; Thu, 3 Nov 2022 22:51:28 +0100 (CET) Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) (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 18CE6850D8 for ; Thu, 3 Nov 2022 22:51:26 +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=daniel.schwierzeck@gmail.com Received: by mail-ej1-x62c.google.com with SMTP id k2so8882205ejr.2 for ; Thu, 03 Nov 2022 14:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=ge/IgBKfcxomUHqdfMtkuB9NdfxnWnGU9IU/BQ7o8k0=; b=hhWNNgSDFKK604wjZ3QL/Ldvv0jRs84rlbAxcSAJi5fVUVk7tAchMNwSuiuKnTJiOQ vyKsc8SCSCnL/qeWBhPdRVsM5H4j95z7XR9Tn1WPaAWRGCkFv3uz7OGxOqZiilVQDp8c QXTGBOsgtWgqyfxTRaMoj+XG1GmcqJ9hoehQQKcStKBXhxOLuiioELJQUEirjWUveAyX 1b2tZeYfnJBBRkXp8Vue1hju6bReKepAN+yxNNSt7V8/aJA7Q3l6tSDOPdL3a/TJ59ee yWPwuMu4Jx/b9sqQrVV73+QqwHtZxbelsvUQuLYQW3Bn4/u7f+6JAfBe+nGJNdCh5M5N U6Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ge/IgBKfcxomUHqdfMtkuB9NdfxnWnGU9IU/BQ7o8k0=; b=n6Ytx43dEW8tOAk65g9El/xEnZZN8Gu00VGvkUQ96tIzbF2y2hCgEkUCztCVVLXC/3 foc4iUc2E69HS5U4mYRQ5AjUDDa7Z/ykFozUQHG/4tLo6ybLmbJj3U3n4dYxaGc1TtoJ MtFqC9ZwmOjGCwnUwXOMDBkigoS8RMvs/gGg/oZJsbwn8QG9Be16KBj828XFbMCD3j12 mpAAWQo3HEKuNBnBkUx39Uq0pRtaKsnIdVN8a1GJcr3w48Wt+WYPwbLvj1PoIjXTgN/b PgwwHaQ5/EHapk1jNMrjuUJKimi0Qy1rhul0CxDE2FymcdbK1qnJAZFbwFAvbWNhKL1u ABTA== X-Gm-Message-State: ACrzQf2lPUbqitNnbOxOoOs76UADKbYXEhgx8zF3WtzAQdYbzZEpmDDe oy1SiJk2DYT1QPEkhP82Pqw= X-Google-Smtp-Source: AMsMyM4fbRJlXsccLMvyrmmEIsdSzY+jYrAbtKZFcdrf2dFHyQvSnLA3WnKNgqwWTzFQ/eSDmPgjLw== X-Received: by 2002:a17:907:728f:b0:7ad:dcbb:3e7f with SMTP id dt15-20020a170907728f00b007addcbb3e7fmr20147171ejc.535.1667512285598; Thu, 03 Nov 2022 14:51:25 -0700 (PDT) Received: from workstation.lan.schwierd.dedyn.io (164-7-142-46.pool.kielnet.net. [46.142.7.164]) by smtp.gmail.com with ESMTPSA id e11-20020a50ec8b000000b0045bd257b307sm1018427edr.22.2022.11.03.14.51.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Nov 2022 14:51:24 -0700 (PDT) From: Daniel Schwierzeck To: Tom Rini , u-boot@lists.denx.de Subject: [PULL] u-boot-mips Date: Thu, 3 Nov 2022 22:51:23 +0100 Message-Id: <20221103215123.464166-1-daniel.schwierzeck@gmail.com> X-Mailer: git-send-email 2.38.1 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.6 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull the Kconfig migration for CONFIG_SYS_MIPS_TIMER_FREQ as well as the mtmips bugfix for the incorrectly converted default value for CONFIG_SPL_PAD_TO. Gitlab: https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/14002 The following changes since commit cca41ed3d63f462ca044e0d2d30a34d4917fc6c5: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog (2022-11-02 09:10:30 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-pull-2022-11-03 for you to fetch changes up to 8450b97bf4464ab8b9c1b33b5a9150ae80c6136e: mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS (2022-11-02 21:54:26 +0100) ---------------------------------------------------------------- - MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig - MIPS: mtmips: fix incorrectly converted default value for CONFIG_SPL_PAD_TO ---------------------------------------------------------------- Daniel Schwierzeck (4): MIPS: remove deprecated TARGET_VCT option MIPS: remove CONFIG_SYS_MHZ MIPS: mscc: remove unused CPU_CLOCK_RATE MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig Stefan Roese (1): mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS arch/mips/Kconfig | 26 ++++++++++++++++++-------- arch/mips/mach-jz47xx/include/mach/jz4780.h | 2 +- arch/mips/mach-jz47xx/jz4780/pll.c | 6 +----- board/imgtec/ci20/ci20.c | 4 ---- common/spl/Kconfig | 1 + configs/ap121_defconfig | 1 + configs/ap143_defconfig | 1 + configs/ap152_defconfig | 1 + configs/bcm968380gerg_ram_defconfig | 1 + configs/boston32r2_defconfig | 1 + configs/boston32r2el_defconfig | 1 + configs/boston32r6_defconfig | 1 + configs/boston32r6el_defconfig | 1 + configs/boston64r2_defconfig | 1 + configs/boston64r2el_defconfig | 1 + configs/boston64r6_defconfig | 1 + configs/boston64r6el_defconfig | 1 + configs/ci20_mmc_defconfig | 1 + configs/comtrend_ar5315u_ram_defconfig | 1 + configs/comtrend_ar5387un_ram_defconfig | 1 + configs/comtrend_ct5361_ram_defconfig | 1 + configs/comtrend_vr3032u_ram_defconfig | 1 + configs/comtrend_wap5813n_ram_defconfig | 1 + configs/gardena-smart-gateway-mt7688_defconfig | 1 + configs/huawei_hg556a_ram_defconfig | 1 + configs/imgtec_xilfpga_defconfig | 1 + configs/linkit-smart-7688_defconfig | 1 + configs/malta64_defconfig | 1 + configs/malta64el_defconfig | 1 + configs/malta_defconfig | 1 + configs/maltael_defconfig | 1 + configs/mscc_jr2_defconfig | 1 + configs/mscc_luton_defconfig | 1 + configs/mscc_ocelot_defconfig | 1 + configs/mscc_serval_defconfig | 1 + configs/mscc_servalt_defconfig | 1 + configs/mt7620_mt7530_rfb_defconfig | 1 + configs/mt7620_rfb_defconfig | 1 + configs/mt7621_nand_rfb_defconfig | 1 + configs/mt7621_rfb_defconfig | 1 + configs/mt7628_rfb_defconfig | 1 + configs/netgear_cg3100d_ram_defconfig | 1 + configs/netgear_dgnd3700v2_ram_defconfig | 1 + configs/pic32mzdask_defconfig | 1 + configs/sagem_f@st1704_ram_defconfig | 1 + configs/sfr_nb4-ser_ram_defconfig | 1 + configs/tplink_wdr4300_defconfig | 1 + configs/vocore2_defconfig | 1 + include/configs/ap121.h | 3 --- include/configs/ap143.h | 3 --- include/configs/ap152.h | 3 --- include/configs/bmips_bcm3380.h | 3 --- include/configs/bmips_bcm6318.h | 3 --- include/configs/bmips_bcm63268.h | 3 --- include/configs/bmips_bcm6328.h | 3 --- include/configs/bmips_bcm6338.h | 3 --- include/configs/bmips_bcm6348.h | 3 --- include/configs/bmips_bcm6358.h | 3 --- include/configs/bmips_bcm6362.h | 3 --- include/configs/bmips_bcm6368.h | 3 --- include/configs/bmips_bcm6838.h | 3 --- include/configs/boston.h | 1 - include/configs/ci20.h | 4 ---- include/configs/gardena-smart-gateway-mt7688.h | 3 --- include/configs/imgtec_xilfpga.h | 2 -- include/configs/linkit-smart-7688.h | 3 --- include/configs/malta.h | 2 -- include/configs/mt7620.h | 2 -- include/configs/mt7621.h | 2 -- include/configs/mt7628.h | 2 -- include/configs/pic32mzdask.h | 2 -- include/configs/tplink_wdr4300.h | 3 --- include/configs/vcoreiii.h | 7 ------- include/configs/vocore2.h | 3 --- scripts/config_whitelist.txt | 2 -- 75 files changed, 64 insertions(+), 95 deletions(-)