aboutsummaryrefslogtreecommitdiff
path: root/package/boot/uboot-mediatek/patches/314-mt7981-select-rootdisk.patch
Commit message (Collapse)AuthorAge
* uboot-mediatek: move custom uart config symbol to board defconfigsShiji Yang2025-03-15
| | | | | | | | | | This helps to solve the issue of waiting for "SERIAL_RX_BUFFER_SIZE" input when enabling verbose log output option (V=s). Fixes: https://github.com/openwrt/openwrt/issues/18036 Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: https://github.com/openwrt/openwrt/pull/18043 Signed-off-by: Robert Marko <robimarko@gmail.com>
* uboot-mediatek: update to v2025.01Shiji Yang2025-02-09
| | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches: 010-menu-fix-the-logic-checking-whether-ESC-key-is-press.patch [1] 011-menu-add-support-to-check-if-menu-needs-to-be-reprin.patch [2] 012-bootmenu-add-reprint-check.patch [3] Remove outdated patches: 455-arm-provide-noncached_set_region-prototype-to-fix-build.patch Some patches have been manually rebased to match the upstream changes. This patch also fixes the dtc warning for reserved-memory dts node. If #address-cells and #size-cells are not same as the root node definitions, the dtc will complain about it. All defconfigs are refreshed by `make "$board"_defconfig` and `make savedefconfig`. [1] https://github.com/u-boot/u-boot/commit/ddac69885efaffc68a71c1a159dc2b3ff4b9fda3 [2] https://github.com/u-boot/u-boot/commit/ccdd7948e22f21d2add8f51c4918a2c576dc5e91 [3] https://github.com/u-boot/u-boot/commit/599652cff13ad31d23b1b8bf8905533e447435d5 Signed-off-by: Shiji Yang <yangshiji66@qq.com>
* uboot-mediatek: update to U-Boot 2024.10Daniel Golle2024-10-13
| | | | | | | Update to latest U-Boot release. Patches refreshed and fixed when needed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* uboot-mediatek: fix build error on mt7981-rfb and openwrt-oneFelix Fietkau2024-09-02
| | | | | | Remove an unnecessary config option that was breaking the build Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uboot-mediatek: detect rootdisk on MT7981Daniel Golle2024-08-28
Set /chosen/rootdisk according to boot_mode register, similar to MT7986. Signed-off-by: Daniel Golle <daniel@makrotopia.org>