Uncompressing of initramfs image fails on board with U-Boot from "QorIQ
SDK (FSL Reference Distro) 2.0".
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/layerscape/image/armv8_64b.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/layerscape/image/armv8_64b.mk
kernel
image format, since splitter only manages kernel and rootfs partitions,
the dtb needs to be updated with the kernel, so for convenience, kernel is
packed to FIT image.
Signed-off-by: Tomasz Maciej Nowak
---
package/boot/uboot-layerscape/files/ls1012afrdm-uEnv.txt | 4 ++--
target/linux/
Require the image metadata check so no invalid image could be fed to
sysupgrade without force option.
Cc: Mathew McBride
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/layerscape/base-files/lib/upgrade/platform.sh | 2 ++
target/linux/layerscape/image/armv8_64b.mk | 1 +
2
This commit replaces UBIFS root partition with squashfs+overlay. It's
preparation for introducing dynamic partitioning.
Signed-off-by: Tomasz Maciej Nowak
---
package/boot/uboot-layerscape/files/ls1012afrdm-uEnv.txt | 2 +-
target/linux/layerscape/image/armv8_64b.mk | 5 ++-
Instead of dangerous rewriting full chip with firmware.bin image to
update OpenWrt, add sysupgrade image. This image will be used to update
kernel and rootfs, leaving bootloader intact and making recovery
possible, without resorting to external hardware tools.
Signed-off-by: Tomasz Maciej Nowak
Follow the QSPI programing procedure for LS1012AFRWY board in
target/linux/layerscape/README, point 3.3.
Don't forget about updating U-Boot environment with MAC addresses of
ethernet interfaces, variable 'ethaddr' for eth0 and 'eth1addr' for eth1.
As the LSDK images do
Hi Rafał.
W dniu 09.03.2020 o 12:43, Rafał Miłecki pisze:
> From: Rafał Miłecki
>
> This code was developed 10+ years ago to support few specific devices.
> It doesn't match current mtd architecture and is probably/hopefully not
> needed anymore.
Unfortunately it is needed for currently support
This new symbol popped up in few places. Disable it in generic config.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/armvirt/64/config-5.4 | 1 -
target/linux/bcm27xx/bcm2708/config-5.4 | 1 -
target/linux/bcm27xx/bcm2709/config-5.4 | 1 -
target/linux/bcm27xx/bcm2710/config-5.4 | 1
Build the latest kernel by default, since testing did not show any
regressions.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/tegra/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile
index 6f7ca1861690
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/tegra/config-5.4 | 559 ++
...interrupts-due-to-tegra2-silicon-bug.patch | 77 +++
...enable-front-panel-leds-in-TrimSlice.patch | 46 ++
3 files changed, 682 insertions(+)
create mode 100644 target/linux
This commit also disables Trusted Foundations firmware support as this
feature won't be used by any device.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/tegra/Makefile | 1 +
target/linux/tegra/config-5.4 | 47 ---
...interrupts-d
-broken-on-mvebu-armada-370-device-after-commit-on-2019-03-25/43272
Fixes: 8dcc1087602e ("toolchain: ARM: Fix toolchain compilation for
gcc 8.x")
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/mvebu/cortexa9/target.mk | 2 +-
target/linux/tegra/Makefile | 2 +-
2 files chan
-device-after-commit-on-2019-03-25/43272
Fixes: 8dcc1087602e ("toolchain: ARM: Fix toolchain compilation for
gcc 8.x")
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/mvebu/cortexa9/target.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mvebu
e-after-commit-on-2019-03-25/43272
Fixes: 8dcc1087602e ("toolchain: ARM: Fix toolchain compilation for
gcc 8.x")
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/tegra/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Make
Hi Paul.
W dniu 25.03.2020 o 05:58, Paul Spooren pisze:
> With the recent rework of the x86 image creation the f2fs/ext4 based
> overlays dissappeared as their are not copied by default.
>
> This commit follows the implementation of malta and armvirt to copy the
> overlays as well.
>
> Signed-of
Hi Daniel.
W dniu 25.03.2020 o 14:18, Daniel Golle pisze:
> Hi,
>
> On Wed, Mar 25, 2020 at 12:45:08PM +0100, m...@adrianschmutzler.de wrote:
>> Hi,
>>
>>> -Original Message-
>>> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
>>> On Behalf Of Paul Spooren
>>> Sent: M
Hi Daniel.
Comments inline.
W dniu 26.03.2020 o 02:00, Daniel Gonzalez Cabanelas pisze:
> Buffalo LinkStation LS421DE is a dual bay NAS, based on Marvell Armada 370
>
> Hardware:
>SoC: Marvell 88F6707-A1
>CPU: Cortex-A9 1200 MHz, 1 core
>Flash: SPI-NOR 1 MiB, NA
W dniu 29.03.2020 o 22:30, Hauke Mehrtens pisze:
> On 3/28/20 1:52 PM, Petr Štetiar wrote:
>> Thanks! Merged into my staging tree at
>> https://git.openwrt.org/openwrt/staging/ynezz.git
>>
>> ___
>> openwrt-devel mailing list
>> openwrt-devel@lists.openw
W dniu 01.04.2020 o 08:55, Piotr Dymacz pisze:
> Hi Paul,
>
> On 01.04.2020 01:20, Paul Spooren wrote:
>> The PROFILE names of mvebu/cortexa9/Linksys devices are based on the
>> consumer names (like linksys_wrt1200ac) instead of the vendor codenames
>> (like linksys_caiman) which are however used
W dniu 01.04.2020 o 14:15, Piotr Dymacz pisze:
> Hi Tomasz, Paul,
>
> On 01.04.2020 14:03, Tomasz Maciej Nowak wrote:
>> W dniu 01.04.2020 o 08:55, Piotr Dymacz pisze:
>>> Hi Paul,
>>>
>>> On 01.04.2020 01:20, Paul Spooren wrote:
>>>> The PRO
the above mentioned issue, but on the other end it has resulted in the
> need of building packages for this new CPU subtype which is not wanted
> due to the increased infrastructure costs, like disk space and
> additional build time which is huge for packages feed.
>
> So lets just take
W dniu 29.03.2020 o 18:52, Daniel Gonzalez Cabanelas pisze:
> Buffalo LinkStation LS421DE is a dual bay NAS, based on Marvell Armada 370
>
> Hardware:
>SoC: Marvell Armada-370 88F6707-A1
>CPU: Cortex-A9 1200 MHz, 1 core
>Flash: SPI-NOR 1 MiB, NAND 512 MiB
>RAM
W dniu 01.04.2020 o 16:52, Klaus Kudielka pisze:
> Hi Petr & Tomasz,
>
>> In order to fix those issues Tomas in commit 2d61f8821c7c ("mvebu:
>> cortexa9: correct cpu subtype") and commit 43d1d8851062 ("tegra: correct
>> cpu subtype") changed the CPU subtype to explicit vfpv3-d16 which fixed
>> the
t; Is this the righ way to do it?.
Looks OK, there's nothing wrong with defining relevant bits in dts,
if they are correct.
> BTW, the board works ok without it enabled by Openwrt,
Maybe the driver already uses it since only one pin is defined as
"cpu-pd"?
>
> Regards
>
't work, even if the power slide switch is
> used. We must first, via MDIO, set the unused LED2 at the ethernet
> phy0 to off state. Reboot works ok.
>
> Signed-off-by: Daniel González Cabanelas
Reviewed-by: Tomasz Maciej Nowak
> ---
> Changes in v2:
> - dt
Hi Bjørn.
W dniu 07.04.2020 o 16:50, Bjørn Mork pisze:
> Hannu Nyman writes:
>
>> I do not think that there is a nice clean solution, as I do not
>> remember seeing a solution of different packages for iniramfs, factory
>> and sysupgrade images.
>>
>> I would approach that with a two-step build
Hi Li Zhang.
This version looks much better than the first one,
some comments inline.
W dniu 13.04.2020 o 12:26, Li Zhang pisze:
> This patch adds supports for GL-MV1000.
>
> Specification:
> - SOC: Marvell Armada 88F3720 (1GHz)
> - Flash: 16MB (W25Q128FWSIG)
> - RAM: 1GB DDR4
erride IMAGES variable and add multiple
IMAGE recipes in device
definition, there is no reason to add a common stub used ONLY by one device.
>
>
> Thank you!
>
>
> Li Zhang | Software Engineer
> li.zh...@gl-inet.com
> GL.iNet WiFi for Things
> Website: www.gl-inet.com
This package is useful by all subtargets, therefore move it to default
packages selection.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/64/target.mk | 4 ++--
target/linux/x86/Makefile | 2 +-
target/linux/x86/generic/target.mk | 1 -
target/linux/x86/geode/target.mk
There's no such package as forcedeth, threfore the driver is never
selected. Fix it by properly specifying package name.
Fixes: 35f208d ("x86: add nforce eth to default packages")
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/64/target.mk | 2 +-
target/linux/x86/i
ed in kernel config.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/64/target.mk| 2 --
target/linux/x86/geode/target.mk | 10 --
target/linux/x86/image/64.mk | 2 ++
3 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/target/linux/x86/64/target.mk b/target/linu
These are remnants of old image generation code, which now serve no
purpose.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/image/Makefile | 8
1 file changed, 8 deletions(-)
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index 77516a4a9d41
tested briefly with
bootloader with updated ATF and the ports functioned properly.
Signed-off-by: Tomasz Maciej Nowak
---
...l-espressobin-remove-COMPHY-nodes-as.patch | 53 +++
1 file changed, 53 insertions(+)
create mode 100644
target/linux/mvebu/patches-5.4/523-arm64-dts
These are remnants of old image generation code, which now serve no
purpose.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/image/Makefile | 8
1 file changed, 8 deletions(-)
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index 77516a4a9d41
There's no such package as forcedeth, threfore the driver is never
selected. Fix it by properly specifying package name.
Fixes: 35f208d ("x86: add nforce eth to default packages")
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/64/target.mk | 2 +-
target/linux/x86/i
abled in kernel config.
Signed-off-by: Tomasz Maciej Nowak
---
v1 -> v2
Really remove those packages.
target/linux/x86/64/target.mk| 2 --
target/linux/x86/geode/target.mk | 10 --
target/linux/x86/image/64.mk | 2 ++
target/linux/x86/image/geode.mk | 7 +++
4 files ch
This package is useful by all subtargets, therefore move it to default
packages selection.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/x86/64/target.mk | 4 ++--
target/linux/x86/Makefile | 2 +-
target/linux/x86/generic/target.mk | 1 -
target/linux/x86/geode/target.mk
(U-Boot) command line.
OEM firmware shell password is: SitecomSenao
useful for creating backup of original firmware.
There is also another revision of this device (v1 001), which may or may
not work with introduced images.
Signed-off-by: Tomasz Maciej Nowak
---
.../ath79/base-files/etc/board.d/02
W dniu 04.05.2020 o 20:31, m...@adrianschmutzler.de pisze:
> Hi,
>
>> -Original Message-
>> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
>> On Behalf Of Tomasz Maciej Nowak
>> Sent: Montag, 4. Mai 2020 19:49
>> To: openwr
Hi Adrian.
W dniu 28.05.2020 o 18:49, Adrian Schmutzler pisze:
> Last reports with kernel 5.4 have all been positive [1], so let's open
> this to a wider range of testers.
Switching kernel version needs this:
https://patchwork.ozlabs.org/project/openwrt/patch/20200420174711.52387-1-tome...@o2.pl
: Tomasz Maciej Nowak
---
target/linux/mvebu/image/cortexa72.mk | 20 ++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/target/linux/mvebu/image/cortexa72.mk
b/target/linux/mvebu/image/cortexa72.mk
index 50233540ed2e..cab2ffcaa251 100644
--- a/target/linux/mvebu
ide-secure driver
and hardware without access to "official" firmware only available under
NDA.
Signed-off-by: Tomasz Maciej Nowak
---
package/firmware/linux-firmware/misc.mk | 9 +
package/kernel/linux/modules/crypto.mk | 10 ++
2 files changed, 15 insertions(+), 4 delet
Hi.
W dniu 10.07.2020 o 10:33, m...@adrianschmutzler.de pisze:
>>> -Original Message-
>>> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
>>> On Behalf Of Tomasz Maciej Nowak
>>> Sent: Donnerstag, 9. Juli 2020 21:16
>>>
: Tomasz Maciej Nowak
---
v1 -> v2
- Rebase onto "mvebu: fix support for Marvell 8040 MACCHIATOBin".
- Add missing cases for network, sysupgrade and U-Boot environment
location.
- Fix Double Shot case in U-Boot evironment location.
package/boot/uboot-envtools/files/mve
W dniu 10.07.2020 o 20:04, m...@adrianschmutzler.de pisze:
> Hi,
>
>> -Original Message-
>> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
>> On Behalf Of Tomasz Maciej Nowak
>> Sent: Freitag, 10. Juli 2020 19:35
>> To: o
or 4.19 with our setup, this adds a
> small patch to change the compatible there as well.
>
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b1f0bbe2700051886b954192b6c1751233fe0f52
>
> Cc: Tomasz Maciej Nowak
> Signed-off-by: Adrian Schmutz
escribed Year ago in this
bug report:
https://bugs.openwrt.org/index.php?do=details&task_id=2428
and this patch fixes it, Thank You very much.
Tested-by: Tomasz Maciej Nowak
Fixes: FS#2428
>
> --
>
> 4.19 also requires this fix
>
> A little discussion here:
> ht
o OpenWrt. Wait few
minutes, until the Power LED stops blinking, then it's ready for
configuration.
Signed-off-by: Tomasz Maciej Nowak
---
package/boot/uboot-envtools/files/ath79 | 1 +
.../dts/qca9558_allnet_all-wap02860ac.dts | 155 ++
.../generic/base
Hi,
W dniu 14.08.2020 o 18:30, Adrian Schmutzler pisze:
> Hi,
>
>> +&wmac {
>> +status = "okay";
>> +
>> +mtd-cal-data = <&art 0x1000>;
>> +mtd-mac-address = <&art 0x0>;
>> +mtd-mac-address-increment = <1>;
>
> Caldata does not contain valid addresses? (same for 0x5000)
Nope.
>
These are extracted from OEM firmware.
Signed-off-by: Tomasz Maciej Nowak
---
package/firmware/ipq-wifi/Makefile | 2 ++
.../ipq-wifi/board-luma_wrtq-329acn.qca4019 | Bin 0 -> 24324 bytes
.../arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts | 4
target/linux/ipq40xx/im
R
led_ctl fill COLOR
( default is 5 )
led_ctl flashing COLOR
(default is 34) ( default is 34 )
led_ctl pulsing COLOR
COLOR: red, green, blue, yellow, purple, cyan, white
Signed-off-by: Tomasz
These are copied from OEM firmware.
Signed-off-by: Tomasz Maciej Nowak
---
v1 -> v2
- adjust commit title to changes in patch adding the main support
- add plural
package/firmware/ipq-wifi/Makefile | 2 ++
.../ipq-wifi/board-luma_wrtq-329acn.qca4019 | Bin 0 -> 24324
g COLOR
led_ctl fill COLOR
( default is 5 )
led_ctl flashing COLOR
(default is 34) ( default is 34 )
led_ctl pulsing COLOR
COLOR: red, green, blue, yellow, purple, cyan, white
Signed-off-
Hi Christian, thanks for looking at this.
W dniu 13.09.2020 o 00:04, Christian Lamparter pisze:
> On 2020-08-30 13:28, Tomasz Maciej Nowak wrote:
>> Luma Home WRTQ-329ACN, also known as Luma WiFi System, is a dual-band
>> wireless access point.
>>
>> Specification
>&
W dniu 18.09.2020 o 20:47, Christian Lamparter pisze:
> On 2020-09-15 16:50, Tomasz Maciej Nowak wrote:
>> Hi Christian, thanks for looking at this.
>>
>> W dniu 13.09.2020 o 00:04, Christian Lamparter pisze:
>>> On 2020-08-30 13:28, Tomasz Maciej Nowak wrote:
&g
Hi.
W dniu 12.10.2020 o 16:32, Andre Heider pisze:
> On 12/10/2020 12:21, Petr Štetiar wrote:
>> Hauke Mehrtens [2020-10-11 20:41:21]:
>>
>> Hi,
>>
>> (I've expressed this already in my initial review[1] which was not
>> addressed
>> and pushed anyway.)
>>
>>> +TFA_MAKE_FLAGS += \
>>> +
From: Tomasz Maciej Nowak
Some packages offer functionalities guarded by these options and it'll
be impossible to reach them without changing Config-build.in. So allow
to toggle these in more friendly way, by exposing them in configuration
menu.
Signed-off-by: Tomasz Maciej Nowak
---
v1
From: Christian Marangi
Kernel 6.1 expanded the priv_flags to long bitmap so update and restore
it to priv_flags.
Signed-off-by: Christian Marangi
---
target/linux/ath25/files/drivers/net/phy/mvswitch.c | 8 ++--
target/linux/generic/files/drivers/net/phy/ar8216.c | 8 ++--
2 files cha
From: Tomasz Maciej Nowak
These patches were accepted during 6.2 merge window, so rename
accordingly.
Signed-off-by: Tomasz Maciej Nowak
---
...-01-v6.2-net-ethernet-mtk_wed-introduce-wed-mcu-support.patch} | 0
...9-02-v6.2-net-ethernet-mtk_wed-introduce-wed-wo-support.patch} | 0
2-net
From: Tomasz Maciej Nowak
It's only used on devices in mt7621 and mt7622 subtargets, so no reason
to compile it for others.
Signed-off-by: Tomasz Maciej Nowak
---
package/kernel/ubnt-ledbar/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/ubnt-l
From: Tomasz Maciej Nowak
Small set of non-invasive compat code preping support for 6.1 kernel
with two additional cosmetic commits. Should not break buildability of
touched parts.
Christian Marangi (2):
kernel: refresh IFF_NO_IP_ALIGN ifdef for kernel >= 6.1
kernel: refresh swconfig_l
From: Tomasz Maciej Nowak
As of ed5c2f5fd10d ("i2c: Make remove callback return void") return
value of remove function is ignored.
Signed-off-by: Tomasz Maciej Nowak
---
package/kernel/ubnt-ledbar/src/leds-ubnt-ledbar.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/pack
From: Tomasz Maciej Nowak
This helper has been renamed looong time ago, and with
ba530fea8ca1 ("ethernet: remove random_ether_addr()") the old name is no
longer available, so rename accordingly.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/generic/files/drivers/bcma/fallba
From: Christian Marangi
Refresh swconfig_leds source to handle new trigger locking that is now a
spinlock.
Signed-off-by: Christian Marangi
---
.../files/drivers/net/phy/swconfig_leds.c| 16
1 file changed, 16 insertions(+)
diff --git a/target/linux/generic/files/driv
From: Tomasz Maciej Nowak
On each generation of the archive check sum will differ, because when
checking out subversion repository, current date is used for directories
creation. Force tar to assign creation date of the last revision for all
items inside archive.
Signed-off-by: Tomasz Maciej
W dniu 1.06.2023 o 18:58, Philip Prindeville pisze:
> Hi,
Hi.
> I'm thinking about the utility of being able to build a generalized ARM64
> image (not "armvirt") for bring up on new platforms for testing.
>
> There are a lot of generalized computing platforms like the Ampere Altra
> servers th
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 precaution a
warning interupting upgrade is emited, explaining what to
From: Tomasz Maciej Nowak
'bootipq' command, on some devices with kernel on NOR flash chip, read
kernel partition size from Qualcomm proprietary partition table, which
seems to be stored in MIBIB partition. The partition table can be read
by 'smeminfo' command in U-Boot co
From: Tomasz Maciej Nowak
Some of devices having kernel on NOR flash could reach limit of kernel
partition size at 4MiB and soft-brick them. Unfortunately we don't know
if all of them are affected, thus kernel size limit is added to all of
remaining ones. Later commit allows for some devic
From: Tomasz Maciej Nowak
Devices allowing to boot LZMA compressed kernel or zImage kernel didn't
hit yet the 4MiB boundary for kernel size, thus allowing to prepare
workaround for the issue, without need for serial console attachment.
The workaround is modifying 'bootcmd' var
From: Tomasz Maciej Nowak
'bootipq' command, on some devices with kernel on NOR flash chip, read
kernel partition size from Qualcomm proprietary partition table, which
seems to be stored in MIBIB partition. The partition table can be read
by 'smeminfo' command in U-Boot co
From: Tomasz Maciej Nowak
Some of devices having kernel on NOR flash could reach limit of kernel
partition size at 4MiB and soft-brick them. Unfortunately we don't know
if all of them are affected, thus kernel size limit is added to all of
remaining ones. Later commit allows for some devic
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 precaution a
warning interupting upgrade is emited, explaining what to
From: Tomasz Maciej Nowak
Devices allowing to boot LZMA compressed kernel or zImage kernel didn't
hit yet the 4MiB boundary for kernel size, thus allowing to prepare
workaround for the issue, without need for serial console attachment.
The workaround is modifying 'bootcmd' var
From: Tomasz Maciej Nowak
This has been a part of modified upstream patch but got lost on major
kernel bump to 5.15, so bring it back.
Signed-off-by: Tomasz Maciej Nowak
---
Please backport to 23.05 branch
...vell-enable-heartbeat-LED-by-default.patch | 22 +++
1 file
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
W dniu 10.07.2023 o 00:16, Felix Baumann pisze:
> 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
From: Tomasz Maciej Nowak
'help' target fails not finding a file, so follow up on a change[2] made
as a fix for main README[1].
1. d0113711a31f ("README: port to 21st century")
2. 751486b31fd9 ("build: fix README.md reference after rename")
Signed-off-by: Tomasz
From: Tomasz Maciej Nowak
Some device recipes remove default target packages. If user tries to add
them back they will be ignored, since packages list is processed in one
go. Process the device recipe packages first and do user ones later, so
additions won't get filtered out.
Signed-o
W dniu 11.07.2023 o 16:09, Tomasz Maciej Nowak pisze:
> From: Tomasz Maciej Nowak
>
> 'help' target fails not finding a file, so follow up on a change[2] made
> as a fix for main README[1].
>
> 1. d0113711a31f ("README: port to 21st century")
> 2. 7514
From: Tomasz Maciej Nowak
'bootipq' command on some devices, with kernel on NOR flash chip, read
kernel partition size from Qualcomm proprietary partition table, which
seems to be stored in MIBIB partition. The partition table can be read
by 'smeminfo' command in U-Boot co
From: Tomasz Maciej Nowak
Devices allowing to boot LZMA compressed kernel or zImage kernel didn't
hit yet the 4MiB boundary for kernel size, thus allowing to prepare
workaround for the issue, without need for serial console attachment.
The workaround is modifying 'bootcmd' var
From: Tomasz Maciej Nowak
Alter booting command 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 precaution a warning
interupting upgrade is emited, explaining what to do
From: Tomasz Maciej Nowak
Some of devices having kernel on NOR flash could reach limit of kernel
partition size at 4MiB and soft-brick them. Unfortunately we don't know
if all of them are affected, thus kernel size limit is added to all of
remaining ones. Later commit allows for some devic
W dniu 25.07.2023 o 12:27, Robert Marko pisze:
> On Mon, 24 Jul 2023 at 15:31, Tomasz Maciej Nowak wrote:
>>
>> From: Tomasz Maciej Nowak
>>
>> 'bootipq' command on some devices, with kernel on NOR flash chip, read
>> kernel partition size from
From: Tomasz Maciej Nowak
Some of devices having kernel on NOR flash could reach limit of kernel
partition size at 4MiB and soft-brick them. Unfortunately we don't know
if all of them are affected, thus kernel size limit is added to all of
remaining ones. Later commit allows for some devic
From: Tomasz Maciej Nowak
Devices allowing to boot LZMA or GZIP compressed kernel didn't hit yet
the 4MiB boundary for kernel size, thus allowing to prepare workaround
for the issue, without need for serial console attachment.
The workaround is modifying 'bootcmd' variable in U-B
From: Tomasz Maciej Nowak
'bootipq' command on some devices, with kernel on NOR flash chip, read
kernel partition size from Qualcomm proprietary partition table, which
seems to be stored in MIBIB partition. The partition table can be read
by 'smeminfo' command in U-Boot co
From: Tomasz Maciej Nowak
Alter booting command 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 precaution a warning
interupting upgrade is emited, explaining what to do
From: Tomasz Maciej Nowak
Array bounds are disabled for GCC 11 or later. It's better to track it in
global (generic) config.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/bcm27xx/bcm2708/config-6.1 | 2 --
target/linux/bcm27xx/bcm2709/config-6.1 | 2 --
target/linux/bcm27xx/bc
From: Tomasz Maciej Nowak
Straightforward update and small generic config modification.
Tomasz Maciej Nowak (4):
kernel: 6.1: move NO_ARRAY_BOUNDS to generic
tegra: copy patches and config for kernel 6.1
tegra: initial kernel 6.1 support
tegra: switch to 6.1 kernel
package/kernel
From: Tomasz Maciej Nowak
Prepare for addition of kernel 6.1 support.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/tegra/config-6.1 | 504 ++
...interrupts-due-to-tegra2-silicon-bug.patch | 77 +++
...enable-front-panel-leds-in-TrimSlice.patch | 46
From: Tomasz Maciej Nowak
Testing results were all good, so move target to newer kernel by default.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/tegra/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile
From: Tomasz Maciej Nowak
- refresh patches
- adjust kernel config, with main change enabling VIDEO_TEGRA_VDE,
necessary for driving power domain responsible for clean reboot
- adjust LED patch to changes in LED drivers
Signed-off-by: Tomasz Maciej Nowak
---
package/kernel/linux/modules
From: Tomasz Maciej Nowak
Backport didn't include changes to mkubntimage invocation, which allowed
to pass arguments. This in result produces broken routerstation factory
images, which have kernel embedded as kernel partition instead of LZMA
loader.
Fixes: #13260
Fixes: 8e09f9ffc3cc (&
From: Tomasz Maciej Nowak
This should be a part of kernel major bump. Fortunately it didn't stall
compilation, so no fixes tag.
Signed-off-by: Tomasz Maciej Nowak
---
target/linux/mvebu/config-6.1 | 26 ++---
target/linux/mvebu/cortexa53/config-6.1
From: Tomasz Maciej Nowak
Since kernel 5.13 this is needed to enable USB ports on all devices in
subtarget. Previously TF-A and COMPHY driver might have set up this PHY,
but not anymore.
Signed-off-by: Tomasz Maciej Nowak
---
Please backport config-5.15 changes to 23.05 and 22.03 branches
From: Tomasz Maciej Nowak
Since kernel 5.13 this is needed to enable USB ports on all devices in
subtarget. Previously TF-A and COMPHY driver might have set up this PHY,
but not anymore.
Signed-off-by: Tomasz Maciej Nowak
Tested-by: Robert Marko
(cherry picked from commit
Hi,
some comments inline.
W dniu 28.09.2023 o 15:28, Linus Walleij pisze:
> This resurrects the support for IXP4xx using device tree
> rather than the old (deleted) board files. The final pieces
> of IXP4xx board files were deleted in Linux v5.19.
>
> Ext4 root filesystems on CF and USB are suppo
W dniu 4.10.2023 o 19:11, Jonas Gorski pisze:
> Hi,
>
> On Thu, 28 Sept 2023 at 15:29, Linus Walleij wrote:
>>
>> XP4xx was deleted because of lack of maintenance in 2020.
>>
>> In the years since, the upstream Linux support for IXP4xx has
>> been rewritten from scratch. It is now pretty well sup
401 - 500 of 583 matches
Mail list logo