aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch
Commit message (Collapse)AuthorAgeFilesLines
* mediatek: mt7623: enable more hardware featuresDaniel Golle2021-08-211-2/+2
| | | | | | | In order to make HDMI console available on the BananaPi BPi-R2 select various Kconfig symbols which are useful for systems with graphics. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mediatek: rework Bananapi BPi-R2Daniel Golle2021-07-201-0/+11
* introduce recovery (=initramfs) vs. production dual boot scheme * make use of uImage.FIT (instead of FAT partition) * generate images using build steps (instead of external scripts) * simplify sysupgrade and config restore (thanks to uImage.FIT) * make sure mmc devices are ordered persistently (set DT aliases) This commit breaks sysupgrade from existing installations, you will have to re-install using the sdcard.img.gz image. Signed-off-by: Daniel Golle <daniel@makrotopia.org>