RE: [PATCH] riscv: timer: Add support for an early timer

2020-11-23 Thread Pragnesh Patel
Hi Rick, >-Original Message- >From: Rick Chen >Sent: 24 November 2020 13:08 >To: Pragnesh Patel >Cc: U-Boot Mailing List ; Atish Patra >; Bin Meng ; Paul Walmsley ( >Sifive) ; Anup Patel ; Sagar >Kadam ; Palmer Dabbelt ; >Simon Glass ; rick ; Alan Kao >; Leo Liang >Subject: Re: [PATCH]

Re: [PATCH v9 04/11] efi_loader: capsule: support firmware update

2020-11-23 Thread Sughosh Ganu
Takahiro, On Tue, 24 Nov 2020 at 11:21, AKASHI Takahiro wrote: > Sughosh, > > On Sat, Nov 21, 2020 at 11:32:43PM +0530, Sughosh Ganu wrote: > > hi Takahiro, > > > > On Tue, 17 Nov 2020 at 05:58, AKASHI Takahiro < > takahiro.aka...@linaro.org> > > wrote: > > > > > A capsule tagged with the guid,

Re: [PATCH] riscv: timer: Add support for an early timer

2020-11-23 Thread Rick Chen
Hi Pragnesh, > From: Pragnesh Patel [mailto:pragnesh.pa...@sifive.com] > Sent: Tuesday, November 17, 2020 7:05 PM > To: u-boot@lists.denx.de > Cc: atish.pa...@wdc.com; palmerdabb...@google.com; bmeng...@gmail.com; > paul.walms...@sifive.com; anup.pa...@wdc.com; sagar.ka...@sifive.com; Rick > Jia

RE: [v1 1/5] arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 3:05 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

Re: [PATCH v9 04/11] efi_loader: capsule: support firmware update

2020-11-23 Thread AKASHI Takahiro
Sughosh, On Sat, Nov 21, 2020 at 11:32:43PM +0530, Sughosh Ganu wrote: > hi Takahiro, > > On Tue, 17 Nov 2020 at 05:58, AKASHI Takahiro > wrote: > > > A capsule tagged with the guid, EFI_FIRMWARE_MANAGEMENT_CAPSULE_ID_GUID, > > is handled as a firmware update object. > > What efi_update_capsule

[PATCH 2/2] dt-bindings: usb: mtk-xhci: add optional properies to disable ports

2020-11-23 Thread Chunfeng Yun
Add optional properies to disable usb2 or usb3 ports, they are used when provided ports are not used on some special platforms. Signed-off-by: Chunfeng Yun --- doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt | 4 1 file changed, 4 insertions(+) diff --git a/doc/device-tree-bindings/usb/

[PATCH 1/2] usb: xhci-mtk: support option to disable ports

2020-11-23 Thread Chunfeng Yun
Add support to disable specific ports, it's useful for some scenarios: 1. usb3 PHY is shared whith PCIe or SATA, the corresponding usb3 port can be disabled; 2. some usb2 or usb3 ports are not used on special platforms, they should be disabled to save power. Signed-off-by: Chunfeng Yun ---

Re: early stage debugging on a real product

2020-11-23 Thread Andy Shevchenko
On Mon, Nov 23, 2020 at 9:18 PM Andy Shevchenko wrote: > On Mon, Nov 23, 2020 at 9:08 PM Simon Glass wrote: > > On Mon, 23 Nov 2020 at 07:04, Andy Shevchenko > > wrote: > > Make sure that start.S puts the top of memory in a sensible place. If > > something has set up RAM already then you proba

Re: early stage debugging on a real product

2020-11-23 Thread Andy Shevchenko
On Mon, Nov 23, 2020 at 9:08 PM Simon Glass wrote: > On Mon, 23 Nov 2020 at 07:04, Andy Shevchenko > wrote: Thanks! My comments below. > > I have been debugging U-Boot on a product (Android-based) device (*) > > which is not yet supported by U-Boot. It's x86 based. > > > > I have stumbled over

Re: early stage debugging on a real product

2020-11-23 Thread Simon Glass
Hi Andy, On Mon, 23 Nov 2020 at 07:04, Andy Shevchenko wrote: > > Hi! > > I have been debugging U-Boot on a product (Android-based) device (*) > which is not yet supported by U-Boot. It's x86 based. > > I have stumbled over the couple of things: > 1/ it required me to enable TIMER_EARLY and by co

Re: Uboot SPI uclass - question

2020-11-23 Thread Simon Glass
Hi, On Mon, 23 Nov 2020 at 00:22, Rasmus Villemoes wrote: > > On 02/11/2020 19.14, Moshe, Yaniv wrote: > > Hi Simon, > > Hope you're doing good. > > > > My name is Yaniv, and I have a question regarding an old commit in U-boot: > > commit 60e2809a848bccd3a8090d3f2237964670f2780c > > Author: Simon

Re: early stage debugging on a real product

2020-11-23 Thread Andy Shevchenko
On Mon, Nov 23, 2020 at 4:05 PM Andy Shevchenko wrote: > > Hi! > > I have been debugging U-Boot on a product (Android-based) device (*) > which is not yet supported by U-Boot. It's x86 based. > > I have stumbled over the couple of things: > 1/ it required me to enable TIMER_EARLY and by code analy

Re: [PATCH V3] dm: core: Add late driver remove option

2020-11-23 Thread Tom Rini
On Sun, Nov 22, 2020 at 03:13:15AM +0100, Marek Vasut wrote: > On 11/22/20 12:07 AM, Simon Glass wrote: > [...] > > > > > > > That way we are describing the property of the device rather than > > > > > > what > > > > > > we want to do with it. > > > > > > > > > > The device is not critical or vi

Re: [PATCH 0/3] Complete Optional Header fields in EFI header

2020-11-23 Thread Atish Patra
On Tue, Nov 17, 2020 at 12:03 AM Leo Liang wrote: > > Date: Tue, 17 Nov 2020 15:36:27 +0800 > From: Leo Yu-Chi Liang > Subject: [PATCH 0/3] Complete Optional Header fields in EFI header > > These three patches complete the optional header fields in efi header. > Atish's patch was drawn in because

Re: [PATCH 3/3] riscv: Complete efi header for RV32/64

2020-11-23 Thread Atish Patra
On Tue, Nov 17, 2020 at 12:07 AM Leo Liang wrote: > > Date: Mon, 16 Nov 2020 17:07:41 +0800 > From: Leo Yu-Chi Liang > Subject: [PATCH 3/3] riscv: Complete efi header for RV32/64 > > This patch depends on Atish's patch. > (https://patchwork.ozlabs.org/project/uboot/patch/20201013192331.3236458-1-

Re: [PATCH] cmd: Add a pwm command

2020-11-23 Thread Tom Rini
On Mon, Nov 23, 2020 at 01:38:41PM +0530, Pragnesh Patel wrote: > Add the command "pwm" for controlling the pwm channels. This > command provides pwm invert/config/enable/disable functionalities > via PWM uclass drivers > > Signed-off-by: Pragnesh Patel > --- > cmd/Kconfig | 6 +++ > cmd/Mak

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

2020-11-23 Thread Tom Rini
On Sun, Nov 22, 2020 at 04:07:04PM +0100, Marek Vasut wrote: > The following changes since commit 12e396303c487c9f0fdf8d36d31a97cd2dada643: > > Merge tag 'efi-2021-01-rc3-2' of > https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-11-21 08:04:39 > -0500) > > are available in the Git repo

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

2020-11-23 Thread Tom Rini
On Sun, Nov 22, 2020 at 04:06:43PM +0100, Marek Vasut wrote: > The following changes since commit 12e396303c487c9f0fdf8d36d31a97cd2dada643: > > Merge tag 'efi-2021-01-rc3-2' of > https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-11-21 08:04:39 > -0500) > > are available in the Git repo

Re: [RFC] regarding Uboot AUTOBOOT_STOP_STR_SHA256

2020-11-23 Thread Harm Berntsen
Hi Joel, Regarding 2, In my implementation I have the following: bootcmd=run bootcmd2 || reset In case bootcmd2 fails, the board will reset instead of dropping to a prompt. Maybe this is also sufficient for you :). Kind regards, Harm Berntsen -Original Message- From: Joel Peshkin To:

early stage debugging on a real product

2020-11-23 Thread Andy Shevchenko
Hi! I have been debugging U-Boot on a product (Android-based) device (*) which is not yet supported by U-Boot. It's x86 based. I have stumbled over the couple of things: 1/ it required me to enable TIMER_EARLY and by code analysing I can tell that DM loop fails by some reason 2/ it hangs reser

Re: [PATCH v4 1/2] dm: core: add function uclass_probe_all() to probe all devices

2020-11-23 Thread Sean Anderson
On 11/23/20 3:06 AM, Vabhav Sharma (OSS) wrote: -Original Message- From: Sean Anderson Sent: Thursday, November 19, 2020 9:05 AM To: Vabhav Sharma (OSS) ; s...@chromium.org; s...@denx.de Cc: u-boot@lists.denx.de; Varun Sethi ; andre.przyw...@arm.com; Vabhav Sharma Subject: Re: [PATCH

Q: EFI_SPI support

2020-11-23 Thread Michael Lawnick
Hi, before starting to walk the troublesome way on my own: Is there any development for EFI_SPI, EFI_I2C and/or EFI_PCI ongoing? I will have to write an EFI application that needs access to devices on these buses. So I try to find the path with lowest harm. KR Michael Lawnick

[PATCH v3 10/18] common: board_r: Drop initr_pci wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to pci_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment common/board_r.c | 18 -

[PATCH v3 09/18] common: board_r: Drop initr_pci_ep wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to pci_ep_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment common/board_r.c | 1

[PATCH v3 11/18] common: board_r: Drop initr_noncached wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to noncached_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment arch/arm/include/asm/system.h | 13 ++

[PATCH v3 14/18] common: board_r: Drop initr_api wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to api_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment api/api.c | 6 -- api/api_priv

[PATCH v3 06/18] common: board_r: Drop initr_console_record wrapper

2020-11-23 Thread Ovidiu Panait
Drop initr_console_record wrapper and call console_record_init directly. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 updates: - add reviewed-by tag common/board_r.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/common/bo

[PATCH v3 07/18] common: board_r: Drop initr_secondary_cpu wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to cpu_secondary_init_r and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait --- v3 updates: -none v2 updates: - add function comment arch/powerpc/cpu/mpc85xx/cpu_init.c | 4 +++- common/board_r.c

[PATCH v3 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set

2020-11-23 Thread Ovidiu Panait
spl_handoff should only be enabled when CONFIG_HANDOFF is set. Drop the nested ifdefs and check for CONFIG_HANDOFF instead. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 updates: - add reviewed-by tag include/asm-generic/global_data.h | 4 ++-- 1 file changed

[PATCH v3 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF

2020-11-23 Thread Ovidiu Panait
CONFIG_HANDOFF is used in u-boot proper to locate handoff info from SPL during pre-relocation init (in setup_spl_handoff). Add explicit dependency on CONFIG_SPL, to fix the following build error when CONFIG_HANDOFF && !CONFIG_SPL: common/board_f.c: In function ‘setup_spl_handoff’: common/board_f.c

[PATCH v3 08/18] common: board_r: Drop initr_post_backlog wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to post_output_backlog and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment common/board_r.c | 10 +-

[PATCH v3 01/18] common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F

2020-11-23 Thread Ovidiu Panait
Currently, the following #ifdef construct is used to check whether to run console_record_init() during pre-relocation init: defined(CONFIG_CONSOLE_RECORD) && CONFIG_VAL(SYS_MALLOC_F_LEN) Introduce CONFIG_CONSOLE_RECORD_INIT_F Kconfig option to get rid of the complex ifdef check. Also, use IS_ENAB

[PATCH v3 05/18] common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt

2020-11-23 Thread Ovidiu Panait
Use IS_ENABLED(CONFIG_OF_EMBED) in instead of #ifdefs in reserve_fdt, reloc_fdt functions. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 updates: - add reviewed-by tag common/board_f.c | 41 + 1 file changed, 21 inserti

[PATCH v3 15/18] common: board_r: Drop initr_bbmii wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to bb_miiphy_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment common/board_r.c | 10 +

[PATCH v3 02/18] common: board_f: Drop initf_console_record wrapper

2020-11-23 Thread Ovidiu Panait
Drop initf_console_record wrapper and call console_record_init directly. Signed-off-by: Ovidiu Panait --- v3 updates: - none v2 updates: - check defined(CONFIG_CONSOLE_RECORD_INIT_F) in ifdef condition common/board_f.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --

[PATCH v3 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap

2020-11-23 Thread Ovidiu Panait
In order to remove the arch-specific ifdefs around initr_trap, introduce arch_initr_trap weak initcall. Implementations for ppc/m68k/mips have been moved to arch//lib/traps.c Default implementation is a nop stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 u

[PATCH v3 03/18] common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm

2020-11-23 Thread Ovidiu Panait
Use IS_ENABLED(CONFIG_TIMER_EARLY) instead of #ifdef in initf_dm. Also, move timer code to the main ifdef, so that ret is defined. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 updates: - add reviewed-by tag common/board_f.c | 11 ++- 1 file changed,

[PATCH v3 04/18] common: board_f: Move setup_machine code to setup_bdinfo

2020-11-23 Thread Ovidiu Panait
setup_bdinfo is used to populate various bdinfo fields, so move setup_machine code there, as all it does is setting gd->bd->bi_arch_number. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 updates: - add reviewed-by tag common/board_f.c | 13 - 1 fil

[PATCH v3 12/18] common: board_r: Drop initr_xen wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to xen_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - none v2 updates: - add reviewed-by tag common/board_r.c | 10 +- drivers/xen/hyper

[PATCH v3 13/18] common: board_r: Drop initr_jumptable wrapper

2020-11-23 Thread Ovidiu Panait
Add a return value to jumptable_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- v3 updates: - add reviewed-by tag v2 updates: - add function comment common/board_r.c | 8 +--- comm

[PATCH v3 00/18] Minor board_f/board_r cleanups

2020-11-23 Thread Ovidiu Panait
v3: * Use only "default y" for CONFIG_CONSOLE_RECORD_INIT_F Kconfig option * Add reviewed-by tags v2: * Introduce CONFIG_CONSOLE_RECORD_INIT_F Kconfig to eliminate complex ifdef around console_record_init in board_f.c * Add function comments to all routines that get their signatures changed * Ad

[PATCH] Fix squashfs failing to load sparse files

2020-11-23 Thread Campbell Suter
SquashFS supports sprase blocks in files - that is, if a given block is composed only of zeros, it's not written to the output file to save space and it's on-disk length field is set to zero to indicate that. Previously the squashfs driver did not recognise that, and would attempt to read and deco

[PATCH] Fix a squashfs crash when reading large directories

2020-11-23 Thread Campbell Suter
SquashFS encodes directories with more than 256 entries, with xattrs or a few other things with a different type of inode than most directories. This type of directory entry has an indexing feature to increase the performance of filename lookups. When U-Boot's squashfs driver calculates the length

Re: [PATCH v3 1/5] i2c: mediatek: add basic driver support

2020-11-23 Thread Heiko Schocher
Hello mingming lee, Am 16.10.20 um 05:27 schrieb mingming lee: > From: Mingming Lee > > Add MediaTek I2C basic driver > > Reviewed-by: Heiko Schocher > Signed-off-by: Mingming Lee > --- > Changes for v3: >- fixed code veriew note in v2 >- optimize the dma read/write flow in mtk_i2c_do

RE: [RESEND v2 22/22] arm: socfpga: dm: Enable Intel Diamond Mesa build

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 21/22] configs: dm: Add Diamond Mesa CONFIGs

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 20/22] arm: dts: dm: Add base dtsi and devkit dts for Diamond Mesa

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 19/22] board: intel: dm: Add socdk board support for Diamond Mesa

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 18/22] arm: socfpga: dm: Add SPL for Diamond Mesa

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 17/22] arm: socfpga: Move Stratix10 and Agilex SPL common code

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 16/22] ddr: altera: dm: Add SDRAM driver for Diamond Mesa

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

Re: [PATCH] riscv: fix the wrong swap value register

2020-11-23 Thread Rick Chen
> From: Brad Kim [mailto:brad@semifive.com] > Sent: Friday, November 13, 2020 7:48 PM > To: Rick Jian-Zhi Chen(陳建志); lukas.a...@aisec.fraunhofer.de > Cc: bmeng...@gmail.com; sean...@gmail.com; u-boot@lists.denx.de; Brad Kim > Subject: [PATCH] riscv: fix the wrong swap value register > > Not s2

RE: [RESEND v2 15/22] arm: socfpga: dm: Add clock manager for Diamond Mesa

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

RE: [RESEND v2 14/22] arm: socfpga: Changed to store QSPI reference clock in kHz

2020-11-23 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Tuesday, November 10, 2020 2:45 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew C

Re: [PATCH 0/3] usb: am654: Add support for host mode to the USB port on overlay board

2020-11-23 Thread Roger Quadros
Hi, On 20/11/2020 17:48, Aswath Govindraju wrote: The following series of patches - adds support for host mode to USB3SS0 controller - adds aliases for USB subsystems - adds a workaround to use USB0 in USB 2.0 only mode Aswath Govindraju (3): board: ti: am65x: Set SERDES0 mux to PCIe t

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-11-23 Thread Michal Simek
Hi Marek, st 21. 10. 2020 v 14:31 odesílatel Marek Vasut napsal: > > On 10/21/20 2:05 PM, Patrice CHOTARD wrote: > > Hi Patrick > > > > On 10/5/20 11:37 AM, Michal Simek wrote: > >> There shouldn't be a need to use loadables propertyn because u-boot can be > >> pointed by firmware property. This

[PATCH] cmd: Add a pwm command

2020-11-23 Thread Pragnesh Patel
Add the command "pwm" for controlling the pwm channels. This command provides pwm invert/config/enable/disable functionalities via PWM uclass drivers Signed-off-by: Pragnesh Patel --- cmd/Kconfig | 6 +++ cmd/Makefile | 1 + cmd/pwm.c| 119 +++

[PATCH] binman: Remove additional backslash

2020-11-23 Thread Michal Simek
The origin patch didn't have this change and it was caused by manual resolution where additional backslash was added. Fixes: 6723b4c6ca7b ("binman: Call helper function binman_set_rom_offset() to fill offset") Signed-off-by: Michal Simek --- lib/binman.c | 2 +- 1 file changed, 1 insertion(+),

RE: [PATCH v4 1/2] dm: core: add function uclass_probe_all() to probe all devices

2020-11-23 Thread Vabhav Sharma (OSS)
> -Original Message- > From: Sean Anderson > Sent: Thursday, November 19, 2020 9:05 AM > To: Vabhav Sharma (OSS) ; > s...@chromium.org; s...@denx.de > Cc: u-boot@lists.denx.de; Varun Sethi ; > andre.przyw...@arm.com; Vabhav Sharma > Subject: Re: [PATCH v4 1/2] dm: core: add function ucl