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
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
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&
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
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
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
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
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->
, 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
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
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'
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
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.
something
else though.
best regards,
Marcel
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
h appreciated.
Best regards,
Marcel
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
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
> >
> 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
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:
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
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
0x1ae00 bytes
rom_api_download_image()=240
spl_romapi_read_stream�
> Rasmus
Cheers
Marcel
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
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
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,
>
>
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
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
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
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
_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
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
> ---
>
> 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
>
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.
>
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
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
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
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
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
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
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
>> > +---
>> > +
>> > +
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 |
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
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
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
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.
>
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
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
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
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
; Signed-off-by: Simon Glass
Reviewed-by: Marcel Ziswiler
[snip]
Cheers
Marcel
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
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
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:
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
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
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 +++
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/
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 1715 matches
Mail list logo