Re: [PATCH v2 3/3] ipq40xx: pakedge_wr-1: workaround for kernel bigger than 4MiB

2023-07-09 Thread Felix Baumann
Am 7. Juli 2023 17:11:43 MESZ schrieb Tomasz Maciej Nowak : >From: Tomasz Maciej Nowak > >Alter command boot sequence in U-Boot on first boot after upgrade to >workaround the kernel size limitation. The kernel size read from flash >will be 8MiB, which should suffice for forseable future. As precau

[PATCH v2 2/2] ath79: fix first reboot issue on Netgear WNDR4300 v2 and WNDR4500 v3

2023-07-09 Thread Shiji Yang
From: Shiji Yang >From the Netgear u-boot GPL code[1]. Bootloader always unconditionally marks block 768, 1020 - 1023 as bad blocks on each boot. This may lead to conflicts with the OpenWrt nand driver since these blocks may be good blocks. In this case, U-boot will override the oob of these bloc

[PATCH v2 1/2] ath79: rework Netgear nand devices image recipe

2023-07-09 Thread Shiji Yang
From: Shiji Yang In Netgear u-boot GPL code, nand devices uses this formula to locate the rootfs offset. offset = (((128 + KERNEL_SIZE) / BLOCK_SIZE) + 1) * BLOCK_SIZE; Howerver, WNDR4500 source code incorrectly define the nand block size to 64k. In some cases, it causes u-boot can't get the co

[PATCH v2 0/2] ath79: fix boot failure on Netgear WNDR4300 v2

2023-07-09 Thread Shiji Yang
From: Shiji Yang --- Changes from v1: use 'pad-extra 1' instead of 'append-string -e '\xff'' --- These two patches fix the boot failure issue on Netgear WNDR4300 v2 and WNDR4500 v3: [1] 23.05-rc bricks WNDR4300v2 link: https://github.com/openwrt/openwrt/issues/13050 [2] ath79: NETGEAR WNDR4300v

[sdwalker/sdwalker.github.io] ed1ec0: This week's update, stop updating 21.02, add 23.05

2023-07-09 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master Home

Re: [PATCH v2 3/3] ipq40xx: pakedge_wr-1: workaround for kernel bigger than 4MiB

2023-07-09 Thread Tomasz Maciej Nowak
W dniu 9.07.2023 o 12:43, Felix Baumann pisze: > Am 7. Juli 2023 17:11:43 MESZ schrieb Tomasz Maciej Nowak : >> From: Tomasz Maciej Nowak >> >> Alter command boot sequence in U-Boot on first boot after upgrade to >> workaround the kernel size limitation. The kernel size read from flash >> will be

Re: [PATCH v2 3/3] ipq40xx: pakedge_wr-1: workaround for kernel bigger than 4MiB

2023-07-09 Thread Felix Baumann
Am 9. Juli 2023 23:26:13 MESZ schrieb Tomasz Maciej Nowak : >W dniu 9.07.2023 o 12:43, Felix Baumann pisze: >> Am 7. Juli 2023 17:11:43 MESZ schrieb Tomasz Maciej Nowak : >>> From: Tomasz Maciej Nowak >>> >>> Alter command boot sequence in U-Boot on first boot after upgrade to >>> workaround the k