Re: Fixing low-speed USB keyboard detection

2020-02-29 Thread Stefan
Hello Soeren! It will take me some time to prepare a proper patch, I just found the documentation of your patman tool. I am using Guix and created a package definition for U-Boot with these three fixes using regexp substitutions. My time is quite limited for this weekend. I guess that you

Re: [PATCH v5 23/33] spi: dw: Properly set rx_end when not recieving

2020-02-29 Thread Sean Anderson
This patch should not be included. I meant to remove it (and it gets reverted in the next patch), but I made an error during rebasing. Sorry for any confustion. --Sean

wrong email alias for Maxime Ripard

2020-02-29 Thread Jonas Smedegaard
Hi, When I use patman, my MTA fails sending to one resolved email address - this entry in file `git-mailrc`: Maxime Ripard File `board/sunxi/MAINTAINERS` contains this different entry: Maxime Ripard Should `git-mailrc` be updated to match `board/sunxi/MAINTAINERS`, or am I using

[PATCH v2 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard

2020-02-29 Thread Jonas Smedegaard
A64-Teres-I board is a laptop which comes with a builtin keyboard. The keyboard+trackpad controller pauses for 2 seconds at a firmware prompt before loading its HID interface. U-Boot needs to wait equally long to reliably enable the keyboard. Tested-by: Jonas Smedegaard Signed-off-by: Jonas

[PATCH v2 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-02-29 Thread Jonas Smedegaard
commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig") intended to support CONFIG_PREBOOT, but include/configs/sunxi-common.h hardcodes preboot as part of internally defined CONSOLE_STDIN_SETTINGS, silently ignoring any board-specific CONFIG_PREBOOT. Simply moving

Re: Fixing low-speed USB keyboard detection

2020-02-29 Thread Soeren Moch
On 29.02.20 00:46, Marek Vasut wrote: > On 2/26/20 12:04 PM, Soeren Moch wrote: >> Adding Marek as USB maintainer. Otherwise this non-patch-email may get >> lost when sent to the mailing list only. > Well, can you send these as proper patches ? Well, I can try to make a proposal for patches.

Re: [PATCH 1/2] common: fdt: Add a function for reserving memory without kernel linear mapping

2020-02-29 Thread Michael Nazzareno Trimarchi
Hi On Wed, Feb 26, 2020 at 4:33 PM Simon Glass wrote: > > Hi Michael, > > On Mon, 24 Feb 2020 at 22:10, Michael Trimarchi > wrote: > > > > The intent is to reserve memory _and_ prevent it from being included > > in the kernel's linear map. For thos reason it is also necessary to include > >

Re: [PATCH v2 1/4] x86: fsp: Allow skipping init code when chain loading

2020-02-29 Thread Bin Meng
Hi Simon, On Wed, Feb 19, 2020 at 10:46 AM Simon Glass wrote: > > It is useful to be able to boot the same x86 image on a device with or > without a first-stage bootloader. For example, with chromebook_coral, it > is helpful for testing to be able to boot the same U-Boot (complete with > FSP) on

Pull request for UEFI sub-system for efi-2020-04-rc4 (2)

2020-02-29 Thread Heinrich Schuchardt
The following changes since commit 12fdbbe860f395575f360f0c03d84bce61a9a212: Merge tag 'ti-v2020.04-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-27 08:51:01 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git