From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 02 Mar 2015 09:40:26 +0100 Subject: [U-Boot] [PATCH] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels In-Reply-To: <1425140296.32223.36.camel@hellion.org.uk> References: <1424419706-4687-1-git-send-email-siarhei.siamashka@gmail.com> <54E6FC37.10104@redhat.com> <20150220123631.311ff98e@i7> <54E74078.80701@redhat.com> <20150220203301.77544929@i7> <54E852DC.7000609@redhat.com> <1424514392.25370.57.camel@hellion.org.uk> <54E862B2.8070309@redhat.com> <1425140296.32223.36.camel@hellion.org.uk> Message-ID: <54F421FA.4010606@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 28-02-15 17:18, Ian Campbell wrote: > On Sat, 2015-02-21 at 11:49 +0100, Hans de Goede wrote: >> On 21-02-15 11:26, Ian Campbell wrote: >>> Speaking of which, if someone were to identify a suitable set of >>> simple-fb backports for 3.16 and they are reasonably self contained I'd >>> happily backport them to the kenrel which is going to be in the next >>> Debian release too... >> >> You will need all patches by me and by "Luc Verhaegen" from here: >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/drivers/video/fbdev/simplefb.c >> >> As well as these dts patches: >> >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=5790d4ee1e425fefef0e012d1415c25baeb9dae8 >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=d501841fc42a97a8b69449135eadf6e9c4589a87 >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=e53a8b2201384ee1a2cfd1609c9ffdf951b041a1 >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=8efc5c2be5b29f7ceec83bb471da81690273e141 > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=678e75d > > I inserted this one here so the following stuff would cherry-pick ok, I > think that was the right thing to do. Yes it was, sorry for overlooking that one. >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=a9f8cda32a3acc3150755fe973f7fa1867a7a5d6 >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=8cedd6628472aa2d8f2f54dfcc36633e46a59db8 >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=fd18c7eac03540654abdbfedd52e6dfb3718b489 >> >> Those combined with a new enough u-boot should get you video output on most devices >> supported in upstream u-boot. > > Indeed, this gets me graphics on my Cubietruck at least. Cool. Regards, Hans