[PATCH 2/2] qcom_defconfig: enable X1E80100 pinctrl driver

2024-11-15 Thread Neil Armstrong
Enable the X1E80100 pinctrl driver in the Qualcomm defconfig. Signed-off-by: Neil Armstrong --- configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index ea0dd3e58018c8bf08e4a455a47e29cf1bbd3c60..7e87cbc4dac57c55fa9093b4642e

Re: [PATCH v1] imx: Fix critical thermal threshold

2024-11-15 Thread Fabio Estevam
On Tue, Nov 12, 2024 at 2:54 PM Francesco Dolcini wrote: > > From: Francesco Dolcini > > Fix the critical thermal threshold for i.MX processors, this was changed > while moving the code from imx8m/imx9 directories into a shared place. > > There is no need to keep the critical threshold 5 degrees

Re: [PATCH] tools: imx8image: Add missing break for CMD_DCD_SKIP

2024-11-15 Thread Fabio Estevam
On Mon, Nov 11, 2024 at 11:39 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The CMD_DCD_SKIP case misses a break statement. > > Add it. > > Fixes: 254c00803b63 ("tools: imx8image: add possibility to skip dcd") > Addresses-Coverity-ID: 514648: Control flow issues (MISSING_BREAK) > Signed-off

Re: Git commit failed with mbedtls/framework

2024-11-15 Thread Tony Dinh
Hi Tom, On Fri, Nov 15, 2024 at 11:27 AM Tony Dinh wrote: > > Hi Tom, > > On Fri, Nov 15, 2024 at 6:17 AM Tom Rini wrote: > > > > On Thu, Nov 14, 2024 at 08:26:33PM -0800, Tony Dinh wrote: > > > Hi Tom, > > > > > > I am on 2025.01-rc2, and I am trying to commit some files. The error > > > seems

Re: [PATCH 3/9] buildman: Support #include files in defconfigs

2024-11-15 Thread Tom Rini
On Fri, Nov 15, 2024 at 07:26:56AM -0700, Simon Glass wrote: [snip] > This patch fixes the 'buildman doesn't support handling #include files > correctly yet' problem. This is good, and what I wanted to see. And the final patch in this series shows that we can indeed trim down many of the current

[GIT PULL] Please pull u-boot-imx-master-20241115

2024-11-15 Thread Fabio Estevam
/custodians/u-boot-imx.git tags/u-boot-imx-master-20241115 for you to fetch changes up to e6c3c63035c7ed58e6d6a95525d4f297c14e139c: imx: Fix critical thermal threshold (2024-11-15 14:36:47 -0300) u-boot-imx-master-20241115 -- CI: https://source.denx.de/u-boot/custodians/u-boot

Re: [PATCH 1/1] tools: use cryptographically safe RNG

2024-11-15 Thread Rasmus Villemoes
On Fri, Nov 15 2024, Mark Kettenis wrote: >> >> Or use getrandom(), which according to the man page has been exposed via >> glibc since glibc 2.25. Or just read from /dev/urandom which should work >> everywhere. > > $ man getrandom > man: No entry for getrandom in the manual. I assume this is i

Re: Git commit failed with mbedtls/framework

2024-11-15 Thread Tony Dinh
Hi Tom, On Fri, Nov 15, 2024 at 6:17 AM Tom Rini wrote: > > On Thu, Nov 14, 2024 at 08:26:33PM -0800, Tony Dinh wrote: > > Hi Tom, > > > > I am on 2025.01-rc2, and I am trying to commit some files. The error > > seems to indicate this framework directory might need some > > modification. Did I mi

Re: Git commit failed with mbedtls/framework

2024-11-15 Thread Tom Rini
On Fri, Nov 15, 2024 at 12:32:03PM -0800, Tony Dinh wrote: > Hi Tom, > > On Fri, Nov 15, 2024 at 11:27 AM Tony Dinh wrote: > > > > Hi Tom, > > > > On Fri, Nov 15, 2024 at 6:17 AM Tom Rini wrote: > > > > > > On Thu, Nov 14, 2024 at 08:26:33PM -0800, Tony Dinh wrote: > > > > Hi Tom, > > > > > > >

[PATCH] docker.rst: Reword slightly around "buildx"

2024-11-15 Thread Tom Rini
Try and be slightly clearer about what "buildx" is, and how to install it. Signed-off-by: Tom Rini --- I rephrased this slightly to try and be clearer as if you're using the docker.io provided packages you need to just install the plugin. Cc: Simon Glass --- doc/build/docker.rst | 4 ++-- 1 fi

[PATCH v2] test/cmd/wget.c: move net_test_wget() to the cmd test suite

2024-11-15 Thread Jerome Forissier
Since net_test_wget() is testing a command and is in test/cmd it should be in the 'cmd' test suite, not 'lib'. Saving and restoring the values of the environment variables that the test manipulates is necessary to avoid a regression when running the whole ut test suite. A minimal reproducer is:

[PATCH 2/3] efi_loader: Fix Kconfig logic around OF_LIBFDT

2024-11-15 Thread Tom Rini
Given that OF_LIBFDT is library functionality, the feature of EFI_LOADER needs to select OF_LIBFDT rather than depend on it being already enabled. Signed-off-by: Tom Rini --- Cc: Heinrich Schuchardt Cc: Ilias Apalodimas --- lib/efi_loader/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 del

Re: [PATCH 2/3] efi_loader: Fix Kconfig logic around OF_LIBFDT

2024-11-15 Thread Heinrich Schuchardt
Am 15. November 2024 17:53:58 MEZ schrieb Tom Rini : >Given that OF_LIBFDT is library functionality, the feature of EFI_LOADER >needs to select OF_LIBFDT rather than depend on it being already >enabled. > >Signed-off-by: Tom Rini Acked-by: Heinrich Schuchardt >--- >Cc: Heinrich Schuchardt >Cc:

Re: [PATCH] doc: cmd: wget: document lwIP syntax

2024-11-15 Thread Heinrich Schuchardt
Am 14. November 2024 15:20:04 MEZ schrieb Jerome Forissier : >The lwIP version of wget supports a different syntax with a URL, >in addition to the legacy syntax. Document that. > >While we're at it, fix a couple of minor issues in the legacy >syntax: >- hostIPaddr can be an IP address or a DNS nam

Re: "help" output too much for my screen

2024-11-15 Thread Simon Glass
Hi Brian, On Fri, 15 Nov 2024 at 15:35, Brian Sammon wrote: > > I recently upgraded the u-boot on my Pinebook Pro, and lo and behold!, the > new version supports the built-in display. > > So, now I'm experimenting. I hit the any key to stop the autoboot, and I get > the command prompt. I type

[PATCH v3 4/5] arm: mach-k3: j721e-init.c: Add support for CONFIG_K3_OPP_LOW

2024-11-15 Thread Aniket Limaye
From: Reid Tonking The default j7200 devicetree and k3_avs driver set 2GHz/1GHz frequency for A72/MSMC clks and the OPP_NOM voltage. J7200 SOCs may support OPP_LOW Operating Performance Point: 1GHz/500MHz clks for A72/MSMC and OPP_LOW AVS voltage read from efuse. Hence, add a config check to se

Re: [PATCH v5 3/8] efi_loader: bootstd: Drop bootmgr for sunxi

2024-11-15 Thread Heinrich Schuchardt
Am 13. November 2024 16:09:33 MEZ schrieb Simon Glass : >This causes problems with the boot order, so drop it until we can figure >out a better way to know when bootmgr should be used. It dhould be used by default. Please, describe your observations in sufficient detail. I don't think that we sh

Re: [PATCH] xilinx: Introduce MINI configuration

2024-11-15 Thread Heinrich Schuchardt
Am 15. November 2024 14:36:32 MEZ schrieb Michal Simek : >There is no common symbol which mini configurations are using and recent >get_mem_top() changes adding 1.3kB without having a way to remove it. >That's why introduce new symbol which can be used for removing features >which are not requested

[PATCH v3 0/5] Add OPP_LOW support for J7200

2024-11-15 Thread Aniket Limaye
This series adds OPP_LOW spec data in k3_avs driver and enables a config option to select the OPP_LOW performance point. J7200 SOC supports OPP_LOW and OPP_NOM as two Operating Performance Points as per (7.5 Operating Performance Points) section in the Datasheet [0]. - A72SS/MSMC at 2 GHz/1GHz ope

[PATCH v3 1/5] arm: dts: k3-j7200-r5-common: Add msmc clk to a72 node

2024-11-15 Thread Aniket Limaye
From: Reid Tonking The j7200 SOC has a single DDR controller and hence no need for configuring the MSMC interleaver. Hence we do not have an explicit node for MSMC in j7200 DT, unlike j721s2/j784s4. Also, MSMC clk id is described under A72SS0_CORE0 Device in TISCI documentation [0]. Considering

[PATCH v3 3/5] misc: k3_avs: Check validity of efuse voltage data

2024-11-15 Thread Aniket Limaye
From: Reid Tonking k3_avs driver checks opp_ids when probing and overwrites the voltage values in vd_data for the respective board. The new k3_check_opp() can be called from board files to check the efuse data and returns 0 if valid. Also add the same check in k3_avs_program_voltage() to error o

[PATCH v3 5/5] configs: j7200_evm_r5_defconfig: Define K3_OPP_LOW

2024-11-15 Thread Aniket Limaye
From: Reid Tonking Define new CONFIG_K3_OPP_LOW under arm/mach-k3/Kconfig and add default value to j7200_evm_r5_defconfig Signed-off-by: Reid Tonking Signed-off-by: Aniket Limaye --- v3: - Add Kconfig dependency on K3_AVS0 - Update commit msg to make it more clear - Link to v2: https://lore.

<    1   2