Re: [PATCH] doc: devicetree: Lets avoid short reference link names

2024-03-01 Thread Paul Barker
On 01/03/2024 13:24, Sumit Garg wrote: > Short reference link names like "dtspec", "dtrepo", "dttweaks" etc. > interrupt the flow of the document text. Lets avoid them and instead > expand in place for better readability. > > Suggested-by: Paul Barker > Signed-off-by: Sumit Garg > --- >

Re: [PATCH 1/2] cli: allow users to disable history if unused at all

2024-03-01 Thread hanyuan
Hi Tom, Thanks for reviewing! I am not quite sure about the tests which you refer to. Is it the CI in the gitlab? I think this patch is simple and it doesn’t occur any errors during my work these days, thus I tested it manually which didn’t throw any problems, and sent it. Could you please give

Re: [PATCH 4/8] clk: qcom: add support for power domains uclass

2024-03-01 Thread Konrad Dybcio
On 29.02.2024 15:21, Volodymyr Babchuk wrote: > Now sub-drivers for particular SoCs can register them as power domain > drivers. This is needed for upcoming SM8150 support, because it needs > to power up the Ethernet module. > > Signed-off-by: Volodymyr Babchuk > --- > >

Re: [PATCH v3 2/2] spl: Add support for booting from ESP

2024-03-01 Thread Tom Rini
On Mon, Jan 22, 2024 at 04:40:22PM +0530, Mayuresh Chitale wrote: > Some platforms as described by EBBR specification may store images in > the FIRMWARE directory of the UEFI system partition(ESP). Add support > to boot from the EFI system partition if it is enabled for a platform. > >

Re: [PATCH v1] cmd: md5sum: use hash_command

2024-03-01 Thread Tom Rini
On Sun, Feb 11, 2024 at 07:56:16PM +0100, Igor Opaniuk wrote: > From: Igor Opaniuk > > Drop old implementation and use hash_command() instead, as > how it's currently done for crc32 and sha1sum cmds. > > Test: > => md5sum 0x6000 0x200 > md5 for 6000 ... 61ff ==>

Re: [PATCH 1/2] cli: allow users to disable history if unused at all

2024-03-01 Thread Tom Rini
On Sat, Feb 17, 2024 at 09:54:43PM +0800, Hanyuan Zhao wrote: > This commit allows user to determine whether to have history recording > in command-line. Previously the history data as uninitialized static > array would not directly take much space in binary file since it only > marks size in the

Re: [PULL] Please pull qcom/qcom-next

2024-03-01 Thread Tom Rini
On Fri, Mar 01, 2024 at 03:45:21PM +, Caleb Connolly wrote: > Hi Tom, > > I know Sumits dt-rebasing series just landed, so the timing isn't fantastic > with > this series importing a bunch of DT stuff from Linux. However we've had two > new > contributors this week adding new Qualcomm

Re: [PATCH 5/8] clk: qcom: add driver for SM8150 SoC

2024-03-01 Thread Volodymyr Babchuk
Hi Caleb, Caleb Connolly writes: > On 29/02/2024 14:21, Volodymyr Babchuk wrote: >> Add clock, reset and power domain driver for SM8150. Driver code is >> based on the similar U-Boot drivers. All constants are taken from the >> corresponding Linux driver. >> >> This driver supports clock

Re: [PATCH 0/8] Add support for Qualcomm SA8155-ADP board

2024-03-01 Thread Volodymyr Babchuk
Hi Caleb, Caleb Connolly writes: > On 29/02/2024 14:21, Volodymyr Babchuk wrote: >> >> This patch series adds support for Qualcomm SA8155-ADP development >> board. Main motivation for this series is to allow running >> virtualization software on this board and U-Boot is a good way to >>

Re: [PATCH 5/8] clk: qcom: add driver for SM8150 SoC

2024-03-01 Thread Caleb Connolly
>> Please reorder the patches so that the power domain driver is added >> before this so we don't break future bisects. > > power domain driver is added in the previous patch: "[PATCH 4/8] clk: > qcom: add support for power domains uclass" Ah, my mistake! >> >> Just in case it's useful to

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-01 Thread Tom Rini
On Fri, Mar 01, 2024 at 01:32:53PM +, Conor Dooley wrote: > Hey, > > Replying here because this is only version of this in my inbox atm. Please note that for additional context, in 2019 when d9aa4d4fca67 ("ARM: dts: opos6uldev: use OF graph to describe the display") was merged re-sync of DTS

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-01 Thread Tom Rini
On Fri, Mar 01, 2024 at 10:17:35AM +0100, Sébastien Szymanski wrote: > On 3/1/24 07:02, Sumit Garg wrote: > > On Thu, 29 Feb 2024 at 19:31, Tom Rini wrote: > > > > > > On Thu, Feb 29, 2024 at 08:42:42AM -0500, Tom Rini wrote: > > > > On Thu, Feb 29, 2024 at 11:17:28AM +0530, Sumit Garg wrote: >

Re: [PATCH] arm: dts: k3-am625-verdin-r5: Change CPU frequency to 1000MHz

2024-03-01 Thread Tom Rini
On Mon, Feb 19, 2024 at 12:34:08PM +, Vitor Soares wrote: > From: Vitor Soares > > The same U-Boot binary is compatible with multiple Verdin AM62 board > variants. However, some of the SoC models can only operate at a maximum > speed of 1 GHz. > > Previously, the boards with lower-speed

Re: [PATCH v2] arm: mach-k3: Refactor QoS settings

2024-03-01 Thread Tom Rini
On Mon, Feb 12, 2024 at 03:36:35PM +0530, Aradhya Bhatia wrote: > Refactor common QoS code into a new common header file, and the soc > specific setup_qos functions into a common API. > > Rename $(soc)_qos_count and $(soc)_qos_data variables to qos_count and > qos_data. When QoS settings of more

Re: [PATCH] pylibfdt: Fix "invalid escape sequence '\w'" in setup.py

2024-03-01 Thread Tom Rini
On Tue, Feb 20, 2024 at 08:52:48AM -0500, Tom Rini wrote: > From: Florian Schmaus > > Once u-boot's build system invokes > > python3 scripts/dtc/pylibfdt/setup.py --quiet build_ext --inplace > > it may fail with > > scripts/dtc/pylibfdt/setup.py:40: SyntaxWarning: invalid escape sequence

Re: [PATCH 1/1] dtoc: avoid invalid escape sequence '\s'

2024-03-01 Thread Tom Rini
On Tue, Feb 27, 2024 at 10:51:38PM +0100, Heinrich Schuchardt wrote: > \s is not a valid escape sequence in strings. > Mark regular expressions with r''. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 0/7] toradex: fix reset and hardware detection regressions

2024-03-01 Thread Tom Rini
On Fri, 23 Feb 2024 10:11:36 +0100, Francesco Dolcini wrote: > From: Francesco Dolcini > > This series fixes two regressions affecting multiple Toradex boards > (i.MX, TI and TEGRA based) and targets the current master, e.g. v2024.04 > release. > > U-Boot `reset` command is broken on all

Re: [PATCH 0/8] Add support for Qualcomm SA8155-ADP board

2024-03-01 Thread Caleb Connolly
On 01/03/2024 18:25, Volodymyr Babchuk wrote: > > Hi Caleb, > > Caleb Connolly writes: > >> On 29/02/2024 14:21, Volodymyr Babchuk wrote: >>> >>> This patch series adds support for Qualcomm SA8155-ADP development >>> board. Main motivation for this series is to allow running >>>

Re: [PATCH 5/8] clk: qcom: add driver for SM8150 SoC

2024-03-01 Thread Caleb Connolly
On 29/02/2024 14:21, Volodymyr Babchuk wrote: > Add clock, reset and power domain driver for SM8150. Driver code is > based on the similar U-Boot drivers. All constants are taken from the > corresponding Linux driver. > > This driver supports clock rate setting only for the debug UART and >

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread Fabio Estevam
Hi Sumit, On Fri, Mar 1, 2024 at 9:57 AM Tom Rini wrote: > > On Thu, 22 Feb 2024 15:05:56 +0530, Sumit Garg wrote: > > > Changes in v6: > > -- > > - v6_dt: https://github.com/b49020/u-boot/tree/v6_dt > > - Patch #3: Incorporate fix for sandbox CI failure. > > - Patch #6: Incorporate

Re: [PATCH 6/8] pinctr: qcom: pass pin number to get_function_mux callback

2024-03-01 Thread Caleb Connolly
On 29/02/2024 14:21, Volodymyr Babchuk wrote: > This patch is the preparation for SM8150 support. This new SoC > depending on the particular pin can have different numbers for the > same function. For example "rgmii" function for GPIO4 has id=2 while > for GPIO59 it has id=1. So, to support

Re: [PATCH 0/8] Add support for Qualcomm SA8155-ADP board

2024-03-01 Thread Caleb Connolly
On 29/02/2024 14:21, Volodymyr Babchuk wrote: > > This patch series adds support for Qualcomm SA8155-ADP development > board. Main motivation for this series is to allow running > virtualization software on this board and U-Boot is a good way to > break Qualcomm's boot chain at EL2 with more

Re: [PATCH] dts: imx8mm: Add optee entry for binman

2024-03-01 Thread Tim Harvey
On Fri, Mar 1, 2024 at 4:00 AM Manuel Traut wrote: > > Used to embed the OPTEE OS binary into flash.bin so it can be > detected and loaded by trusted-firmware-arm. > > Signed-off-by: Manuel Traut > --- > arch/arm/dts/imx8mm-u-boot.dtsi | 20 > 1 file changed, 20

Re: [PATCH 1/8] clk: qcom: clear div mask before assigning new divider

2024-03-01 Thread Caleb Connolly
On 29/02/2024 14:21, Volodymyr Babchuk wrote: > We need to do this to ensure that new divider is applied "The current behaviour does a bitwise OR of the previous and new divider values, this is wrong." > correctly. This fixes potential issue with 1Gbit ethernet on > SA8155P-ADP boards. Wow,

[PULL] Please pull qcom/qcom-next

2024-03-01 Thread Caleb Connolly
Hi Tom, I know Sumits dt-rebasing series just landed, so the timing isn't fantastic with this series importing a bunch of DT stuff from Linux. However we've had two new contributors this week adding new Qualcomm boards - I'd really like to get this rework in so those folks aren't blocked on it

Re: [PATCH] usb: dwc3-generic: Fix build errors when USB_DWC3_GADGET is disabled

2024-03-01 Thread Mattijs Korpershoek
Hi Jonas, thank you for the patch. On lun., févr. 26, 2024 at 13:36, Jonas Karlman wrote: > On 2024-02-26 11:18, Marek Vasut wrote: >> On 2/26/24 10:50 AM, Jonas Karlman wrote: >>> On 2024-02-26 09:22, Marek Vasut wrote: On 2/26/24 8:54 AM, Jonas Karlman wrote: > On 2024-02-26 02:47,

Re: [PATCH v5 00/39] Qualcomm generic board support

2024-03-01 Thread Caleb Connolly
On Mon, 26 Feb 2024 17:26:04 +, Caleb Connolly wrote: > Historically, Qualcomm boards in U-Boot have all had their own > board/qualcomm/xyz directory, their own CONFIG_TARGET_XYZ option, their > own hardcoded sysmap-xyz.c file, and their own U-Boot specific > devicetree with little/no

Re: [PATCH] clk/qcom: apq8016: allow apq8016_clk_init_uart() to be called externally

2024-03-01 Thread Caleb Connolly
On Fri, 01 Mar 2024 15:00:24 +, Caleb Connolly wrote: > When U-Boot as running as the first stage bootloader on MSM8916 devices, > early debug UART requires turning on the clocks (for some reason the > pre-loader turns them off?!). > > To simplify developing for this platform, allow the >

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread Sumit Garg
On Fri, 1 Mar 2024 at 19:18, wrote: > > On 01/03/2024 14:30, Sumit Garg wrote: > > On Fri, 1 Mar 2024 at 18:27, Tom Rini wrote: > >> > >> On Thu, 22 Feb 2024 15:05:56 +0530, Sumit Garg wrote: > >> > >>> Changes in v6: > >>> -- > >>> - v6_dt:

[PATCH] clk/qcom: apq8016: allow apq8016_clk_init_uart() to be called externally

2024-03-01 Thread Caleb Connolly
When U-Boot as running as the first stage bootloader on MSM8916 devices, early debug UART requires turning on the clocks (for some reason the pre-loader turns them off?!). To simplify developing for this platform, allow the apq8016_clk_init_uart() function to be called externally. Developers can

Re: [PATCH] test: dm: add button_cmd test

2024-03-01 Thread Tom Rini
On Wed, Feb 14, 2024 at 05:03:46PM +, Caleb Connolly wrote: > Add a test for the button_cmd feature. This validates that commands can > be mapped to two buttons, that the correct command runs based on which > button is pressed, that only 1 command is run, and that no command runs > if

Re: [PATCH v5 00/39] Qualcomm generic board support

2024-03-01 Thread Sumit Garg
Hi Caleb, On Mon, 26 Feb 2024 at 22:56, Caleb Connolly wrote: > > Historically, Qualcomm boards in U-Boot have all had their own > board/qualcomm/xyz directory, their own CONFIG_TARGET_XYZ option, their > own hardcoded sysmap-xyz.c file, and their own U-Boot specific > devicetree with little/no

Re: [PATCH v2 1/1] net: ti: am65-cpsw-nuss: Remove incorrect RGMII_ID bit functionality

2024-03-01 Thread Tom Rini
On Thu, Feb 01, 2024 at 08:17:05PM +, Ken Sloat wrote: > The CPSW implementations on the AM6x platforms do not support the > selectable RGMII TX clk delay functionality via the RGMII_ID_MODE bit as > the earlier platforms did. While it is possible to write the bit, > according to various TI

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread neil . armstrong
On 01/03/2024 14:30, Sumit Garg wrote: On Fri, 1 Mar 2024 at 18:27, Tom Rini wrote: On Thu, 22 Feb 2024 15:05:56 +0530, Sumit Garg wrote: Changes in v6: -- - v6_dt: https://github.com/b49020/u-boot/tree/v6_dt - Patch #3: Incorporate fix for sandbox CI failure. - Patch #6:

Re: [PATCH v1 0/4] Introduce mtdblock device

2024-03-01 Thread Alexey Romanov
Hi Frieder, On Thu, Feb 29, 2024 at 09:51:04AM +0100, Frieder Schrempf wrote: > Hi Alexey, > > On 27.02.24 11:04, Alexey Romanov wrote: > > Hello! > > > > This series adds support for the mtdblock device, which > > allows to read/write data block by block. For example, > > it can now be used

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread Sumit Garg
On Fri, 1 Mar 2024 at 18:27, Tom Rini wrote: > > On Thu, 22 Feb 2024 15:05:56 +0530, Sumit Garg wrote: > > > Changes in v6: > > -- > > - v6_dt: https://github.com/b49020/u-boot/tree/v6_dt > > - Patch #3: Incorporate fix for sandbox CI failure. > > - Patch #6: Incorporate shell script

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-01 Thread Conor Dooley
Hey, Replying here because this is only version of this in my inbox atm. On Fri, Mar 01, 2024 at 10:17:35AM +0100, Sébastien Szymanski wrote: > On 3/1/24 07:02, Sumit Garg wrote: > > On Thu, 29 Feb 2024 at 19:31, Tom Rini wrote: > > > On Thu, Feb 29, 2024 at 08:42:42AM -0500, Tom Rini wrote: >

[PATCH] doc: devicetree: Lets avoid short reference link names

2024-03-01 Thread Sumit Garg
Short reference link names like "dtspec", "dtrepo", "dttweaks" etc. interrupt the flow of the document text. Lets avoid them and instead expand in place for better readability. Suggested-by: Paul Barker Signed-off-by: Sumit Garg --- doc/develop/devicetree/control.rst | 24

Re: [RFC PATCH 0/6] Clean up arm linker scripts

2024-03-01 Thread Ilias Apalodimas
Thanks Sam On Thu, 29 Feb 2024 at 23:07, Sam Edwards wrote: > > > > On 2/28/24 04:15, Ilias Apalodimas wrote: > > On Wed, 28 Feb 2024 at 13:11, Peter Robinson wrote: > >> > >> On Wed, 28 Feb 2024 at 10:58, Ilias Apalodimas > >> wrote: > >>> > >>> The arm linker scripts had a mix of symbols and

Re: [RFC PATCH 2/6] arm: clean up v7 and v8 linker scripts for bss_start/end

2024-03-01 Thread Ilias Apalodimas
Thanks for testing Caleb, On Thu, 29 Feb 2024 at 15:49, Caleb Connolly wrote: > > > > On 28/02/2024 10:48, Ilias Apalodimas wrote: > > commit 3ebd1cbc49f0 ("arm: make __bss_start and __bss_end__ > > compiler-generated") > > and > > commit f84a7b8f54db ("ARM: Fix __bss_start and __bss_end in

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread Tom Rini
On Thu, 22 Feb 2024 15:05:56 +0530, Sumit Garg wrote: > Changes in v6: > -- > - v6_dt: https://github.com/b49020/u-boot/tree/v6_dt > - Patch #3: Incorporate fix for sandbox CI failure. > - Patch #6: Incorporate shell script comments from Marek. > - Patch #8: Incorporate documentation

[PATCH] dts: imx8mm: Add optee entry for binman

2024-03-01 Thread Manuel Traut
Used to embed the OPTEE OS binary into flash.bin so it can be detected and loaded by trusted-firmware-arm. Signed-off-by: Manuel Traut --- arch/arm/dts/imx8mm-u-boot.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi

Re: [PATCH v10 12/15] arm: dts: Introduce am69-sk u-boot dts files

2024-03-01 Thread Neha Malcom Francis
Hi Apurva On 24/02/24 01:51, Apurva Nandan wrote: From: Dasnavis Sabiya Introduce the base dts files needed for u-boot or to augment the linux dtbs for use in the u-boot-spl and u-boot binaries. Signed-off-by: Dasnavis Sabiya Signed-off-by: Apurva Nandan --- arch/arm/dts/Makefile

Re: [PATCH v10 15/15] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation

2024-03-01 Thread Neha Malcom Francis
Hi Apurva On 24/02/24 01:51, Apurva Nandan wrote: TI K3 J784S4 and AM69 are new additions to the K3 SoC family. Add documentation about the J784S4 EVM and AM69 SK. Signed-off-by: Dasnavis Sabiya Signed-off-by: Apurva Nandan --- board/ti/j784s4/MAINTAINERS | 1 +

RE: [UBOOT PATCH v3] mtd: nand: arasan: Print warning for unsupported ecc modes

2024-03-01 Thread Abbarapu, Venkatesh
Hi Michal, > -Original Message- > From: Simek, Michal > Sent: Friday, March 1, 2024 4:55 PM > To: Abbarapu, Venkatesh ; u- > b...@lists.denx.de > Cc: dario.binac...@amarulasolutions.com; mich...@amarulasolutions.com; > git (AMD-Xilinx) ; Ashok Reddy Soma > > Subject: Re: [UBOOT PATCH

Re: [PATCH] mtd: nand: arasan: Update the correct return codes

2024-03-01 Thread Dan Carpenter
On Fri, Mar 01, 2024 at 04:51:09PM +0530, Venkatesh Yadav Abbarapu wrote: > The below exception observed on QEMU, as it doesn't support > NAND controller. > > "Synchronous Abort" handler, esr 0x9605, far 0x17acfc878 > elr: 0803ad40 lr : 0805f438 (reloc) > elr: 7fcb4d40

Re: [UBOOT PATCH v3] mtd: nand: arasan: Print warning for unsupported ecc modes

2024-03-01 Thread Dan Carpenter
On Fri, Mar 01, 2024 at 04:42:54PM +0530, Venkatesh Yadav Abbarapu wrote: > @@ -1263,6 +1264,12 @@ static int arasan_probe(struct udevice *dev) > goto fail; > } > > + str = ofnode_read_string(nand_chip->flash_node, "nand-ecc-mode"); > + if (strcmp(str, "hw")) { > +

Re: [UBOOT PATCH v3] mtd: nand: arasan: Print warning for unsupported ecc modes

2024-03-01 Thread Michal Simek
On 3/1/24 12:12, Venkatesh Yadav Abbarapu wrote: Currently only hw ecc is supported in U-Boot. If any other ecc mode is given in DT, it simply ignores and switches to hw ecc. So better print what is being done. Revert this patch once soft ecc support is fixed in future. Signed-off-by: Ashok

[PATCH] mtd: nand: arasan: Update the correct return codes

2024-03-01 Thread Venkatesh Yadav Abbarapu
The below exception observed on QEMU, as it doesn't support NAND controller. "Synchronous Abort" handler, esr 0x9605, far 0x17acfc878 elr: 0803ad40 lr : 0805f438 (reloc) elr: 7fcb4d40 lr : 7fcd9438 x0 : 7bbfc880 x1 : ff10 x2 :

[UBOOT PATCH v3] mtd: nand: arasan: Print warning for unsupported ecc modes

2024-03-01 Thread Venkatesh Yadav Abbarapu
Currently only hw ecc is supported in U-Boot. If any other ecc mode is given in DT, it simply ignores and switches to hw ecc. So better print what is being done. Revert this patch once soft ecc support is fixed in future. Signed-off-by: Ashok Reddy Soma Signed-off-by: Venkatesh Yadav Abbarapu

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread Sumit Garg
Hi Tom, On Thu, 22 Feb 2024 at 15:06, Sumit Garg wrote: > > Changes in v6: > -- > - v6_dt: https://github.com/b49020/u-boot/tree/v6_dt > - Patch #3: Incorporate fix for sandbox CI failure. > - Patch #6: Incorporate shell script comments from Marek. > - Patch #8: Incorporate

Re: [PATCH v2 2/2] net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO framework

2024-03-01 Thread Ravi Gunasekaran
On 2/28/24 4:05 PM, Roger Quadros wrote: > Add a new Kconfig symbol MDIO_TI_CPSW for the CPSW MDIO > driver and build it with proper DM support if enabled. > > If MDIO_TI_CPSW is not enabled then we continue to > behave like before. > > Clean up MDIO custom handling in am65-cpsw and use >

Re: [PATCH 01/10] mach-snapdragon: Add support for IPQ9574

2024-03-01 Thread Ilias Apalodimas
Hi Krzysztof, On Thu, 29 Feb 2024 at 22:50, Krzysztof Kozlowski wrote: > > On 26/02/2024 11:07, Varadarajan Narayanan wrote: > > Signed-off-by: Varadarajan Narayanan > > --- > > > > arch/arm/dts/Makefile |2 + > > arch/arm/dts/ipq9574-default.dts | 167

Re: [PATCH v1 0/5] TEE: minor cleanup

2024-03-01 Thread Ilias Apalodimas
Hi Igor, On Thu, 29 Feb 2024 at 21:11, Igor Opaniuk wrote: > > Hi Ilias, > > On Wed, Feb 14, 2024 at 7:34 PM Igor Opaniuk > wrote: >> >> - Address some spelling errors and typos >> - Support CMD_OPTEE_RPMB for SANDBOX configurations and add python tests >> - Remove common.h inclusion for

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-01 Thread Sébastien Szymanski
On 3/1/24 07:02, Sumit Garg wrote: On Thu, 29 Feb 2024 at 19:31, Tom Rini wrote: On Thu, Feb 29, 2024 at 08:42:42AM -0500, Tom Rini wrote: On Thu, Feb 29, 2024 at 11:17:28AM +0530, Sumit Garg wrote: On Wed, 28 Feb 2024 at 20:50, Tom Rini wrote: On Wed, Feb 28, 2024 at 07:44:42PM +0530,

[PATCH v2] board: rockchip: add Rockchip Toybrick TB-RK3588X board

2024-03-01 Thread Elon Zhang
TB-RK3588X board is a Rockchip Toybrick RK3588 based development board. Specification: Rockchip Rk3588 SoC 4x ARM Cortex-A76, 4x ARM Cortex-A55 8/16GB Memory LPDDR4x Mali G610MC4 GPU 2× MIPI-CSI0 Connector 1x 2Lanes PCIe3.0 Connector 1x

RE: [PATCH 1/2] arm: socfpga: arria10: add option to reprogram the FPGA every reboot

2024-03-01 Thread Chee, Tien Fong
> -Original Message- > From: Michał Barnaś > Sent: Thursday, February 22, 2024 11:21 PM > To: u-boot@lists.denx.de > Cc: Michał Barnaś ; Dinh Nguyen > ; Marek Vasut ; Simon Glass > ; Simon Goldschmidt > ; Chee, Tien Fong > ; Tom Rini > Subject: [PATCH 1/2] arm: socfpga: arria10: add

RE: [PATCH 0/2] arm: socfpga: arria10: allow to reprogram FPGA with warm reboot

2024-03-01 Thread Chee, Tien Fong
> -Original Message- > From: Michał Barnaś > Sent: Thursday, February 29, 2024 9:49 PM > To: Dinh Nguyen > Cc: u-boot@lists.denx.de; Marcel Ziswiler ; > Marek Vasut ; Martyn Welch > ; Paweł Anikiel ; Simon > Glass ; Simon Goldschmidt > ; Svyatoslav Ryhel > ; Chee, Tien Fong ; Tom >

[PATCH] mtd: spinand: Add support for XTX SPI NAND

2024-03-01 Thread Bruce Sun
Add support for XTX XT26G0xA and XT26xxxD,the driver is ported from linux-6.7.1. --- drivers/mtd/nand/spi/Makefile | 2 +- drivers/mtd/nand/spi/core.c | 1 + drivers/mtd/nand/spi/xtx.c| 265 ++ include/linux/mtd/spinand.h | 1 + 4 files changed, 268