]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: convert to generic machine initialization 24390/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 22 Jul 2026 15:20:58 +0000 (17:20 +0200)
committerMarkus Stockhausen <markus.stockhausen@gmx.de>
Mon, 27 Jul 2026 19:18:38 +0000 (21:18 +0200)
commit7cc31af7bdd4b1f5225b91e88b961c3d16f08810
tree0e5e182a6f998feeaa39808733ec6db5aefa15d3
parent23a826e84bcc5562d7351922d8a17bcaa9e79bb7
realtek: convert to generic machine initialization

Upstream has implemented MACH_REALTEK_RTL with the MIPS generic
startup framework. Until now OpenWrt disables that with a patch
and instead uses dedicated legacy startup sources.

Convert to upstream startup and take over the missing downstream
bits from the legacy code. Due to the complex nature of this patch
only focus on board-realtek.c for now. Moving other pieces around
(like headers) needs to be done in a separate patch.

Link: https://github.com/openwrt/openwrt/pull/24390
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
target/linux/realtek/files-6.18/arch/mips/rtl-otto/Makefile [deleted file]
target/linux/realtek/files-6.18/arch/mips/rtl-otto/Platform [deleted file]
target/linux/realtek/files-6.18/arch/mips/rtl-otto/prom.c [deleted file]
target/linux/realtek/files-6.18/arch/mips/rtl-otto/setup.c [deleted file]
target/linux/realtek/patches-6.18/300-01-enhance-realtek-platform-config.patch [moved from target/linux/realtek/patches-6.18/300-mips-add-rtl838x-platform.patch with 77% similarity]
target/linux/realtek/patches-6.18/300-02-enhance-realtek-board-setup.patch [new file with mode: 0644]
target/linux/realtek/patches-6.18/306-disable-upstream-realtek-board.patch [deleted file]