Re: [PATCH v2 2/2] sunxi: Use mkimage for SPL boot image generation

2020-11-15 Thread Jagan Teki
On Wed, Nov 11, 2020 at 6:23 PM Andre Przywara wrote: > > Switch the SPL boot image generation from using mksunxiboot to the new > sunxi_egon format of mkimage. > > Verified to create identical results for all 152 Allwinner boards. > > Signed-off-by: Andre Przywara > Reviewed-by: Simon Glass

Pull request: u-boot-sunxi/master

2020-11-15 Thread Jagan Teki
Hi Tom, Please pull this PR. Summary: - PinePhone support (Samuel) - V3/S3 support (Icenowy) thanks, Jagan. The following changes since commit de865f7ee1d9b6dff6e265dee44509c8274ea606: Merge tag 'efi-2021-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-11-14 09:47:33

Re: [PATCH v2] usb: xhci: fix lack of short packet event trb handling

2020-11-15 Thread Bin Meng
Hi Ran, On Mon, Nov 16, 2020 at 2:38 PM Ran Wang wrote: > > For bulk IN transfer, the codes will set ISP flag to request event TRB > being generated by xHC for case of short packet. So in for the case of > buffer-cross-64K-boundary case (which we will divide payload and enqueuqe > more than 1

[PATCH] efi_loader: tcg2 protocol updates

2020-11-15 Thread Ilias Apalodimas
On pull reuqest https://lists.denx.de/pipermail/u-boot/2020-November/432735.html V4 of the patchset was sent instead of the v5. This is the v4->v5 missing diff Signed-off-by: Ilias Apalodimas --- include/efi_tcg2.h| 2 - lib/efi_loader/efi_tcg2.c | 160

[PATCH v2] usb: xhci: fix lack of short packet event trb handling

2020-11-15 Thread Ran Wang
For bulk IN transfer, the codes will set ISP flag to request event TRB being generated by xHC for case of short packet. So in buffer-cross-64K-boundary case (which we will divide payload and enqueuqe more than 1 transfer TRB), if the first TRB ends up with a short packet condition it will trigger

Re: [PATCH v3 1/1] riscv: Add timer_get_us() for tracing

2020-11-15 Thread Rick Chen
Hi Pragnesh > Hi Rick, > > >-Original Message- > >From: Rick Chen > >Sent: 13 November 2020 13:37 > >To: Pragnesh Patel > >Cc: U-Boot Mailing List ; Atish Patra > >; palmerdabb...@google.com; Bin Meng > >; Paul Walmsley ( Sifive) ; > >Anup Patel ; Sagar Kadam > >; Sean Anderson ; rick >

Re: [PATCH] efi_loader: improve detection of ESP for storing UEFI variables

2020-11-15 Thread Jonathan Gray
On Sat, Nov 14, 2020 at 05:56:38AM +0100, Heinrich Schuchardt wrote: > On 09.11.20 18:08, Mark Kettenis wrote: > >> From: Heinrich Schuchardt > >> Date: Mon, 9 Nov 2020 15:36:33 +0100 > >> > >> On 09.11.20 14:51, Mark Kettenis wrote: > From: Paulo Alcantara > Date: Mon, 09 Nov 2020

Re: [PATCH 21/26] arm: mach-k3: common: Drop main r5 start

2020-11-15 Thread Lokesh Vutla
On 10/11/20 2:35 pm, Tero Kristo wrote: > From: Dave Gerlach > > Only start-up the non-linux remote cores if we are running in legacy > boot mode. HSM rearch is not yet supporting this. > > Signed-off-by: Dave Gerlach > --- > arch/arm/mach-k3/common.c | 2 ++ > 1 file changed, 2

Re: [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

2020-11-15 Thread Lokesh Vutla
On 10/11/20 2:35 pm, Tero Kristo wrote: > If the raw PM support is built in, we are operating in the split > firmware approach mode where RM and PM support is not available. In this > case, skip the board config for these two. > > Signed-off-by: Tero Kristo > --- >

Re: [PATCH 19/26] arm: mach-k3: j721e: force enable A72 core 0 during spl shutdown

2020-11-15 Thread Lokesh Vutla
On 10/11/20 2:35 pm, Tero Kristo wrote: > With the new raw register mode access PM drivers, A72 core is not > enabled via ti-sci services, leading into bad usecounts for the core. > This effectively shuts down the A72 core when SPL goes down. Prevent the When you meant SPL that is R5 going

Re: [PATCH 00/26] TI J7 SoC HSM Rearch support series

2020-11-15 Thread Lokesh Vutla
On 10/11/20 2:35 pm, Tero Kristo wrote: > Hello, > > On TI J7 SoCs the device manager firmware is now split into two > portions instead of the existing one which supported all services via a > single firmware image running on DMSC core. Now, the existing DMSC core > is dedicated for secure

Re: [PATCH 1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file

2020-11-15 Thread Lokesh Vutla
On 15/11/20 5:36 pm, Pali Rohár wrote: > On Sunday 15 November 2020 15:35:37 Lokesh Vutla wrote: >> Series applied to u-boot-ti for-next branch. > > It is possible to include this patch series into v2021.01 version? > Because currently in u-boot master branch is N900 non-working and these >

Re: [PATCH] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Jaehoon Chung
Dear Wolfgang, On 11/13/20 5:01 AM, Wolfgang Denk wrote: > Dear Jaehoon Chung, > > In message <21adc771-9660-da52-65c8-c2029de9a...@samsung.com> you wrote: >> On 11/10/20 11:28 PM, Hoyeonjiki Kim wrote: >>> The function mmc_offset_try_partition searches MMC partition to save the >>> environment

Pull request: u-boot-rockchip-20201113

2020-11-15 Thread Kever Yang
Hi Tom, Please pull the rockchip updates/fixes: - Fix USB support for rk3399 Pinebook Pro; - Fix SPI boot for rk3399 boards other than Bob; - Fix 32bit boards firmware build without SPL_OPTEE support; - Fix rockchip display driver license; Gitlab ci:

[PATCH v4] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Hoyeonjiki Kim
The function mmc_offset_try_partition searches the MMC partition for locating environment data, by comparing the partition names with config "u-boot,mmc-env-parition". However, it only compares the first word-size bytes (size of 'const char *'), which may make the function to find unintended

Re: [PATCH v3] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Hoyeonjiki Kim
Jaehoon Chung, On Mon, Nov 16, 2020 at 7:35 AM Jaehoon Chung wrote: > > Dear Hoyeonjiki, > > On 11/16/20 2:25 AM, Hoyeonjiki Kim wrote: > > The function mmc_offset_try_partition searches the MMC partition for > > locating environment data, by comparing the partition names with config > >

RE: [PATCH 05/26] clk: fixed_rate: add API for directly registering fixed rate clocks

2020-11-15 Thread Peng Fan
> Subject: [PATCH 05/26] clk: fixed_rate: add API for directly registering fixed > rate clocks > > Current driver only supports registering fixed rate clocks from DT. Add new > API > which makes it possible to register fixed rate clocks directly from e.g. > platform > specific clock drivers. >

Re: [PATCH v8 00/18] efi_loader: add capsule update support

2020-11-15 Thread AKASHI Takahiro
Heinrich, On Fri, Nov 13, 2020 at 08:18:58AM +0100, Heinrich Schuchardt wrote: > On 11/13/20 5:14 AM, AKASHI Takahiro wrote: > > Summary > > === > > 'UpdateCapsule' is one of runtime services defined in UEFI specification > > and its aim is to allow a caller (OS) to pass information to the

Re: [PATCH v3] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Jaehoon Chung
Dear Hoyeonjiki, On 11/16/20 2:25 AM, Hoyeonjiki Kim wrote: > The function mmc_offset_try_partition searches the MMC partition for > locating environment data, by comparing the partition names with config > "u-boot,mmc-env-parition". However, it only compares the first word-size > bytes (size of

[PATCH] dm: core: Fix incorrect flag check

2020-11-15 Thread Marek Vasut
The test should be checking whether $flags are non-zero and $drv_flags contain specific flags, however these two sets of flags are separate, and the two tests should be logically ANDed, not bitwise ANDed. Signed-off-by: Marek Vasut Cc: Simon Glass --- drivers/core/device-remove.c | 2 +- 1

[PATCH v3 1/2] pinctrl: renesas: Make sure the pin type is updated after setting the MUX

2020-11-15 Thread Lad Prabhakar
By default on startup all the pin types are configured to PINMUX_TYPE_NONE (in sh_pfc_map_pins()), when pin is set as GPIO the pin type is updated to PINMUX_TYPE_GPIO. But the type is not updated when the pin is set as a function in sh_pfc_pinctrl_pin_set() or sh_pfc_pinctrl_group_set() calls

[PATCH v3 0/2] pinctrl: renesas: trivial fixes and enhancements

2020-11-15 Thread Lad Prabhakar
Hi All, This patch series includes trivial fixes and enhancements to renesas pfc driver. Oops sorry to miss the u-boot ML earlier resent a V3 again. Cheers, Prabhakar v2->v3 * Patch 1/2 print a warning message if the current pin is being overwritten before abort as suggested by Marek. *

[PATCH v3 2/2] pinctrl: renesas: Implement get_pin_muxing() callback

2020-11-15 Thread Lad Prabhakar
Implement get_pin_muxing() callback so that pinmux status command can be used on Renesas platforms. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das --- drivers/pinctrl/renesas/pfc.c | 31 +++ 1 file changed, 31 insertions(+) diff --git

[PATCH v3] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Hoyeonjiki Kim
The function mmc_offset_try_partition searches the MMC partition for locating environment data, by comparing the partition names with config "u-boot,mmc-env-parition". However, it only compares the first word-size bytes (size of 'const char *'), which may make the function to find unintended

Re: Pull request for UEFI sub-system for efi-2021-01-rc3

2020-11-15 Thread Ilias Apalodimas
Hi, I just noticed the wrong version was included in this PR. We merged my v4 instead of my v5 ( https://lists.denx.de/pipermail/u-boot/2020-November/432663.html). The changes between v4/v5 we re mostly cosmetic, how do you want to handle this? Shall I send a diff from v4->v5 or Heinrich can pull

RE: [PATCH v2 1/2] pinctrl: renesas: Make sure the pin type is updated after setting the MUX

2020-11-15 Thread Prabhakar Mahadev Lad
Hi Marek, Thank you for the review. > -Original Message- > From: Marek Vasut > Sent: 15 November 2020 13:18 > To: Prabhakar Mahadev Lad ; Simon > Glass ; > Masahiro Yamada ; u-boot@lists.denx.de > Cc: Adam Ford ; Tom Rini ; Prabhakar > ; Biju Das > Subject: Re: [PATCH v2 1/2] pinctrl:

Re: [PATCH v2] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Hoyeonjiki Kim
Dear Wolfgang Denk, On Mon, Nov 16, 2020 at 1:36 AM Wolfgang Denk wrote: > > Dear Hoyeonjiki Kim, > > In message > you > wrote: > > > > As you referred, `strcmp` suffers with non-null terminated string(s). > > I'd also checked if using `strcmp` can cause some issues and > > seems it's

Re: [SPECIFICATION RFC] The firmware and bootloader log specification

2020-11-15 Thread James Courtier-Dutton
On Sat, 14 Nov 2020 at 12:37, Nico Huber wrote: > > (I think > > newer spec versions should not change anything in first 5 bf_log > members; > > this way older log parsers will be able to traverse/copy all logs > regardless > > of version used in one log or another), > > Good point,

[PATCH v3] arm: vexpress: don't reset flags in board_init to avoid losing previous ones

2020-11-15 Thread Arnaud Aujon Chevallier
Re-submitted because of missing description and signed-off. flags reset in board_init caused bugs when executing command like editenv because the reallocated flag was lost. Signed-off-by: Arnaud Aujon Chevallier --- board/armltd/vexpress/vexpress_common.c | 1 - 1 file changed, 1 deletion(-)

Re: [PATCH v2] env: mmc: Correct partition comparison in mmc_offset_try_partition

2020-11-15 Thread Wolfgang Denk
Dear Hoyeonjiki Kim, In message you wrote: > > As you referred, `strcmp` suffers with non-null terminated string(s). > I'd also checked if using `strcmp` can cause some issues and > seems it's **guaranteed** that there is no such issue in this context. You ar4e probably right, but the problem

Re: Pull request for UEFI sub-system for efi-2021-01-rc3

2020-11-15 Thread Tom Rini
On Sat, Nov 14, 2020 at 02:04:15PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6: > > libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500) > > are available in the Git repository at: > >

RE: [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching

2020-11-15 Thread Biju Das
Hi Simon, Thanks for the feedback. > -Original Message- > From: Simon Glass > Sent: 14 November 2020 15:17 > To: Biju Das > Cc: Dave Gerlach ; Prabhakar Mahadev Lad > ; U-Boot Mailing List b...@lists.denx.de>; Marek Vasut ; Nobuhiro > Iwamatsu ; Chris Paterson > > Subject: Re: [PATCH

Please pull u-boot-dm

2020-11-15 Thread Simon Glass
Hi Tom, The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6: libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-15nov20 for you to fetch changes up to

Re: [PATCH 2/2] cros_ec: Increase command timeout for flash erase

2020-11-15 Thread Simon Glass
Erasing the flash can take over a second on some devices and the EC is not responsive during this time. Update the timeout to 5 seconds to cope with this. Signed-off-by: Simon Glass --- drivers/misc/cros_ec_lpc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Applied to u-boot-dm,

Re: [PATCH 4/7] patman: Update defaults in subparsers

2020-11-15 Thread Simon Glass
At present values from the settings file are only applied to the main parser. With the new parser structure this means that some settings are ignored. Update the implementation to set defaults across the main parser and all subparsers. Also fix up the comments, since ArgumentParser is being used

Re: [PATCH 2/7] patman: Correct Change-Ids error message args

2020-11-15 Thread Simon Glass
The arguments of this error are incorrectly formatted. Fix it. Signed-off-by: Simon Glass --- tools/patman/patchstream.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-dm, thanks!

Re: [PATCH 7/7] patman: Add a Series-patchwork-url option

2020-11-15 Thread Simon Glass
Add a commit tag to allow the Patchwork URL to be specified in a commit. This can be handy for when you submit code to multiple projects but don't want to use the -p option. Signed-off-by: Simon Glass --- tools/patman/README | 6 ++ tools/patman/control.py | 7 ++-

Re: [PATCH 1/2] cros_ec: Correct collection of EC hash

2020-11-15 Thread Simon Glass
The EC now requires that the offset field be set correctly when checking on hash status. Update the code to handle this. Use the same message struct in both functions to reduce stack space. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 16 ++-- 1 file changed, 10

Re: [PATCH 1/7] patman: Refactor how the default subcommand works

2020-11-15 Thread Simon Glass
At present patman tries to assume a default subcommand of 'send', to maintain backwards compatibility. However it does not cope with arguments added to the default command, so for example 'patman -t' does not work. Update the logic to handle this. Also update the CC command to use 'send'

Re: [PATCH 1/1] cros_ec: Handling EC_CMD_GET_NEXT_EVENT

2020-11-15 Thread Simon Glass
Hi, On Mon, 9 Nov 2020 at 14:25, Heinrich Schuchardt wrote: > > On 11/9/20 10:13 PM, Alper Nebi Yasak wrote: > > On 09/11/2020 23:34, Heinrich Schuchardt wrote: > >> With commit 690079767803 ("cros_ec: Support keyboard scanning with > >> EC_CMD_GET_NEXT_EVENT") check_for_keys() tries to read

Re: [PATCH 5/7] patman: Allow specifying the patchwork URL

2020-11-15 Thread Simon Glass
Add a new argument to allow the URL of the patchwork server to be speciified. For now this is hard-coded in the main file, but future patches will move it to the settings file. Signed-off-by: Simon Glass --- tools/patman/control.py | 5 +++-- tools/patman/func_test.py | 38

Re: [PATCH 6/7] patman: Add a setting for the Patchwork URL

2020-11-15 Thread Simon Glass
Add an argument to allow specifying the the patchwork URL. This also adds this feature to the settings file, either globally, or on a per-project basis. Signed-off-by: Simon Glass --- tools/patman/README | 1 + tools/patman/main.py | 6 -- 2 files changed, 5 insertions(+), 2 deletions(-)

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

2020-11-15 Thread Marek Vasut
On 11/9/20 1:21 AM, Simon Glass wrote: Hi Marek, [...] diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 1206e306db..f9091a3d41 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -120,6 +120,7 @@ static void announce_and_cleanup(int fake) * of DMA

Re: [PATCH v2 1/2] pinctrl: renesas: Make sure the pin type is updated after setting the MUX

2020-11-15 Thread Marek Vasut
On 11/6/20 7:01 PM, Lad Prabhakar wrote: By default on startup all the pin types are configured to PINMUX_TYPE_NONE (in sh_pfc_map_pins()), when pin is set as GPIO the pin type is updated to PINMUX_TYPE_GPIO. But the type is not updated when the pin is set as a function in

Re: [PATCH v3 0/7] Microchip PolarFire SoC support

2020-11-15 Thread Anup Patel
On Tue, Nov 10, 2020 at 4:15 PM Padmarao Begari wrote: > > This patch set adds Microchip PolarFire SoC Icicle Kit support > to RISC-V U-Boot. > > The patches are based upon latest U-Boot tree > (https://gitlab.denx.de/u-boot/u-boot.git) at commit id > 1ae955e3a58f46918ef99b0b6c562967ba1bf39e > >

Re: [PATCH v3 7/7] doc: board: Add Microchip MPFS Icicle Kit doc

2020-11-15 Thread Anup Patel
On Tue, Nov 10, 2020 at 4:17 PM Padmarao Begari wrote: > > This doc describes the procedure to build, flash and > boot Linux using U-boot on Microchip MPFS Icicle Kit. > > Signed-off-by: Padmarao Begari > --- > doc/board/index.rst | 1 + > doc/board/microchip/index.rst |

RE: [PATCH] common/board_r: make sure to call initr_dm() before initr_trace()

2020-11-15 Thread Pragnesh Patel
Hi Heinrich, >-Original Message- >From: Heinrich Schuchardt >Sent: 12 November 2020 18:02 >To: Pragnesh Patel >Cc: U-Boot Mailing List ; Simon Glass > >Subject: Re: [PATCH] common/board_r: make sure to call initr_dm() before >initr_trace() > >[External Email] Do not click links or

Re: [PATCH v3 3/7] net: macb: Add phy address to read it from device tree

2020-11-15 Thread Anup Patel
On Tue, Nov 10, 2020 at 4:16 PM Padmarao Begari wrote: > > Read phy address from device tree and use it to find the phy device > if not found then search in the range of 0 to 31. > > Signed-off-by: Padmarao Begari > --- > drivers/net/macb.c | 17 +++-- > 1 file changed, 15

Re: [PATCH v3 2/7] net: macb: Add DMA 64-bit address support for macb

2020-11-15 Thread Anup Patel
On Tue, Nov 10, 2020 at 4:16 PM Padmarao Begari wrote: > > Enable 32-bit or 64-bit DMA in the macb driver based on the design > config debug6 register of MACB hardware which supports 32-bit or > 64-bit DMA. > > Signed-off-by: Padmarao Begari > --- > drivers/net/macb.c | 121

Re: [PATCH 1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file

2020-11-15 Thread Pali Rohár
On Sunday 15 November 2020 15:35:37 Lokesh Vutla wrote: > Series applied to u-boot-ti for-next branch. It is possible to include this patch series into v2021.01 version? Because currently in u-boot master branch is N900 non-working and these patches (as stated in commit messages) are fixing it.

RE: [PATCH v3 1/1] riscv: Add timer_get_us() for tracing

2020-11-15 Thread Pragnesh Patel
Hi Rick, >-Original Message- >From: Rick Chen >Sent: 13 November 2020 13:37 >To: Pragnesh Patel >Cc: U-Boot Mailing List ; Atish Patra >; palmerdabb...@google.com; Bin Meng >; Paul Walmsley ( Sifive) ; >Anup Patel ; Sagar Kadam >; Sean Anderson ; rick >; Alan Kao ; Leo Liang > >Subject:

Re: [PATCH 03/26] remoteproc: k3-r5: remove sysfw PM calls if not supported

2020-11-15 Thread Lokesh Vutla
On 10/11/20 2:35 pm, Tero Kristo wrote: > With the sysfw rearch, sysfw PM calls are no longer available from SPL > level. To properly support this, remove the is_on checks and the reset > assertion from the R5 remoteproc driver as these are not supported. > Attempting to access unavailable

Re: [PATCH 08/26] clk: add support for setting clk rate from cmdline

2020-11-15 Thread Lokesh Vutla
+Lucasz On 10/11/20 2:35 pm, Tero Kristo wrote: > Add new clk subcommand "clk setfreq", for setting up a clock rate > directly from u-boot cmdline. This is handy for any debugging purposes > towards clocks. > > Signed-off-by: Tero Kristo > --- > cmd/clk.c | 49

Re: [PATCH 06/26] clk: fix clock tree dump to properly dump out every registered clock

2020-11-15 Thread Lokesh Vutla
+Lucasz On 10/11/20 2:35 pm, Tero Kristo wrote: > Some clocks are not associated to a DM node, so just parsing the DM is not > enough. This is especially true for root clocks, which typically don't have > any parents. Instead, fetch every registered UCLASS_CLK instance, and dump > these out. > >

Re: [PATCH 05/26] clk: fixed_rate: add API for directly registering fixed rate clocks

2020-11-15 Thread Lokesh Vutla
+ Simon, Peng, Lukasz On 10/11/20 2:35 pm, Tero Kristo wrote: > Current driver only supports registering fixed rate clocks from DT. Add > new API which makes it possible to register fixed rate clocks directly > from e.g. platform specific clock drivers. > > Signed-off-by: Tero Kristo > --- >

Re: [PATCH v2] Nokia RX-51: Convert to CONFIG_DM_I2C

2020-11-15 Thread Lokesh Vutla
On 27/10/20 4:15 am, Pali Rohár wrote: > Use twl4030_i2c_read(), i2c_get_chip_for_busnum() and remove > CONFIG_SYS_I2C. > > Signed-off-by: Pali Rohár Applied PATCH 1 and this to u-boot-ti for-next branch. Thanks and regards, Lokesh

Re: [u-boot PATCH] configs: am65/j72x: Set CONFIG_LOGLEVEL to 7

2020-11-15 Thread Lokesh Vutla
On 30/10/20 6:30 pm, Roger Quadros wrote: > By default CONFIG_LOGLEVEL seems to be set to 4 which is > too low and doesn't show dev_info/dev_notice/dev_warn > messages on console. This has been deliberately set low > globally to be conservative setting across the board due to > primary

Re: [PATCH 1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file

2020-11-15 Thread Lokesh Vutla
On 31/10/20 10:02 pm, Pali Rohár wrote: > These comments are relict for old, now removed config options. > So remove these obsoleted comments too. > > Signed-off-by: Pali Rohár Series applied to u-boot-ti for-next branch. Next time please write a cover letter. Thanks and regards, Lokesh

Re: [PATCH v2] ARM: am335x: Add phyBOARD REGOR support

2020-11-15 Thread Lokesh Vutla
On 23/10/20 7:53 pm, Parthiban Nallathambi wrote: > phyBOARD-REGOR is based on phyCORE AM335x R2 SoM (PCL060). > > CPU : AM335X-GP rev 2.1 > Model: Phytec AM335x phyBOARD-REGOR > DRAM: 512 MiB > NAND: 512 MiB > MMC: OMAP SD/MMC: 0 > eth0: ethernet@4a10 > > Working: > - Eth0 > - i2C

Re: [PATCH v5 18/27] misc: am33xx: add control module driver

2020-11-15 Thread Lokesh Vutla
Hi Dario, On 08/11/20 4:20 pm, Dario Binacchi wrote: > Hi Simon, > I still have some doubts and therefore I would like to also add > Lokesh on this matter to finally decide what to do. > >> Il 03/11/2020 16:12 Simon Glass ha scritto: >> >> >> Hi Dario, >> >> On Sun, 1 Nov 2020 at 02:13, Dario