[U-Boot] [PATCH v2 3/5] usb: kbd: fix typo

2019-08-10 Thread Heinrich Schuchardt
%s/a interrupt/an interrupt/ Signed-off-by: Heinrich Schuchardt --- v2 new patch --- common/usb_kbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c index c9ac7a9e4c..42c8c4041a 100644 --- a/common/usb_kbd.c +++ b/common/usb_kbd.c

[U-Boot] [PATCH v2 2/5] usb: kbd: implement special keys

2019-08-10 Thread Heinrich Schuchardt
Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- v2: no change --- common/usb_kbd.c | 54 1 file changed, 54 insertions(+) diff --git a/common/usb_

[U-Boot] [PATCH v2 4/5] usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h

2019-08-10 Thread Heinrich Schuchardt
Move constant USB_KBD_BOOT_REPORT_SIZE. This allows us to reuse it. Signed-off-by: Heinrich Schuchardt --- v2 new patch --- common/usb_kbd.c | 6 -- include/usb.h| 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c index 4

[U-Boot] [PATCH v2 0/5] usb: kbd: implement special keys

2019-08-10 Thread Heinrich Schuchardt
GRUB uses function keys. So we should support these with an USB keyboard. Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down. Simplify the code beforehand. Enhance the keyboard unit test. v2: enhance the keyboard unit test Heinrich Schuchardt (5): usb: kbd: simpl

[U-Boot] [PATCH v2 1/5] usb: kbd: simplify coding for arrow keys

2019-08-10 Thread Heinrich Schuchardt
Avoid duplicate translation of arrow key codes. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- v2 no change --- common/usb_kbd.c | 31 +-- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c inde

[U-Boot] [PATCH v2 5/5] dm: test: usb: rework keyboard test

2019-08-10 Thread Heinrich Schuchardt
Allow the unit test to pass full 8 byte scan code sequences to the USB keyboard emulation driver and to parse multi-byte escape sequences. The following features are not yet tested: * LED status * caps-lock * num-lock * numerical pad keys The following features are not yet implemented by the USB

[U-Boot] [PATCH 1/1] efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub

2019-08-10 Thread Heinrich Schuchardt
U-Boot implements the EFI_PXE_BASE_CODE_PROTOCOL because GRUB uses the mode information for booting via PXE. All function pointers in the protocol were NULL up to now which will cause immediate crashes when the services of the protocol are called. Create function stubs for all services of the prot

[U-Boot] [PATCH 1/1] mailmap: provide usage instruction

2019-08-10 Thread Heinrich Schuchardt
Looking at the contents of file .mailmap it seems that some editors assumed that translation is done by entering multiple lines into the file and the last one replaces the others. This is not how it works. The translation occurs according to entries in single lines as described in the git-check-mai

Re: [U-Boot] Booting Linux kernel on x86_64

2019-08-10 Thread Andy Shevchenko
On Fri, Aug 9, 2019 at 6:52 PM Ryan Wilkins wrote: > > Hello, > > I’m trying to get u-boot 2019.04 to execute the Linux 4.19.55 kernel from > u-boot on a generic Core i5 with 8 GB RAM and having issues. The kernel that > I’m trying to boot will boot fine from GRUB so I know it works but startin

Re: [U-Boot] [PATCH 22/22] imx: Add i.MX8MM EVK board support.

2019-08-10 Thread Lukasz Majewski
Hi Peng, I think that I've made a review to the code adding some i.MX8 board in the past, but I do see that those comments were not applied: 1. The DDR4 configuration code as a very large table of magic numbers (but there is a commented out CONFIG_ to train the DDR4 in .h file. 2. Not using fitI

[U-Boot] [PULL] u-boot-usb/master

2019-08-10 Thread Marek Vasut
The following changes since commit 2e8fef747bf773691d174b2b8120d7aa6c637bcf: test/py: avb: Move AVB test to android dir (2019-08-07 23:15:13 -0400) are available in the Git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 29a81142be960a07761f50ccae6cde76

[U-Boot] [PULL] u-boot-sh/master

2019-08-10 Thread Marek Vasut
The following changes since commit 163bc1e4da425015000dd3f8f128aec994da9586: Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2019-08-09 07:29:54 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 3

Re: [U-Boot] Pull request, u-boot-tegra/master

2019-08-10 Thread Tom Rini
On Fri, Aug 09, 2019 at 10:21:02AM -0700, Tom Warren wrote: > Tom, > > Please pull u-boot-tegra/master into U-Boot/master. Thanks! > > All Tegra builds are OK on my system, and Igor has verified the Apalis > patches. > > The following changes since commit 163bc1e4da425015000dd3f8f128aec994da958

Re: [U-Boot] [PULL] u-boot-sh/master

2019-08-10 Thread Tom Rini
On Sat, Aug 10, 2019 at 11:35:32PM +0200, Marek Vasut wrote: > The following changes since commit 163bc1e4da425015000dd3f8f128aec994da9586: > > Merge tag 'mmc-8-9' of > https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2019-08-09 07:29:54 > -0400) > > are available in the Git repository at:

Re: [U-Boot] Please pull u-boot-x86

2019-08-10 Thread Tom Rini
On Sat, Aug 10, 2019 at 07:35:32AM +0800, Bin Meng wrote: > Hi Tom, > > This PR includes the following changes to x86: > - Enable SD slot on Intel Edison > - Populate CSRT ACPI table for shared DMA controller on Intel Tangier > - Convert Intel ICH-SPI driver to use new spi-mem ops > - Enable conf

Re: [U-Boot] [PULL] u-boot-usb/master

2019-08-10 Thread Tom Rini
On Sat, Aug 10, 2019 at 03:33:44PM +0200, Marek Vasut wrote: > The following changes since commit 2e8fef747bf773691d174b2b8120d7aa6c637bcf: > > test/py: avb: Move AVB test to android dir (2019-08-07 23:15:13 -0400) > > are available in the Git repository at: > > git://git.denx.de/u-boot-usb