AmadeusGhost
b4bbdc1e99
rockchip: correct board name for radxa e25
2022-12-13 23:56:22 +08:00
Kien Truong
e2578b7d82
rockchip: enable watchdog driver
...
Enable Synopsys DesignWare watchdog driver for rockchip device
Tested on NanoPi R2S
Signed-off-by: Kien Truong <duckientruong@gmail.com>
2022-12-04 23:47:29 +08:00
AmadeusGhost
1f9c2a3e1f
rockchip: 5.15: add missing kernel config
2022-11-24 20:05:56 +08:00
coolsnowwolf
fa3d7997cb
ipq40xx: add support for GL.iNet GL-A1300
2022-11-10 19:49:49 +08:00
AmadeusGhost
bb0d430546
rockchip: add support for Radxa ROCK Pi E25
2022-11-09 19:38:22 +08:00
John Audia
c6fa37ad45
rockchip: armv8: add CONFIG_ARM64_ERRATUM_1742098
...
5.15.76 introduces a new symbol that applies Cortex-A72 SoCs so enable it[1].
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/arm64/Kconfig?id=v5.15.76&id2=v5.15.75
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-10-31 19:21:05 +08:00
Hugo Yuan
bc34ef9154
rockchip: Add Rongpin King3399 support ( #10292 )
2022-10-21 12:47:10 +08:00
coolsnowwolf
8130834aff
rockchip: add rockchip-crypto support for rk3568/rk3588
2022-10-19 20:03:59 +08:00
AmadeusGhost
7ff615dafc
rockchip: add kernel 6.0 support
2022-10-18 11:15:29 +08:00
AmadeusGhost
ca7f48be37
rockchip: remove kernel 5.19 support
...
Also removed some bugly drivers.
2022-10-18 10:50:11 +08:00
lean
0e7c277d03
rockchip: fix NanoPi R4SE has unique MAC address when boot from emmc
2022-09-16 02:10:11 +08:00
David Bauer
a5dada15ce
rockchip: ensure NanoPi R4S has unique MAC address
...
Ensure the MAC address for all NanoPi R4S boards is assigned unique for
each board.
FriendlyElec ship two versions of the R4S: The standard as well as the
enterprise edition with only the enterprise edition including the EEPROM
chip that stores the unique MAC address.
In order to assign both board types unique MAC addresses, fall back on
the same method used for the NanoPi R2S in case the EEPROM chip is not
present by generating the board MAC from the SD card CID.
[0] https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R4S#Differences_Between_R4S_Standard_Version_.26_R4S_Enterprise_Version
Signed-off-by: David Bauer <mail@david-bauer.net>
2022-09-15 15:23:34 +08:00
AmadeusGhost
58ccac858b
Revert "rockchip: default smp tune on"
...
This reverts commit 518cd6a5c5c3c3ef78b51a2edaed9527dc7d2b30.
2022-09-15 15:20:13 +08:00
lean
518cd6a5c5
rockchip: default smp tune on
2022-09-13 17:03:53 +08:00
lean
fb1fce9d28
rockchip: enable hwrng in kernel 5.19
2022-09-03 22:38:37 +08:00
lean
061af71d44
rockchip: add kernel 5.19 support
2022-09-03 22:25:36 +08:00
lean
c06859e50f
rockchip: enable hwrng for R66S/R68S
2022-09-02 02:40:00 +08:00
lean
d6f75eefa1
rockchip: add support for firefly station-p2 board
2022-09-02 02:13:41 +08:00
lean
6bf0fbd526
rockchip:fix nanopi-r4s mac address again
2022-09-01 14:55:14 +08:00
AmadeusGhost
b477a0b702
rockchip: add support for FastRhino R66S/R68S
...
For R68S, flash in as follows:
dd if=openwrt-rockchip-armv8-fastrhino_r68s-ext4-sysupgrade.img
of=/dev/mmcblk0
2022-09-01 12:01:21 +08:00
AmadeusGhost
6aaf68d8f5
rockchip: add basic support for HINLINK OPC-H68K
2022-09-01 11:59:31 +08:00
AmadeusGhost
7f8e3bf68c
rockchip: add support for EZPRO Mrkaio M68S
2022-09-01 11:57:14 +08:00
AmadeusGhost
8cb632045f
rockchip: 5.15: introduce rk3568 support
...
Due to the missing ATF for normally boot, there are still
a lot of bugs on this platform. At the same time, the GMAC
driver also lacks a part.
2022-09-01 11:43:00 +08:00
AmadeusGhost
22d08ddd3d
rockchip: revert to origin defaults
...
The current target code is too chaotic, the patches are
messy and disorderly, and there are still many duplicate
code. Pack it back to half a year ago.
2022-09-01 11:28:49 +08:00
lean
685a4f1071
mfd: rk808: Add reboot support to rk808.c
2022-08-27 12:22:17 +08:00
lean
93a9f06c4c
rockchip: backport rk3568 support to kernel 5.15 from immortalwrt
2022-08-27 00:51:54 +08:00
AmadeusGhost
89cea59694
rockchip: drop all ugly phy hack code
...
These junk code breaks other phy drivers, just remove it.
2022-08-21 15:18:14 +08:00
骷髅头
2a7ec01066
rockchip:supplement r5s missing symbols ( #9975 )
2022-08-21 13:48:16 +08:00
lean
d7e1c7befd
rockchip: add Radxa ROCK3 Model A board support
2022-08-20 02:22:16 +08:00
lean
619e8ade0c
linux-firmware: add RTL8811/8821CU firmware
2022-08-20 02:07:31 +08:00
lean
9a166932f3
mac80211: add rt2x00 5.19 kernel support
2022-08-15 02:36:59 +08:00
littoy
c2f62b1779
rockchip: set rockchip_setup_macs for NanoPi R5S
...
Co-authored-by: fishg <1423545+fishg@users.noreply.github.com>
2022-08-14 16:37:26 +08:00
coolsnowwolf
dd4bbf675c
rockchip: add FriendlyElec NanoPi R5S support
2022-08-14 06:53:39 +00:00
coolsnowwolf
5ca4955cff
kernel: remove linux 5.18 support
2022-08-13 09:48:21 +00:00
coolsnowwolf
601c972128
rockchip: reorder r66s/p2 eth ports
2022-08-12 02:38:46 +00:00
coolsnowwolf
0b6bc3b05b
rockchip: add smp tune for fastrhino r66s
2022-08-12 02:33:42 +00:00
huangjf
3264f70ca0
rockchip: station-p2: reorder eth
2022-08-11 06:33:54 +00:00
huangjf
797a067e82
rockchip: add support for firefly station-p2 board
2022-08-11 06:33:26 +00:00
coolsnowwolf
595bf71b39
rockchip: add FastRhino R66S support in kernel 5.19
2022-08-10 04:19:14 +00:00
coolsnowwolf
8dbff7b4f8
uboot-rockchip: add rk3568 board support
2022-08-08 09:25:58 +00:00
cuiyf5516
2e53ea6741
rockchip: 5.19: disable ntfs option ( #9889 )
2022-08-06 00:21:54 +08:00
lean
766e12fcd5
rockchip: add kernel 5.19 support
2022-08-05 12:00:06 +08:00
cuiyf5516
1202e11678
rockchip: 5.18: diable ntfs option ( #9875 )
...
Fixes : #9872
2022-08-01 09:59:06 +08:00
lean
c5f12bf7aa
rockchip: add crypto-hw-rockchip drivers for RK3328/RK3399
2022-07-18 13:27:05 +08:00
lean
e66a94a8d8
rockchip: refresh Kconfig
2022-07-14 00:41:52 +08:00
lean
006ac00cf4
rockchip: add support for FriendlyElec NanoPi R4SE with 32GB emmc
2022-07-12 21:06:43 +08:00
骷髅头
a46ef13742
rockchip:update 5.18 clk patch ( #9724 )
...
* Add files via upload
* Update 900-arm-boot-add-dts-files.patch
* Create rk3399-nanopi4-opp.dtsi
* Create 992-rockchip-rk3399-overclock-to-2.2-1.8-GHz-for-NanoPi4.patch
* Rename 992-rockchip-rk3399-overclock-to-2.2-1.8-GHz-for-NanoPi4.patch to 901-rockchip-rk3399-overclock-to-2.2-1.8-GHz-for-NanoPi4.patch
* Update 901-rockchip-rk3399-overclock-to-2.2-1.8-GHz-for-NanoPi4.patch
* Create 902-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch
* Add files via upload
* Update config-5.18
* Add files via upload
* Update rk3328-doornet1.dts
* Update rk3328-orangepi-r1-plus-lts.dts
2022-07-09 18:11:50 +08:00
lean
6182b802e9
rockchip: add RK35xx target description
2022-07-09 13:19:05 +08:00
lean
57af03bad2
rockchip: add RK3568 support in kernel 5.18
2022-07-09 02:39:39 +08:00
Ronny Kotzschmar
628ef82714
rockchip: reliably distribute net interrupts
...
On the NanoPI R4S it takes an average of 3..5 seconds for the network devices
to appear in '/proc/interrupts'.
Wait up to 10 seconds to ensure that the distribution of the interrupts
really happens.
Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
2022-07-08 11:50:20 +08:00