125 Commits

Author SHA1 Message Date
DHDAXCW
d7e948ea32 sync 2024-06-29 14:15:52 +08:00
yu
1298f2b619
add rk3566 radxa zero 3e (#53) 2024-05-20 08:38:53 +08:00
DHDAXCW
658663e93c uboot-rockchip: Update to 2024.04 2024-04-22 09:52:36 +08:00
DHDAXCW
be22f404fc kernel: bump 6.1 to 6.1.87 2024-04-22 09:19:22 +08:00
DHDAXCW
9e14fbd087 add rk3588 h88k 2024-03-21 09:26:33 +08:00
DHDAXCW
a6f6b6c20b fix 2024-03-21 08:53:15 +08:00
DHDAXCW
2ff926c009 refresh patch 2024-03-20 18:10:50 +08:00
DHDAXCW
a432948460 fix sync 2024-03-20 17:28:21 +08:00
DHDAXCW
7c42d66e8a kernel: bump 6.1 to 6.1.73 2024-02-19 19:04:59 +08:00
DHDAXCW
a188ee0553 Refresh Rockchip micro uboot patch 2024-02-10 09:50:19 +08:00
DHDAXCW
fa42ea3fe4 fix 2024-02-06 13:26:33 +08:00
骷髅头
329dbee149
Update Makefile 2023-11-06 13:40:39 +08:00
DHDAXCW
391bb0df74 fix? 2023-11-06 05:39:02 +00:00
DHDAXCW
221ee48e29 fix? 2023-10-02 14:23:51 +00:00
DHDAXCW
7f11d9f3f9 ??? 2023-04-26 07:16:13 +00:00
骷髅头
10d6fdde14
Add files via upload 2023-04-08 13:52:44 +08:00
DHDAXCW
1b991c2037 Remove support for firefly sataion p2
Due to packaging problems, there is no way to
continue maintenance
goodbye!
2023-03-23 14:23:52 +00:00
DHDAXCW
0db6cbfa3a rockchip-uboot:为rk3588做好移植准备 2023-01-20 01:10:07 +00:00
骷髅头
3804c70db4
Rename 312-rockchip-rk3568-Add-NanoPi-R5C-board.patch to 312-rockchip-rk3568-Add-support-for-FriendlyARM-NanoPi-R5C-board.patch 2023-01-17 23:45:35 +08:00
骷髅头
7771ea9698
Rename 312-uboot-add-NanoPi-R5C-board.patch to 312-rockchip-rk3568-Add-NanoPi-R5C-board.patch 2023-01-17 23:44:31 +08:00
骷髅头
397936886f
Update Makefile 2023-01-13 09:16:12 +08:00
DHDAXCW
748fc99f03 rockchip:Add support for NanoPi R5C board 2023-01-03 07:00:37 +00:00
huangjf
28867c9fbb package: boot: uboot-rockchip: support bsp uboot for station-p2-rk3568 2022-11-29 17:19:00 +08:00
DHDAXCW
cb4b17370b uboot-rockchip:fix doornet2 fails to start 2022-11-04 04:36:56 +00:00
DHDAXCW
f28e2a782b Update banner 2022-11-03 03:10:48 +00:00
DHDAXCW
2784df90cd uboot-rockchip:tidy up a few things and get ready for the rk356x 2022-10-29 12:27:25 +00:00
骷髅头
22da83e801
Update rk3399-nanopi-r4se.dts 2022-09-15 11:59:45 +08:00
骷髅头
fe58031791
rockchip:解决r4se sd无法启动系统 2022-09-15 10:07:00 +08:00
骷髅头
00e3ff5505
为doornet2添加LPDDR4支持 2022-07-21 15:39:30 +08:00
骷髅头
d1d32d9141
Update 303-rockchip-rk3399-Add-support-for-EmbedFire-DoorNet2.patch 2022-07-21 15:38:40 +08:00
骷髅头
131d5863fe
Update Makefile 2022-07-21 15:36:28 +08:00
GitHub
d2207cd06b patch 2022-07-13 10:37:59 +00:00
GitHub
34c0001d8b patch 2022-07-13 10:34:27 +00:00
google-you-ok?
e7d9312102
uboot-rockchip: Fix doornet1dts (#9003)
* uboot-rockchip: Fix doornet1dts

The dts refers to the official website uboot startup parameters
`arch/arm/mach-rockchip/rk3328/rk3328.c`---Fix boot order parameters,It is helpful for other devices to start emmc and sd normally

* Update 104-rockchip-rk3328-Add-support-for-EmbedFire-DoorNet1.patch
2022-03-05 10:10:45 +08:00
lean
2923e808b2 rockchip: add support for FriendlyARM NanoPi NEO3 2022-02-26 21:03:54 +08:00
Jax Jiang
dd0b95dbde x86: grub2: search for the "kernel" filesystem on all disks
Previously, grub2 was hardcoded to always look on "hd0" for the
kernel.

This works well when the system only had a single disk.
But if there was a second disk/stick present, it may have look
on the wrong drive because of enumeration races.

This patch utilizes grub2 search function to look for a filesystem
with the label "kernel". This works thanks to existing setup in
scripts/gen_image_generic.sh. Which sets the "kernel" label on
both the fat and ext4 filesystem variants.

Signed-off-by: Jax Jiang <jax.jiang.007@gmail.com>
Suggested-by: Alberto Bursi <bobafetthotmail@gmail.com> (MX100 WA)
(word wrapped, slightly rewritten commit message, removed MX100 WA)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2022-02-26 05:46:11 +00:00
Beginner-Go
a61a59795b Revert "grub: x86 efi add search module for better find boot partition on multiple disk"
This reverts commit 8b97425415ec7c79427720e9abe92f9088706a1b.
2022-02-26 05:45:54 +00:00
google-you-ok?
2b9548669a
rockchip:Fix doornet2 device tree (#8897)
* Rockchip:Fix dtsi of doornet2

phy:
Modify phy timing;The manufacturer's board requires two timing modes: 125m and 25m ---stmmac_mdio.c  stmmac_main.c
Among them, stmmac_main.c is added with 1.5 reset, and the compilation of other devices is not affected
emmc:
In emmc hs400 mode, the performance test effect is the same as hs200, so it is safer to reduce hs200

* Rockchip:Add doornet2 to overclock to 2.2GHz/1.8GHz

* Create 105-rockchip-rk3399-Add-support-for-EmbedFire-DoorNet2.patch

Modify the startup method: SD starts first, which is convenient for saving bricks. If there is no system in SD, it will automatically jump to the next emmc boot

* Update with kernel 5.4

* Update 992-rockchip-rk3399-overclock-to-2.2-1.8-GHz-for-NanoPi4.patch
2022-02-18 11:45:13 +08:00
lean
8b97425415 grub: x86 efi add search module for better find boot partition on multiple disk 2022-02-09 21:32:14 +08:00
Piotr Dymacz
762ed37e19 uboot-imx: set BUILD_SUBTARGET to 'cortexa9'
All currently supported devices belong to the imx/cortexa9 subtarget.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2022-01-06 10:00:25 +08:00
Piotr Dymacz
b4ee2613e0 uboot-envtools: move imx to imx_cortexa9
Subtarget-specific files under 'uboot-envtools' package are supported
since 6f3a05ebb0 ("uboot-envtools: support uci-default config also per
subtargets").

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2022-01-06 09:59:59 +08:00
Piotr Dymacz
c9451f29f3 uboot-imx6: rename to 'uboot-imx'
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2022-01-06 09:59:13 +08:00
Piotr Dymacz
7135adeb6b uboot-envtools: rename 'imx6' to 'imx'
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2022-01-06 09:58:31 +08:00
Piotr Dymacz
df2e050cc4 kobs-ng: update dependencies after 'imx6' -> 'imx' rename
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2022-01-06 09:58:02 +08:00
lean
cc7063de8c ipq807x: add QNAP 301w (AX WIFI router with 4 1G and 2 10G ports) support 2022-01-02 12:24:33 +08:00
木四水
01042589af
Add Support For OrangePi R1 Plus LTS (#8498) 2021-12-22 23:29:37 +08:00
lean
37828c4b47 mediatek: Add support for Xiaomi Redmi Router AX6S 2021-12-03 12:25:39 +08:00
AmadeusGhost
156a636522 rockchip: apply patches for GuangMiao G4C
Only God knows how to soft reset it.
2021-11-15 13:19:01 +08:00
hejiawencc
7addb7e937
rockchip: add support for Embedfire DoorNet2 (#8226) 2021-11-11 09:26:13 +08:00
lean
0977610352 rockchip: add support for HuaKe GuangMiao G4C by AmadeusGhost 2021-11-08 12:55:54 +08:00