Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync 24/9 #164

Merged
merged 6 commits into from
Sep 24, 2024
Merged

sync 24/9 #164

merged 6 commits into from
Sep 24, 2024

Conversation

rmandrad
Copy link
Owner

Thanks for your contribution to OpenWrt!

To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches

Please remove this message before posting the pull request.

robimarko and others added 6 commits September 23, 2024 18:38
of_property_read_u32 returns -EINVAL when property does not exist,
according to the documentation -ENOENT is not a valid return code.

So, instead of checking for -ENOENT check for -EINVAL as otherwise the
blamed commit breaks AQR probe since it will return -EINVAL during probe.

Fixes: cb2a11f ("generic: phy: aquantia: add pending patch to force MDI pair order")
Link: openwrt#16466
Signed-off-by: Robert Marko <[email protected]>
Reorder nanopc t6 patches to 055 to avoid conflict with nanopi r6c patches.

Fixes: 55c46cb ("rockchip: add FriendlyElec NanoPi R6C")
Signed-off-by: Tianling Shen <[email protected]>
Link: openwrt#16461
Signed-off-by: Nick Hainke <[email protected]>
Add support for the ArmSoM Sige7 board.

Signed-off-by: Tianling Shen <[email protected]>
Link: openwrt#16462
Signed-off-by: Nick Hainke <[email protected]>
This board is also as known as Bananapi BPi-M7.

Hardware
--------
RockChip RK3588 ARM64 (8 cores)
8/16/32GB LPDDR4/LPDDR4x RAM
2x 2500 Base-T (PCIe, rtl8125b)
2 LEDs (RED / GREEN)
16GB/32GB/64GB/128GB eMMC on-board
Micro-SD Slot
USB 2.0 Port
USB 3.0 Port
M.2 M-Key
40-Pin Header
USB PD 2.0 9/12/15V Power

Installation
------------
Uncompress the OpenWrt sysupgrade and write it to a micro SD card or
internal eMMC using dd.

Signed-off-by: Tianling Shen <[email protected]>
Link: openwrt#16462
Signed-off-by: Nick Hainke <[email protected]>
Before this commit, sysupgrade saved the settings backup data to
the area following rootfs even though the device has an actual
rootfs_data partition. The backup data was completely ignored on
the following boot, but since rootfs_data was not being cleared
during sysupgrade, the issue was not noticed earlier.

Note that this commit changes the filesystem of rootfs_data from
ext4 to F2FS (if OEM partitioning is used).

Signed-off-by: Rodrigo Balerdi <[email protected]>
Link: openwrt#16463
Signed-off-by: Robert Marko <[email protected]>
@rmandrad rmandrad merged commit ef98b19 into bananapi4 Sep 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants