[U-Boot] u-boot USB status

2010-09-16 Thread Marcel
hings a bit more user friendly. Any pointers to get me going again are highly appreciated. The first thing I need is USB support in u-boot for my SAM9, from there I think it's a fairly easy job. Thanks, Marcel ___ U-Boot mailing list U-Boot

Re: [U-Boot] u-boot USB status

2010-09-17 Thread Marcel
t fix my code and contribute it. Best regards, Marcel > Hi Marcel, > > > What I want to do is upgrade my kernel and rootfs via USB. I'm using an > > Atmel SAM9. > > You might be able to find some inspiration in > ./boards/mcc200/auto_update.c and ./boards/mcc200

Re: [U-Boot] u-boot USB status

2010-09-23 Thread Marcel
le already and I will certainly check this out. Do have an idea for which board type this was implemented ? Thanks a lot for your reply, Marcel > Hi Marcel, > > 2010/9/17 Marcel : > > Hi Damien, > > > > Thanks for the info. I will check it out. > > > > I&

[U-Boot] u-boot boot sequence

2010-09-26 Thread Marcel
implements this or comes close to this. If it hasn't been done before I'm interested to work on this of course and contribute the work. In that case I'd be interested in anyone's opinion on this topic (I mean the way to implement it and sta

[U-Boot] end-user firmware upgrade

2010-02-01 Thread Marcel
py to hear about it. Either way, I have no clue if there are any options in u-boot available already to do what I want or must I implement this from scratch ? Best regards, Marcel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] end-user firmware upgrade

2010-02-02 Thread Marcel
x27;t have USB host on my system but I will certainly check out if TFTP. This does look like a valid solution to me so I will start there. Best regards, Marcel > Dear Marcel, > > In message <201002012159.29244.korg...@home.nl> you wrote: > > The way I think about it is

[U-Boot] u-boot-usb for avr32 ap7000

2010-02-08 Thread Marcel
a tiny item along the way and been staring at the code for the past two days. Best regards, Marcel U-Boot code: (null) -> 00011cf8 data: 000192e0 -> 0004f3b0 DMA: Using memory from 0x13f6c000 to 0x13f7 Flash: 8 MB at address 0x DRAM Configuration: Bank #0: 1000 64 MB

Re: [U-Boot] NetRxPackets

2011-01-18 Thread Marcel
On Tuesday, January 18, 2011 01:15:25 am Marcel wrote: > Hi, > > ether.c contains the following code : > > req->buf = (u8 *) NetRxPackets[0]; > req->length = size; > req->complete = rx_complete; > > retval = usb_ep_queue(dev->

Re: [U-Boot] NetRxPackets

2011-01-18 Thread Marcel
, but I can be looking for it for days. Perhaps I missed some define or whatever, but I'm almost certain that I missed something extremely simple that causes NetRxPackets to be empty somehow. regards, Marcel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] NetRxPackets

2011-01-18 Thread Marcel
On Tuesday, January 18, 2011 11:54:22 pm Reinhard Meyer wrote: > Dear Marcel, > > >> Well,you're supposed to do some basic code reading yourself. > > > > Of course. It's always the idea to post a question after reading for some > > time. It either

Re: [U-Boot] NetRxPackets

2011-01-18 Thread Marcel
On Tuesday, January 18, 2011 11:53:38 pm Wolfgang Denk wrote: > Dear Marcel, > > In message <201101182337.32274.korg...@home.nl> you wrote: > > > Hint: have a look at "net/net.c". > > > > I found that, but it doesn't make sense to me. I'

Re: [U-Boot] usb cdc mode flow

2011-01-19 Thread Marcel
Hi Remy, > 2011/1/15 Marcel : > > Hi, > > > > Is there someone on the list who has a USB trace of a working CDC > > implementation ? > > What I want to know is what happens after all descriptors are received by > > the host. > > The last descr

Re: [U-Boot] usage of DMA

2011-01-19 Thread Marcel
Hi Vitaly, Thanks so much for your reply. I got a little further now. > Marcel wrote: > >> Could you enable debug output for ether.c and for your UDC driver and > >> show the results? > > > > I enabled a lot of extra debugging messages so this is not very short.

Re: [U-Boot] usage of DMA

2011-01-19 Thread Marcel
something else though. best regards, Marcel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Atmel_usba_udc working (sort of)

2011-01-24 Thread Marcel
be months later). So, even when I think the code can be improved a lot, I want to post the current code already. Is that fine ? Below is an output of the current status (tested with Fedora core 14 as host) Best regards, Marcel U-Boot 2010.12-09833-gb2c475d-dirty (Jan 24 2011 - 20

[U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-05 Thread Marcel
h appreciated. Best regards, Marcel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-09 Thread Marcel
rather large I think. I never posted changes before, so I have no idea yet how to do it. I know there's reading info about it, but had no time yet to look into it (shame on me :-) ). Best regards, Marcel ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-10 Thread Marcel
l) patches. > > > I can also post a full diff the the forum, but it's rather large I think. > > I never posted changes before, so I have no idea yet how to do it. I > > know there's reading info about it, but had no time yet to look into it > >

Re: [U-Boot] {Spam?} u-boot-usb DFU working but need some ideas

2011-02-11 Thread Marcel
> Yes, this is a painful work, but it needs to be done to make your code > acceptable for mainline. Understood. I will go for the manual way as I didn't do much changes to the existing u- boot code anyway. It's a fairly clean implementa

Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2011-02-12 Thread Marcel
nk it will be 3 patches in total. One for the Atmel_usba_udc, one for DFU and one to add my board which can be used as an example than. Perhaps those will be helpful to you. Best regards, Marcel ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH 1/1] Add Atmel USBA UDC

2011-02-12 Thread Marcel
think. Best regards, Marcel > Hi, > > 2011/2/12 Marcel Janssen : > > From: Marcel > > > > Signed-off-by: Marcel > > --- > > drivers/usb/gadget/atmel_usba_udc.c | 1586 > > +++ include/usb/atmel_usba_udc.h > >

[PATCH v1 2/5] configs: verdin-imx8mm: enable spl_gpio_hog

2023-07-11 Thread Marcel Ziswiler
From: Andrejs Cainikovs Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from SPL. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- configs/verdin-imx8mm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/verdin-imx8mm_defconfig b

[PATCH v1 0/5] verdin-imx8mm/verdin-imx8mp: fix ctrl_sleep_moci# handling

2023-07-11 Thread Marcel Ziswiler
From: Marcel Ziswiler This series first synchronises the device tree to get some fixes thereof from Linux and then goes about fixing the CTRL_SLEEP_MOCI# handling we lately found to be problematic in certain cases (e.g. on the Yavia carrier board). Andrejs Cainikovs (4): configs: verdin

[PATCH v1 1/5] verdin-imx8mm/verdin-imx8mp: synchronise device trees with linux

2023-07-11 Thread Marcel Ziswiler
From: Marcel Ziswiler Synchronise device trees with linux v6.5-rc1. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mm-mx8menlo.dts| 17 +-- arch/arm/dts/imx8mm-verdin-dahlia.dtsi | 150 arch/arm/dts/imx8mm-verdin-dev.dtsi | 97

[PATCH v1 4/5] configs: verdin-imx8mp: enable spl_gpio_hog

2023-07-11 Thread Marcel Ziswiler
From: Andrejs Cainikovs Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from SPL. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- configs/verdin-imx8mp_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/verdin-imx8mp_defconfig b

[PATCH v1 5/5] arm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hog

2023-07-11 Thread Marcel Ziswiler
noticed on the Yavia carrier board where it is needed to power the I2C EEPROM on the carrier board. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mp-verdin-wifi-dev-u-boot.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts

[PATCH v1 3/5] arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hog

2023-07-11 Thread Marcel Ziswiler
noticed on the Yavia carrier board where it is needed to power the I2C EEPROM on the carrier board. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mm-verdin-wifi-dev-u-boot.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts

[PATCH v3 1/3] toradex: tdx-cfg-block: add verdin am62 skus

2023-07-15 Thread Marcel Ziswiler
From: Marcel Ziswiler Add initial Verdin AM62 Quad 1GB WB IT prototype and launch configuration SKUs to ConfigBlock handling. 0069: Verdin AM62 Quad 1GB WB IT 0071: Verdin AM62 Solo 512MB 0072: Verdin AM62 Solo 512MB WB IT 0073: Verdin AM62 Dual 1GB ET 0074: Verdin AM62 Dual 1GB IT 0075: Verdin

[PATCH v3 2/3] arm: mach-k3: am62: fix 2nd mux option of clkout0

2023-07-15 Thread Marcel Ziswiler
From: Marcel Ziswiler Fix second mux option of clkout0 which should really be DEV_BOARD0_CLKOUT0_IN_PARENT_HSDIV4_16FFT_MAIN_2_HSDIVOUT1_CLK10 rather than twice the same according to [1]. [1] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62x/clocks.html#clocks-for-board0-device

[PATCH v3 0/3] board: toradex: add verdin am62 support

2023-07-15 Thread Marcel Ziswiler
From: Marcel Ziswiler This series adds initial support for the Toradex Verdin AM62 SoM [1]. The first commit adds resp. PID4 to the ConfigBlock, the second one fixes an early clocking issue confirmed to be a weird bug in TI's scripting. And last but not least support for the Toradex Verdin

Re: Strange construct in binman description

2023-07-23 Thread Marcel Ziswiler
Hi Simon On Jul 23, 2023 05:48, Simon Glass wrote: Hi Marcel, I just noticed this in an imx8 description: binman_configuration: @config-SEQ { I remember having stumbled over this before but I do not remember any exact details, sorry. Since this is a generator node, binman blindly generates

Re: [PATCH v3 3/3] board: toradex: add verdin am62 support

2023-07-24 Thread Marcel Ziswiler
Hi Nishanth On Fri, 2023-07-21 at 08:37 -0500, Nishanth Menon wrote: > On 09:40-20230715, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > This adds initial support for the Toradex Verdin AM62 Quad 1GB WB IT > > V1.0A module. They are strapped to boot from

Re: [PATCH v1] board: toradex: verdin-imx8mp: enable usb device and fastboot support

2023-10-17 Thread Marcel Ziswiler
Hi Stefano Maybe you missed that one (i.MX 8M Plus vs. Mini)? Thanks! Cheers Marcel On Mon, 2023-08-28 at 19:24 -0300, Fabio Estevam wrote: > Hi Marcel, > > On Mon, Aug 28, 2023 at 6:38 PM Marcel Ziswiler wrote: > > > > From: Marcel Ziswiler > > > > Enabl

[REGRESSION] imx: spl_imx_romapi: boot loops

2023-10-24 Thread Marcel Ziswiler
Before and after console output (with DEBUG defined in arch/arm/mach-imx/spl_imx_romapi.c) below: Any comments? Cheers Marcel Before: U-Boot SPL 2023.10-00969-g9960d4a5402-dirty (Oct 24 2023 - 09:20:03 +0200) Training FAILED DDR configured as single rank SEC0: RNG instantiated Norma

Re: [REGRESSION] imx: spl_imx_romapi: boot loops

2023-10-24 Thread Marcel Ziswiler
0x1ae00 bytes rom_api_download_image()=240 spl_romapi_read_stream� > Rasmus Cheers Marcel

Re: [REGRESSION] imx: spl_imx_romapi: boot loops

2023-10-24 Thread Marcel Ziswiler
  fit { >     description = "Configuration to load ATF before > U-Boot"; > > so that u-boot.itb is extended so it's a multiple of 512 bytes? Unfortunately, that did not help. I mean it does make the u-boot.itb a multiple of 512 but keeps crashing the exact way as before. > Rasmus [1] https://lore.kernel.org/all/20230828213803.454303-1-mar...@ziswiler.com Cheers Marcel

Re: [REGRESSION] imx: spl_imx_romapi: boot loops

2023-10-25 Thread Marcel Ziswiler
Hi Fabio Thanks! On Wed, 2023-10-25 at 09:20 -0300, Fabio Estevam wrote: > Hi Marcel, > > On Tue, Oct 24, 2023 at 10:16 AM Marcel Ziswiler > wrote: > > > Yes, regular eMMC boot. Serial download also works for me (note this > > requires a patch still not merged &g

Re: [REGRESSION] imx: spl_imx_romapi: boot loops

2023-10-25 Thread Marcel Ziswiler
Hi Rasmus On Tue, 2023-10-24 at 16:32 +0200, Rasmus Villemoes wrote: > On 24/10/2023 15.15, Marcel Ziswiler wrote: > > Hi Marcel > > tl;dr: can you try > > @@ -330,7 +335,7 @@ static int spl_romapi_load_image_stream(struct > spl_image_info *spl_image, > >

[PATCH v1 1/2] imx: spl_imx_romapi: fix comment about stream(usb) download failure

2023-10-26 Thread Marcel Ziswiler
From: Marcel Ziswiler Fix comment about Stream(USB) download failure. Fixes: 1cbebc786276 ("imx: add rom api support") Signed-off-by: Marcel Ziswiler --- arch/arm/mach-imx/spl_imx_romapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/ar

[PATCH v1 0/2] imx: spl_imx_romapi: fixes

2023-10-26 Thread Marcel Ziswiler
From: Marcel Ziswiler The first patch is a trivial spelling fix in comments. The second fixes a recent regression that only manifests in the eMMC fast boot mode case which does actually also use streaming rather than seekable. Thanks go to Rasmus who helped me debug this and suggested the fix

[PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-10-26 Thread Marcel Ziswiler
From: Marcel Ziswiler This fixes a regression in the eMMC fast boot mode case where the buffer was missing 464 bytes. The code figures out how many bytes must at least be fetched to honor the current read, rounds that up to the ss->pagesize [which is a no-op in the USB download case beca

Re: [REGRESSION] imx: spl_imx_romapi: boot loops

2023-10-26 Thread Marcel Ziswiler
Hi Rasmus On Wed, 2023-10-25 at 20:35 +0200, Rasmus Villemoes wrote: > On 25/10/2023 18.01, Marcel Ziswiler wrote: > > Hi Rasmus > > > > On Tue, 2023-10-24 at 16:32 +0200, Rasmus Villemoes wrote: > > > > What am I missing? > > > > Good question. Som

Re: [PATCH v5 2/2] board: mediatek: add mt8195 demo board

2023-10-26 Thread Marcel Ziswiler
_RTC=y > +CONFIG_RTC_EMULATION=y > +CONFIG_BAUDRATE=921600 > +CONFIG_DM_SERIAL=y > +CONFIG_DEBUG_UART_ANNOUNCE=y > +CONFIG_MTK_SERIAL=y > +CONFIG_SYSRESET=y > +CONFIG_SYSRESET_PSCI=y > +CONFIG_USB=y > +CONFIG_DM_USB_GADGET=y > +CONFIG_USB_XHCI_HCD=y > +CONFIG_USB_XHCI_MTK=y > +CONFIG_USB_MTU3=y > +CONFIG_USB_KEYBOARD=y > +CONFIG_USB_HOST_ETHER=y > +CONFIG_USB_ETHER_ASIX=y > +CONFIG_USB_ETHER_ASIX88179=y > +CONFIG_USB_ETHER_MCS7830=y > +CONFIG_USB_ETHER_RTL8152=y > +CONFIG_USB_ETHER_SMSC95XX=y > +CONFIG_USB_GADGET=y > +CONFIG_USB_GADGET_VENDOR_NUM=0x0e8d > +CONFIG_USB_GADGET_PRODUCT_NUM=0x201c > +CONFIG_USB_ETHER=y > +CONFIG_WDT=y > +CONFIG_EFI_SET_TIME=y > diff --git a/include/configs/mt8195.h b/include/configs/mt8195.h > new file mode 100644 > index 00..7af06da6ea > --- /dev/null > +++ b/include/configs/mt8195.h > @@ -0,0 +1,46 @@ > +/* SPDX-License-Identifier: GPL-2.0+ */ > +/* > + * Configuration for MT8195 based boards > + * > + * Copyright (C) 2023 MediaTek Inc. > + * Copyright (C) 2023 BayLibre, SAS > + * Author: Macpaul Lin > + * Author: Fabien Parent > + */ > + > +#ifndef __MT8195_H > +#define __MT8195_H > + > +#include > + > +/* Environment settings */ > +#include > + > +#if IS_ENABLED(CONFIG_CMD_MMC) > +#define BOOT_TARGET_MMC(func) func(MMC, mmc, 0) > +#else > +#define BOOT_TARGET_MMC(func) > +#endif > + > +#if IS_ENABLED(CONFIG_CMD_USB) > +#define BOOT_TARGET_USB(func) func(USB, usb, 0) > +#else > +#define BOOT_TARGET_USB(func) > +#endif > + > +#define BOOT_TARGET_DEVICES(func) \ > + BOOT_TARGET_MMC(func) \ > + BOOT_TARGET_USB(func) > + > +#if !defined(CFG_EXTRA_ENV_SETTINGS) > +#define CFG_EXTRA_ENV_SETTINGS \ > + "scriptaddr=0x4000\0" \ > + "fdt_addr_r=0x4400\0" \ > + "fdtoverlay_addr_r=0x44c0\0" \ > + "kernel_addr_r=0x4500\0" \ > + "ramdisk_addr_r=0x4600\0" \ > + "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ > + BOOTENV > +#endif > + > +#endif Cheers Marcel

Re: [PATCH 1/3] arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma nodes

2023-10-28 Thread Marcel Ziswiler
On Fri, 2023-10-27 at 16:46 +0300, Roger Quadros wrote: > From: Siddharth Vadapalli > > Update main_bcdma and main_pktdma nodes for native configuration in the > absence of DM services. > > Reported-by: Nishanth Menon > Signed-off-by: Siddharth Vadapalli > Signed-off-by: Roger Quadros > --- >

Re: [PATCH 2/3] arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/Ethernet

2023-10-28 Thread Marcel Ziswiler
> Signed-off-by: Roger Quadros With just one minor nitpick blow. Tested-by: Marcel Ziswiler > --- >  .../dts/k3-am625-verdin-wifi-dev-u-boot.dtsi  | 27 +++ >  1 file changed, 27 insertions(+) > > diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi >

Re: [PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA

2023-10-28 Thread Marcel Ziswiler
s(+) > > > > > > base-commit: 351da15f71e3d70dbc63e90781b403415452d864 > > -- > > 2.34.1 > > > > > Thanks for this. > > Reviewed-by: Nishanth Menon > > NOTE: These extra properties are already in discussion in Linux > community. >

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-02 Thread Marcel Ziswiler
Hi Stefano On Thu, 2023-10-26 at 10:36 +0200, Stefano Babic wrote: > On 26.10.23 10:29, Rasmus Villemoes wrote: > > On 26/10/2023 09.32, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > > > This fixes a regression in the eMMC fast boot mode case wh

TF-A Hang on NXP i.MX 8M Plus QuadLite

2023-11-02 Thread Marcel Ziswiler
and why this got never upstreamed? Thank you very much for any insights into this matter. [1] https://github.com/nxp-imx/imx-atf/commit/47759cfca10b2286a218062915d4a280848cfc15 Cheers Marcel

Re: [PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x

2023-08-21 Thread Marcel Ziswiler
the > plan is to include those and repost.. Just my may has been stupidly > busy causing me to not get around it in the first place, so maybe that > turned into good timing in the end. Any progress on this? I still carry your re-based series on top of latest master [1] and USB DFU is working very well on Verdin AM62. Thanks! [1] https://github.com/ziswiler/u-boot/tree/verdin-am62-usb-support Cheers Marcel

[PATCH v1] board: toradex: verdin-imx8mm: enable usb sdp spl recovery support

2023-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler Enable USB SDP SPL aka serial downloader recovery mode support. While at it also enable fastboot support which may be used to subsequently load further stages like a Toradex Easy Installer FIT image. Signed-off-by: Marcel Ziswiler --- .../dts/imx8mm-verdin-wifi-dev-u

Re: [PATCH V5 02/17] include: configs: am62x_evm: Drop unused SDRAM address

2023-08-24 Thread Marcel Ziswiler
deletions(-) > > > > What about include/configs/verdin-am62.h ? > > > > It seems that that board, which is am62x based, also has the un-needed > > include. > > > > Since i'm not 100% sure, I have added Marcel (who posted the verdin am62 > > sup

Re: [PATCH v7 1/2] phy: phy-imx8mq-usb: add vbus regulator support

2023-08-24 Thread Marcel Ziswiler
rek Vasut Tested-by: Marcel Ziswiler > --- > v7: >  - add #ifdef protection around clk_disable error path > > v6: >  - move changes to clk to separate patch >  - sort new vars in reverse christmas tree style > > v5: >  - remove #if CONFIG_IS_ENABLED around struct

Re: [PATCH v2 3/3] board: toradex: add verdin am62 support

2023-08-25 Thread Marcel Ziswiler
Sali Alexander On August 25, 2023 6:24:01 PM GMT+02:00, "Sverdlin, Alexander" wrote: >Hello Marcel, > >On Fri, 2023-08-25 at 15:20 +0200, Alexander Sverdlin wrote: >> > +Build U-Boot for R5 >> > +--- >> > + >> > +

Re: [PATCH v2] arm: dts: imx8m: move CAAM nodes into common u-boot.dtsi

2023-08-26 Thread Marcel Ziswiler
bled. > > Signed-off-by: Tim Harvey Reviewed-by: Marcel Ziswiler > --- > v2: >  - fix invalid ifdef >  - add rb tags from Fabio and Peng > --- >  arch/arm/dts/imx8mm-evk-u-boot.dtsi   | 16 --- >  .../dts/imx8mm-kontron-bl-common-u-boot.dtsi  |

Re: [PATCH v2 1/3] arm: dts: imx8mm: move firmware/optee node to common imx8mm-u-boot.dtsi

2023-08-26 Thread Marcel Ziswiler
Reviewed-by: Fabio Estevam For the entire series. Reviewed-by: Marcel Ziswiler > --- > v2: added Fabio's rb tag > --- >  arch/arm/dts/imx8mm-cl-iot-gate-optee-u-boot.dtsi | 7 --- >  arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi   | 7 --- >  arch/arm/dts

[PATCH v1] board: toradex: verdin-imx8mp: enable usb device and fastboot support

2023-08-28 Thread Marcel Ziswiler
From: Marcel Ziswiler Enable USB device and fastboot support which may be used to load the Toradex Easy Installer FIT image. While at it also enable USB mass storage aka UMS support. Note that the i.MX 8M Plus recovery mode support is based on the USB boot stage of the BOOTROM and does NOT

[PATCH v1] include: configs: verdin-am62: drop unused sdram address

2023-08-28 Thread Marcel Ziswiler
From: Marcel Ziswiler Drop unused macro. This was copied straight from the AM62x EVM but while meant for a second region of DDR this is not even needed for the AM62x EVM configurations and has meanwhile also been dropped there. Note that on the Verdin AM62, we do auto-detect the amount of SDRAM

Re: [PATCH V5 02/17] include: configs: am62x_evm: Drop unused SDRAM address

2023-08-28 Thread Marcel Ziswiler
On Thu, 2023-08-24 at 18:15 +0200, Francesco Dolcini wrote: [snip] > > > > > What about include/configs/verdin-am62.h ? > > > > > > > > > > It seems that that board, which is am62x based, also has the un-needed > > > > > include. >

[PATCH v1 0/2] doc: board: toradex: documentation update

2023-08-28 Thread Marcel Ziswiler
From: Marcel Ziswiler This series contains some minor documentation updates. The second commit documents what got discussed here [1] and therefore depends on Emanuele's series landing first. [1] https://lore.kernel.org/all/zodsx2vmnf20i...@francesco-nb.int.toradex.com Marcel Ziswil

[PATCH v1 1/2] doc: board: toradex: minor documentation update

2023-08-28 Thread Marcel Ziswiler
From: Marcel Ziswiler - Update SPDX-License-Identifier from obsolete GPL-2.0+ to GPL-2.0-or-later. - Add links to product websites of SoM and carrier board where missing. - Add information about update U-Boot wrapper where missing. - Add sectionauthor where missing. - Update information about

[PATCH v1 2/2] doc: board: toradex: verdin-am62: document update u-boot wrapper

2023-08-28 Thread Marcel Ziswiler
From: Marcel Ziswiler Now with the update U-Boot wrappers having been sorted out, document their usage. Signed-off-by: Marcel Ziswiler --- doc/board/toradex/verdin-am62.rst | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/board/toradex/verdin-am62.rst b/doc/board

Re: [PATCH v1 1/2] verdin-am62: add u-boot update wrappers

2023-08-28 Thread Marcel Ziswiler
e existing direct > command usage since this is adding just env variables that could be > removed from the env even at runtime. > > In general the reason for these commands is that our users are > accustomed to have a "guided" way to update u-boot without having to dig > into the documentation. They are just convenient. > > Marcel: what do you think? Sure, we took care of it here: https://lore.kernel.org/all/20230828220154.483362-1-mar...@ziswiler.com > Francesco Cheers Marcel

Re: [PATCH 02/32] spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...

2023-08-31 Thread Marcel Ziswiler
; Signed-off-by: Simon Glass Reviewed-by: Marcel Ziswiler [snip] Cheers Marcel

Re: [PATCH] verdin-imx8mp: drop unused tdx easy installer ifdef

2023-09-04 Thread Marcel Ziswiler
Hi Hiago Thanks! On Mon, 2023-09-04 at 10:24 -0300, Hiago De Franco wrote: > From: Hiago De Franco > > Drop unused code related to CONFIG_TDX_EASY_INSTALLER, that existed only on > toradex downstream branch. > > Signed-off-by: Hiago De Franco Acked-by: Marcel Ziswiler

Re: [PATCH v3 00/16]Introduce initial TI's J784S4 and AM69 support

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > Hello Everyone! > > This series will introduce basic support (SD and UART) support for Texas > Instruments J784S4 EVM. > > The J784S4 SoC device tree patches are taken from kernel patch submissions > and will be updated as they are accepte

Re: [PATCH v3 02/16] arm: mach-k3: Add basic support for J784S4 SoC definition

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > Add j784s4 initialization files for initial SPL boot. > > Signed-off-by: Hari Nagalla > [ add firewall configurations and change the R5 MCU scratchpad ] > Signed-off-by: Manorit Chawdhry > Signed-off-by: Dasnavis Sabiya > Signed-off-by:

Re: [PATCH v3 03/16] soc: ti: k3-socinfo: Add entry for J784S4 SoC

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > Add support for J784S4 SoC Identification. > > Signed-off-by: Hari Nagalla > Signed-off-by: Apurva Nandan > --- >  arch/arm/mach-k3/include/mach/hardware.h | 1 + >  drivers/soc/soc_ti_k3.c  | 3 +++ >  2 files changed, 4 in

Re: [PATCH v3 04/16] arm: mach-k3: j784s4: Add clk and power support

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > Add clk and device data which can be used by respective drivers > to configure clocks and PSC. > > Signed-off-by: Hari Nagalla > Signed-off-by: Apurva Nandan > --- >  arch/arm/mach-k3/j784s4/Makefile   |   5 + >  arch/arm/mach-k3/j784

Re: [PATCH v3 05/16] drivers: dma: Add support for J784S4 SoC

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > Add support for DMA in J784S4 SoC. > > Signed-off-by: Jayesh Choudhary > Signed-off-by: Hari Nagalla > Signed-off-by: Apurva Nandan > --- >  drivers/dma/ti/Makefile   |   1 + >  drivers/dma/ti/k3-psil-j784s4.c   | 166 +++

Re: [PATCH v3 10/16] arm: dts: Introduce am69-sk dts from linux kernel

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > From: Dasnavis Sabiya > > Introduce the basic am69-sk evm dts from the next-20230905 tag of the > linux kernel. > > Signed-off-by: Dasnavis Sabiya > Signed-off-by: Apurva Nandan > --- >  arch/arm/dts/Makefile   |   3 +- >  arch/arm/

Re: [PATCH v3 13/16] arm: dts: Introduce am69-sk u-boot dts files

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > From: Dasnavis Sabiya > > Introduce the base dts files needed for u-boot or to augment the linux > dtbs for use in the u-boot-spl and u-boot binaries. > > Signed-off-by: Dasnavis Sabiya > Signed-off-by: Apurva Nandan > --- >  arch/arm/d

Re: [PATCH v3 16/16] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation

2023-09-12 Thread Marcel Ziswiler
On Fri, 2023-09-08 at 16:35 +0530, Apurva Nandan wrote: > TI K3 J784S4 and AM69 SK are new additions to the K3 SoC family. > Add documentation about the J784S4 EVM and AM69 SK. > > Signed-off-by: Dasnavis Sabiya > Signed-off-by: Apurva Nandan > --- >  board/ti/j784s4/MAINTAINERS |   1 + >  doc/b

[PATCH v1] verdin-imx8mm: verdin-imx8mp: drop obsolete net/phy configs

2022-09-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Drop obsolete networking/PHY related configuration defines. Signed-off-by: Marcel Ziswiler --- include/configs/verdin-imx8mm.h | 3 --- include/configs/verdin-imx8mp.h | 8 2 files changed, 11 deletions(-) diff --git a/include/configs/verdin-imx8mm.h b

Re: [PATCH v2 4/5] verdin-imx8mm: various config additions and improvements

2022-09-22 Thread Marcel Ziswiler
Hi Stefano On Mon, 2022-09-19 at 14:39 +0200, Stefano Babic wrote: > On 18.09.22 22:41, sba...@denx.de wrote: > > > From: Marcel Ziswiler > > > - integrate bootcount using SNVS_LP general purpose register LPGPR0 > > > - enable link-time optimisation > > &g

[PATCH v3 0/3] verdin-imx8mm: verdin-imx8mp: various additions and improvements

2022-09-22 Thread Marcel Ziswiler
From: Marcel Ziswiler Various additions and improvements for the Verdin iMX8M Mini and Verdin iMX8M Plus: - updated env memory layout - verdin-imx8mm: prepare for optional job ring driver model (already applied) - verdin-imx8mm: improve and extend boot devices (already applied) - various

[PATCH v3 1/3] verdin-imx8mm: verdin-imx8mp: update env memory layout (again)

2022-09-22 Thread Marcel Ziswiler
From: Marcel Ziswiler Update the distro config env memory layout for the Verdin iMX8M Mini and Verdin iMX8M Plus again: - loadaddr=0x4820 allows for 128MB area for uncompressing (ie FIT images, kernel_comp_addr_r, kernel_comp_size) - fdt_addr_r = loadaddr + 128MB - allows for 128MB kernel

[PATCH v3 2/3] verdin-imx8mm: various config additions and improvements

2022-09-22 Thread Marcel Ziswiler
From: Marcel Ziswiler - enable bootcount command - integrate bootcount using SNVS_LP general purpose register LPGPR0 - enable link-time optimisation - explicitly set a boot delay of one second - enable CRC32 and MD5 - enable command for low-level access to data in a partition - enable time

[PATCH v3 3/3] verdin-imx8mp: various config additions and improvements

2022-09-22 Thread Marcel Ziswiler
From: Marcel Ziswiler - enable bootcount command - enable CRC32 and MD5 - enable time commands - enable GPIO LED support - enable further eMMC HS400 functionality - enable fixed PHY and MDIO driver model - enable USB host functionality - enable thermal management unit driver - enable hexdump

Re: [PATCH v2 4/5] verdin-imx8mm: various config additions and improvements

2022-09-22 Thread Marcel Ziswiler
On Thu, 2022-09-22 at 17:36 +0200, Stefano Babic wrote: > On 22.09.22 17:03, Marcel Ziswiler wrote: > > Hi Stefano > > > > On Mon, 2022-09-19 at 14:39 +0200, Stefano Babic wrote: > > > On 18.09.22 22:41, sba...@denx.de wrote: > > > > > From: Marcel Zi

Re: [PATCH 1/2] board: verdin-imx8mm: add call to ft_common_board_setup

2022-09-23 Thread Marcel Ziswiler
ig-block > toradex,board-rev: The version of the module (e.g. V1.1A) > toradex,product-id: The SKU number of the module running > > Fixes: commit 14d5aeff776b ("board: toradex: Add Verdin iMX8M Mini support") > Signed-off-by: Philippe Schenker Acked-by: Marcel Ziswile

Re: [PATCH 2/2] board: verdin-imx8mp: add call to ft_common_board_setup

2022-09-23 Thread Marcel Ziswiler
ig-block > toradex,board-rev: The version of the module (e.g. V1.1A) > toradex,product-id: The SKU number of the module runnin > > Fixes: commit 2bc2f817cea7 ("board: toradex: add verdin imx8m plus support") > Signed-off-by: Philippe Schenker Acked-by: Marcel Ziswiler >

[PATCH] apalis/colibri_imx6/-imx6ull/_imx7: update env memory layout

2022-09-27 Thread Marcel Ziswiler
From: Marcel Ziswiler Update the distro config env memory layout for the Apalis iMX6, Colibri iMX6, Colibri iMX6ULL and Colibri iMX7: - loadaddr=0x8420 allows for 64MB area for uncompressing (ie FIT images) - fdt_addr_r = loadaddr + 64MB : allows for 64MB kernel - scriptaddr = fdt_addr_r

[PATCH v2] apalis/colibri_imx6/-imx6ull/_imx7: update env memory layout

2022-09-27 Thread Marcel Ziswiler
From: Marcel Ziswiler Update the distro config env memory layout for the Apalis iMX6, Colibri iMX6, Colibri iMX6ULL and Colibri iMX7: - loadaddr=0x8420 (resp. 0x1420 on them i.MX 6) allows for 64MB area for uncompressing (ie FIT images) - fdt_addr_r = loadaddr + 64MB : allows for 64MB

Re: [PATCH v1 0/3] verdin-imx8mp: enable caam

2022-10-04 Thread Marcel Ziswiler
l: initialize caam >   configs: verdin-imx8mp: enable caam Whole series Acked-by: Marcel Ziswiler >  arch/arm/dts/imx8mp-verdin-wifi-dev-u-boot.dtsi | 16 >  board/toradex/verdin-imx8mp/spl.c   | 11 +++ >  configs/verdin-imx8mp_defconfig

Re: [PATCH v4] imx: support i.MX8QM DMSSE20 a1 board

2022-10-06 Thread Marcel Ziswiler
Hi Oliver On Wed, 2022-10-05 at 16:22 +0200, oliver.gra...@kococonnector.com wrote: > On 13/07/22, Marcel Ziswiler wrote: [snip] > > > > + */ > > > + > > > +/dts-v1/; > > > + > > > +/* First 128KB is for PSCI ATF. */ > > > +/mem

[PATCH v1 0/5] verdin-imx8mm: verdin-imx8mp: various additions and improvements

2022-08-18 Thread Marcel Ziswiler
From: Marcel Ziswiler Various additions and improvements for the Verdin iMX8M Mini and Verdin iMX8M Plus: - updated env memory layout - verdin-imx8mm: prepare for optional job ring driver model - verdin-imx8mm: improve and extend boot devices - various config additions and improvements

[PATCH v1 1/5] verdin-imx8mm: verdin-imx8mp: update env memory layout

2022-08-18 Thread Marcel Ziswiler
From: Marcel Ziswiler Update the distro config env memory layout for the Verdin iMX8M Mini and Verdin iMX8M Plus: - loadaddr=0x4820 allows for 128MB area for uncompressing (ie FIT images, kernel_comp_addr_r, kernel_comp_size) - fdt_addr_r = loadaddr + 128MB - allows for 128MB kernel

[PATCH v1 2/5] verdin-imx8mm: prepare for optional job ring driver model

2022-08-18 Thread Marcel Ziswiler
From: Marcel Ziswiler Prepare for optional job ring driver model. Sec may be initialized based on the job ring information processed from the device tree. Signed-off-by: Marcel Ziswiler --- board/toradex/verdin-imx8mm/spl.c | 9 + 1 file changed, 9 insertions(+) diff --git a/board

[PATCH v1 3/5] verdin-imx8mm: improve and extend boot devices

2022-08-18 Thread Marcel Ziswiler
From: Marcel Ziswiler - Annotate boot devices available in spl_board_boot_device(). - Drop SD3_BOOT/MMC3_BOOT not available for boot on Verdin iMX8M Mini. Signed-off-by: Marcel Ziswiler --- board/toradex/verdin-imx8mm/spl.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff

[PATCH v1 4/5] verdin-imx8mm: various config additions and improvements

2022-08-18 Thread Marcel Ziswiler
From: Marcel Ziswiler - integrate bootcount using SNVS_LP general purpose register LPGPR0 - enable link-time optimisation - explicitly set a boot delay of one second - enable CRC32 and MD5 - enable command for low-level access to data in a partition - enable time commands - enable PMIC commands

[PATCH v1 5/5] verdin-imx8mp: various config additions and improvements

2022-08-18 Thread Marcel Ziswiler
From: Marcel Ziswiler - integrate bootcount using SNVS_LP general purpose register LPGPR0 - enable CRC32 and MD5 - enable time commands - enable GPIO LED support - enable further eMMC HS400 functionality - enable fixed PHY and MDIO driver model - enable USB host functionality - enable thermal

[PATCH v2 0/5] verdin-imx8mm: verdin-imx8mp: various additions and improvements

2022-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler Various additions and improvements for the Verdin iMX8M Mini and Verdin iMX8M Plus: - updated env memory layout - verdin-imx8mm: prepare for optional job ring driver model - verdin-imx8mm: improve and extend boot devices - various config additions and improvements

[PATCH v2 2/5] verdin-imx8mm: prepare for optional job ring driver model

2022-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler Prepare for optional job ring driver model. Sec may be initialized based on the job ring information processed from the device tree. Signed-off-by: Marcel Ziswiler --- (no changes since v1) board/toradex/verdin-imx8mm/spl.c | 9 + 1 file changed, 9 insertions

[PATCH v2 3/5] verdin-imx8mm: improve and extend boot devices

2022-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler - Annotate boot devices available in spl_board_boot_device(). - Drop SD3_BOOT/MMC3_BOOT not available for boot on Verdin iMX8M Mini. Signed-off-by: Marcel Ziswiler --- (no changes since v1) board/toradex/verdin-imx8mm/spl.c | 8 ++-- 1 file changed, 2 insertions

[PATCH v2 5/5] verdin-imx8mp: various config additions and improvements

2022-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler - integrate bootcount using SNVS_LP general purpose register LPGPR0 - enable CRC32 and MD5 - enable time commands - enable GPIO LED support - enable further eMMC HS400 functionality - enable fixed PHY and MDIO driver model - enable USB host functionality - enable thermal

[PATCH v2 1/5] verdin-imx8mm: verdin-imx8mp: update env memory layout

2022-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler Update the distro config env memory layout for the Verdin iMX8M Mini and Verdin iMX8M Plus: - loadaddr=0x4828 allows for 128.5MB area for uncompressing (ie FIT images, kernel_comp_addr_r, kernel_comp_size) - fdt_addr_r = loadaddr + 127.5MB : allows for 127.5MB kernel

[PATCH v2 4/5] verdin-imx8mm: various config additions and improvements

2022-08-22 Thread Marcel Ziswiler
From: Marcel Ziswiler - integrate bootcount using SNVS_LP general purpose register LPGPR0 - enable link-time optimisation - explicitly set a boot delay of one second - enable CRC32 and MD5 - enable command for low-level access to data in a partition - enable time commands - enable PMIC commands

[PATCH v1 1/8] vf610: synchronise device tree with linux

2022-08-26 Thread Marcel Ziswiler
From: Marcel Ziswiler Synchronise device tree with linux v6.0-rc1 plus the recent DDR pinmux addition still being in-flight. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/vf610-pinfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/vf610-pinfunc.h b/arch

[PATCH v1 2/8] imxrt1020: fix lpuart issue in common u-boot device tree

2022-08-26 Thread Marcel Ziswiler
From: Marcel Ziswiler Fix lpuart issue in common U-Boot device tree. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imxrt1020-evk-u-boot.dtsi | 7 --- arch/arm/dts/imxrt1020-evk.dts | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/dts/imxrt1020-evk

[PATCH v1 3/8] imxrt1050: synchronise device tree with linux

2022-08-26 Thread Marcel Ziswiler
From: Marcel Ziswiler Synchronise device tree with linux v6.0-rc1. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imxrt1050-evk-u-boot.dtsi | 25 +- arch/arm/dts/imxrt1050-evk.dts | 257 +++- arch/arm/dts/imxrt1050-pinfunc.h| 2 +- arch/arm

  1   2   3   4   5   6   7   8   9   10   >