Re: [PATCH] board: rockchip: Add support for FriendlyARM NanoPi R2C Plus

2024-01-06 Thread Tianling Shen
Hi Kever, On Tue, Jan 2, 2024 at 9:00 AM Kever Yang wrote: > > Hi Tianling, > > On 2023/12/23 12:00, Tianling Shen wrote: > > The NanoPi R2C Plus is a small variant of NanoPi R2C with a on-board > > eMMC flash (8G) included. > > > > The device tree is taken from the kernel v6.5. > > > > Signed-of

Re: booti usage offset requirements for compressed kernel and initrd with dtb

2024-01-06 Thread E Shattow
Hi Simon, "If this [fdt_high environment variable] is set to the special value 0x (32-bit machines) or 0x (64-bit machines) then the fdt will not be copied at all on boot. For this to work it must reside in writable memory, have sufficient padding on the end of it for U-Boo

[PATCH] arm: sunxi: Reduce inrush current on Olimex A20-OLinuXino_MICRO

2024-01-06 Thread Philippe Coval
This change fix reboot, it was tested on debian-12 It was inspired from for-master-20181206-10-g8311e84b18 Relate-to: https://github.com/rzr/u-boot/issues/2 Thanks-to: Olliver Schinagl Signed-off-by: Philippe Coval --- configs/A20-OLinuXino_MICRO_defconfig | 1 + 1 file changed, 1 insertion(+

Re: Please pull u-boot-tegra staging

2024-01-06 Thread Tom Rini
On Sat, Jan 06, 2024 at 11:26:45AM +0200, Svyatoslav Ryhel wrote: > Dear Tom, > > The following changes since commit 4b151562bb8e54160adedbc6a1c0c749c00a2f84: > > bootmeth: pass size to efi_binary_run() (2023-12-22 10:36:50 -0500) > > are available in the Git repository at: > > https://sou

Re: [PATCH v2 1/1] fw_env: autodetect NAND erase size and env sectors

2024-01-06 Thread Tom Rini
On Thu, Dec 21, 2023 at 11:44:38PM +0100, Anthony Loiseau wrote: > From: Anthony Loiseau > > As already done for NOR chips, if device ESIZE and ENVSECTORS static > configurations are both zero, then autodetect them at runtime. > > Cc: Joe Hershberger > cc: Stefan Agner > cc: Rasmus Villemoes

Re: [PATCH] fw_env: keep calling read() until whole flash block is read

2024-01-06 Thread Tom Rini
On Wed, Dec 13, 2023 at 01:13:54PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > It's totally valid for read() to provide less bytes than requested > maximum. It may happen if there is no more data available yet or source > pushes data in small chunks. > > This actually happens when try

Re: [PATCH] fw_env: rename variables holding env data content

2024-01-06 Thread Tom Rini
On Wed, Dec 13, 2023 at 10:23:44AM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > Rename "addr0" and "addr1" to "buf0" and "buf1" accordingly. Name "addr" > suggests that variable contains a numeric value being some kind of > address. Name "buf" is de facto a standard name for pointer to

Re: [PATCH] fw_env: fix reading NVMEM device's "compatible" value

2024-01-06 Thread Tom Rini
On Tue, Dec 12, 2023 at 06:33:27PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > Call to fread() was changed to check for return value. The problem is it > can't be checked for returning 1 (as it is) to determine success. > > We call fread() with buffer size as "size" argument. Reading

Re: [PATCH] tools: docker: Drop the git user name and email configuration

2024-01-06 Thread Tom Rini
On Thu, Jan 04, 2024 at 09:28:17PM +0800, Bin Meng wrote: > Since commit b45ab9ca6621 ("CI: Update to QEMU 8.0.3"), the manual > patch applying was removed, hence there is no need to do a git user > name and email configuration. > > Signed-off-by: Bin Meng > > --- > > tools/docker/Dockerfile

[PATCH 2/2] board: solidrun: clearfog: fix serdes 1 / eth2 speed for clearfog gtr

2024-01-06 Thread Josua Mayer
Clearfog GTR connects eth2 / serdes 1 to a 2.5Gbps capable ethernet switch port. Linux already configures a fixed-link at speed 2500 from device-tree. Upgrade serdes 1 rate to 3.125Gbps to support a 2.5Gbps link. Additionally add comments documenting each serdes' function of clearfog gtr, which a

[PATCH 1/2] arm: mvebu: clearfog gtr: add config option to select serdes0 interface

2024-01-06 Thread Josua Mayer
Clearfog GTR has an assembly option for a SATA connector, CON18. It shares the serdes with mini-pcie connector CON3. Add new kconfig option to select betweenata and pci, defaulting to pci as it was previously configured in board-file. Clearfog GTR connects eth2 / serdes 1 to a 2.5Gbps capable eth

[PATCH 0/2] board: solidrun: clearfog gtr: add serdes configuration

2024-01-06 Thread Josua Mayer
: 82750ce44226e5f2b3bbcd79cf7b3ba3dfd3de4d change-id: 20240106-clearfog-gtr-serdes-8a927f496bda Sincerely, -- Josua Mayer

Re: [U-Boot] [PATCH 1/1] sunxi: add Linksprite pcDuino v1/v2 support

2024-01-06 Thread nouremad1...@hotmail.com
تم الإرسال من البريد لـ Windows

Re: [PATCH] arm: dts: iot2050: Fix by syncing from Linux

2024-01-06 Thread Tom Rini
On Sat, Jan 06, 2024 at 01:39:07PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > This restores support for IOT2050 by widely synchronizing its DT files > with the Linux kernel. We additionally need to add the alias restoration > that is still waiting for its upstream merge and the not-yet-upst

[PATCH] arm: dts: iot2050: Fix by syncing from Linux

2024-01-06 Thread Jan Kiszka
From: Jan Kiszka This restores support for IOT2050 by widely synchronizing its DT files with the Linux kernel. We additionally need to add the alias restoration that is still waiting for its upstream merge and the not-yet-upstreamed bits needed for watchdog reboot detection. Fixes: 4dbdc84754ea

Re: [PATCH v2 00/26] sync am65x device tree with Linux v6.7-rc1

2024-01-06 Thread Jan Kiszka
On 06.01.24 12:57, Jan Kiszka wrote: > On 29.12.23 18:46, Bryan Brattlof wrote: >> Hello Again Everyone! >> >> This series gets the am65x booting again along with syncing the device >> tree files with v6.7-rc1 Linux. >> >> The bulk of these patches unify the WKUP SPL board file with the arm64 >> fi

Re: [PATCH v2 00/26] sync am65x device tree with Linux v6.7-rc1

2024-01-06 Thread Jan Kiszka
On 29.12.23 18:46, Bryan Brattlof wrote: > Hello Again Everyone! > > This series gets the am65x booting again along with syncing the device > tree files with v6.7-rc1 Linux. > > The bulk of these patches unify the WKUP SPL board file with the arm64 > files to make future syncs from Linux much eas

[PATCH] doc: fix three-dash references in reStructuredText

2024-01-06 Thread Grzegorz Szymaszek
The "Sending patches" and "Patman patch manager" documents refer to the three-dash, "---", that separates patch parts. The symbol is written in the documentation in the same form as it is in actual patches: as three U+002D HYPHEN-MINUS characters. When building the documentation, Sphinx converts th

Please pull u-boot-tegra staging

2024-01-06 Thread Svyatoslav Ryhel
Dear Tom, The following changes since commit 4b151562bb8e54160adedbc6a1c0c749c00a2f84: bootmeth: pass size to efi_binary_run() (2023-12-22 10:36:50 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging for you to fetch changes up t

Re: inconsistent wget behavior

2024-01-06 Thread Michael Nazzareno Trimarchi
Hi On Sat, Jan 6, 2024 at 9:49 AM Michael Nazzareno Trimarchi wrote: > > Hi > > Is this code correct? > > if (tcp_seq_num >= initial_data_seq_num && > store_block(pkt, tcp_seq_num - initial_data_seq_num, > len) != 0) { >

Re: inconsistent wget behavior

2024-01-06 Thread Michael Nazzareno Trimarchi
Hi Is this code correct? if (tcp_seq_num >= initial_data_seq_num && store_block(pkt, tcp_seq_num - initial_data_seq_num, len) != 0) { wget_fail("wget: store error\n", tcp_seq_num, tcp