u-boot: Fix boot and keyboard for rpi devices

u-boot v2017.07 was not able to boot a Linux kernel or handle keyboard input.
This is fixed by reverting a config change to re-enable CONFIG_OF_EMBED and
backporting another config change to enable CONFIG_DM_KEYBOARD.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
This commit is contained in:
Paul Barker
2017-08-25 09:59:14 +00:00
committed by Andrei Gherzan
parent 1a06502656
commit 94e2929f74
3 changed files with 145 additions and 0 deletions
+7
View File
@@ -1 +1,8 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
SRC_URI_append_rpi = " \
file://0001-Revert-dm-arm-rpi-Drop-CONFIG_OF_EMBED.patch \
file://0002-rpi-Enable-USB-keyboard-support.patch \
"
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"