Re: [PATCH] config: Enable USB Keyboard support on RPi4

2020-07-08 Thread Matthias Brugger
On 05/05/2020 16:51, Nicolas Saenz Julienne wrote: Supporting USB keyboards out of the box is both handy for development and production. Notably if u-boot is used to boot into GRUB. Signed-off-by: Nicolas Saenz Julienne Applied to rpi-next now. I dropped the hunk for 32 bit for now, pleas

Re: [PATCH] config: Enable USB Keyboard support on RPi4

2020-05-08 Thread Matthias Brugger
On 08/05/2020 18:41, Sylwester Nawrocki wrote: > Hi Matthias, > > On 08.05.2020 17:55, Matthias Brugger wrote: >> It seems we are missing >> CONFIG_SYS_STDIO_DEREGISTER=y >> at least for me without this, U-Boot does not build. > > Isn't it selected by USB_KEYBOARD? I also had related build iss

Re: [PATCH] config: Enable USB Keyboard support on RPi4

2020-05-08 Thread Sylwester Nawrocki
Hi Matthias, On 08.05.2020 17:55, Matthias Brugger wrote: > It seems we are missing > CONFIG_SYS_STDIO_DEREGISTER=y > at least for me without this, U-Boot does not build. Isn't it selected by USB_KEYBOARD? I also had related build issues which disappeared after running "make clean". -- Regards,

Re: [PATCH] config: Enable USB Keyboard support on RPi4

2020-05-08 Thread Matthias Brugger
On 05/05/2020 16:51, Nicolas Saenz Julienne wrote: > Supporting USB keyboards out of the box is both handy for development > and production. Notably if u-boot is used to boot into GRUB. > > Signed-off-by: Nicolas Saenz Julienne > > --- > > Note that rpi_arm64_defconfig already supports USB k

Re: [PATCH] config: Enable USB Keyboard support on RPi4

2020-05-05 Thread Bin Meng
On Tue, May 5, 2020 at 10:51 PM Nicolas Saenz Julienne wrote: > > Supporting USB keyboards out of the box is both handy for development > and production. Notably if u-boot is used to boot into GRUB. > > Signed-off-by: Nicolas Saenz Julienne > > --- > > Note that rpi_arm64_defconfig already suppor

Re: [PATCH] config: Enable USB Keyboard support on RPi4

2020-05-05 Thread Sylwester Nawrocki
On 05.05.2020 16:51, Nicolas Saenz Julienne wrote: > Supporting USB keyboards out of the box is both handy for development > and production. Notably if u-boot is used to boot into GRUB. > > Signed-off-by: Nicolas Saenz Julienne Reviewed-by: Sylwester Nawrocki > --- > Note that rpi_arm64_defco

[PATCH] config: Enable USB Keyboard support on RPi4

2020-05-05 Thread Nicolas Saenz Julienne
Supporting USB keyboards out of the box is both handy for development and production. Notably if u-boot is used to boot into GRUB. Signed-off-by: Nicolas Saenz Julienne --- Note that rpi_arm64_defconfig already supports USB keyboard. This is to be applied on top of Sylwester Nawrocki's PCIe/xHC